[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 = 1
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.
Delete the line
ClassParent = "rep_inf_default_jettrooper"
and copy everything vital from the default version, so the idea is to merge both together. Should work as it does for me.
[quote="fiddler_on_the_roof"]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
[code][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)
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.[/quote]
you must to change the rep_inf_default_jettrooper rile, lol and you shouldn't delete the classparent better to change of rep_inf_default_jettrooper to rep_inf_default
Or, you could make your own default jettrooper (rep_inf_defaultjetsnipa, or something) by copying the old one and renaming it, then just set the points to unlock there, plus, you could delete the weapon section in the odf and in your new rep_inf_default_jetsnipa copy the weapon section from the normal sniper and paste it over yours. then, you can delete the turret droid and fix the weapon sections, then the award weapons are set up too. I did this for 13 jettroopers in the same side, and it worked like a charm. Example:
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)
Delete the blue and in rep_inf_default_jetsnipa put
Hidden/Spoiler:
ClassParent = "rep_inf_default"
[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)
deviss and rancor are right. and typically no, you just delete classparent. to ensure that it works, go to rep_inf_default_jettrooper and copy all the movement defaults into the one youre making. also, for poitns to unlock, its set as 4 set that to 0. classparent will also mess that up tho.