Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Novaseer

How to prevent people from jumping on a UDMF map?

Recommended Posts

I'm working on a small mapset (7 maps, including secret level) and I want to know if there's a way to prevent people from jumping in UDMF levels. On the 2nd map alone, there are three secrets that can be cheated by jumping, and I want to prevent that.

Share this post


Link to post
1 minute ago, Aquila Chrysaetos said:

Create a ZMAPINFO lump in your wad and write this:


defaultmap
{
 nojump
}

 

Thanks, I integrated the nojump part into my existing MAPINFO.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×