Project Zomboid

Project Zomboid

[OBSOLETE] ItemTweaker Extra Clothing Option Addon
46 Comments
Sahji Aug 23 @ 5:09pm 
o7
TTV_TsumeYifu Jul 25 @ 8:34pm 
o7
Melona Jul 15 @ 10:00pm 
o7
Delran  [author] Jun 14 @ 1:31pm 
You don't need it.
Souffrance97~Twitch~ Jun 14 @ 12:47pm 
working for 41 ?
Delran  [author] Mar 16 @ 3:19am 
Yes
SirEmanuel Mar 16 @ 12:20am 
Can I remove it from my dedicated server without causing any problems?
Delran  [author] Mar 9 @ 5:57pm 
o7
Kr¡tZw!nG Mar 3 @ 3:17pm 
Thanks for your service. Your actions will not be forgotten. F
Delran  [author] Feb 23 @ 8:26am 
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 Jan 19 @ 10:42am 
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 Dec 21, 2024 @ 6:56am 
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 Sep 17, 2024 @ 3:33pm 
is there a chance to make a function that works with items with mesh and items without mesh correctly?
trashcanhands Sep 17, 2024 @ 7:39am 
ItemTweaker is obsolete and I wish modders would stop using it.
莫名某某 Sep 16, 2024 @ 7:34am 
Is this still working? Have Known issues been resolved? Can I correctly remove ClothingItemExtraOption while modifying other values using ItemTweaker?
Billitø.exe Aug 3, 2024 @ 5:16pm 
untucked shirt/t-shirt would be great
Morgan Mar 28, 2024 @ 5:51pm 
May I add this to my modpack?
Mithrandirmord Aug 23, 2023 @ 1:15pm 
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  [author] Jan 23, 2023 @ 3:56pm 
@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 Jan 22, 2023 @ 11:23am 
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 Nov 25, 2022 @ 4:58am 
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  [author] Aug 10, 2022 @ 3:16pm 
Go ahead.
Guppy Aug 9, 2022 @ 10:43pm 
hey i wanted to ask permission to repackage this mod into a list for my server for updating purposes. Would that be alright?
ᛗᚨᚾᛞᚨᛚᛟᚱᛖ Jul 29, 2022 @ 6:41am 
Ok nice thanks for the answer
Delran  [author] Jul 29, 2022 @ 12:34am 
Go ahead.
AndyLoco Jul 28, 2022 @ 8:56pm 
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!
ᛗᚨᚾᛞᚨᛚᛟᚱᛖ Jul 28, 2022 @ 8:47am 
What is lua script
ᛗᚨᚾᛞᚨᛚᛟᚱᛖ Jul 28, 2022 @ 8:47am 
I mean do I have to copy all the file or just zomboid.iml
ᛗᚨᚾᛞᚨᛚᛟᚱᛖ Jul 28, 2022 @ 8:46am 
I don't understand how to instal
Where is lua file ?
spongie May 25, 2022 @ 3:26pm 
Ohh nevermind I just found out how to fix it, it was a problem on my end. Sorry again lmao
spongie May 25, 2022 @ 2:45pm 
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  [author] May 24, 2022 @ 2:39pm 
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 May 24, 2022 @ 2:21pm 
Nicee I managed to get everything working, thanks lol your mod helped a lot
spongie May 24, 2022 @ 1:49pm 
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  [author] May 24, 2022 @ 1:11pm 
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://steamcommunity.com/sharedfiles/filedetails/?id=2810897515
spongie May 24, 2022 @ 11:37am 
It seems like it's giving me that error even if I copy one of the example lines from the description as well
spongie May 24, 2022 @ 11:17am 
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  [author] May 22, 2022 @ 1:19pm 
Would be glad to help.
spongie May 22, 2022 @ 11:28am 
ohh sick, definitely gonna try using this
Delran  [author] May 21, 2022 @ 10:26am 
They are different items so the protection value can change yes.
p6kocka May 21, 2022 @ 9:42am 
Btw. Does it really matter if zou have the sleeves rolled up or down as a protection? Or is it only optical change?
Delran  [author] May 21, 2022 @ 7:52am 
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 May 21, 2022 @ 7:45am 
Sponie"s clothes mod does allow to open vanilla jackets. Woulrn"t it interfere with this mod pls?
Delran  [author] May 21, 2022 @ 7:15am 
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  [author] May 21, 2022 @ 7:12am 
Yes, or those who wants to apply clothing options coming from other mod to vanilla items or even to other modded items.
p6kocka May 21, 2022 @ 7:08am 
So this is only for the modders who can make their own modded clothes as "Open Jacket" or "Down Hoodie" etc?