Katarn84 Posted November 2, 2004 Share Posted November 2, 2004 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. Link to comment Share on other sites More sharing options...
razorace Posted November 2, 2004 Share Posted November 2, 2004 I honestly don't know if we can do that. Link to comment Share on other sites More sharing options...
Fracman Posted November 2, 2004 Share Posted November 2, 2004 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" Link to comment Share on other sites More sharing options...
Katarn84 Posted November 3, 2004 Author Share Posted November 3, 2004 Thanks, I'll try. Link to comment Share on other sites More sharing options...
Fracman Posted November 3, 2004 Share Posted November 3, 2004 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#" Link to comment Share on other sites More sharing options...
Alexrd Posted February 28, 2008 Share Posted February 28, 2008 Thanks, I'll try. so, have you done it? Link to comment Share on other sites More sharing options...
ensiform Posted February 28, 2008 Share Posted February 28, 2008 so, have you done it? Why on earth did you revive a 4 year old thread? Link to comment Share on other sites More sharing options...
JediDog Posted February 29, 2008 Share Posted February 29, 2008 LOL Link to comment Share on other sites More sharing options...
acdcfanbill Posted February 29, 2008 Share Posted February 29, 2008 inquiring italianos want to know that said, you might consider pm-ing or emailing him. Link to comment Share on other sites More sharing options...
Alexrd Posted February 29, 2008 Share Posted February 29, 2008 inquiring italianos want to know 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 Link to comment Share on other sites More sharing options...
razorace Posted February 29, 2008 Share Posted February 29, 2008 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. Link to comment Share on other sites More sharing options...
Alexrd Posted March 1, 2008 Share Posted March 1, 2008 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 Link to comment Share on other sites More sharing options...
ensiform Posted March 1, 2008 Share Posted March 1, 2008 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. Link to comment Share on other sites More sharing options...
Alexrd Posted August 20, 2010 Share Posted August 20, 2010 Yes, the spanish translation already comes with the game, IIRC. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.