Project Zomboid

Project Zomboid

301 ratings
Harry's Better Ammo Icons
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
27.576 KB
29 Oct, 2020 @ 7:30pm
19 Aug, 2024 @ 12:00pm
8 Change Notes ( view )

Subscribe to download
Harry's Better Ammo Icons

Description
This is a simple mod that gives every ammo type unique icons for bullets, boxes, and magazines. Now you can tell the difference at a glance!

Thanks to DarkSlayerEX for making ItemTweakerAPI

Workshop ID: 2271559391
Mod ID: HBVAI
64 Comments
xXAlamedAXx 17 Apr @ 6:44pm 
my god bro, just say if its compatible with other gun mods:cozypoevaal:
TikaTops 23 Jan @ 9:02am 
Build 42 pls
Tyr Morga 23 Jan @ 2:58am 
is this compatible with multiplayer?
harrycheez  [author] 24 Nov, 2024 @ 11:09am 
@Ax i dont see why not
Ax 24 Nov, 2024 @ 5:33am 
Can it be used on existing save?
melon🍈 27 Aug, 2024 @ 6:46am 
Great mod ty.
ELTR101 6 Aug, 2024 @ 8:44pm 
Is this compatible with VFE and VFE stalker? thx! :)
Tnaz.v 14 Mar, 2024 @ 9:08am 
Does it work with snake weapons?
Wuffo 12 Mar, 2024 @ 10:13pm 
@trashcanhands I hope @harrycheez reads that bc Item Tweaker doesn't look so stable with build 42 around the corner
trashcanhands 12 Dec, 2023 @ 7:07am 
@harrycheez
If you're interested, you can change your script easily so that it doesn't require ItemTweaker.

local function TweakItem(Name, Property, Value)
local Item = ScriptManager.instance:getItem(Name)
if Item then
Item:DoParam(Property.." = "..Value)
end
end

TweakItem("Base.Bullets9mmBox", "Icon", "HBVAI_9mmBox");
TweakItem("Base.Bullets45Box", "Icon", "HBVAI_45Box");
..ETC..

You can just copy/paste the TweakItem list from your current script.