- add support for NRFTL as an expansion for Doom 2.

(patch by Rachael)
This commit is contained in:
drfrag 2019-06-03 21:31:02 +02:00
parent c4b6d0a1f1
commit fc37e59bda

View file

@ -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"