moetah
  • moetah
  • 100% (Exalted)
  • Major Topic Starter
16 years ago
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😁
Sponsor
Annihilationzh
16 years ago
In the weapon 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%.

If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
moetah
  • moetah
  • 100% (Exalted)
  • Major Topic Starter
16 years ago
Strange I've editted this stuff already.. I guess i made some other mistake then. Thanks for your help.