Silverforte submitted a new mod: Silverforte's Hunger Rate - Tired of hunger depleting so fast? This is for you. Read more about this mod...
hey mate, seem to be having some issues with this mod. I have been using the 15 minute one and have noticed that the well fed icon will stay on for 15 minutes, but my hunger will start going down during the default time frame - causing me not to be able to eat anything and eventually starving to death after uninstalling i noticed the issue goes away looked through the files and saw only the 30 minute one has this additional animation file too edit: I noticed the values for these two things were different, and making them the same may have fixed it "name" : "wellfed", "effectConfig" : { "healTime" : ### }, "defaultDuration" :###,
Not sure about that. I'll test some tonight. The animation file was left in for testing purposes and I forgot to remove it, it doesn't do anything because originally it controlled ember and red health symbols appearing around you, which I took out of the buff file.
Hey, wondering if anyone is having trouble with the mod? im using the half hour version, and my well fed icon stays but my actual hunger bar still depletes? any reason why?
Silverforte updated Silverforte's Hunger Rate with a new update entry: fixed bar and buff not syncing Read the rest of this update entry...
There is a simpler way to deal with hunger btw. Instead of making the well fed buff last longer, why not make a simple player.config.patch file and look at lines 496/497 "foodDelta" : { "baseValue" : -0.0583 // -70 food over 20 minutes And lines 564 to 568 "food" : { "deltaStat" : "foodDelta", "initialPercentage" : 1.0, "maxValue" : 70 }, If you need a helping hand figuring out how it works. 20 minutes or 1200 seconds. 1200 * 0.0583 = 69.96 so from that you can guess that "foodDelta": { "baseValue" : -0.0583 means you lose 0.0583 food "value" per second. Easy mode: MaxValue divided by baseValue = length of time you survive without food for. So I'm guessing change baseValue to 0.0194 and you'll survive for 3608 seconds, an hour irl without food. Mind you I haven't tested this! that's your job!
This is a really awesome mod, it makes all the difference! Would you mind if I include it in a compilation of mods for the small server I run with some friends? Author credit and a link back to this page would be included of course Thank you for your modding work!