So no matter how I try to alter this code and I have made several attempts so far, from changing lines to 'type' to 'defines' to 'row', I cannot seem to alter the post defines in the game.
Notibly the code I am trying to adjust is the stupid AI happiness cheat.
Is there something wrong with the code or is the post define some weird animal that xml modding will not change?
Notibly the code I am trying to adjust is the stupid AI happiness cheat.
Spoiler :
Code:
<GameData>
<PostDefines>
<Update>
<Where Name="AI_HANDICAP"/>
<Set Key="HANDICAP_PRINCE"/>
</Update>
<Update>
<Where Name="STANDARD_HANDICAP"/>
<Set Key="HANDICAP_PRINCE"/>
</Update>
<Update>
<Where Name="STANDARD_HANDICAP_QUICK"/>
<Set Key="HANDICAP_PRINCE"/>
</Update>
</PostDefines>
</GameData>
Is there something wrong with the code or is the post define some weird animal that xml modding will not change?