Project Zomboid

Project Zomboid

More Bags
Simsimix  [developer] 7 Sep, 2023 @ 11:34am
Bugs
Comment here any issues you had with the mod. And if you have any knowledge that can help, it would be appreciated if shared.
< >
Showing 1-15 of 37 comments
st☆rchild 8 Sep, 2023 @ 10:42am 
Weapons carried on back are shown like you have no bag
Viri 20 Sep, 2023 @ 8:05am 
I'm getting the police bag with the "?" icon, works and throws no error, but yeah its weird having that icon in your inventory shortcut lol
Last edited by Viri; 20 Sep, 2023 @ 8:05am
Simsimix  [developer] 20 Sep, 2023 @ 2:49pm 
Thanks for notcing, I had a tiny typo.
KvTvLiNn 11 Oct, 2023 @ 11:25pm 
The Medical Fanny Pack doesn't show up on the character model after equipping it and the fanny pack model has no textures when put on the ground.
Last edited by KvTvLiNn; 11 Oct, 2023 @ 11:35pm
Assassin36789 19 Oct, 2023 @ 11:04am 
I am having issues running the mod. It seems like every time I run a backpack mod it doesn't show on the character. Any idea why this is happening. Also yes this is a new save and the more bags mod is the only mod I am running.
Simsimix  [developer] 21 Oct, 2023 @ 12:06pm 
Originally posted by Assassin36789:
I am having issues running the mod. It seems like every time I run a backpack mod it doesn't show on the character. Any idea why this is happening. Also yes this is a new save and the more bags mod is the only mod I am running.

Have you looked for any youtube guide/introduction to pz mods? I already gave you my best advices.
somewhatfrog 24 Oct, 2023 @ 12:33pm 
Hey there, same issue here, multiplayer, other person see bags/icons while I don't (other modded bags work as expected). They are on windows, I am on linux. Linux is case sensitive, I would guess there is some misstypes in the mod, make sure every file/item name is capitalized the same way. Ammo Pouch mod had those issues for instance and irrc Brita's Armor Pack too, both are fixed now.
Last edited by somewhatfrog; 24 Oct, 2023 @ 12:41pm
Simsimix  [developer] 24 Oct, 2023 @ 1:06pm 
I really don't know what to do on Linux, unless there's a coding issue on the .xml files when read by Linux OS, I have all the files in order.
somewhatfrog 24 Oct, 2023 @ 1:21pm 
as I said, the only difference is that linux filesystem is case sensitive, for instance "Bag" is not "bag", it is two different filenames, while on windows it will be treated as the same filename.
Last edited by somewhatfrog; 24 Oct, 2023 @ 1:26pm
somewhatfrog 24 Oct, 2023 @ 1:38pm 
for instance here:
SlingBag_Ground.FBX
extension is capitalized, while it shouldn't be.
In MoreBags_models.txt you used \ instead of /
In /media/models_X/Static/ all files are with .x instead of .X

upd: after i changed the mentioned higher files, bags started to appear visible on the ground but they still miss textures and not show on the character while equipped, no icons either.

medical fanny pack has icon but item disappears completely with an error if I try to wear it (same behavior and error was for ammo pouch mod before it was fixed)

your "More Gloves" mod works well btw, love it :D

medical fanny pack error:
----------------------------------------- function: createItem -- file: ISClothingExtraAction.lua line # 75 | Vanilla function: perform -- file: ISClothingExtraAction.lua line # 52 | Vanilla. [24-10-23 23:55:56.378] ERROR: General , 1698180956378> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: attempted index: setTint of non-table: null at KahluaThread.tableget line:1689.. [24-10-23 23:55:56.378] ERROR: General , 1698180956378> DebugLogStream.printException> Stack trace:. [24-10-23 23:55:56.379] LOG : General , 1698180956379> ----------------------------------------- STACK TRACE -----------------------------------------
Last edited by somewhatfrog; 24 Oct, 2023 @ 2:26pm
Simsimix  [developer] 24 Oct, 2023 @ 2:27pm 
Oof, so it's that type of problem, I'm quite perplexed, since I coded everything just like the more gloves mod. Besides, revamping all coding seems quite the hard way to fix this.

Also, I don't think I can do anything about the .fbx extensions, like they are just files, I don't have linux to sort out how it reads these kind of files.
somewhatfrog 24 Oct, 2023 @ 2:28pm 
upd2: FileGuidTable.xml > fileGuidTable.xml
fixed the rest of issues
Last edited by somewhatfrog; 24 Oct, 2023 @ 2:29pm
Simsimix  [developer] 24 Oct, 2023 @ 2:30pm 
that was it?
somewhatfrog 24 Oct, 2023 @ 2:31pm 
all you need to do to fix it is:
1. In file /scripts/MoreBags_models.txt replace \ with /
2. Rename /models_X/WorldItems/Clothing/
SlingBag_Ground.FBX > SlingBag_Ground.fbx
3. Rename extensions for files in /models_X/Static/ from .x to .X
4. Rename in /FileGuidTable.xml > fileGuidTable.xml
5. Rename in /models_X/Skinned/Backpacks/
TacticalBag_R_Hand.fbx > TacticalBag_RHand.fbx
TacticalBag_L_Hand.fbx > TacticalBag_LHand.fbx
6. In file /clothing/clothingItems/MedicalFannyPackBack.xml
M_FannyPactBack.x > M_FannyPactBack.X
F_FannyPactBack.x > F_FannyPactBack.X

upd: added one more fix
upd2: and one more
Last edited by somewhatfrog; 24 Oct, 2023 @ 3:41pm
somewhatfrog 24 Oct, 2023 @ 3:38pm 
okay, I tested all bags, should be good now
Last edited by somewhatfrog; 24 Oct, 2023 @ 3:38pm
< >
Showing 1-15 of 37 comments
Per page: 1530 50