I'm trying to translate the subtitles of Jedi Academy in my own language (Italian). I've nearly finished the translation, but I'd like to know how to put them in a new language option,with its own main titles, instead of overwriting an existent one (Spanish, German or French).
Thank you.
I honestly don't know if we can do that.
It depends much on where and how the strings are used.
In the menus, translation is easy, since they are mostly referred as @STRINGFILENAME_REFERENCE.
In the ingame (ICARUS scripted) cutscenes, it depends if the subtitle was simply entered as string (such an "error" we did in our mod),
or if there was also a reference used.
Simply add a directory with your language in strings, e.g. strings\italian,
and add the translated files there.
JA requires at least SP_INGAME.STR and MENUS.STR to be translated.
If either file is missing, JA will either display an error, the english original text, or simply nothing.
In MENUS.STR you have to modify the one string that designated the language:
REFERENCE MY_LANGUAGE
LANG_ENGLISH "Italian"
LANG_ITALIAN "Italiano"
And remember: always keep the reference and the english string inside:
REFERENCE MYNEWSTRING
LANG_ENGLISH "This is my first own string"
LANG_ITALIAN "scusi"
Of course, you'll need also briefings.str and objectives.str translated.
And one thing:
never use just to joined quotation marks like "" as translation.
Else you'll get a JA crash with error "stringsize must not be smaller than 0" or so.
better use a mark like "." or "#translation missing#" ;)
Thanks, I'll try.
so, have you done it?
so, have you done it?
Why on earth did you revive a 4 year old thread?
inquiring italianos want to know :o
that said, you might consider pm-ing or emailing him.
inquiring italianos want to know :o
that said, you might consider pm-ing or emailing him.
I'm not italian but I want to know if he did it so I can do it too
The main problem would be the vast amount of data to translate. The actual work shouldn't be that hard. All you gotta do is alter the .str files.
The main problem would be the vast amount of data to translate. The actual work shouldn't be that hard. All you gotta do is alter the .str files.
I'm already doing that but I was wonder if it's possible to change the language's name on the menu
That is also in one of the language str files, pretty sure. Just not certain which one.
EDIT: Menus.str reference item "MYLANGUAGE" is what you want.
Yes, the spanish translation already comes with the game, IIRC.