Project Zomboid

Project Zomboid

[OBSOLETE] ItemTweaker Extra Clothing Option Addon
Počet komentářů: 43
Delran  [autor] 14. čvn. v 13.31 
You don't need it.
Souffrance97~Twitch~ 14. čvn. v 12.47 
working for 41 ?
Delran  [autor] 16. bře. v 3.19 
Yes
SirEmanuel 16. bře. v 0.20 
Can I remove it from my dedicated server without causing any problems?
Delran  [autor] 9. bře. v 17.57 
o7
Kr¡tZw!nG 3. bře. v 15.17 
Thanks for your service. Your actions will not be forgotten. F
Delran  [autor] 23. úno. v 8.26 
Spongie's Open Jackets doesn't require this mod anymore, I don't know any other mod using it, uninstalling it shouldn't cause issues.
I will remove it from the workshop at a later date.
Kali76 19. led. v 10.42 
Anyone out there who could update this [ please give credit to original author if you do up date ] or has updated this please post.
Catbat 21. pro. 2024 v 6.56 
Any chance of an update for build 42? This is one of my favorite clothes mods for Zomboid and I miss it so much
Simsimix 17. zář. 2024 v 15.33 
is there a chance to make a function that works with items with mesh and items without mesh correctly?
trashcanhands 17. zář. 2024 v 7.39 
ItemTweaker is obsolete and I wish modders would stop using it.
莫名某某 16. zář. 2024 v 7.34 
Is this still working? Have Known issues been resolved? Can I correctly remove ClothingItemExtraOption while modifying other values using ItemTweaker?
Billitø.exe 3. srp. 2024 v 17.16 
untucked shirt/t-shirt would be great
Morgan 28. bře. 2024 v 17.51 
May I add this to my modpack?
Mithrandirmord 23. srp. 2023 v 13.15 
every time i rejoin any of my friends servers both a dedi or a hosted co-op server this mod always has issues saying that it is out of date even when it was just working the previous evening. every time i join im forced to reinstall the mod in order to be able to join. I do not have any of the obsolete versions downloaded and the error i get just says that there is a version mismatch between the server and the mod when nothing on either end has changed.
Delran  [autor] 23. led. 2023 v 15.56 
@Space Sprout

Go ahead, that stands for anyone who wants to share or repack this mod, feel free to do so.

@ МΛСΞ1337

Yes, you just need to install this.

@ Ninjaban

Doesn't looks like it's caused by this mod, it doesn't uses the Item Tweaker API (obsolete)
Space Sprout 22. led. 2023 v 11.23 
Hello! I’m Kai reaching out on behalf of the Day’s End Roleplay server. We use your mod in our server and have loved it. We were hoping to make it part of our permanent mod pack.

This would include you extending your creative license to us, allowing our mod team to add/edit/use your mod to suit our server. As such we would not publish our edits to the workshop. We will include credit to you as the original creator of the mod, of course.

If this is agreeable to you or would like to discuss this further, please let us know. Thank you for all your effort.

Kai, Day’s End Mod Team
Iliade 25. lis. 2022 v 4.58 
Hi, I have a bug that I didn't have before this mod since today: My game crashes telling me I'm missing "Item Tweaker API (obsolete)".
Delran  [autor] 10. srp. 2022 v 15.16 
Go ahead.
Guppy 9. srp. 2022 v 22.43 
hey i wanted to ask permission to repackage this mod into a list for my server for updating purposes. Would that be alright?
ᛗᚨᚾᛞᚨᛚᛟᚱᛖ 29. čvc. 2022 v 6.41 
Ok nice thanks for the answer
Delran  [autor] 29. čvc. 2022 v 0.34 
Go ahead.
AndyLoco 28. čvc. 2022 v 20.56 
Permission Request:
Hi, @Delran ! I would like to ask your permission to use your mod in our server modpack. I will give you full credit for your mod in every media I can. If you allow us to do this our community would be very grateful. Thank you!
ᛗᚨᚾᛞᚨᛚᛟᚱᛖ 28. čvc. 2022 v 8.47 
What is lua script
ᛗᚨᚾᛞᚨᛚᛟᚱᛖ 28. čvc. 2022 v 8.47 
I mean do I have to copy all the file or just zomboid.iml
ᛗᚨᚾᛞᚨᛚᛟᚱᛖ 28. čvc. 2022 v 8.46 
I don't understand how to instal
Where is lua file ?
spongie 25. kvě. 2022 v 15.26 
Ohh nevermind I just found out how to fix it, it was a problem on my end. Sorry again lmao
spongie 25. kvě. 2022 v 14.45 
For some reason it seems like the copy of the item tweaker script that Better Sorting uses breaks the functions from this and I can't figure out why
Delran  [autor] 24. kvě. 2022 v 14.39 
Glad you were able to make it work and happy it helped.
I've seen a few mod that have their ItemTweaker in client and are working in MP, but I've also seen mods putting it in the shared folder, so I don't know either.
spongie 24. kvě. 2022 v 14.21 
Nicee I managed to get everything working, thanks lol your mod helped a lot
spongie 24. kvě. 2022 v 13.49 
Oh my god i'm stupid lmao. It turns out its because I put the lua file in shared instead of client? I thought that putting an item tweaker thing in client would cause multiplayer issues but I'm not sure
Delran  [autor] 24. kvě. 2022 v 13.11 
My guess would be that you included the original API to your file but not my addon.

You might still have a line like this : 'require("ItemTweaker_Core")' that you should replace by ' require("ItemTweaker_ExtraClothingOptions") '

If the problem is not coming from this, feel free to send me your lua file. (Discord : Delran#0101)
I made a mod with this addon that also may help you: https://sp.zhabite.com/sharedfiles/filedetails/?id=2810897515
spongie 24. kvě. 2022 v 11.37 
It seems like it's giving me that error even if I copy one of the example lines from the description as well
spongie 24. kvě. 2022 v 11.17 
For some reason when I try and call "ItemTweaker.AddClothingOptionIfDoesntExists("Base.Jacket_WhiteTINT", "Base.Jacket_WhiteOPEN", "OpenJacket");"

I get the error "attempted index: AddClothingOptionIfDoesntExists of non-table: null"
Delran  [autor] 22. kvě. 2022 v 13.19 
Would be glad to help.
spongie 22. kvě. 2022 v 11.28 
ohh sick, definitely gonna try using this
Delran  [autor] 21. kvě. 2022 v 10.26 
They are different items so the protection value can change yes.
p6kocka 21. kvě. 2022 v 9.42 
Btw. Does it really matter if zou have the sleeves rolled up or down as a protection? Or is it only optical change?
Delran  [autor] 21. kvě. 2022 v 7.52 
It would only cause problems if you try to had new clothing options to any of the item edit by spongie, then it would indeed override his edits.
But if the edits were to be remade using this framework, then there wouldn't be any problems.
p6kocka 21. kvě. 2022 v 7.45 
Sponie"s clothes mod does allow to open vanilla jackets. Woulrn"t it interfere with this mod pls?
Delran  [autor] 21. kvě. 2022 v 7.15 
For reference, I made this as I wanted to apply the "Tie On Waist" option coming from Authentic - Z to a modded hoodie, this way I didn't had to create any model.
Delran  [autor] 21. kvě. 2022 v 7.12 
Yes, or those who wants to apply clothing options coming from other mod to vanilla items or even to other modded items.
p6kocka 21. kvě. 2022 v 7.08 
So this is only for the modders who can make their own modded clothes as "Open Jacket" or "Down Hoodie" etc?