Skip to content

A Project Zomboid Game Mod. adds some new items into the game

License

Notifications You must be signed in to change notification settings

Coryf65/freeze-dried-meats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freeze dried meats

A Project Zomboid Mod. adds more food items into the base PZ game.

Mod Details

Find dried meats in the world recipe to open the packaging random spawn of (steak, porkchop, and chicken) dried meats are non-perishable can cause unhappiness, boredom, and lots of thirst Hunger, calories and fat values are a bit lower than fresh adds to player inventory 3 recipes to add water into the dried meats and convert back to "normal"

Need to make:

  • 4 items

    • Dried Meat Package
    • Dried Steak
    • Dried Chicken
    • Dried Pork
  • 4 Recipes

    • Open Packaging
    • Re-Hydrate meat 1 per type
      • gives cooking xp on re-hydrate
  • spawn file

Tips other Modders and Devs

Here are some helpful notes and resources I have gathered to build out this mod.

Awesome YouTube tutorial by W. Patrick which is how I made this mod.

Tools

  • Project Zomboid Game on Steam here or on the Indie Stone

  • for code editing I use VSCode

  • it has an awesome extension for Project Zomboid PZ extension you can also search within VSCode extensions.

  • Image editor I use GIMP feel free to use whatever you are comfortable with. Icons are 32x32 pixels

  • add -debug into launch options of steam for Project Zomboid, allows spawning of your modded iems

System Locations

  • path to the Project Zomboid mods folder, using Steam (Linux) /home/cory/Zomboid/
  • path to my steam pz install /SteamLibrary/steamapps/common/ProjectZomboid/projectzomboid/
  • vanilla exmaple files /

Project Zomboid links

My Notes

HungerChange = -40, is filling our hunger bar up by 40%, adding a prefix to the item name prevents mod collisions HS_DriedSteak

Animations fot the player actions are the in folder /media/AnimSets/player/actions/

icons need to have the item_ prefix and be a .png

make a procedural dist file to spawn items arounf the pz world

About

A Project Zomboid Game Mod. adds some new items into the game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages