However, unlike the Text Dumper, the translation maker simply writes all lines of game text to the file - no script sources, just all the displayable text from the game. The file is generated with each line of text seperated by a blank line.
You can now give this file to your translaters. They should fill in each blank line with the corresponding translation of the English line above it (DO NOT REPLACE THE ORIGINAL ENGLISH LINES WITH THE TRANSLATION). If a line is left blank, it will simply not be translated.
Once the translation is done, choose the "Create compiled translation" option from the Game menu. Select the translated text file, and it will be converted into a compiled translation (.TRA) file, which can be used with the game engine.
To use the translation, simply place the .TRA file in same folder as the game's EXE file. Run the game Setup program, and select the translation from the drop-down box. Then, run the game, and all the text should be translated.
NOTE: With SCI fonts, only 128 characters are available, so many of the extended characters needed for non-english translations are not available. You may need to use substitute characters, or consider using TTF fonts for international applications. However, bear in mind that TTF rendering slows down the engine.
While most in-game text is translated automatically, there are a few instances when this is not possible. These are when a script uses functions like StrCat to build up a string, or StrComp to check some user input. In these cases, you can use the GetTranslation function to make it work.
You'll also have noticed a "Update translation" option on the menu. This is useful if you've got a translated version of your game, but you want to update the game and add a few bits in. Once you've updated your game, run the Update Translation option and the translation file you select will get any new bits of text added to it at the bottom, as well as any obsolete ones being removed.
Browser Based Help. Published by chm2web software. |