Here is a way how to mod this game. Full copy of file "DefaultGameCore.ini" is stored inside executable file ...Binaries\Win32\XComGame.exe and game uses it instead of one in folder ...\XComGame\Config\ You need to use resource editor over XComGame.exe in order to modify DefaultGameCore. You need to look inside RCData section for resource 1020, which uses language 1033. As for test I modified this line: BalanceMods_Normal=(eType=eChar_Soldier, iDamage=0, iCritHit=0,iAim=0,iDefense=0,iHP=5, iMobility=0,iWill=0) Now I have 11 HP for all my soldiers. So such modding approach works, though it is not easy. I use freeware Resource Hacker for editing resources. First you need to save 1020 resource in plain txt file. Then modify it. Then replace using such parameters: Type: RCData
Name: 1020
Language: 1033 And finally save file. I hope it will satisfy your needs for a start.