Hi, first of all, I would like to say that Civilization V rocks, it is the best one of the 5, but the happiness sucks in it.
I am trying to update the resources to produce more happiness, but I can't figure it out, I have in my main mod a file called "NewResources.xml" and in it I have
<?xml version="1.0" encoding="utf-8"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) <GameData>
<NewResources>
<Update>
<Where Type="RESOURCE_IVORY"></where>
<Set Happiness="1"></set>
</Update>
<Update>
<Where Type="RESOURCE_WHALE"></where>
<Set Happiness="3"></set>
</Update>
<Update>
<Where Type="RESOURCE_PEARLS"></where>
<Set Happiness="2"></set>
</Update>
</Resources>
</GameData>
I did low numbers just to test, I will eventually have 8's for the resources.
is there anyone who can help me with this?
I am trying to update the resources to produce more happiness, but I can't figure it out, I have in my main mod a file called "NewResources.xml" and in it I have
<?xml version="1.0" encoding="utf-8"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) <GameData>
<NewResources>
<Update>
<Where Type="RESOURCE_IVORY"></where>
<Set Happiness="1"></set>
</Update>
<Update>
<Where Type="RESOURCE_WHALE"></where>
<Set Happiness="3"></set>
</Update>
<Update>
<Where Type="RESOURCE_PEARLS"></where>
<Set Happiness="2"></set>
</Update>
</Resources>
</GameData>
I did low numbers just to test, I will eventually have 8's for the resources.
is there anyone who can help me with this?
