Project Zomboid

Project Zomboid

[B42]PumpsHavePropane-transplant丙烷
71 条留言
Busta 9 月 25 日 上午 8:19 
my save file dosent work no more since i tried adding this mod to my game alongside the PumpsHavePropaneFix. It says something about the console file is no longer working
A-LiNkS 9 月 25 日 上午 12:43 
My apologies, this mod DOES work with B42, and paired up with [B42]PumpsHavePropaneFix, it works very well.

My issue was that, although I had subscribed to this mod, and enabled it in the mod manager, i was doing "Continue". The mod won't work instantly like that.
You have to go to "Load", select your save, click "More", "Choose Mods" and enable the mods for your save!

I feel this should be mentioned in the main mod manager section...
Agarthan Corporal 9 月 11 日 上午 12:51 
Aint doin allat
EvoGamer 9 月 7 日 上午 3:02 
Still Working, just really slow.
As mentioned by others, use the "Fix" Mod or change some values of the mod on your own risk.

I tested it myself and used AI to explain what I was adjusting:
1. Install the mod and add it to your list / running savegame
2. Open the mod in a editor: YOURPATH\SteamLibrary\steamapps\workshop\content\108600\3394378143\mods\[B42]PumpsHavePropane-transplant\42.0\media\lua\client\ISUI\UGTakePropaneMenu.lua
2.1. Copy and save the file "UGTakePropaneMenu.lua" somewhere safe (not the same folder!)
3. Change the values after "ISTimedActionQueue"
3.1. e.g. = Line 202: ISTimedActionQueue.add( UGTakePropane:new( pump, tank, player, 50, 100, false)) → change Values 50 (time) and 100 (amount) to a lower number e.g. → "0.5, 1,"
3.1.1. For me, I divided all values in the following lines by 100: 202, 209, 254, 296, 338
3.2. Save the file
A-LiNkS 9 月 4 日 下午 11:42 
No longer working with B42
Arcterian 8 月 12 日 上午 4:27 
Tried both with and without the fix but cant get it to work, got propane tank either in inventory, primary or secondary hand as well as dropped it next to pump...no option for propane given.
Murilo Melo 7 月 26 日 上午 8:09 
Just take the fix with this mod and use it
柠檬脆脆鲨 Suba 7 月 25 日 下午 11:31 
@Satanovski thank you for your answer it works
充的慢的参考这位佬的评论更改模组文件就行,很简单的操作:steamthumbsup:
Taiwanenes 7 月 23 日 上午 10:14 
充一瓶要充到天荒地老,人都餓死了.
KYZSOR 7 月 21 日 下午 11:08 
it's too slow to refill propane
Etri [UCB] 7 月 21 日 下午 1:53 
Same here ,the mod just doesn't show "take propane"
Forthias 7 月 19 日 上午 8:24 
No idea why but this mod doesn't work at all for me, interacting with pumps gives no refill option, placing tanks on the ground doesn't do anything, either. Just doesn't seem to do anything, sadly.
Stryker 6 月 22 日 下午 9:22 
@Longrin dont use it then you spoiled C@#NT
Clam Chowderメ 6 月 10 日 下午 11:34 
太慢了. it's too slow to refill propane
随风 6 月 2 日 上午 1:36 
罐子冲几天也冲不满
Longrin 5 月 29 日 上午 10:43 
I am not fixing someone else's mod. Fix your garbage.
simonh35 5 月 19 日 下午 3:27 
@Satanovski - it works, thank you :)
Flexible Games 5 月 15 日 上午 10:32 
The slow fill stems from mods that alter the useDelta of the torch/tanks. The code edit below is certainly one way of reducing it.

Another would be altering UGTakePropaneMenu.lua line 202, change the 100 to something less. This is the duration value that is passed into the Timed Action and multiplied by 'take' which is the total item uses missing. In a vanilla game, a blow-torch can have 10 'uses', this is then multiplied by the 100 value.
Changing the 100 to a 1, for example, would mean the time needed would be the useDelta missing.

Line 209 uses a MUCH smaller duration value for torches for some reason.

Time to fill a truck can be altered on line 35 of UGFillPropaneTruck.lua.
Satanovski 5 月 13 日 下午 4:56 
For those who are not shure where to edit "UGTakePropane.lua" (like me) My path was this:

C:\Program Files (x86)\Steam\steamapps\workshop\content\108600\3394378143\mods\[B42]PumpsHavePropane-transplant\42.0\media\lua\client\TimedActions

Open UGTakePropane.lua with a text editor to change line 47 from this:
self.action:setTime(take * self.duration)

to this:
self.action:setTime(take / itemMax * self.duration)

Save the file and start the game.
Wilburt 5 月 13 日 上午 9:02 
can you make a setting where it cuts the time in half or smt? cuz spending a full day filling a tank when i want to fill a trailer next isnt so pleasing
Wilburt 5 月 12 日 上午 3:38 
whys it take 3 years to fill a tank?
翻斗花园91牛爷爷 4 月 27 日 下午 10:53 
大佬,丙烷罐加油一天,充入丙烷喷灯只能充1次。
Oach 4 月 23 日 下午 3:40 
Thanks JamailKamali. That worked!
space is cool 4 月 17 日 上午 1:09 
same issue here, taking way too long to fill a propane tank. not feasible to even use this mod
陨星 4 月 14 日 上午 3:40 
油泵充丙烷速率非常缓慢,要花上一天
BleedingEdge 4 月 11 日 上午 8:37 
For some reason it is taking Days and days to fill a tank.
It is filling. Just so slow that I need to camp at the pump to fill a bottle.
古绫地宁 4 月 10 日 下午 10:30 
workshop\content\108600\3394378143\mods\[B42]PumpsHavePropane-transplant\42.0\media\lua\client\TimedActions\UGTakePropane.lua

