-
Notifications
You must be signed in to change notification settings - Fork 1
/
MAPINFO.Sigil
73 lines (64 loc) · 1.06 KB
/
MAPINFO.Sigil
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////SIGIL ///////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
map E5M1 "Baphomet's Demesne"
{
levelnum = 41
next = "E5M2"
music = "D_E5M1"
}
map E5M2 "Sheol"
{
levelnum = 42
next = "E5M3"
music = "D_E5M2"
}
map E5M3 "Cages of the Damned"
{
levelnum = 43
next = "E5M4"
music = "D_E5M3"
}
map E5M4 "Paths of Wretchedness"
{
levelnum = 44
next = "E5M5"
music = "D_E5M4"
}
map E5M5 "Abaddon's Void"
{
levelnum = 45
next = "E5M6"
music = "D_E5M5"
}
map E5M6 "Unspeakable Persecution"
{
levelnum = 46
next = "E5M7"
secretnext = "E5M9"
music = "D_E5M6"
}
map E5M7 "Nightmare Underworld"
{
levelnum = 47
next = "E5M8"
music = "D_E5M7"
}
map E5M8 "Halls of Perdition"
{
levelnum = 48
next = EndPic, "CREDIT"
nosoundclipping
music = "D_E5M8"
}
map E5M9 "Realm of Iblis"
{
levelnum = 49
next = "E5M7"
music = "D_E5M9"
}
cluster 5
{
flat = "FLOOR7_2"
exittext = lookup, "E5TEXT"
}