Project Zomboid

Project Zomboid

Instant Item Transfer & Dextrous Trait Buff [B41]
42 Comments
FlamingMonkey 6 Aug, 2024 @ 2:18pm 
It is something that the base game changed, and this mod has not been updated that is causing the infinite errors when trying to move any inventory item. So this mod is broken, it is not a mod conflict causing it.
Rudolf 5 Jul, 2024 @ 9:27am 
This mod currently breaks item transfer and looting completely, at least on my end. It might be due to my other mods but I don't have much, mostly just popular UI mods. I cannot loot anything and 1000s of errors appear. I have tried all three presets separately.
Ichinin 14 May, 2024 @ 2:22am 
Such a timesaver. Works with Build 41.78 and in MP too. I'm using Proximity and have zero problems.

People who are having problems, check your load order.
Pesky Little Rascal Noob 28 Apr, 2024 @ 9:25am 
Does not work anymore
Arysto 26 Dec, 2023 @ 6:06pm 
The mod is not working, update it or take it down.
보노보노 9 Oct, 2023 @ 4:13am 
이거 깔면 무한행동오류 걸려서 줍기 버리기안되니까 깔지마세요.. 뭐 오류뜨는지 몰라서 찾고찾다가 겨우찾음 개빡치네
不再年轻了 21 Jun, 2023 @ 2:37pm 
坏死了,不能用
LyraLux 2 Apr, 2023 @ 8:49am 
Is just a broken mod. Recently broken, sadly. =(
Causes infinite looping of looting animations and doesn't loot, player won't move.
Gebirgsjäger 1 Apr, 2023 @ 1:01pm 
Conflicts with proximity loot or its just a broken mod.
maceleet 4 Dec, 2022 @ 3:54pm 
Slom22 6 Aug, 2022 @ 10:59pm 
@Dirmagnos Ty
NeatWolf 15 Jul, 2022 @ 10:26am 
Hey @poet - I tried to get in touch but wasn't able to. We got a fix here in the comments but it's a bit complex for non-programmers. I'm assuming you'd have no problems if I adopt the mod and republish it making it clear it uses your work as a base?
ezekiel 30 Jun, 2022 @ 2:55am 
yep its unfortunately broken.
小可2.0 17 Jun, 2022 @ 4:44am 
删掉一定要删掉 不删掉 捡不了东西
Dirmagnos 13 Jun, 2022 @ 2:50pm 
Broken. When trying to transfer items no transfer transpires, resulting in endless loop and errors start to pour in.

LOG : General , 1655156901682> -----------------------------------------
STACK TRACE
-----------------------------------------
function: perform -- file: ISInventoryTransferAction.lua line # 309

ERROR: General , 1655156901682> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: attempted index: items of non-table: null at KahluaThread.tableget line:1689.
ERROR: General , 1655156901682> DebugLogStream.printException> Stack trace:
java.lang.RuntimeException: attempted index: items of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1689)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:492)
lio33 12 Jun, 2022 @ 8:55am 
这个mod在41.71无法使用,会造成物品拾取错误。排了198个mod终于找到你了
Friskain 23 May, 2022 @ 3:14am 
Egoavara Mate! i have been busting my B**** about mods since the new update over the last days then finnaly found out it was this mod and that you have the solution

let me buy you a beer
Nobody 21 May, 2022 @ 11:05am 
Can someone just make a hotfix mod to this until the guy updates the mod?
Frouty 20 May, 2022 @ 10:07am 
That worked greath, thanks you egoavara.
If you have a server, you have to do it twice in two lua files :

steamapps\common\ProjectZomboid\steamapps\workshop\content\108600\2488423408\mods\Instant Transfer 100\media\lua\client\InstantTransfer100.lua

and

steamapps\workshop\content\108600\2488423408\mods\Instant Transfer 100\media\lua\client\InstantTransfer100.lua
egoavara 20 May, 2022 @ 9:45am 
HOW TO FIX

1. Open each file your favorite text editor(like nodepad, notepad++, vscode, sublime whatever)

<Your Steam Library>\steamapps\workshop\content\108600\2488423408\mods\Instant Transfer 100\media\lua\client\InstantTransfer100.lua

<Your Steam Library>\steamapps\workshop\content\108600\2488423408\mods\Dextrous Buff 100\media\lua\client\DextrousBuff100.lua

