Project Zomboid

Project Zomboid

Hydrocraft (Build 40)
Misfit 2017 年 6 月 18 日 下午 6:51
Can't get water from pots
Probably the same bug with the IBC. I put the pots outside to collect rain water, and that works fine. However it won't let me pour the water into any other containers.
< >
正在显示第 1 - 5 条,共 5 条留言
greexx 2017 年 6 月 20 日 下午 3:57 
they fixed that in the iwbums branch =( but not the base game bull right?



Take a Nappa:pillow:
Misfit 2017 年 6 月 20 日 下午 5:51 
Actually, I was playing it on the vehicle branch when I found it didn't work. I swtiched to the iwbums and it works fine. *shrug*
Johnnyonoes 2017 年 6 月 30 日 上午 7:43 
If you are still playing stable, you can use this to fix the pouring issue.

Do the following. All props to Kina for posting this on the steam forums. I tried it, and it removed the issue with pouring water:

Navigate to C:\Program Files (x86)\Steam\steamapps\common\ProjectZomboid\media\lua\client\ISUI (Or wherever you've installed to)

Open ISInventoryPaneContextMenu.lua (Notepad is easiest)

Go to line 567 (ctrl+g for goto command)

Change:
subMenu:addOption(item:getName() .. " (" .. math.floor(item:getUsedDelta() * 100) .. getText("ContextMenu_FullPercent") .. ")", items, ISInventoryPaneContextMenu.onTransferWater, waterContainer, item, player);

To
subMenu:addOption(item:getName(), items, ISInventoryPaneContextMenu.onTransferWater, waterContainer, item, player);
Misfit 2017 年 6 月 30 日 下午 12:13 
Thanks Johnny
Gezoes 2017 年 7 月 27 日 上午 6:24 
I am very patient with the devs, but this should have been a hotfix, which you just gave to me. Thank you so much Johnny.
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50