Jump to content

Can't enter secret level


Soundblock

Recommended Posts

So I've set up a linedef type 124 - W1 Exit level (goes to secret level), on map 15, using doom2.wad as iwad. Shouldn't that be all I need in order for the player to enter into map 32? As it stands, I only get a normal exit, entry onto map 16. What gives?

Share this post


Link to post

Is there maybe a normal exit linedef near the secret exit one, so that the player could cross both linedefs within the same tic? If so, the linedef with the lesser linedef index (in the wad or in BLOCKMAP, I'm not sure) would be activated first, not the one that he physically crossed first.

Also, if you're testing in ZDoom and if your map has a custom MAPINFO entry, make sure that it has a SecretNext property defined to MAP31. If your map has a custom MAPINFO entry without a SecretNext property explicitly defined, the engine would use the map's Next property to determine the "secret" map to go to.

Share this post


Link to post
scifista42 said:

Is there maybe a normal exit linedef near the secret exit one, so that the player could cross both linedefs within the same tic? If so, the linedef with the lesser linedef index (in the wad or in BLOCKMAP, I'm not sure) would be activated first, not the one that he physically crossed first.

Also, if you're testing in ZDoom and if your map has a custom MAPINFO entry, make sure that it has a SecretNext property defined to MAP31. If your map has a custom MAPINFO entry without a SecretNext property explicitly defined, the engine would use the map's Next property to determine the "secret" map to go to.


I was missing the "SecretNext" property from my ZMAPINFO, thanks scifista!

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