Gez
Why don't I have a custom title by now?!
Posts: 6458
Registered: 07-07 |
You can do that simply by loading a DECORATE patch if you want it in ZDoom. Here:
code: Actor TeleRocket : Rocket replaces Rocket { -NOTELEPORT }
Actor TeleBFGBall : BFGBall replaces BFGBall { -NOTELEPORT }
Actor TelePlasmaBall : PlasmaBall replaces PlasmaBall { -NOTELEPORT }
Copy/paste that in a new text file which you'll call decorate.txt, and autoload that decorate.txt file by putting it in your zdoom-user.ini:
code: [Doom.AutoLoad]
Path=./decorate.txt
And there you go, now plasma and rockets teleport. You can use the same system for any projectile you want, really, including those from other games and those from enemies.
|