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
< >
Exibindo comentários 16 de 6
Kostas S. 18/dez./2023 às 6:22 
read the guide list above from the developer
Arkensor  [desenvolvedor(a)] 18/dez./2023 às 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 18/dez./2023 às 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 20/dez./2023 às 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 21/dez./2023 às 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 21/dez./2023 às 15:53 
Escrito originalmente por 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 ?
< >
Exibindo comentários 16 de 6
Por página: 1530 50