How do I modify Policy xml

Mattias123

Chieftain
Joined
Oct 22, 2016
Messages
3
How do I modify policies XML file. has found the file o and changed some values saved the file. but when the game starts, its the same as before. whats wrong.
 
Post the code you're useing. I'm no expert as I'm having some problems as well but as an example I wanted to add 1 more food to coastal titles and I have an .xml that looks like this:

<GameInfo>
<!-- Coastal Food -->
<Terrain_YieldChanges>
<Update>
<Where TerrainType="TERRAIN_COAST" YieldType="YIELD_FOOD" />
<Set YieldChange="2"/>
</Update>
</GameInfo>

And it works great... so what about policies are you trying to change?
 
Back
Top Bottom