Hi Meridian, thanks for OCXE+, I love the new features.
I'm using your exe for new_civilian's TFTD My_Mod (not related to piratez, sorry) where you can hire sectoid and enforcer (robotic) soldiers.
I'm also using Solarius "celebrate_diversity" flags mod.
I wanted to assign an unique flags to these kind of soldiers, but only the first flag (flag0, USA) is used. It's possible to change this behaviour?
To be more clear:
soldiers:
- type: STR_SOLDIER
...
soldierNames:
- 00_SoldierName/ # 40 files, flags 0..39 are used, OK
- type: STR_SOLDIER_VETERAN
...
soldierNames:
- 00_SoldierName/ # also flags 0..39 are used, OK
- type: STR_SOLDIER_ROBOTIC
...
soldierNames:
- 01_RoboName/ # only 1 file, flag 0 (USA) is used, I want flag 40
- type: STR_SOLDIER_SECTOID
...
soldierNames:
- 02_SectoidName/ # only 1 file, flag 0 (USA) is used, I want flag 41
I'm not a modder, just a player, so feel free to ignore my post, I will not get offended.