forked from AFADoomer/Wolf3D-TC-3.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMenuDef.txt
162 lines (121 loc) · 3.45 KB
/
MenuDef.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
DefaultListMenu
{
Font "BigFont", "WolfMenuGray", "WolfMenuLightGray"
Selector "M_SEL1", -26, -2
Linespacing 13
Class "ExtendedListMenu"
}
DefaultOptionMenu
{
Class "ExtendedOptionMenu"
}
ListMenu "MainMenu"
{
TopStrip 10
StripTitle 0, 0, "M_Menu"
Position 100, 55
Box 178, 136, 0
TextItem "New Game", "n", "PlayerclassMenu"
TextItem "Sound", "s", "SoundOptions"
TextItem "Control", "c", "TCOptions"
TextItem "Load Game", "l", "LoadGameMenu"
Font "BigFont", "WolfMenuRed"
TextNotInGame "Save Game"
Font "BigFont", "WolfMenuGray", "WolfMenuLightGray"
TextItemInGame "Save Game", "s", "SaveGameMenu"
TextItem "Change View", "w", "VideoModeMenu"
IfOption(ReadThis)
{
Font "BigFont", "WolfMenuYellow", "WolfMenuYellowBright"
TextItemNotInGame "Read This!", "r", "HelpMenu"
Font "BigFont", "WolfMenuGray", "WolfMenuLightGray"
TextItemInGame "Read This!", "r", "HelpMenu"
}
TextItemNotInGame "View Scores", "v", "HighScores"
TextItemInGame "End Game", "e", "EndGameMenu"
TextItemNotInGame "Back to Demo", "b", "CloseMenu"
Font "BigFont", "WolfMenuYellow", "WolfMenuYellowBright"
TextItemInGame "Back to Game", "b", "CloseMenu"
Font "BigFont", "WolfMenuGray", "WolfMenuLightGray"
TextItem "Quit", "q", "QuitMenu"
}
ListMenu "EpisodeMenu"
{
NetgameMessage "$NETGAME"
Linespacing 26
Selector "M_SEL1", -88, 0
Font "BigFont", "WolfMenuYellowBright"
StaticTextCentered 160, 0, "$M_EPIS"
Position 72, 23
Box 308, 162, 0
Font "BigFont", "WolfMenuGray", "WolfMenuLightGray"
Class "IconListMenu"
}
ListMenu "SkillMenu"
{
Font "BigFont", "WolfMenuYellowBright"
StaticTextCentered 160, 78, "$M_SKILL"
Position 75, 102
Box 260, 58, 0
Font "BigFont", "WolfMenuGray", "WolfMenuLightGray"
Class "StaticIconListMenu"
}
ListMenu "LoadGameMenu"
{
NetgameMessage "$LOADNET"
TopStrip 10
StripTitle 0, 0, "M_LoadGm"
Position 80, 55
Class "ExtendedLoadMenu"
}
ListMenu "SaveGameMenu"
{
TopStrip 10
StripTitle 0, 0, "M_SaveGm"
Position 80, 55
Class "ExtendedSaveMenu"
}
OptionMenu "TCOptions"
{
Title "M_CONTRL"
SubMenu "Game Engine Options", "OptionsMenu"
StaticText ""
StaticText "Gameplay Options", 1
Option "Disable Wolf3D-style movement", "g_momentum", "YesNo"
Option "Use fast fireballs", "g_fastfireballs", "YesNo"
Option "Enable Wolf3D-style cheats", "goobers", "YesNo"
StaticText ""
StaticText "Cosmetic Options", 1
Option "Skip 'Get Psyched' screen", "g_nointro", "YesNo"
Option "Don't show blood or bullet puffs", "g_noblood", "YesNo"
}
ListMenu "PlayerMenu"
{
Linespacing 14
TopStrip 10
StripTitle 0, 0, "M_Menu"
Font "BigFont", "WolfMenuYellowBright"
StaticTextCentered 160, 55, "$MNU_PLAYERSETUP"
Font "SmallFont", "WolfMenuGray", "WolfMenuLightGray"
Position 48, 80
Box 300, 136, 0
Position 48, 85
PlayerNameBox "Name", -2, "Playerbox"
Selector "-", -16, -1
MouseWindow 0, 220
PlayerDisplay 220, 105, "20 00 00", "80 40 00", 1, "PlayerDisplay"
ValueText "$PLYRMNU_TEAM", "Team"
ValueText "$PLYRMNU_PLAYERCOLOR", "Color"
Linespacing 10
Slider "$PLYRMNU_RED", "Red", 0, 255, 16
Slider "$PLYRMNU_GREEN", "Green", 0, 255, 16
Linespacing 14
Slider "$PLYRMNU_BLUE", "Blue", 0, 255, 16
// ValueText "$PLYRMNU_PLAYERCLASS", "Class"
// ValueText "$PLYRMNU_PLAYERSKIN", "Skin"
// ValueText "$PLYRMNU_PLAYERGENDER", "Gender", "Gender"
Slider "$PLYRMNU_AUTOAIM", "Autoaim", 0, 35, 1
ValueText "$PLYRMNU_SWITCHONPICKUP", "Switch", "OffOn"
ValueText "$PLYRMNU_ALWAYSRUN", "AlwaysRun", "OnOff"
Class "ExtendedPlayerMenu"
}