Skip to content

Commit

Permalink
Zandro sup, language defs, WotM sup
Browse files Browse the repository at this point in the history
- Zandronum support confirmed
- Language file implemented due to the above
- Works of the Masters has been added, automatically appearing under Master Levels
  • Loading branch information
FelesNoctis committed Jan 8, 2022
1 parent c83b729 commit a920a64
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 25 deletions.
26 changes: 26 additions & 0 deletions LANGUAGE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[default]

//
// CORE EPISODES
//
UEM_D1E1 = "Knee-Deep in the Dead";
UEM_D1E2 = "The Shores of Hell";
UEM_D1E3 = "Inferno";
UEM_D1E4 = "Thy Flesh Consumed";
UEM_D1E5 = "Sigil";
UEM_D2E1 = "Hell on Earth";
UEM_D2E2 = "No Rest for the Living";
UEM_D2ML = "The Master Levels";
UEM_D2TN = "TNT Evilution";
UEM_D2PT = "The Plutonia Experiment";

//
// MOD-ADDED EPISODES
//
UEM_COMPENDIUM = "COMP: The Compendium";
UEM_LEXICON = "LEXI: The Sentinel's Lexicon";
UEM_MASTERSKLIE = "Masters: Chris Klie";
UEM_MASTERSCABAL = "Masters: Cabal";
UEM_MASTERSMISC = "Masters: Willits, Chasar, Mustaine";
UEM_MASTERSTITAN = "Masters: Titan";
UEM_MASTERSINFERNO = "Masters: Inferno";
81 changes: 57 additions & 24 deletions MAPINFO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,80 +10,80 @@ clearepisodes

episode E1M1
{
//picname = "M_EPI1"
name = "$TXT_D1E1"
picname = "M_EPI1"
name = "$UEM_D1E1"
key = "1"
optional
}

episode E2M1
{
//picname = "M_EPI2"
name = "$TXT_D1E2"
picname = "M_EPI2"
name = "$UEM_D1E2"
key = "2"
optional
}

episode E3M1
{
//picname = "M_EPI3"
name = "$TXT_D1E3"
picname = "M_EPI3"
name = "$UEM_D1E3"
key = "3"
optional
}

episode E4M1
{
//picname = "M_EPI4"
name = "$TXT_D1E4"
picname = "M_EPI4"
name = "$UEM_D1E4"
key = "4"
optional
}

episode E5M1
{
picname = "M_EPI5"
name = "$HUSTR_EPI5"
name = "$UEM_D1E5"
key = "5"
optional
}

episode MAP01
{
//picname = "M_HELL"
name = "$TXT_D2E1"
picname = "M_HELL"
name = "$UEM_D2E1"
key = "h"
optional
}

episode NV_MAP01
{
//picname = "M_NOREST"
name = "$TXT_D2E2"
picname = "M_NOREST"
name = "$UEM_D2E2"
key = "n"
optional
}

episode ML_MAP01
{
//picname = "M_MASTER"
name = "$D2MLNAME"
picname = "M_MASTER"
name = "$UEM_D2ML"
key = "m"
optional
}

episode TN_MAP01
{
//picname = "M_TNT"
name = "$TXT_TNT_EP"
picname = "M_TNT"
name = "$UEM_D2TN"
key = "t"
optional
}

episode PL_MAP01
{
//picname = "M_PLUT"
name = "$TXT_PLUT_EP"
picname = "M_PLUT"
name = "$UEM_D2PT"
key = "p"
optional
}
Expand All @@ -96,21 +96,54 @@ episode PL_MAP01
// The Compendium
episode HUBMAP
{
//picname = "M_COMPEN"
name = "COMP: The Compendium"
picname = "M_COMPEN"
name = "$UEM_COMPENDIUM"
key = "c"
optional
}


// The Sentinel's Lexicon
episode VR
{
name = "LEXI: The Sentinel's Lexicon"
name = "$UEM_LEXICON"
key = "l"
optional
}

// Works of the Masters: klie (starting with CPU)
episode cpu
{
name = "$UEM_MASTERSKLIE"
optional
}
// Works of the Masters: cabal (starting with bloodflood)
episode flood
{
name = "$UEM_MASTERSCABAL"
optional
}
/*
// Works of the Masters: misc (starting with attack)
// ISSUE: Replaces standard Master Levels entry
episode ml_map01
{
name = "$UEM_MASTERSMISC"
optional
}
*/
// Works of the Masters: titan (starting with mines)
episode mines
{
name = "$UEM_MASTERSTITAN"
optional
}
// Works of the Masters: inferno (starting with dante25)
episode dante25
{
name = "$UEM_MASTERSINFERNO"
optional
}


//
// SYSTEM-RELATED
Expand All @@ -127,7 +160,7 @@ map TITLEMAP "Lexicon Opening"
music = "D_DM2TTL"
}

// DRLA - Kinsie's Fluff
// Kinsie's DRLA Fluff
map TITLEMAP "Doom RL Arsenal"
{
music = "STARTUPS"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Universal Episode Menu
![Example Menu](https://i.imgur.com/3MPsi4Nl.png "Example Menu")
A flexible utility package for GZDoom to display multiple MAPINFO-changing mods together.
_Currently only tested on **[GZDoom v4+](https://zdoom.org)**._
_Currently tested on **[GZDoom v4+](https://zdoom.org)** and **[Zandronum v3.1](https://zandronum.com)**_

### [DOWNLOAD](https://github.com/FelesNoctis/UniversalEpisodeMenu/releases "Download Link")
![Stable Version](https://img.shields.io/github/v/release/FelesNoctis/UniversalEpisodeMenu?label=stable "Stable Version")
Expand All @@ -27,6 +27,7 @@ Universal Episode Menu's primary purpose is to provide flexible support for all
- TNT: Evilution
- The Plutonia Experiment
- Wadsmoosh, _any configuration_ ([ZDoom](https://forum.zdoom.org/viewtopic.php?t=52757)) ([itch.io](https://jp.itch.io/wadsmoosh))
- Works of the Masters _v7_ ([itch.io](https://jp.itch.io/deluxe-master-levels))
- The Compendium _v1.0_ ([ZDoom](https://forum.zdoom.org/viewtopic.php?t=61211))
- The Sentinel's Lexicon _v133_ ([ZDoom](https://forum.zdoom.org/viewtopic.php?t=62724)) ([ModDB](https://www.moddb.com/mods/the-sentinels-lexicon))
⠀
Expand Down

0 comments on commit a920a64

Please sign in to comment.