Page 1 of 1

Re: Chinese Translation.

Posted: Wed Jan 09, 2013 4:29 pm
by FoxMccloud64
..............-.-

Re: Chinese Translation.

Posted: Wed Jan 09, 2013 4:31 pm
by ndi05
Serious business right there.
You guys are allowed to do it.

Re: Chinese Translation.

Posted: Wed Jan 09, 2013 5:21 pm
by Irontaco
You don't need any kind of authorization for translating the game, you're free to do it.

You may have to lurk around the source files using Blitz3D to translate certain parts of the text though.

Re: Chinese Translation.

Posted: Wed Jan 09, 2013 5:36 pm
by Mirocaine
No need to ask for permission =) the game runs under a http://creativecommons.org/licenses/by-sa/3.0/ so you can definitely make an official chinese translation.

Edit:

Here is how to get to the game's decompiled Source Code so you can edit the main.bb file to translate the English messages:

In SCP:CB folder go to the 'Source Code' folder
Image
Inside it is the 'Main.bb' file, you can edit it with the Notepad program or Notepad++
Image
You want to only edit lines that look like this:
Image
Msg = "Pick up the paper on the desk and open the inventory by pressing tab"

Be careful not to edit any other code lines, because that is the games main programming file, only edit the English message lines.
The edited chinese version will not appear until you have someone re-compile the code into a new game .EXE; so you can post here or Private Message me on the forums or email me at :REDACTED: to get it recompiled if you need any more help.

Re: Chinese Translation.

Posted: Wed Jan 09, 2013 8:01 pm
by MonocleBios
Unfortunately Blitz3D can only render ASCII characters.
There is a library, FastText that provides UTF-8 support which can be found here: http://fastlibs.com/libraries.php

Re: Chinese Translation.

Posted: Sat Jan 12, 2013 2:09 pm
by Steelpoint
As the others have said you do not need permission to translate this game into your language of choice, go right ahead!

Also good luck.

Re: Chinese Translation.

Posted: Sat Jan 12, 2013 2:12 pm
by WhiteAce
Hopefully when this game is finished fully Regalis will have all the languages worldwide to download, would be a cool idea but should be done once the game is completed.