This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mapinfo.txt
96 lines (85 loc) · 2.07 KB
/
mapinfo.txt
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
//===========================================================================
//
// MAPINFO
//
//===========================================================================
gameinfo
{
//GL specific options
pixelratio = 1.2 //(1.0 didn't work either)
lightmode = 3
// Original menu, now redundant due to TITLEMAP
creditpage = "XENOTOMB"
infopage = "XENOHELP"
addinfopage = "XENOCRED"
//addinfopage = "XENOWARE"
intermissionmusic = "X_INTERM"
titlemusic = "MIDRESET"
titlepage = "XENOTOMB"
advisorytime = 3
pagetime = 7
// Still need to make a full wallpaper for this
borderflat = "XENOTILE"
// TR-DOS, yo!
//PlayerClasses = "MyPlayer"
menufontcolor_action = "green"
menufontcolor_title = "DARKGRAY"
menufontcolor_label = "DARKGRAY"
menufontcolor_value = "DARKGRAY"
menufontcolor_action = "DARKGRAY"
menufontcolor_header = "DARKRED"
menufontcolor_highlight = "DARKGRAY"
menufontcolor_selection = "DARKRED"
quitmessages = "What are you saying?\nYou found something better?",
"They can't love you the same way I do!",
"Game over, man?", "Game under, man?", "Too intense?",
"Your mama liked it.", "...", "But we DON'T have DLC!",
"Good idea.\nLeave before the lawsuits get involved.",
"If you leave now,\nyou forfeit your procreation rights.",
"Wimp.", "Too oldschool for your blood?", "Break a leg.",
"Fine,\nbut don't expect a rebate.", "Is it the aliens?",
"I see what you do\n when you think nobody's watching...",
"Hey!\n\nYou didn't pay for this\nso you can't complain!",
"Buy our T-shirts!", "Xenotomb lunchboxes, now in stores!"
}
clearepisodes
defaultmap
{
pixelratio = 1.2
lightmode = 3
}
episode corridor
{
name = "Corridor Test Map"
}
episode terminal
{
name = "Terminal Test Map"
}
episode door
{
name = "Door Test Map"
}
map TITLEMAP "TITLEMAP"
{
music = ""
}
map corridor "Corridor Test"
{
LevelNum = 1
sky1 = "STAR1"
music = ""
}
map terminal "Terminal Test"
{
LevelNum = 1
sky1 = "STAR1"
music = ""
}
map door "Door Test"
{
LevelNum = 1
sky1 = "STAR1"
music = ""
pixelratio = 1.9
}