Here's a test wad:
http://heisanevilgenius.com/dl/test.pk3
Code: Select all
Class BounceImpBall : DoomImpBall replaces DoomImpBall
{
Default
{
DamageFunction 1;
BounceType "Hexen";
BounceFactor 1;
WallBounceFactor 1;
+ALLOWBOUNCEONACTORS;
+BOUNCEONACTORS;
-NOGRAVITY;
BounceSound "imp/shotx";
BounceCount 60;
}
}