Translation

正在查看此主题的用户

HUtH

Sergeant Knight at Arms
It's probably a totally noob question, I hope someone know answer for this:

Faction members have their titles like 'lord', 'count' etc. In 'troops.csv' file there is the title and name together, and in 'game_strings.csv' there are only the titles with a variable(I don't know is it good word) {s0} - place for a name.
The problem - in WB lords can change the side they belong too and with that they change their title. But in game with translation, their name is both title and name, so after some lord change his side, he gets another title to the current one.
My question is how to fix it, I suppose that it could be made with use of {...} variables, but I have no idea where they came from and how to make them.
Please help, it's really iritating problem.
 
You will need to get the module system because the {s*} variables are defined in module_strings.py. Also, there is probably a script somewhere in module_scripts.py that changes the titles when the lord changes factions.
 
后退
顶部 底部