Project Zomboid

Project Zomboid

More Durable Weapons B41
dtoxic 22 Sep, 2020 @ 1:15pm
Compatibility Issue
This mod when used with Ammo&Magazine ICON Mod https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1904952813&searchtext=ammo

May overwrite icons and use vanilla ones instead of those from the Icon Mod

You may want to delete last lines dealing with Ammo and Clips so that the two do not conflict

Otherwise great mod and nice idea for durability!
Last edited by dtoxic; 22 Sep, 2020 @ 1:19pm
< >
Showing 1-9 of 9 comments
Hyzo  [developer] 22 Sep, 2020 @ 3:40pm 
I removed the ammo entries and some other entries I hadn't made any changes to, thank you so much for the suggestion!:ghsmile:
dtoxic 22 Sep, 2020 @ 4:03pm 
no problem glad i could help :)
dtoxic 23 Sep, 2020 @ 4:20am 
When using the ItemTweaker Version i get a lot of Recipes could not be found errors witch in turn prevent spawning of items

WARN : Recipe, 1600859857756> RecipeManager.Loaded> ERROR: can't find recipe source "Screwdriver" in recipe "Bind Screwdriver to Spear with Twine"

this is just one of them,probably a mod conflict again,will let you know if i find what is causing this
Hyzo  [developer] 23 Sep, 2020 @ 5:54am 
May unfortunately be a problem with Item Tweaker on B41 since I've seen a lot of mods that switch over from using it because it apparently causes issues with dependencies or something. It's why I included both since I use the item tweaker version without any issues but I was worried there might be for someone else.

Thanks for the feedback once again I will look forward to hearing if you find out the cause since to me it doesn't make sense it would be interfering with the recipes :cozybethesda:

Edit: After a quick test I did not get the same errors with the Spears mod so is there maybe some other mod you're using that alters weapons or maybe one that also uses Item Tweaker? Either that or load order but I'm not sure how project zomboid handles that.
Last edited by Hyzo; 23 Sep, 2020 @ 6:09am
dtoxic 23 Sep, 2020 @ 7:24am 
yeah i thought it was the load order too at first,but now almost every other mod i use is in conflict,and i have about 100 mods so yeah....ill keep the non tweaked one
dtoxic 11 Oct, 2020 @ 9:45am 
Hi Hyzo you can try and eliminate the ItemTweaker dependency and using Module Base (witch in turn causes problems with the default one) by using this with script manager

function Adjust(Name, Property, Value)
Item = ScriptManager.instance:getItem(Name)
Item:DoParam(Property.." = "..Value)
end

Adjust("Base.MetalBar","ConditionLowerChanceOneIn","1")

Same effect as with ItemTweaker version only without it

here i changed Metal bar to 1 just to see if it works if you are willing to try this approach please do try it first on your setup see if it works correctly
Hyzo  [developer] 12 Oct, 2020 @ 2:20am 
I put the Item Tweaker code into the lua file that this mod uses so it should work better now.
dtoxic 12 Oct, 2020 @ 2:24am 
cool just thought you might want the least amount of dependencies,i made my own version using the code above and it works so i thought id let you know...anyway glad you sorted it out :)
Hyzo  [developer] 12 Oct, 2020 @ 8:02am 
I appreciate it, it's nice of you to share a solution to the problem :) Thank you
< >
Showing 1-9 of 9 comments
Per page: 1530 50