Jump to content
  • 0

UMAPINFO issue


watermelon eater gaming

Question

map wve1m9

 

{

 

next = "wve2m9"

 

skytexture = "sky3"

 

music = "WVBOSS"

 

levelname = "E1M9"

 

secretnext = "wve7m1"

 

}

 

 

 

map wve7m1

 

{

 

levelname = "uhhhh"

 

skytexture = "sky3"

 

music = "TOSSEM"

 

next = "wve2m9"

 

}

 

SECRETNEXT does not work as intended and choosing either "Exit Level" or "Exit Level (goes to secret level)" in a map editor has the same result, going to the next normal level.

Am I doing something wrong here or is this a bug?

Share this post


Link to post

4 answers to this question

Recommended Posts

  • 0
Quote

The map names are limited to the format of the currently loaded IWAD, i.e. Doom 2 only supports MAPxx entries and Doom 1 only ExMy entries. The numbers x and y can exceed their original limits, though, so MAP50, E5M6 or even MAP100 or E1M10 are valid map names for their respective game. This limit comes from the game using numeric variables 'gameepisode' and 'gamemap' to identify a level. It may later be decided to lift the naming restriction but this cannot be done without some extensive refactoring which simply exceeds the scope of the initial implementation.

 

Have you tried naming your levels to match this convention?

Share this post


Link to post
  • 0
43 minutes ago, DASniperIC said:

No, it hasn't worked, E1M9 still redirects to E2M9 when I activate the secret level.

 

Is your secretnext still named "wve7m1"?

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
Answer this question...

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