Food and Household items [REWORKED]

If you liked this item, please rate it up on Steam Workshop page.

Author: Hikan-Teki

Last revision: 30 Mar, 2022 at 18:17 UTC

File size: 63.73 MB

On Steam Workshop

Description:

Originally made for my own server but hey, why not share?
i have gone ahead and reworked the mod adding the following things;

-Added a config file at lua/config.lua where you can change the hunger-thirst-health values of each individual food
-Added support for Advanced Cooking Mod on GmodStore
-Fixed the VGUI icons
-No longer needs 2 seperate workshop mods for both models and the lua fix, standalone.

The default config for Advanced Cooking Mod is FALSE if you’d like to turn it ON unpack the .gma file and change it to TRUE

For developers > if you’d like to change a single foods value but the config has the item in a list of other entities (such as canned sodas etc.) you can simply add on to the value with simple maths.
like this.

!IMPORTANT!
You dont have to decompile the entire addon and have it on the server (unnecessary and will cause longer load times due to downloading the lua files etc. etc. etc.), you can simply copy the config.lua of the item you’d like to edit and have that on the /addons folder ie. addons/foodmod/apple/config.lua (no other file needed)
gmod will prioritize the local file first and apply that ignoring the workshop version.

activator:setDarkRPVar("Thirst",math.Clamp(thirst+appleJuicethirst3 + 5,0,100))
(thirst+appleJuicethirst3 + 5,0,100))

the +5 = add 5 more to the current value, the 0 and the 100 are for fixing the overheal etc.
PS: If you have characters with more than 100 hp on your server change to 100 accordingly (it’ll effect everyone keep that in mind)

S/O
Paul For kindly allowing me to use his base code.
CHILI For the original mod back in 2012