Page 1 of 1

Localized Version - Translating the Game

Posted: Fri Aug 27, 2010 9:02 am
by norb
90% of all the text used in the game is located in the SDK. There is some text in the exe, but not much. Any text in there can easily be moved out, it's just putting in the time and getting it done.

So what would it take to localize the game:

First you have the help files, readme.txt, the manual, stuff like that. Not used in game, but on the disk. Not necessary, but you can't really say it's done unless these are done too.

Next you need to get the SDK and translate. You can test as you go, just have a mod with your files. It's pretty easy to do. I do not have a convention for tranlated files right now, so you'll just mod the existing ones. I would like to have the game able to switch between different languages at some point. We sell all over the world and have players in many languages. So we would really like any language supported. The game is not unicode though, that would be an effort. But any other language should work.

Base/...

Text/
sowdoc.txt
sowstr.db

Sandbox/
attack.txt
defend.txt
losnovp.txt
losvp.txt
screen.txt
stratnovp.txt
stratvp.txt

Scenarios/
*/
intro.txt
screen.txt

Logistics/
courier.csv
demoscreens.csv
mscreens.csv
gscreens.csv // I really should get the txt out of the screen files
guitext.csv // Oliver already did this one, I didn't forget it :)

OOBs/
All of these can be done or left alone. It's a tough call because the names are english and keep the mood, but if you can't read 1st Artillery in your language, then it makes sense to translate. We could come up with something else here. But for now you would have to do all the oob csv files. Just the name1 and name2 column.

I'm sure more specific detail can be given, and I might have forgotten some stuff, but these is where it all is. Now I just have to figure out an easy way to switch between languages.

So if anyone wants to take on the effort of translating to your own language, be our guest. We do not have the funds to pay a company to do it right now. If you want to help, just post here so there is not repeated effort.

Re:Localized Version - Translating the Game

Posted: Fri Aug 27, 2010 10:20 am
by ADukes
norb wrote:
and I might have forgotten some stuff
Of course. :P

gui.csv
replroster.csv

Re:Localized Version - Translating the Game

Posted: Fri Aug 27, 2010 4:06 pm
by vanmia
Next you need to get the SDK and translate
How get the SDK, and what is the SDK ?

Re:Localized Version - Translating the Game

Posted: Fri Aug 27, 2010 4:14 pm
by Michael Slaunwhite
vanmia wrote:
Next you need to get the SDK and translate
How get the SDK, and what is the SDK ?
here is the link.

http://www.scourgeofwar.com/Downloads/S ... K_v102.exe

later!