Changing xml values/ getting changes to work

Started by Rocket_Raccoon, January 18, 2017, 12:11:41 PM

Previous topic - Next topic

Rocket_Raccoon

Hey there, got a few question regarding chaninging xml values.
Since i play mostly with neolithic/medieval tech tribes i found some things rather annoying/unrealistic and changed/ tried to change their values.

Which are, amongst some other i don´t remember right now:
- the mood debuff for staying too long indoor
- room stats
- cramped room
- cleanliness/blood
- killing foreigners
- eating without table
- sleeping on ground
- slept in the cold
- slept with others in the same room


I found the specific values and changed them acording to my likes.
I created a mod folder in mods to keep these changes.
However i don´t know where to add the mod version number.
As i tried to use my mod/changes the game would not use them and reported missing version number. How to make the changes work/ make xml changes in general work?
Many thanks in advance!

monkhouse

Do you have an About folder for your mod? Under ModFolder/About/About.xml, you can put the version number in:

<ModMetaData>
<name>Mod Name</name>
<author>Mod Author</author>
<targetVersion>0.16.1393</targetVersion>
<description>Mod description</description>
</ModMetaData>

Rocket_Raccoon

Ah ok, thank you very much, it does not until now. Going to try it out asap!  ;D