diff --git a/.gitignore b/.gitignore index 619b790..4fe80f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ z_readme-removed.txt +UEM.code-workspace diff --git a/LANGUAGE.txt b/LANGUAGE.txt index 5acd283..bdf1022 100644 --- a/LANGUAGE.txt +++ b/LANGUAGE.txt @@ -28,9 +28,9 @@ UEM_FD2E1 = "Phase 2"; // UEM_COMPENDIUM = "COMP: The Compendium"; UEM_LEXICON = "LEXI: The Sentinel's Lexicon"; +UEM_KDIZD = "KDiZD: Knee-Deep in ZDoom"; UEM_MASTERSKLIE = "Masters: Chris Klie"; UEM_MASTERSCABAL = "Masters: Cabal"; UEM_MASTERSMISC = "Masters: Willits, Chasar, Mustaine"; UEM_MASTERSTITAN = "Masters: Titan"; UEM_MASTERSINFERNO = "Masters: Inferno"; -UEM_KDIZD = "Knee-Deep in ZDoom"; diff --git a/README.md b/README.md index de01695..2c6b59d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Universal Episode Menu + ![Example Menu](https://i.imgur.com/3MPsi4Nl.png "Example Menu") A utility package for GZDoom and Zandronum to display multiple MAPINFO-changing mods together. @@ -8,17 +9,21 @@ _Partial support for **[Zandronum v3.1](https://zandronum.com)**_ [Visit us on the ZDoom forums!](https://forum.zdoom.org/viewtopic.php?f=43&t=74376) ### [DOWNLOAD](https://github.com/FelesNoctis/UniversalEpisodeMenu/releases "Download Link") + ![Stable Version](https://img.shields.io/github/v/release/FelesNoctis/UniversalEpisodeMenu?label=stable "Stable Version") ![Experimental Version](https://img.shields.io/github/v/release/FelesNoctis/UniversalEpisodeMenu?include_prereleases&label=experimental "Experimental Version") ## Usage + - Load as the last file, or as late as you can - See _Current Features_ below for support list if something is missing, and report it! ## Description + 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. ## Features + - Layout modifications to allow for 11 episode entries (may be reverted when submenus are introduced) - Only displays episodes you have installed ⠀ @@ -36,13 +41,16 @@ Universal Episode Menu's primary purpose is to provide flexible support for all - The Sentinel's Lexicon _v133_ ([ZDoom](https://forum.zdoom.org/viewtopic.php?t=62724)) ([ModDB](https://www.moddb.com/mods/the-sentinels-lexicon)) ## Future Plans + - Submenus to prevent space overrun and reverting to the small text list - Custom font, or possibly customized graphics for each item? ## Known Issues + - **(Zandronum)** does not appear to have game filtering, and may display the wrong names for some episodes. - _**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:_ - _**Hell On Earth:** TNT: Evilution, The Plutonia Experiment, FreeDOOM Phase 2_ ## Something Missing? + ### 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.