I've been trying to get push on the explosions, but nothing seems to work. Even working push based grenades from swbf1 don't work. From what i've tested so far, push seems to relate to damage done somehow, because whenever i get a working push it kills you instantly.
Push = "5.0"
PushRadius = "2.0"
-this is the non-working push value. Note that i want it to push a unit but not kill them.
Push = "10.0"
PushRadiusInner = "5.0"
PushRadiusOuter = "7.0"
-Here is a working push, but it kills instantly.
-Finally, here is force push,
Push = "0.0"
PushRadius = "0.0"
PushDeadOnly = "1"
This confuses me
![Confused :?](./images/smilies/icon_confused.gif)
, how is it that force push works with a 0 push value, yet one with a push value of 10 or 2 doesn't. Also, what could PushDeadOnly mean?