Page 1 of 1

Force Power that only affects vehicles

Posted: Fri Dec 04, 2015 4:09 pm
by darthhalv
Is it possible to make force choke only affect vehicles and buildings.
I have played along with the odf file for force choke but I haven't been able to find a solution. Very grateful for help. :)

Re: Force Power that only affects vehicles

Posted: Fri Dec 04, 2015 5:03 pm
by thelegend
I am not sure since I never tried it before but maybe this helps:

Add this into your choke's odf:

Code: Select all

ShieldScale     = "0.0"
HealthScale     = "0.0"
PersonScale     = "0.0"             
AnimalScale     = "0.0"
DroidScale      = "0.0"
ArmorScale      = "0.0"
VehicleScale    = "1.0"
BuildingScale   = "1.0"
This should prevent your weapon (In this case "force choke") from damaging players, units, shields, animals and droids.

And this might make it look better so when you look at any unit your HUD will not turn blue or red:

Code: Select all

TargetPerson    = "0"
TargetAnimal    = "0"
TargetDroid     = "0"
TargetVehicle   = "1"
TargetBuilding  = "1"
0 = No
1 = Yes

I hope this helps.

Re: Force Power that only affects vehicles

Posted: Fri Dec 04, 2015 6:01 pm
by AnthonyBF2
By default, choke already works on vehicles and objects like medical droids. It takes a long time to kill a tank with choke, though... :funny2:

Re: Force Power that only affects vehicles

Posted: Mon Dec 14, 2015 11:35 am
by darthhalv
thelegend: Did not work, tried that before. Thanks anyway.
anthonybf2: Already knew choke worked on vehicles but want it to make a huge ammount of damage without it being overpowered on units.