Hello all,
Was hoping someone might be able to help me out. I'm in the middle of modding and I'm trying to set new strings for various things I've added. But, for the life of me, I can't make them work.
I tried adding things to the language files first. No effect (although, I can edit existing ones).
I then tried adding strings via the extraStrings function. Again, no effect, even when I copy/pasted code from other mods to see if I could get it to work. By way of example, I have in the Xcom1Ruleset file:
extraStrings:
- type: English
strings:
STR_SHOTGUN: Shotgun
STR_BATTLERIFLE: Battle Rifle
- type: EnglishUk
strings:
STR_SHOTGUN: Shotgun
STR_BATTLERIFLE: Battle Rifle
But the game still displayed STR_SHOTGUN or whatever. The string names are definitely right, so that's not causing the problem.
So, is there some secret trick, or have I missed something massively obvious?
Thanks, Will.