<Your Steam Library>\steamapps\workshop\content\108600\2488423408\mods\Dextrous Buff 80\media\lua\client\DextrousBuff80.lua
egoavara 20 May, 2022 @ 9:45am 
2. Add line to each file

maybe you can see file start like this



require "TimedActions/ISBaseTimedAction"
function ISInventoryTransferAction:new (character, item, srcContainer, destContainer, time)
local o = {}
setmetatable(o, self)
self.__index = self
o.character = character;
o.item = item;
o.srcContainer = srcContainer;
o.destContainer = destContainer;
... ignore left file text



Add 2 line



o.dontAdd = false;
o.transactions = {};



Then each file looks like this



require "TimedActions/ISBaseTimedAction"

function ISInventoryTransferAction:new (character, item, srcContainer, destContainer, time)
local o = {}
setmetatable(o, self)
self.__index = self
o.character = character;
o.item = item;
o.dontAdd = false;
o.srcContainer = srcContainer;
o.destContainer = destContainer;
o.transactions = {};

... ignore left lines



I've only checked 'Instant Transfer 100',

But it will probably work for the rest as well.
Tabu2684 20 May, 2022 @ 5:36am 
mod broooken need a fix pls pls fix it cool mod fix pls fix very nice and cool mod fix
Adam The Prince 20 May, 2022 @ 4:24am 
mod broken, pls fix TY! Great mod when it works
Tomo 19 May, 2022 @ 10:23pm 
Do you know similar MOD?
Nutjob 19 May, 2022 @ 1:37pm 
Ugh, so busted. Hopefully you can fix it.
Ophiss 19 May, 2022 @ 12:16pm 
Broken with new update. Prevents any item movement at all, and spamming errors.
Osbourne 17 May, 2022 @ 7:13pm 
@Duality. Me too.
Duality 30 Apr, 2022 @ 8:17pm 
Was working for me in 41.68, but not working in 41.69 (beta). (Causing bug when trying to move items in inventory).
L2 17 Mar, 2022 @ 5:52pm 
update
ProBert 10 Feb, 2022 @ 4:42pm 
Very nice mod, thank you. 👍 Makes it easier to move in another house if you have 100 boxes.
I use it in mp on my own closed server. But for me only the instant action mod function. 80 and 100% faster with the dextrous trait doesnt function for me. I have the dextrous trait.
solid pepsi 24 Dec, 2021 @ 9:58am 
copium
SteveBearscemi 18 Dec, 2021 @ 7:29pm 
Does this work for MP?
Criticool 13 Nov, 2021 @ 11:31am 
Neat... Marcuz is right. I couldn't figure out why it stopped working and felt more like the 80% transfer speed instead. I created a new game and it was working. Went and hurt myself on some glass and no more instant transfer even after healed.
Nobody 12 Aug, 2021 @ 9:09pm 
Thank you for creating this mod, I needed this badly.
Marcuz 5 Aug, 2021 @ 5:15pm 
Ok so what I figured so far is that the 3 mods work fine, but as soon as you get hurt, it stops working. No matter if you recover, if you exit the game and load again. It just wont work again :(
Marcuz 4 Aug, 2021 @ 4:36pm 
Hey there! Amazing mod thanks.
Im using the 2) Dextrous Trait Buff - 100% Faster
It was working just fine but then randomly stopped working.
My character is not hurt.

I dont know what to test :(
Poet  [author] 5 Jun, 2021 @ 12:29am 
@Zelltor if you're on the Indie Stone discord server, send me ISInventoryTransferAction.lua from the game files (Steam\steamapps\common\ProjectZomboid\media) and I'll see what I can do.
Zelltor 4 Jun, 2021 @ 11:07am 
Is this working on Build 40? or do yo have older version?

ThereforeAliens 21 May, 2021 @ 5:49pm 
Hey, thanks for the endorsement for Unpack. I'm flattered.
Howrudoing 19 May, 2021 @ 6:26am 
love the 80% one, thank you!
Chiseled Cactus 16 May, 2021 @ 5:35am 
holy crap you're the greatest. I had tried to do this myself for days, and just kept failing. I feel like this is a major need, especially when multiplayer comes out. Thank you for your work <3