๐Ÿ“ฆ StrikerTheHedgefox / shadow-mavericks-mp-mod

๐Ÿ“„ MENUDEF.txt ยท 226 lines
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226ListMenu "MainMenu"
{
	StaticPatch 8, 24, "M_DOOM"
	
	Font "SmallFont", "White", "Green"
	Linespacing 10
	Position 24, 104
	Selector "NODRAW", 0, 0
	
	TextItem "New Game", "n", "PlayerclassMenu"
	TextItem "Skirmish", "k", "ZA_SkirmishMenu"
	TextItem "Main Options", "o", "OptionsMenu"
	TextItem "SMMP Options", "m", "SMMPOptions"
	TextItem "Load Game", "l", "LoadGameMenu"
	TextItem "Save Game", "s", "SaveGameMenu"
	TextItem "Credits", "c", "Credits"
	TextItem "Login", "g", "ZA_LoginMenu"
	TextItem "Quit", "q", "QuitMenu"
}

OptionValue "CycleMinutes"
{
	5, "5 Minutes"
	10, "10 Minutes"
	15, "15 Minutes"
	24, "24 Minutes (Default)"
	45, "45 Minutes"
	60, "1 Hour"
	120, "2 Hours"
	1440, "24 Hours"
}

OptionValue "WeatherTypes"
{
	0, "Clear"
	1, "Rain"
	2, "Blood Rain"
	3, "Snow"
}

OptionValue "WeatherDensity"
{
	16, "Very Light"
	32, "Light (Default)"
	50, "Medium"
	64, "Heavy"
	100, "Very Heavy"
}

OptionValue "SaberColors"
{
	0, "Green"
	1, "Blue"
	2, "Red"
}

OptionMenu "SMMPOptions"
{
	Title "SMMP OPTIONS"
	SafeCommand "Toggle Uncensored Mode (18+)", "censortoggle" //, "You sure? This will reveal pornographic content.\n(If a map contains it, that is.)\n\nDo not complain to, or harass the members of [SM] if you don't like what you see." // (Commented out due to Zandronum lacking yet another fucking feature.)
	Option "Lightsaber Color", "smmp_sabercolor", "SaberColors"
	StaticText 	""
	Option "HQ Day/Night Cycle Time", "smmp_daycycle_minutes", "CycleMinutes"
	Option "Weather Type", "smmp_weathertype", "WeatherTypes"
	Option "Weather Density", "smmp_weatherdensity", "WeatherDensity"
	Option "Weather Sounds", "smmp_weathersound", "OnOff"
	StaticText 	""
	Option "Scrumpy Mode", "smmp_scrumpy", "OnOff"
	Option "Crickagib Mode", "smmp_crickagib", "OnOff"
	//StaticText 	""
	//Option "Block Marine", "smmp_block_marine", "OnOff"
	//Option "Block Tails", "smmp_block_tails", "OnOff"
	//Option "Block Duke", "smmp_block_duke", "OnOff"
	StaticText 	""
	StaticText "Key Bindings", 1
	Control "Use Special Move", "SpecialMove"
	Control "Quick-Throw Molotovs/Frags", "UseThrowables"
	Control "Quick-Use Healing Serum", "UseHealingSerum"
	Control "Show Ammo & Money", "showpop 3"
	StaticText 	""
	StaticText "Taunt System", 1
	Control "Select Next Taunt", "TauntNext"
	Control "Select Previous Taunt", "TauntPrevious"
	Control "Taunt Skip Ahead by 5", "TauntSkipNext"
	Control "Taunt Skip Back by 5", "TauntSkipBack"
	Control "Play Global Taunt", "TauntPlay"
}

ListMenu "PlayerclassMenu"
{
	NetgameMessage "$NEWGAME"
	Font "SmallFont", "ElecViolet"
	StaticTextCentered 160, 32, "Choose your character:"
	
	Font "SmallFont", "White", "Green"
	Linespacing 10
	Position 48, 63
	Selector "NODRAW", 0, 0
	
	PlayerDisplay 220, 63, "00 00 10", "64 00 FF"
	MouseWindow 0, 220

	// The rest of this menu will be set up based on the actual player definitions.
}

