DayZ
HypeTrain
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
< >
Zobrazuje se 16 z 6 komentářů
read the guide list above from the developer
Arkensor  [vývojář] 18. pro. 2023 v 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!
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
Empty jerry, use the fuel tankers for diesel that spawn with the train, to fill use the top and syphon use the side
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; };
Topotun původně napsal:
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 ?
< >
Zobrazuje se 16 z 6 komentářů
Na stránku: 1530 50