Page 1 of 1

Amount of jet fuel? [Solved]

Posted: Fri Oct 22, 2010 1:32 pm
by skelltor
I have a really noobish question. What is the default ammount of jet fuel I can't find out how much fuel you have. I have checked the odfs and such but can't find it. Does anyone know?

Re: amount of jet fuel?

Posted: Fri Oct 22, 2010 4:17 pm
by Ninja
Hidden/Spoiler:
[code]JetJump = "5.0" //7 //The initial jump-push given when enabling the jet
JetPush = "8.0" //The constant push given while the jet is enabled (20 is gravity)
JetAcceleration = "30.0" //Acceleration while hovering.
JetEffect = "rep_sfx_jetpack"
JetType = "hover"
JetFuelRechargeRate = "0.12" //Additional fuel per second (fuel is 0 to 1)
JetFuelCost = "0.16" //Cost per second when hovering (only used for jet-hovers)(fuel is 0 to 1)
JetFuelInitialCost = "0.25" //initial cost when jet jumping(fuel is 0 to 1)
JetFuelMinBorder = "0.24" //minimum fuel to perform a jet jump(fuel is 0 to 1)[/code]
Fuel is always 0 to 1. 0 is empty, 1 is full.

Re: amount of jet fuel?

Posted: Fri Oct 22, 2010 4:49 pm
by skelltor
ok so 1.0 is full? thx :)