mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
40 lines
553 B
Text
40 lines
553 B
Text
// 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"
|
|
}
|
|
|