Line 47:
self.action:setTime(take * self.duration)
->
self.action:setTime(take / itemMax * self.duration)

Thx for JamailKamali:happy_seagull:
Sohriin 4 月 10 日 上午 7:15 
thank you JamailKamali for the fix
JamailKamali 4 月 9 日 上午 10:08 
Looks like in the latest update they changed the units for PropaneTank UseDelta. In UGTakePropane.lua UGTakePropane:start() needs to be update for the setTime calculation.

function UGTakePropane:start()

print( "keyword: Test UGTakePropane:start() called")
if self.istorch then
self:setOverrideHandModels(nil, "BlowTorch")
else
self:setOverrideHandModels(nil, "PropaneTank")
end
self:setActionAnim("TakeGasFromPump")
self.tank:setJobType(getText("ContextMenu_TakePropaneFromPump"))
self.tank:setJobDelta(0.0)

local itemCurrent = math.floor(self.tank:getCurrentUsesFloat() / self.tank:getUseDelta() + 0.001)
local itemMax = math.floor(1 / self.tank:getUseDelta() + 0.001)
local take = (itemMax - itemCurrent)

self.action:setTime(take/itemMax * self.duration)
self.itemStart = itemCurrent
self.itemTarget = itemCurrent + take
end
Greygoose 4 月 8 日 下午 5:16 
slow as in a full day at the pump will not fill the tank , not worth using this
Greygoose 4 月 8 日 下午 5:08 
works but the refill rate is extremely slow 42,7
Moja 4 月 8 日 下午 1:55 
Not working since last update .. propane tank gets never filled
Cisco 4 月 8 日 上午 6:47 
Great mod! Just a heads up, the recent update seems to be preventing the refilling of tanks.
八重神子单推壬 4 月 8 日 上午 12:07 
B42.7更新后在油泵充丙烷速率非常缓慢,有考虑修复吗
Shamp 4 月 6 日 上午 10:08 
Does not work with propane tanks. Pump is looking for BBQ tank but propane tanks taken out of bbq are called propane tank.
bboy_damo 3 月 18 日 上午 11:06 
Not working. Equipped Welding Torch (Empty) in primary and it still didn't show up on the pump.
Bored_German 3 月 1 日 上午 7:56 
is this savegame compatible?
SlowPokeDerp 1 月 21 日 上午 11:50 
Confirmed, working perfectly, equip the Propane Tank (empty) in Primary and you can right click the fuel pump.
Brezonte 1 月 10 日 下午 1:43 
Tank you Winnie
Rachel L 1 月 8 日 下午 8:12 
It works, but it removes the ability to see how much fuel there still is in the tanks
Walsingham 1 月 8 日 上午 8:03 
If it works like the B41 mod, then the pumps have to be on. So you have to power the pumps.

I do not know for a fact, but I assume what is happening is that the mod uses gasoline to fill the things. It does take time, and more time for bigger containers. So maybe when the fuel is out, the propane is out.
Coral Sea CV-43 1 月 8 日 上午 12:49 
Winnie the pooh
F1tgal911 1 月 5 日 下午 12:59 
Is the propane at gas stations unlimited or limited (like fuel)?
SillySmallTwo 1 月 5 日 上午 12:50 
非常感谢
[BRTD]Luewen 1 月 4 日 上午 8:49 
Does not work with propane tanks. Pump is looking for BBQ tank but propane tanks taken out of bbq are called propane tank.
Revenant Adam 🥇 1 月 3 日 下午 9:58 
Hey, there is a bug with self-depleeting batteries and propane tank. Could you make recipe to refill propane tanks full somehow? It's fine if it is from thin air, it's gonna be 1:1 for bugs trouble it causes. I don't want to just sit and wait for fix update, who knows when it will come out.
hoshie 1 月 3 日 下午 8:16 
@QAstral thank you :love_seagull:
西伯利亚酥皮烤鸭  [作者] 1 月 3 日 下午 7:58 
@QAstral
Thank you very much. I will take some time to create a separate mod for this project to avoid any further negative issues
GIGAPintofWine 1 月 3 日 下午 4:12 
@QAstral
Worked like a charm! thanks my man <3
QAstral 1 月 3 日 上午 4:20 
To fix debug mode you need to do those steps:

1. Open Propane_Refill_recipes.txt from this location:
.\steam\steamapps\workshop\content\108600\3394378143\mods\[B42]PumpsHavePropane-transplant\42.0\media\scripts

2. Update line 3. Instead of CN characters you need to have this:
craftRecipe PropaneRefillMod

3. Remove line 7 (with CN characters)

4. Add a new file Recipes_EN.txt into :
.\steam\steamapps\workshop\content\108600\3394378143\mods\[B42]PumpsHavePropane-transplant\42.0\media\lua\shared\Translate\EN

5. Modify this file from step 4 and add there this block:
Recipes_EN =
{
Recipe_PropaneRefillMod = "Refill Propane",
}

6. Repeat steps 4 and 5 for CN version, where instead of EN would be CN