Bully-Board
Bully Modding Section => Requests => Requests Archive => Topic started by: 159516 on May 27, 2013, 12:36:50 AM
-
Hi! Is there a mod that adds hunger to the game? Where, say, going too long without eating causes Jimmy to pass out and wake up (much like going too long without sleep.) Thanks for any help you can give.
-
I'm not trying to be a jerk but maybe when you arrive somewhere, you shouldn't start immediately asking for things. :ajajaxh5:
-
^Eric, this is the request section. I do get what you're coming at though.
I have been considering making a hunger system for the Zombie Edition. If this gets done, then I can easily add it in the normal game.
-
It's possible to do. But it's somewhat complex.
The only potentially tricky part is writing the line that checks whether Jimmy has eaten or not.
-
Is it a plane? Is it a bird? No its propably Madman!, the modding guru will answer your question (If he will want to post of course)
Even though, hunger system is a great Idea, specialy for the Zombie mod.
-
Nah, it can be done.
Although, I think the easiest method of doing this will be having the food as a pickup item (like mission items). Everything else would be a piece of piss.
-
^
Piece of piss?
Precisely. I could easily get a similar method done, however that might take time since I am working on different projects atm.
-
^Eric, this is the request section. I do get what you're coming at though.
I have been considering making a hunger system for the Zombie Edition. If this gets done, then I can easily add it in the normal game.
Sounds cool, man. Looking forward to it.
-
I got the idea of using
if PedIsPlaying(gPlayer, "Eating animation") then
PedAddHealth(HungerBar, 10)
For example.
-
^Might work. We'll need to figure out what the animationfile is called though.