Shiggs713
Immortal
Ok so I'm working on an Earth map, I'd like to have a some city-states, but not in annoying places such as Edinburgh near England, and other stuff like that. So what I'm trying to do is just rename a few city states and place them in more ideal locations. Amazingly enough nobody at firaxis thought of this . In the modBuddy you can rename Civs quite easily, but alas they didn't include that option for the city states.
So I tried doing the update function but apparently I'm doing something wrong. here's what I did, with no effect at all;
its in the one and only xml file in my mod; RuleChanges1.xml That is basically the entire contents except all the encoding crap and notes at the top. I built it, no build errors, it reads it, loads up fine, all my map changes have taken effect, but not this.
note; i know how to do this the old fashioned way, but I'd like to start doing it the new way
So I tried doing the update function but apparently I'm doing something wrong. here's what I did, with no effect at all;
Code:
<GameData>
<MinorCivilizations>
<Update>
<Set Description="Madrid"/>
<Where MinorCivilization="Warsaw"/>
</Update>
</MinorCivilizations>
</GameData>
its in the one and only xml file in my mod; RuleChanges1.xml That is basically the entire contents except all the encoding crap and notes at the top. I built it, no build errors, it reads it, loads up fine, all my map changes have taken effect, but not this.
note; i know how to do this the old fashioned way, but I'd like to start doing it the new way