mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-14 08:31:23 +00:00
6df9e39152
- they can be extracted with this utility: https://github.com/kevansevans/Unity-Doom-Ripper
39 lines
554 B
Text
39 lines
554 B
Text
// MAPINFO for Doom 2: 2019 Edition
|
|
include "mapinfo/doom2.txt"
|
|
|
|
gameinfo
|
|
{
|
|
titlepage = "DMENUPIC"
|
|
}
|
|
|
|
clearepisodes
|
|
episode map01
|
|
{
|
|
name = "Hell On Earth"
|
|
picname = "M_EPI1"
|
|
key = "h"
|
|
}
|
|
|
|
// 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"
|
|
}
|