Thirst/Hunger Issue

Posted by Hockney on Fri 16 Jan 2004 12:07 AM — 2 posts, 10,646 views.

#0
I want to remove thirst and hunger conditions entirely. I eventually intend to make them work more realistically, but as a temporary fix, I'd like to disable them. I've been wading through old posts concerning this, but I haven't found any way to resolve it that works for me. Is there some way to fix the values of each character's thirst and full conditions(make them constant, instead of variable)? Or is there an easier workaround that I just haven't seen?
USA #1
I believe that the posts already on this subject mention that you have to go to update.c and remove the places where it changes the player's condition values... anyways, if not, you have to go to update.c, find the place where it changes the player's condition values, and get rid of the decrements. :)