mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
8bb36bd479
Their content is inconsistent across versions, so better always use the text version of the names.
66 lines
896 B
Text
66 lines
896 B
Text
// MAPINFO for Doom 2: BFG Edition
|
|
include "mapinfo/doom2.txt"
|
|
|
|
gameinfo
|
|
{
|
|
titlepage = "DMENUPIC"
|
|
}
|
|
|
|
clearepisodes
|
|
episode map01
|
|
{
|
|
name = "$TXT_D2E1"
|
|
key = "h"
|
|
}
|
|
|
|
episode level01
|
|
{
|
|
name = "$TXT_D2E2"
|
|
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"
|
|
}
|
|
|
|
// Wolfenstein 3D censorship
|
|
map MAP31 lookup "HUSTR_31B"
|
|
{
|
|
titlepatch = "CWILV30"
|
|
next = "MAP16"
|
|
secretnext = "MAP32"
|
|
sky1 = "SKY3"
|
|
cluster = 9
|
|
par = 120
|
|
music = "$MUSIC_EVIL"
|
|
needclustertext
|
|
}
|
|
|
|
map MAP32 lookup "HUSTR_32B"
|
|
{
|
|
titlepatch = "CWILV31"
|
|
next = "MAP16"
|
|
secretnext = "MAP16"
|
|
sky1 = "SKY3"
|
|
cluster = 10
|
|
par = 30
|
|
music = "$MUSIC_ULTIMA"
|
|
}
|