ListMenu "EpisodeMenu"
{
	NetgameMessage "$NEWGAME"
	Font "SmallFont", "ElecViolet"
	StaticTextCentered 160, 32, "Select an Episode:"
	
	Font "SmallFont", "White", "Green"
	Linespacing 10
	Position 48, 63
	Selector "NODRAW", 0, 0
	
	// items will be filled in by MAPINFO
}

ListMenu "SkillMenu"
{
	Font "SmallFont", "ElecViolet"
	StaticTextCentered 160, 32, "Select a difficulty:"
	
	Font "SmallFont", "White", "Green"
	Linespacing 10
	Position 48, 63
	Selector "NODRAW", 0, 0
	
	// Will be filled in by difficulties
}

OptionMenu "Credits"
{
	Title "SMMP Credits"
	Submenu "Sprites", "CreditSprites"
	Submenu "Models", "CreditModels"
	StaticText ""
	StaticText "Credits can be scrolled through", 1
	StaticText "with the mouse wheel.", 1
	StaticText ""
	StaticText "If I'm missing anyone in these", 1
	StaticText "sub-menus, I sincerely apologize", 1
	StaticText "and wish to resolve it.", 1
	StaticText ""
	StaticText "Please e-mail missing credits", 1
	StaticText "to ShadowMavrks@gmail.com.", 1
}

OptionMenu "CreditSprites"
{
	Title "SMMP Credits - Sprites"
	
	StaticText "Zombieman Alt-Deaths", 1
	StaticText "ItsNatureToDie, Minigunner"
	StaticText ""
	StaticText "Shotgun Guy Alt-Deaths", 1
	StaticText "Kinsie, Phi108, Minigunner"
	StaticText ""
	StaticText "Pantsless Shotgun Guys", 1
	StaticText "Kirk Felton"
	StaticText ""
	StaticText "Fireborn", 1
	StaticText "Raven Software, Striker"
	StaticText ""
	StaticText "Fallen Crusader", 1
	StaticText "Raven Software, Striker"
	StaticText ""
	StaticText "Lightsaber-Wielding DoomGuy", 1
	StaticText "DoomJedi (Thanks, man!)"
	StaticText ""
	StaticText "Hellbender Explosions", 1
	StaticText "Terminal Reality Inc."
	StaticText ""
	StaticText "Cacobald", 1
	StaticText "breadbagfly"
	StaticText ""
	StaticText "BirdImp", 1
	StaticText "breadbagfly & ItsNatureToDie"
	StaticText ""
	StaticText "Chaos Emerald (For Chaos Dash)", 1
	StaticText "Midday-Mew"
	StaticText ""
	StaticText "Smooth Fire", 1
	StaticText "Valve Software, Striker(Color Edits)"
	StaticText ""
	StaticText "Sunfire Plasma Ball/Explosion", 1
	StaticText "Wirehead Studios"
	StaticText ""
	StaticText "Tails", 1
	StaticText "Sonic Team Jr., Striker(Death/Gib/Firing Frames)"
	StaticText ""
}

OptionMenu "CreditModels"
{
	Title "SMMP Credits - Models"
	
	StaticText "Health Bonus Vials", 1
	StaticText "Epic Games, Striker(Texture edits)"
	StaticText ""
	StaticText "Armor Items", 1
	StaticText "Epic Games, Striker(Texture edits)"
	StaticText ""
	StaticText "Super Shotgun", 1
	StaticText "Nexon, Valve, IAHGames, Striker(Elemental SSG)"
	StaticText ""
	StaticText "Quad-Barreled Shotgun", 1
	StaticText "Nexon, Valve, IAHGames, Game Zombie(CSS Hand Rig)"
	StaticText ""
	StaticText "PSO Handgun/Techpistol", 1
	StaticText "smoke_fumus(Model), Striker(Texture)"
	StaticText ""
	StaticText "Short Fire Stick", 1
	StaticText "TheMisterCat"
	StaticText ""
	StaticText "Toilet Paper Roll", 1
	StaticText "Sitters"
	StaticText ""
	StaticText "Toilet", 1
	StaticText "Gearbox Software, Striker(Animation)"
	StaticText ""
	StaticText "Shower", 1
	StaticText "Gearbox Software, Striker(Animation)"
	StaticText ""
}