Page 1 of 1

How do I make haywire dets [Solved]

Posted: Mon Feb 01, 2010 3:41 pm
by skelltor
How do I make haywire dets (grenades that kick people out of vehicles and make them stay out for a while) what lines do I add? I looked in the fusion cutter ODF but was not sure which lines controlled that, help please??

Re: haywire dets

Posted: Mon Feb 01, 2010 3:44 pm
by mswf

Re: haywire dets

Posted: Mon Feb 01, 2010 3:47 pm
by skelltor
do i add this if not idk what

The Haywire grenade type sticks to vehicles and disables them for a specified time when it goes off.

[OrdnanceClass]
ClassLabel = "haywire"
...

[Properties]
<usual grenade stuff>
DisableTime = <time>

do i just put a time in the disabletime to get them or what and will it make it so i cant get in or just so they cant get back in??

Re: haywire dets

Posted: Mon Feb 01, 2010 3:52 pm
by mswf
Just do what it says :P

It's more or less a regular grenade. You change the classlabel of the ordnance class to "haywire" and under properties you ad "disabletime = <how long you want the vehicle disabled>" and that's pretty much it. Of course you can go all fancy and change the .fx and damage radius, but this is, indeed, the basic way to make a haywire grenade.

Re: haywire dets

Posted: Mon Feb 01, 2010 3:56 pm
by skelltor
ok thanks