Project Zomboid

Project Zomboid

101 ratings
Udderly Ammo Crafting
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
313.584 KB
24 Aug, 2022 @ 6:24pm
15 Sep, 2023 @ 8:13pm
27 Change Notes ( view )

Subscribe to download
Udderly Ammo Crafting

Description
This mod was made for the UdderlyRP server, find us on Discord at https://discord.gg/9HUdNf7qGe


Features
  • Introduces "Scrap Metal Bits", worth 1/10 of a scrap metal for more granular costs (these can be freely converted back and forth).
  • Crafting recipes for each bullet caliber and shells.
  • Crafting recipes for each magazine type.
  • Crafting recipes for gunpowder harvesting, gunpowder making, and charcoal making (and unlike most ammo crafting mods it gets rid of the vanilla "Gather Gunpowder" recipe).
  • Ammo Cans and Small Ammo Cans as storage items to pack away ammo boxes en masse and save a bit of space in your container(s).
  • Incredibly tiny chance for ammo cans and small ammo cans to spawn where other ammo does (.0000000025 and .000000075 respectively for those that understand the numbers), lootbox style where you "identify" the type of ammo.
  • Support for VFE and vanilla guns included.
  • Skill magazines for each type of crafting.
  • Mod extendable!

How To Use (for modders)
Pick which of the magazines you want to add a recipe to - the only difference in the below code is that you change the index into RecipeAssignments to the volume of book you want to assign. Make sure you put your recipe in "Base" so that this mod can find it.

Then do something like this in a lua script under shared:
print("[UdderlyGuns PPSh] Looking for Udderly Ammo Crafting..") if UdderlyAmmoCrafting and UdderlyAmmoCrafting.RecipeAssignments then print("[UdderlyGuns PPSh] Udderly Ammo Crafting detected, adding drum magazine recipe.") table.insert(UdderlyAmmoCrafting.RecipeAssignments[2], "Craft762Drum71") end

Like my mods? Help me survive, lol.
Venmo: @UdderlyEvelyn
Paypal: yushatak@gmail.com (I do not check this email, do not contact me through it!)
Ko-Fi: http://ko-fi.com/UdderlyEvelyn

Workshop ID: 2853657799
Mod ID: UdderlyAmmoCrafting

Workshop ID: 2853657799
Mod ID: UdderlyAmmoCrafting
26 Comments
~vicky.salazar92~ 3 Aug, 2024 @ 11:17am 
Hi, I´ve been searching a lot but for some reason I can´t find the recipe book to learn how to craft ammo, this has been happening in other saves as well, I wonder if the recipe book is just extremely rare, or maybe a bug causes it to never appear?
dotexe 10 Jan, 2024 @ 5:22pm 
I would love an option for crafting ammo to give metal working xp.
SDgamer 11 Dec, 2023 @ 10:50am 
Does this work with the Stalker Guns and Gunrunner's VFE Add On Packs?
GhostManPRO 5 Nov, 2023 @ 5:32pm 
Really wish the mod had a setting to adjust or remove the ammo can spawn.
I'm trying to play a hardcore save with super rare ammo spawns and it just completely ruins the balance when I find a can with 720 shotgun shells in it.
sussyslurp 8 Oct, 2023 @ 11:55am 
could you make junk cans and other metal junk able to be converted to scrap metal?
rimean 22 Sep, 2023 @ 4:20am 
Hi, is there any version of this mod that would allow me to use it without installing vanilla firearms expansion?
UdderlyEvelyn  [author] 1 Sep, 2023 @ 11:21am 
@CrispyChestnuts Good idea.
@bruteFacts that was fixed at some point since then.
directAction 19 Jun, 2023 @ 6:14am 
Anyone else having trouble finding gunsmithing vol.1? Can't make bullets without it, and I just can't seem to find the damn thing. Might have to spawn it in since I'm thinking it might be bugged.
CrispyChestnuts 4 May, 2023 @ 9:57am 
I would love to see a recipe for gunpowder using npk fertilizer as well if this is still in development
KarpJoe 14 Mar, 2023 @ 3:26am 
I noticed that when boxing up
308, a large can weighs 19 units, and a small can (half as much) weighs 9 units. So it saves more space to just box up small cans than larger ones. Is this intentional?