Project Zomboid

Project Zomboid

Force Pickup Heavy Container
16 Comments
DragonKing 26 Jan, 2024 @ 2:21pm 
Can't pick up survival bushcraft backpack from Brita's Armor Pack when there is too much encumbrance, is that intended? In my game, it is listed as "Clothing - Backpack" category, not "Container".

Was really hoping this mod could remove that dumb arbitrary restriction.
ٴ 23 Apr, 2023 @ 10:04am 
Can you make a mod that multiplies encumbrance damage per exceeded weight limit? So it's not totally a cheat for me
But thanks for mod so far!
Cooki ♡ 12 Dec, 2022 @ 2:50am 
@Argoneon good work, the errors seem to be mostly resolved!
Argoneon  [author] 7 Dec, 2022 @ 7:56pm 
@Cooki
Figured out that when the item is stacked, it becomes an type of ComboItem, and I wasn't aware that this works like that.
This type checking has been newly added. Sorry for long inconvenience.
Would you check it back now?
Cooki ♡ 7 Dec, 2022 @ 6:25pm 
@Argoneon same issue, it gives an error every right click.

ERROR: General , 1670466266919> 76,471,364> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: attempted index: 1.0 of non-table: null at KahluaThread.tableget line:1689.
ERROR: General , 1670466266919> 76,471,364> DebugLogStream.printException> Stack trace:
function: InventoryObjectContextMenu -- file: Context_pickup.lua line # 105 | MOD: Force Pickup Heavy Container (with delay)
Argoneon  [author] 7 Dec, 2022 @ 3:31pm 
@Cooki Please update the mod and try again. It might be fixed now.
Argoneon  [author] 3 Dec, 2022 @ 5:07pm 
actually, error log alone is not very much information-rich, so description would be preferable
Argoneon  [author] 3 Dec, 2022 @ 5:02pm 
@Cooki sorry for checking this thread late.

It would be grateful if you share when did that error spam happened.

As I said earlier to catchfree1225, I am using my mod for my own save and I am not facing any error spam until now.
It might be conflicting with your other mods, or my playstyle doesn't overlap with yours. Either way, I cannot verify on my own.

I will add a github link to the description. Please visit and report your error case on the board. just a few words of brief explanation or simply an error log would be greatly helpful
Cooki ♡ 30 Nov, 2022 @ 10:42pm 
Very neat mod, but the error spam is a bit too much, I hope to see it updated soon!
Argoneon  [author] 4 Nov, 2022 @ 2:45pm 
@catchfree1225
would you specify a situation when this happened? I am using my mod for my own game and I haven't met this bug yet. I kinda see by what this is coming but I need more information to pinpoint out.
catchfree1225 4 Nov, 2022 @ 1:57am 
https://pastebin.pl/view/66129a1d
error in your mod, tks
Teddy Bear 2 Nov, 2022 @ 7:50am 
Thank you! I don't have a weight limit problem, moreso the elusive "too big of an item" problem, was hoping it would handle that as well, but never saw a mod for it like you said!
Argoneon  [author] 29 Oct, 2022 @ 9:23am 
@Teddy Bear
but that sounds intereting. seems theres no mod for that so I'll try
Argoneon  [author] 29 Oct, 2022 @ 9:14am 
@Teddy Bear
Uh, no, sorry.

I kinda foreseen this sort of misconception, but there were no better word in my mind that could solve this.

This mod's function is targeted to 'bags', but in a little broader meaning.
In a name of 'bag' I include any sort of carriable item container.
In programming way, these are in fact any instances that are type of InventoryContainer.

I had to call it 'container' but not 'bag' as it may include non-bag containers, such as dogs, wagons and dollies in Hydrocraft.
Teddy Bear 27 Oct, 2022 @ 10:17am 
Does this mean I could for example carry all 4 furniture pieces in my inventory?
gameout 20 Oct, 2022 @ 8:59pm 
nice, thanks!