trying to make 2 simple changes in a small mod, but i can't get it to work in-game.
Save games crash when i load it with this mod, so i know its doing 'something', but when i start a new game this mod file doesn't seem to affect anything. I use Thal's balance-combined, and i checked those files to see if there's anything 'overriding', but can't find anything.
So whats wrong with the code?
Code:
- <GameData>
- <Unit_ResourceQuantityRequirements>
- <Update>
<Where UnitType="UNIT_MECHANIZED_INFANTRY" />
<Set ResourceType="RESOURCE_IRON" />
</Update>
</Unit_ResourceQuantityRequirements>
- <Units>
- <Update>
<Where Class="UNITCLASS_MECH" />
<Set Combat="100" />
</Update>
</Units>
</GameData>
Save games crash when i load it with this mod, so i know its doing 'something', but when i start a new game this mod file doesn't seem to affect anything. I use Thal's balance-combined, and i checked those files to see if there's anything 'overriding', but can't find anything.
So whats wrong with the code?