I am trying to increase the number of natural wonders that spawn on the map but my mod isn't working.
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 7/7/2012 7:18:12 PM -->
<GameData>
<Worlds>
<Update>
<Set NumNaturalWonders="14"/>
<Where Type="WORLDSIZE_LARGE"/>
</Update>
</Worlds>
</GameData>
I load the mod and start a game (map is large, pangea) but only 6 natural wonders are generated on the map.
This is my first attempt at modding, what am I doing wrong?
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 7/7/2012 7:18:12 PM -->
<GameData>
<Worlds>
<Update>
<Set NumNaturalWonders="14"/>
<Where Type="WORLDSIZE_LARGE"/>
</Update>
</Worlds>
</GameData>
I load the mod and start a game (map is large, pangea) but only 6 natural wonders are generated on the map.
This is my first attempt at modding, what am I doing wrong?