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
< >
Showing 1-6 of 6 comments
Kostas S. Dec 18, 2023 @ 6:22am 
read the guide list above from the developer
Arkensor  [developer] Dec 18, 2023 @ 6:42am 
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!
Пельмени Dec 18, 2023 @ 8:03am 
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 Dec 20, 2023 @ 7:20am 
Empty jerry, use the fuel tankers for diesel that spawn with the train, to fill use the top and syphon use the side
Topotun Dec 21, 2023 @ 5:39am 
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 Dec 21, 2023 @ 3:53pm 
Originally posted by 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 ?
< >
Showing 1-6 of 6 comments
Per page: 1530 50