| How to make the fusion cutter cause damage? | |
|
Author | Message |
---|
TWINKEYRUNAWAY Clone Trooper Master Staff Major
Messages : 196 Registration Date : 2012-07-12 Location : 411Remnant
| Subject: How to make the fusion cutter cause damage? 7/11/2013, 1:07 am | |
| Is there a way to make it so that the fusion cutter can be used as a weapon as well? Like it cuases damage to ai? Also how would I increase/decrease the damage it would do?
Last edited by TWINKEYRUNAWAY on 7/11/2013, 8:46 pm; edited 1 time in total |
|
| |
Icemember Dark Trooper Phase 1 Class
Messages : 1241 Registration Date : 2010-07-29 Age : 44 Location : Bespin: Cloud City
| Subject: Re: How to make the fusion cutter cause damage? 7/11/2013, 1:10 am | |
| Trying adding a negative value. |
|
| |
TWINKEYRUNAWAY Clone Trooper Master Staff Major
Messages : 196 Registration Date : 2012-07-12 Location : 411Remnant
| Subject: Re: How to make the fusion cutter cause damage? 7/11/2013, 7:10 am | |
| It didnt seem to work. Any other suggestions? |
|
| |
Nedarb7 Corporal
Messages : 32 Registration Date : 2013-01-30
| Subject: Re: How to make the fusion cutter cause damage? 7/11/2013, 1:40 pm | |
| I'm pretty sure it has a heal property which would have the number of health it would heal by, there are also effect properties which might look something like this (I need to have the tools with me to be more direct so this may not be accurate):
HealDroid = 3.0 HealHuman = 3.0 HealVehicle = 3.0 and so on... just change the 3.0 on the human and droid to a negative number. So
HealHuman = -3.0 or whatever |
|
| |
THEWULFMAN Sergeant Major
Messages : 78 Registration Date : 2011-07-02 Age : 31
| Subject: Re: How to make the fusion cutter cause damage? 7/11/2013, 2:43 pm | |
| On a slightly related note, make sure to never give a positive Heal value on the fusion cutter for the health type the unit that which has the fusion cutter belongs to.
In other words, don't give it HealDroid = 5.0 if the class is a Droid Engineer using the Droid healthtype.
Why, you ask? Simple. The AI won't use it on eachother much, but they do use it constantly on themselves. Kinda hilarious, but kinda pointless. |
|
| |
TWINKEYRUNAWAY Clone Trooper Master Staff Major
Messages : 196 Registration Date : 2012-07-12 Location : 411Remnant
| Subject: Re: How to make the fusion cutter cause damage? 7/11/2013, 8:35 pm | |
| Thank you gentlemen. Got it to work, lol now it causes damage to me to. Ok now this opened up a whole new problem. The weapon cause damage to me now. Here what I have: - Code:
TargetEnemy = "1" TargetNeutral = "1" TargetFriendly = "0"
TargetPerson = "1" TargetAnimal = "0" TargetDroid = "0" TargetVehicle = "1" TargetBuilding = "1" TargetMine = "1"
LockOnRange = 4.0 LockOnAngle = 90.0
VehicleHealth = 200 BuildingHealth = 100 BuildingBuild = 50 BuildingRebuild = 50 DroidHealth = 0 MineHealth = -1000 PersonHealth = -15
I should mention that I added the "Personhealth" line to the fusion cutter. That seemed to enable the damage to enemy's/friendlys. Friendly fire is off. |
|
| |
THEWULFMAN Sergeant Major
Messages : 78 Registration Date : 2011-07-02 Age : 31
| Subject: Re: How to make the fusion cutter cause damage? 7/17/2013, 11:39 am | |
| You can't change that. It will damage or heal whatever healthtype it comes in contact with, including its own. |
|
| |
TWINKEYRUNAWAY Clone Trooper Master Staff Major
Messages : 196 Registration Date : 2012-07-12 Location : 411Remnant
| Subject: Re: How to make the fusion cutter cause damage? 7/17/2013, 4:37 pm | |
| Interesting, hmm. Well it looks like ill have to exclude this weapon then and make it a regular fusion cutter. I guess that's why ive only seen droids use this successfully in mods. |
|
| |
Nedarb7 Corporal
Messages : 32 Registration Date : 2013-01-30
| Subject: Re: How to make the fusion cutter cause damage? 7/17/2013, 5:01 pm | |
| Just make the stormtroopers have droid health, its not so hard:
HealthType = "droid"
not sure if thats exactly how its written but thats what the class's odf would have.
(did you get my messages to you on steam D: ) |
|
| |
Sponsored content
| Subject: Re: How to make the fusion cutter cause damage? | |
| |
|
| |
| How to make the fusion cutter cause damage? | |
|