Jump to content

Dosdoom Proectile Teleportation.


neubejiita

Recommended Posts

You can do that simply by loading a DECORATE patch if you want it in ZDoom. Here:

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:
[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.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...