Posted by: moetah - Wednesday, January 20, 2010 12:21:08 AM
I've come across something i can't figure out. I try to add a explosion on the demo bike in which units are launched in the air like stealth fighters and nuke migs do. Can someone please show me how it's done?
AnnihilationZH i know you know the answer[grin]
Posted by: Annihilationzh - Wednesday, January 20, 2010 5:08:08 AM
In the weapon code:
[code] ShockWaveAmount = 75.0 ; represents the shockwave amount. The larger the amount, the greater and more dramatic the shockwave effect
ShockWaveRadius = 75.0 ; should be no more than the primary/secondary damage radius, whichever is larger.
ShockWaveTaperOff = 0.50 ; 0.33 means at the shockwave edge, the shockwave amount is 33%.[/code]
Posted by: moetah - Thursday, January 21, 2010 12:17:17 AM
Strange I've editted this stuff already.. I guess i made some other mistake then. Thanks for your help.