Hi!
I see FSO2 is under development, this is good news.
Well, my problem, translate support in FSO2 is very limited, not translator friendly, full translate this app (with weapons names, ships names, objects names) cause many-many errors, I see this in available translation (of my native language), terrible.
But I see very good, positive changes, example:
- "$Alt Name" in ships.tbl (translatable ships names, see on HUD) / FSO 3.6.13
- "$Alt Name" in weapons.tbl (translatable weapons names, see on HUD) / FSO 3.6.11
But missing these, example:
1. medals.tbl / $Name
If I want change medal name, I need modify actual mission file in this line: grant-medal "xxx Medallion"
Possible add "$Alt Name" (or any translation support) of medals.tbl file?
2. Mission files
Example, in first training mission, if I press T on instructor, left side on HUD I see this:
INSTRUCTOR (ship name)
GTF MYRMIDON (ship class)
OK, if I translate this, then INSTRUCTOR=EXAMPLETRANSL
But no way change the ship name.
- If I open mission in Fred, and I try change this ship name to other, I see new ship name on HUD, but script is not working correctly anymore.
- If I modify Alt Name (in Fred), then Alt Name is show on HUD, but this show in second line, see:
INSTRUCTOR (ship name)
EXAMPLETRANSL (alt name)
First problem, first (English) line is visible, but this is unnecessary, and ship type is lost in second line. OK, I can add ship type to translated string, but string length is very limited: 19 character, this is too short to write of translated string + ship type.
Possible add new filed type support in mission files (#Objects section), example "$Alt Display Name" ?
Example:
#Objects
$Name: Instructor
$Class: GTF Myrmidon
$Alt Display Name=EXAMPLETRANSL
Result on HUD:
EXAMPLETRANSL (translated name)
GTF MYRMIDON (ship class)
Thanks.