Skip to content

Commit d47e257

Browse files
committed
Prefix for Knee-Deep in ZDoom
1 parent 4c1d77c commit d47e257

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

22
z_readme-removed.txt
3+
UEM.code-workspace

LANGUAGE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ UEM_FD2E1 = "Phase 2";
2828
//
2929
UEM_COMPENDIUM = "COMP: The Compendium";
3030
UEM_LEXICON = "LEXI: The Sentinel's Lexicon";
31+
UEM_KDIZD = "KDiZD: Knee-Deep in ZDoom";
3132
UEM_MASTERSKLIE = "Masters: Chris Klie";
3233
UEM_MASTERSCABAL = "Masters: Cabal";
3334
UEM_MASTERSMISC = "Masters: Willits, Chasar, Mustaine";
3435
UEM_MASTERSTITAN = "Masters: Titan";
3536
UEM_MASTERSINFERNO = "Masters: Inferno";
36-
UEM_KDIZD = "Knee-Deep in ZDoom";

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Universal Episode Menu
2+
23
![Example Menu](https://i.imgur.com/3MPsi4Nl.png "Example Menu")
34
A utility package for GZDoom and Zandronum to display multiple MAPINFO-changing mods together.
45

@@ -8,17 +9,21 @@ _Partial support for **[Zandronum v3.1](https://zandronum.com)**_
89
[Visit us on the ZDoom forums!](https://forum.zdoom.org/viewtopic.php?f=43&t=74376)
910

1011
### [DOWNLOAD](https://github.com/FelesNoctis/UniversalEpisodeMenu/releases "Download Link")
12+
1113
![Stable Version](https://img.shields.io/github/v/release/FelesNoctis/UniversalEpisodeMenu?label=stable "Stable Version")
1214
![Experimental Version](https://img.shields.io/github/v/release/FelesNoctis/UniversalEpisodeMenu?include_prereleases&label=experimental "Experimental Version")
1315

1416
## Usage
17+
1518
- Load as the last file, or as late as you can
1619
- See _Current Features_ below for support list if something is missing, and report it!
1720

1821
## Description
22+
1923
Universal Episode Menu's primary purpose is to provide flexible support for all non-replacer mapset menus, as well as mods that may reset the EpisodeMenu list for various reasons. It's secondary purpose is to (eventually) provide a custom episode-selection menu that will avoid GZDoom reverting to the console-styled small text list by introducing (probably zscripted) submenus.
2024

2125
## Features
26+
2227
- Layout modifications to allow for 11 episode entries (may be reverted when submenus are introduced)
2328
- Only displays episodes you have installed
2429
⠀
@@ -36,13 +41,16 @@ Universal Episode Menu's primary purpose is to provide flexible support for all
3641
- The Sentinel's Lexicon _v133_ ([ZDoom](https://forum.zdoom.org/viewtopic.php?t=62724)) ([ModDB](https://www.moddb.com/mods/the-sentinels-lexicon))
3742

3843
## Future Plans
44+
3945
- Submenus to prevent space overrun and reverting to the small text list
4046
- Custom font, or possibly customized graphics for each item?
4147

4248
## Known Issues
49+
4350
- **(Zandronum)** does not appear to have game filtering, and may display the wrong names for some episodes.
4451
- _**MAPINFO** assigns maps by their internal name (ex: MAP01). With GZDoom's filtering, name corrections can be made based on the primary IWAD. However, in Zandronum, the following episodes will display incorrectly due to shared map filenames:_
4552
- _**Hell On Earth:** TNT: Evilution, The Plutonia Experiment, FreeDOOM Phase 2_
4653

4754
## Something Missing?
55+
4856
### The more submissions the better! Please let me know if you discover a mapset or mod that defines a custom episode list! I'll test and add it as quickly as I can.

0 commit comments

Comments
 (0)