[SOLVED] Charging times

Started by aeria., April 16, 2010, 10:03:52 AM

Previous topic - Next topic
April 16, 2010, 10:03:52 AM Last Edit: April 16, 2010, 05:17:35 PM by ag
Yes this is a question from me.  :blink:

Is is possible to make it so that it must be a requirement to hold down a fire button to charge an attack? For example, the wookie can shoot single lasers however held down the radius will increase. Can it be made so that you HAVE to charge it or else no charge will be made at all? If so, can someone show an example ODF?

Just an idea.

--AG


#TYBG

All you want to do is make a dummy ordnance, that has no effects and does no damage, for your first-charge ordnance. Then make your second-charge ordnance as usual.

Yeah, but make sure you have the charge lines like:
ChargeUpEffect      = "chargeup"
and
ChargeRateLight         = "1.0"
MaxChargeStrengthLight  = "1.0"
ChargeDelayLight        = "0.15"
ChargeRateHeavy         = "1.0"
MaxChargeStrengthHeavy  = "0.5"
ChargeDelayHeavy        = "2.0"
And probably most important,
MaxPressedTime      = "1.75"
=AaTc= Forever

SALLY....

-Retired Modder

Wow, thanks Mav and Snake! I'll find this useful!

--AG


#TYBG