Jettrooper help
Posted: Sat Nov 22, 2008 10:44 am
For my Mon Cal map, I'm using the ep2_jettrooper_sniper, but his jetpack wont work, and I can't get the poinst to unlock to change
Here is the ODF
This same config. workd for the ep2_jettrooper_rifleman, but I can't get this guy to be able to use his jetpack, and it always says points to unlock 12, how do I cahnge this. I know it says points to unlock 4 up there, but it doesn't work.
Here is the ODF
Code: Select all
[GameObjectClass]
ClassParent = "rep_inf_default_jettrooper"
[Properties]
MaxHealth = 300.0
PointsToUnlock = 4
UnitType = "trooper"
AISizeType = "HOVER"
ControlSpeed = "jet 1.50 1.25 1.25"
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)
WEAPONSECTION = 1
WeaponName1 = "rep_weap_inf_sniper_rifle"
WeaponAmmo1 = 7
WEAPONSECTION = 2
WeaponName2 = "rep_weap_inf_pistol"
WeaponAmmo2 = 0
WEAPONSECTION = 3
WeaponName3 = "rep_weap_inf_thermaldetonator"
WeaponAmmo3 = 2
WeaponChannel3 = 1This same config. workd for the ep2_jettrooper_rifleman, but I can't get this guy to be able to use his jetpack, and it always says points to unlock 12, how do I cahnge this. I know it says points to unlock 4 up there, but it doesn't work.