DayZ
HypeTrain
Josif Bidenovic 2023 年 12 月 18 日 上午 3:29
how do i refuel train?
im trying this mod in offline mod with community online tools and im looking at the fuel cap with a pristine full gas canister but i cant seem to be able to refuel the train in any way
< >
目前顯示第 1-6 則留言,共 6
Kostas S. 2023 年 12 月 18 日 上午 6:22 
read the guide list above from the developer
Arkensor  [開發人員] 2023 年 12 月 18 日 上午 6:42 
Hello, sorry for the confusion, the locomotive only accepts DIESEL not gasoline. I will update my demo missions to spawn the jerrycan with diesel by default. Please read the pinned gameplay guide on how to get diesel. Thank you!
Josif Bidenovic 2023 年 12 月 18 日 上午 8:03 
ah okej, thanks, also ive tried out your mod in offline mode and so far its amazing, only issue is that i cant even go from zelenogorsk to chernogorsk without running out of fuel, its a diesel guzzler and the refueling takes *forever* maybe try lowering the fuel consumption or make refueling less tedious, but keep up the good work my mans
SRGT 2023 年 12 月 20 日 上午 7:20 
Empty jerry, use the fuel tankers for diesel that spawn with the train, to fill use the top and syphon use the side
Topotun 2023 年 12 月 21 日 上午 5:39 
You can create your diesel fuel canister:

class CanisterGasoline; class CanisterGasolineDiesel: CanisterGasoline { scope=2; displayName="Canister Gasoline Diesel"; descriptionShort=""; model="\dz\vehicles\parts\JerryCan.p3d"; weight=4000; weightPerQuantityUnit=0.69999999; itemSize[]={5,6}; absorbency=0; canBeSplit=0; stackedRandom=1; destroyOnEmpty=0; varQuantityDestroyOnMin=0; varLiquidTypeInit=16384; // diesel liquidContainerType=16384; // only diesel varQuantityInit=20000; varQuantityMin=0; varQuantityMax=20000; };
Andydeluxe97 2023 年 12 月 21 日 下午 3:53 
引用自 Topotun
You can create your diesel fuel canister:

class CanisterGasoline; class CanisterGasolineDiesel: CanisterGasoline { scope=2; displayName="Canister Gasoline Diesel"; descriptionShort=""; model="\dz\vehicles\parts\JerryCan.p3d"; weight=4000; weightPerQuantityUnit=0.69999999; itemSize[]={5,6}; absorbency=0; canBeSplit=0; stackedRandom=1; destroyOnEmpty=0; varQuantityDestroyOnMin=0; varLiquidTypeInit=16384; // diesel liquidContainerType=16384; // only diesel varQuantityInit=20000; varQuantityMin=0; varQuantityMax=20000; };
This comes in the file init.c ?
< >
目前顯示第 1-6 則留言,共 6
每頁顯示: 1530 50