UnofficialCrusaderPatch / UnofficialCrusaderPatch2

Unofficial balancing patch installer for Stronghold Crusader 1
MIT License
429 stars 59 forks source link

Change maximum amount of stored wheat #667

Open Truetobi91 opened 4 years ago

Truetobi91 commented 4 years ago

So the amount of wheat the AI stores is tied to the MaxFood variable which causes the AI to overstock their stockpile to a point where they can't store anything else and get into a massive disadvantage. I can increase the number of mills or decrease the number of farms or wheat farm probabilities for now but it'd be cool to have max wheat beingdetached from MaxFood and tied to MaxResourceOther like hops is.

LordHansCapon commented 4 years ago

I didnt see evidence for this in the code. Wheat is not counted towards currentTotalFood, so there must be some other problem.