Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Quasar

Dynamic EDF Menus

Recommended Posts

The long-promised but until now totally fabled ability to define your own menus is currently being added:



Here's the code as well:

menu CustomMenu1
{
   item { type = title;  text = "custom menu one";                       }
   item { type = gap;                                                    }
   item { type = info;   text = "items ho!";       flags = centered;     }
   item { type = gap;                                                    }
   item { type = runcmd; text = "press to exit";   cmd = "mn_clearmenus" }
   item { type = toggle; text = "toggle chasecam"; cmd = "chasecam";     }
   
   nextpage = CustomMenu2
   first = 4
   flags = background
}

menu CustomMenu2
{
   item { type = title;  text = "custom menu two"; patch = "M_WADOPT"; }
   item { type = gap;                                                  }
   item { type = info;   text = "more items ho!";  flags = centered;   }
   item { type = gap;                                                  }
   item { type = slider; text = "sound volume";    cmd = "sfx_volume"; }
   
   prevpage = CustomMenu1
   first = 4
   flags = background
}

Share this post


Link to post

The sweetness!

Will this allow you to point it towards a specific map so that you can even break up a Doom2 mod into episodes by like say, making Episode 2 start at like, shit, I'll say Map12 or make new episodes for Ultimate Doom?

EDIT : found out the answer is yes and it MAKES ME HAPPY :-D

EDIT 2 : Mord...this made me realize that you could actually put all three Eps into 1 WAD using these things. When they're done...heh.

/me hears Mord shaking his fist, muttering "fuck you, BBG, I'm working on 'em."

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
Sign in to follow this  
×