diff --git a/wadsrc/static/iwadinfo.txt b/wadsrc/static/iwadinfo.txt index c48c4bd86..5078e451a 100644 --- a/wadsrc/static/iwadinfo.txt +++ b/wadsrc/static/iwadinfo.txt @@ -428,7 +428,6 @@ IWad Load = "nerve.wad" } -// Doom 2 must be last to be checked becaude MAP01 is its only requirement IWad { Name = "DOOM 2: Hell on Earth" @@ -438,10 +437,25 @@ IWad IWADName = "doom2.wad", 1 Mapinfo = "mapinfo/doom2.txt" Compatibility = "Shorttex" - MustContain = "MAP01" + MustContain = "MAP01", "MAP30" BannerColors = "a8 00 00", "a8 a8 a8" } - + +// NRFTL must be last to be checked because MAP01 is its only requirement +IWad +{ + Name = "DOOM 2: No Rest for the Living" + BannerColors = "a8 00 00", "a8 a8 a8" + MustContain = "MAP01" + Required = "DOOM 2: Hell on Earth" + Autoname = "doom.id.doom2.nerve" + Game = "Doom" + Config = "Doom" + IWADName = "nerve.wad" + Mapinfo = "mapinfo/doom2.txt" + Compatibility = "Shorttex" +} + Names { @@ -485,12 +499,14 @@ Names "delaweare.wad" "rotwb.wad" "sigil.wad" + "nerve.wad" } Order // Order in the IWAD selection box { "DOOM: Complete: WadSmoosh" "DOOM 2: Hell on Earth" + "DOOM 2: No Rest for the Living" "Final Doom: Plutonia Experiment" "Final Doom: TNT - Evilution" "The Ultimate DOOM"