- add support for xbox 360 versions of Doom/Doom2

# Conflicts:
#	wadsrc_extra/static/iwadinfo.txt
This commit is contained in:
Rachael Alexanderson 2020-01-19 20:01:06 -05:00 committed by drfrag
parent 5a3e04e2e3
commit 76fffe288c
6 changed files with 98 additions and 0 deletions

View file

@ -0,0 +1,40 @@
// MAPINFO for Doom 2: XBox Edition
include "mapinfo/doom2.txt"
clearepisodes
episode map01
{
name = "Hell On Earth"
picname = "M_EPI1"
key = "h"
}
episode level01
{
name = "No Rest for the Living"
picname = "M_EPI2"
key = "n"
optional
}
map MAP02 lookup "HUSTR_2"
{
titlepatch = "CWILV01"
next = "MAP03"
secretnext = "MAP33"
sky1 = "SKY1"
cluster = 5
par = 90
music = "$MUSIC_STALKS"
}
map MAP33 lookup "HUSTR_33"
{
titlepatch = "CWILV32"
next = "MAP03"
secretnext = "MAP03"
sky1 = "SKY3"
cluster = 5
music = "$MUSIC_READ_M"
}

View file

@ -0,0 +1,25 @@
// MAPINFO for Doom: XBox Edition
include "mapinfo/ultdoom.txt"
map E1M1 lookup "HUSTR_E1M1"
{
levelnum = 1
titlepatch = "WILV00"
next = "E1M2"
secretnext = "E1M10"
sky1 = "SKY1"
cluster = 1
par = 30
music = "$MUSIC_E1M1"
}
map E1M10 lookup "HUSTR_E1M10"
{
titlepatch = "SEWERS"
next = "E1M2"
secretnext = "E1M2"
sky1 = "SKY1"
cluster = 1
music = "$MUSIC_E2M1"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -348,6 +348,21 @@ IWad
BannerColors = "a8 00 00", "a8 a8 a8"
}
IWad
{
Name = "DOOM: XBox Edition"
Autoname = "doom.id.doom1.ultimate.xbox"
Game = "Doom"
Config = "Doom"
IWADName = "doom.wad"
Mapinfo = "mapinfo/doomxbox.txt"
Compatibility = "Shorttex"
MustContain = "E1M1","E2M1","E2M2","E2M3","E2M4","E2M5","E2M6","E2M7","E2M8","E2M9",
"E3M1","E3M2","E3M3","E3M4","E3M5","E3M6","E3M7","E3M8","E3M9",
"DPHOOF","BFGGA0","HEADA1","CYBRA1","SPIDA1D1", "E4M2", "E1M10", "SEWERS"
BannerColors = "18 18 18", "a8 a8 a8"
}
IWad
{
Name = "The Ultimate DOOM"
@ -483,6 +498,20 @@ IWad
BannerColors = "00 7c 00", "a8 a8 a8"
}
IWad
{
Name = "DOOM 2: XBox Edition"
Autoname = "doom.id.doom2.commercial.xbox"
Game = "Doom"
Config = "Doom"
IWADName = "doom2.wad", 1
Mapinfo = "mapinfo/doom2xbox.txt"
Compatibility = "Shorttex"
MustContain = "MAP01", "MAP33", "CWILV32"
BannerColors = "18 18 18", "a8 a8 a8"
Load = "NERVE.WAD"
}
IWad
{
Name = "DOOM 2: Hell on Earth"
@ -525,6 +554,8 @@ Names
"doom2bfg.wad"
"bfgdoom.wad"
"doombfg.wad"
"doomxbox.wad"
"doom2xbox.wad"
"doomunity.wad"
"doom2unity.wad"
"doom2f.wad"
@ -574,6 +605,8 @@ Order // Order in the IWAD selection box
"DOOM Shareware"
"DOOM 2: BFG Edition"
"DOOM: BFG Edition"
"DOOM: XBox Edition"
"DOOM 2: XBox Edition"
"DOOM: Unity Edition"
"DOOM 2: Unity Edition"
"Final Doom: Plutonia Experiment: Unity Edition"