I have translate my game from Italian to English.
The game uses a GUI with graphic elements (in Italian).
I had thought about using this:
if (Game.TranslationFilename == "English") {
use GUI(english);
}
but isn't good because in the game there are many lines; GUItalian Off and On (and i don't modify it)..
Is possible, with script up, modify only the graphic elements of the Italian GUI?
The game uses a GUI with graphic elements (in Italian).
I had thought about using this:
if (Game.TranslationFilename == "English") {
use GUI(english);
}
but isn't good because in the game there are many lines; GUItalian Off and On (and i don't modify it)..
Is possible, with script up, modify only the graphic elements of the Italian GUI?