for some reason, my unit is going SUPER slow whenever I turn his jetpack on. I checked to see if there was something wrong with the code, nothing. Right now he's just the stock Boba Fett, I haven't changed anything yet.
Here's a part of his ODF concerning the jet pack:
Code: Select all
//JET JUMP
JetJump = "7.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 = "50.0" //Acceleration while hovering.
JetEffect = "imp_sfx_jetpack"
JetType = "hover"
JetFuelRechargeRate = "0.12" //Additional fuel per second (fuel is 0 to 1)
JetFuelCost = "0.15" //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)
CollisionScale = "0.0 0.0 0.0"
//JET JUMP END
This is the stock Boba Fett jetpack ODF, so why is it so slow?


