Spartan_1683
Chieftain
Im trying to make a mod to improve forests yield unimproved to 3 which is the most base production from lumber mills and steel tech from the wiki.
UPDATE Features SET YieldChange=3, WHERE FeatureType='FEATURE_FOREST';
<?xml version="1.0" encoding="utf-8"?>
<Mod id="ef9c2951-ffc9-406d-927d-3b6d32ac0012">
<Properties>
<Name>FOREST IMPROVED</Name>
<Stability>FINAL</Stability>
<Teaser>Forests now provide 3 prod</Teaser>
<Description>How vanilla CIV shouldve been</Description>
<Authors>Spartan_1683</Authors>
<SpecialThanks>wiki</SpecialThanks>
</Properties>
<Components>
<UpdateDatabase id="FOREST_COMPONENT">
<Properties>
<Ruleset>RULESET_STANDARD</Ruleset>
</Properties>
<Items>
<File>Forest.sql</File>
</Items>
</UpdateDatabase>
</Components>
<Files>
<File>Forest.sql</File>
</Files>
</Mod>
I thought these things would make it work but ive tried a few things and im stuck and don't know what to do.
After this I want to also make a mod or add to this mod if possible, to make lumber mills obsolete if that's possible I hope so, or maybe make the lumber mill provide zero production but I think the ai will still build them.
UPDATE Features SET YieldChange=3, WHERE FeatureType='FEATURE_FOREST';
<?xml version="1.0" encoding="utf-8"?>
<Mod id="ef9c2951-ffc9-406d-927d-3b6d32ac0012">
<Properties>
<Name>FOREST IMPROVED</Name>
<Stability>FINAL</Stability>
<Teaser>Forests now provide 3 prod</Teaser>
<Description>How vanilla CIV shouldve been</Description>
<Authors>Spartan_1683</Authors>
<SpecialThanks>wiki</SpecialThanks>
</Properties>
<Components>
<UpdateDatabase id="FOREST_COMPONENT">
<Properties>
<Ruleset>RULESET_STANDARD</Ruleset>
</Properties>
<Items>
<File>Forest.sql</File>
</Items>
</UpdateDatabase>
</Components>
<Files>
<File>Forest.sql</File>
</Files>
</Mod>
I thought these things would make it work but ive tried a few things and im stuck and don't know what to do.
After this I want to also make a mod or add to this mod if possible, to make lumber mills obsolete if that's possible I hope so, or maybe make the lumber mill provide zero production but I think the ai will still build them.