Well, near 24h now trying and looking for manuals/forums to get working very simple "mod", but it dont work in game :
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 10/24/2010 12:42:52 PM -->
<Technologies>
<Update>
<Where Type="TECH_POTTERY" />
<Set>
<cost>3500</cost>
</Set>
</Update>
</Technologies>
Here you can see the XML file in the ModBuddy
Actions in the ModBuddy
After building file in the MODs directory
I load it in game, launch new game and where I expect the potery cost to be 3500 science, it remains same by default.
I have tried to change it directly in main game XML file and it worked, so the error is in the MOD file, it just dont update the information and I really dont know why....
Thanks in advance for any ideas.
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 10/24/2010 12:42:52 PM -->
<Technologies>
<Update>
<Where Type="TECH_POTTERY" />
<Set>
<cost>3500</cost>
</Set>
</Update>
</Technologies>
Here you can see the XML file in the ModBuddy
Spoiler :

Actions in the ModBuddy
Spoiler :

After building file in the MODs directory
I load it in game, launch new game and where I expect the potery cost to be 3500 science, it remains same by default.
I have tried to change it directly in main game XML file and it worked, so the error is in the MOD file, it just dont update the information and I really dont know why....
Thanks in advance for any ideas.