Page 1 of 1

A helping hand?

Posted: Wed Feb 20, 2013 5:53 am
by Devanos
We finished translating every image in Korean, even the voice- but cannot apply the translation because we do not have any programmer on our site.

Can some of you help us with the programming?

http://scpcbgame.com/forum/viewtopic.php?f=11&t=1672

It would be really greatful if you guys can help us with this problem. We just finished everything, except programming.

P.S Can you apply the subtitles too, if available?(Because we also translated the voice in the game)

Re: A helping hand?

Posted: Wed Feb 20, 2013 8:17 pm
by SFK363
Uh, there's not really anything to program... it's just replace the graphics and the sounds, and the game should be pretty much translated.

Re: A helping hand?

Posted: Wed Feb 20, 2013 8:32 pm
by juanjp600
SFK363 wrote:Uh, there's not really anything to program... it's just replace the graphics and the sounds, and the game should be pretty much translated.
Edit the source code for text translation.

Re: A helping hand?

Posted: Fri Feb 22, 2013 9:38 am
by Devanos
juanjpro wrote:
SFK363 wrote:Uh, there's not really anything to program... it's just replace the graphics and the sounds, and the game should be pretty much translated.
Edit the source code for text translation.
I tried, but the source code has several errors. :sad:

Such as 'function not found'.

Re: A helping hand?

Posted: Fri Feb 22, 2013 11:10 pm
by Ketercheat
Devanos wrote:
juanjpro wrote:
SFK363 wrote:Uh, there's not really anything to program... it's just replace the graphics and the sounds, and the game should be pretty much translated.
Edit the source code for text translation.
I tried, but the source code has several errors. :sad:

Such as 'function not found'.


Only compile from main.bb. Everything else gives that error.

And because you're making a translation, only edit the green text. Only the green text. Nothing else.

Re: A helping hand?

Posted: Mon Feb 25, 2013 6:09 pm
by juanjp600
Ketercheat wrote:
Devanos wrote:-snip-
I tried, but the source code has several errors. :sad:

Such as 'function not found'.


Only compile from main.bb. Everything else gives that error.

And because you're making a translation, only edit the green text. Only the green text. Nothing else.
There also is some green text you can't edit without getting errors, such as the INI-related functions. That would cause a "Memory Access Violation" error, due to Blitz3D not being able to read Unicode correctly from a text file.

Alos, I'd recommend not to edit the items. Just edit the inventory to change the text displayed per item, so you can guarantee compatibility between "vanilla" SCP:CB and the modded version.

Re: A helping hand?

Posted: Wed Feb 27, 2013 5:24 pm
by Devanos
juanjpro wrote:
Ketercheat wrote: Only compile from main.bb. Everything else gives that error.

And because you're making a translation, only edit the green text. Only the green text. Nothing else.
There also is some green text you can't edit without getting errors, such as the INI-related functions. That would cause a "Memory Access Violation" error, due to Blitz3D not being able to read Unicode correctly from a text file.

Alos, I'd recommend not to edit the items. Just edit the inventory to change the text displayed per item, so you can guarantee compatibility between "vanilla" SCP:CB and the modded version.
Thanks a lot.

But I have already compiled the main.bb but the same error occurs.

Since the same error come up even when I didn't edit, it seems like that something's wrong with the source code. Can you send me a proper source code to [email protected]?