JerryZ
Chieftain
- Joined
- Sep 7, 2018
- Messages
- 12
Hi everyone, this is the first mod I have made, but I'm encountering some difficulties that I could not figure out why. The mod i made is suppose to modify in-game values (in my case food production), but for some strange reasons it failed to work.
and this information is in the .modinfo file
<?xml version="1.0" encoding="utf-8"?>
<Mod id="633e64a9-8818-4d35-b137-401ba6e48b44" version="1">
<Properties>
<Name>Much More Food</Name>
<Description>Much more food for the whole game</Description>
<Teaser>Much more food for the whole game</Teaser>
<Authors>JerryZ</Authors>
<SpecialThanks>Gabe_oz</SpecialThanks>
</Properties>
<FrontEndActions>
<UpdateDatabase id="NewAction">
<File>Base1.xml</File>
</UpdateDatabase>
</FrontEndActions>
<InGameActions>
<UpdateDatabase id="NewAction">
<File priority="1">Base1.xml</File>
</UpdateDatabase>
</InGameActions>
</Mod>
and this information is in the .modinfo file
<?xml version="1.0" encoding="utf-8"?>
<Mod id="633e64a9-8818-4d35-b137-401ba6e48b44" version="1">
<Properties>
<Name>Much More Food</Name>
<Description>Much more food for the whole game</Description>
<Teaser>Much more food for the whole game</Teaser>
<Authors>JerryZ</Authors>
<SpecialThanks>Gabe_oz</SpecialThanks>
</Properties>
<FrontEndActions>
<UpdateDatabase id="NewAction">
<File>Base1.xml</File>
</UpdateDatabase>
</FrontEndActions>
<InGameActions>
<UpdateDatabase id="NewAction">
<File priority="1">Base1.xml</File>
</UpdateDatabase>
</InGameActions>
</Mod>