mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-15 17:11:24 +00:00
- add support for NRFTL as an expansion for Doom 2.
(patch by Rachael)
This commit is contained in:
parent
c4b6d0a1f1
commit
fc37e59bda
1 changed files with 19 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue