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

[RESOLVED] Secret Level MAPINFO?

Recommended Posts

I'm working on a wad and I want there to be a secret exit to map 11 on map 03 I have my MAPINFO setup like this

 

map MAP03 "Damned Fate"
{
    LevelNum = 03
    skybox = SKYBOX01
    next = "MAP04"
    secretnext = "MAP11"
    sky1 = "SKYBOX01", 0
    cluster = 1
    par = 30
    sucktime = 1
    music = "D_E3M2"
}

 

But it still exits to Map 04 of DOOM 2. What am I doing wrong? 

Edited by KamkrazyIan

Share this post


Link to post

If it's mapinfo, I would rename it to zmapinfo.   Otherwise try removing the quotes around Map04 and Map11.

Share this post


Link to post

Make sure MAP11 exists in your WAD, in case you are using Ultimate Doom as the IWAD.

 

Otherwise, make sure the exit action is for secret exit and not normal exit.

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
×