Once again, this mod causes an error with STR_SECTOPOD_ARMOR2 when running the latest X-COM Files.[ERROR] During linking rulesets of armors:Error for 'STR_SECTOPOD_ARMOR2': Number of battle corpse items for 'corpseBattle' does not match the armor size.Deleting it from Armors rul fixes the issue.
It's not this mod, it's Arsenal Additions.
Getting rid of soldiers does not delete data about them. All records of all soldiers, what missions they participated in, how many and what enemies they killed in what mission, and so on, all remain in the save, even if that soldier is killed or fired. Reducing the army will only slow down the growth of information.
it says something
- type: STR_SECTOPOD_ARMOR2 moveSound: 5010 deathMale: [5012, 5013] deathFemale: [5012, 5013]
If that something is about STR_SECTOPOD_ARMOR2, go into the resound mod's armors_XCOMFILES.rul and delete this block:Code: [Select] - type: STR_SECTOPOD_ARMOR2 moveSound: 5010 deathMale: [5012, 5013] deathFemale: [5012, 5013]Doesn't look like there's anything else, unless your error was different.