Skip to content

Commit

Permalink
Prefix for Knee-Deep in ZDoom
Browse files Browse the repository at this point in the history
  • Loading branch information
FelesNoctis committed Jan 13, 2022
1 parent 4c1d77c commit d47e257
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

z_readme-removed.txt
UEM.code-workspace
2 changes: 1 addition & 1 deletion LANGUAGE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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";
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
⠀
Expand All @@ -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.

0 comments on commit d47e257

Please sign in to comment.