Project Zomboid

Project Zomboid

Force Pickup Heavy Container
16 条留言
DragonKing 2024 年 1 月 26 日 下午 2:21 
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.
ٴ 2023 年 4 月 23 日 上午 10:04 
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 ♡ 2022 年 12 月 12 日 上午 2:50 
@Argoneon good work, the errors seem to be mostly resolved!
Argoneon  [作者] 2022 年 12 月 7 日 下午 7:56 
@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 ♡ 2022 年 12 月 7 日 下午 6:25 
@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  [作者] 2022 年 12 月 7 日 下午 3:31 
@Cooki Please update the mod and try again. It might be fixed now.
Argoneon  [作者] 2022 年 12 月 3 日 下午 5:07 
actually, error log alone is not very much information-rich, so description would be preferable
Argoneon  [作者] 2022 年 12 月 3 日 下午 5:02 
@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 ♡ 2022 年 11 月 30 日 下午 10:42 
Very neat mod, but the error spam is a bit too much, I hope to see it updated soon!
Argoneon  [作者] 2022 年 11 月 4 日 下午 2:45 
@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 2022 年 11 月 4 日 上午 1:57 
https://pastebin.pl/view/66129a1d
error in your mod, tks
Teddy Bear 2022 年 11 月 2 日 上午 7:50 
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  [作者] 2022 年 10 月 29 日 上午 9:23 
@Teddy Bear
but that sounds intereting. seems theres no mod for that so I'll try
Argoneon  [作者] 2022 年 10 月 29 日 上午 9:14 
@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 2022 年 10 月 27 日 上午 10:17 
Does this mean I could for example carry all 4 furniture pieces in my inventory?
gameout 2022 年 10 月 20 日 下午 8:59 
nice, thanks!