mgr_inz_rafal Posted June 25, 2016 I managed to disable jumping and crouching via MAPINFO. Can I also prevent player from performing rocket jumps (z-thrust)? 0 Quote Share this post Link to post
scifista42 Posted June 25, 2016 Create a custom player class and give it an OLDRADIUSDMG flag. Put this code to your wad's DECORATE:actor MyPlayer : DoomPlayer { +OLDRADIUSDMG } And this code to your wad's MAPINFO:GameInfo { PlayerClasses = "MyPlayer" } Note that this will have a side effect of the player receiving damage if anything explodes even far above or far below him. 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.