]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/creategame/gamemodes/gamemisc.menu
- anisotropy/gl_picmip switches, dropweapon/show_info buttons, g_minstagib_invis_alp
[divverent/nexuiz.git] / data / menu / creategame / gamemodes / gamemisc.menu
1 // Property of Alientrap/AK
2 //
3 // creategame/game.menu
4 Item Layout Misc
5 {
6         size    '800 585'
7         origin  '200 50'
8         flag    [FlagEmbedded]
9
10         Item ScrollWindow ScrollWindow
11         {
12                 size    '780 535'
13                 flag    [FlagEmbedded]
14
15                 Item Arrangement Arrangement
16                 {
17                         direction       [Nex_DefaultVertDirection]
18                         alignment       [AlignFirst]
19                         flag            [FlagEmbedded]
20
21                         // hack to make the arrangement have a set width
22                         Item Window FixWidth
23                         {
24                                 size    '800 0'
25                                 Derive Nex_Void Left
26                                 {
27                                         pos     '0 0'
28                                         size    '400 0'
29                                 }
30                                 Derive Nex_Void Right
31                                 {
32                                         pos     '400 0'
33                                         size    '400 0'
34                                 }
35                         }
36
37
38                         Derive Nex_Option_EditBox JoinMessageTime
39                         {
40                                 text    "Join Message Display Time"
41                                 target  "Data::Game::Misc::JoinMessageTime::Text"
42                         }
43                         Derive Nex_Option_Switch Grapple
44                         {
45                                 text    "Grappling Hook Enabled"
46                                 target  "::Data::Game::Misc::Grapple::Switch"
47                         }
48                         Derive Nex_Option_EditBox GrappleFireSpeed
49                         {
50                                 text    "Grappling Hook Fire Speed"
51                                 target  "Data::Game::Misc::GrappleFireSpeed::Text"
52                         }
53                         Derive Nex_Option_EditBox GrapplePullSpeed
54                         {
55                                 text    "Grappling Hook Pull Speed"
56                                 target  "Data::Game::Misc::GrapplePullSpeed::Text"
57                         }
58                         Derive Nex_Line SeperatorWeapons
59                         {}
60                         Derive Nex_Option_Switch StartLaser
61                         {
62                                 text    "Start with Laser"
63                                 target  "::Data::Game::Misc::StartLaser::Switch"
64                         }
65                         Derive Nex_Option_Switch StartShotgun
66                         {
67                                 text    "Start with Shotgun"
68                                 target  "::Data::Game::Misc::StartShotgun::Switch"
69                         }
70                         Derive Nex_Option_Switch StartUzi
71                         {
72                                 text    "Start with Machinegun"
73                                 target  "::Data::Game::Misc::StartUzi::Switch"
74                         }
75                         Derive Nex_Option_Switch StartGrenadelauncher
76                         {
77                                 text    "Start with Grenadelauncher"
78                                 target  "::Data::Game::Misc::StartGrenadelauncher::Switch"
79                         }
80                         Derive Nex_Option_Switch StartElectro
81                         {
82                                 text    "Start with Electro"
83                                 target  "::Data::Game::Misc::StartElectro::Switch"
84                         }
85                         Derive Nex_Option_Switch StartCrylink
86                         {
87                                 text    "Start with Crylink"
88                                 target  "::Data::Game::Misc::StartCrylink::Switch"
89                         }
90                         Derive Nex_Option_Switch StartNex
91                         {
92                                 text    "Start with Nex"
93                                 target  "::Data::Game::Misc::StartNex::Switch"
94                         }
95                         Derive Nex_Option_Switch StartHagar
96                         {
97                                 text    "Start with Hagar"
98                                 target  "::Data::Game::Misc::StartHagar::Switch"
99                         }
100                         Derive Nex_Option_Switch StartRocketlauncher
101                         {
102                                 text    "Start with Rocketlauncher"
103                                 target  "::Data::Game::Misc::StartRocketlauncher::Switch"
104                         }
105                         Derive Nex_Line SeperatorAmmo
106                         {}
107                         Derive Nex_Option_EditBox StartShells
108                         {
109                                 text    "Starting Shells"
110                                 target  "::Data::Game::Misc::StartShells::Text"
111                         }
112                         Derive Nex_Option_EditBox StartNails
113                         {
114                                 text    "Starting Bullets"
115                                 target  "::Data::Game::Misc::StartNails::Text"
116                         }
117                         Derive Nex_Option_EditBox StartRockets
118                         {
119                                 text    "Starting Rockets"
120                                 target  "::Data::Game::Misc::StartRockets::Text"
121                         }
122                         Derive Nex_Option_EditBox StartCells
123                         {
124                                 text    "Starting Cells"
125                                 target  "::Data::Game::Misc::StartCells::Text"
126                         }
127                         Derive Nex_Line SeperatorItems
128                         {}
129                         Derive Nex_Option_Switch UseAmmunition
130                         {
131                                 text    "Use ammunition"
132                                 target  "::Data::Game::Misc::UseAmmunition::Switch"
133                         }
134                         Derive Nex_Option_Switch PickupItems
135                         {
136                                 text    "Pickup items"
137                                 target  "::Data::Game::Misc::PickupItems::Switch"
138                         }
139                         Derive Nex_Line SeperatorGamemodes
140                         {}
141                         Derive Nex_Option_Switch Instagib
142                         {
143                                 text    "Simple Instagib"
144                                 target  "::Data::Game::Misc::Instagib::Switch"
145                         }
146                         Derive Nex_Option_Switch Rocketarena
147                         {
148                                 text    "Rocket Arena"
149                                 target  "::Data::Game::Misc::RocketArena::Switch"
150                         }
151                         Derive Nex_Option_Switch Vampire
152                         {
153                                 text    "Vampire Mode"
154                                 target  "::Data::Game::Misc::Vampire::Switch"
155                         }
156                         Derive Nex_Option_Switch HomingRocket
157                         {
158                                 text    "Laser-Guide Rockets"
159                                 target  "::Data::Game::Misc::HomingRocket::Switch"
160                         }
161                         Derive Nex_Option_Switch MidAir
162                         {
163                                 text    "MidAir"
164                                 target  "::Data::Game::Misc::MidAir::Switch"
165                         }
166                         Derive Nex_Line SeperatorMinstagib
167                         {}
168                         Derive Nex_Option_Switch MinstaGibMode
169                         {
170                                 text    "MinstaGib (improved Instagib)"
171                                 target  "::Data::Game::Misc::MinstaGibMode::Switch"
172                         }
173                         Derive Nex_Option_EditBox MinstaGibLives
174                         {
175                                 text    "Extra Lives per powerup"
176                                 target  "::Data::Game::Misc::MinstaGibLives::Text"
177                         }
178                         Derive Nex_Option_EditBox MinstaGibAmmoStart
179                         {
180                                 text    "Starting ammo"
181                                 target  "::Data::Game::Misc::MinstaGibAmmoStart::Text"
182                         }
183                         Derive Nex_Option_EditBox MinstaGibAmmoDrop
184                         {
185                                 text    "Ammo dropped or picked up"
186                                 target  "::Data::Game::Misc::MinstaGibAmmoDrop::Text"
187                         }
188                         Derive Nex_Option_EditBox MinstaGibInvisAlpha
189                         {
190                                 text    "Tranparency for invisible players"
191                                 target  "::Data::Game::Misc::MinstaGibInvisAlpha::Text"
192                         }
193                         Derive Nex_Line SeperatorOthers
194                         {}
195                         Derive Nex_Option_Switch Casings
196                         {
197                                 text    "Bullet Casings"
198                                 target  "::Data::Game::Misc::Casings::Switch"
199                         }
200                         Derive Nex_Option_EditBox HealthStart
201                         {
202                                 text    "Starting Health"
203                                 target  "Data::Game::Misc::HealthStart::Text"
204                         }
205                         Derive Nex_Option_EditBox HealthRot
206                         {
207                                 text    "Health Rot"
208                                 target  "Data::Game::Misc::HealthRot::Text"
209                         }
210                         Derive Nex_Option_EditBox HealthStable
211                         {
212                                 text    "Health Stable"
213                                 target  "Data::Game::Misc::HealthStable::Text"
214                         }
215                         Derive Nex_Option_EditBox Gravity
216                         {
217                                 text    "Level Gravity"
218                                 target  "Data::Game::Misc::Gravity::Text"
219                         }
220                         Derive Nex_Option_EditBox Maxspeed
221                         {
222                                 text    "Player Maxspeed"
223                                 target  "Data::Game::Misc::MaxSpeed::Text"
224                         }
225                         Derive Nex_Option_EditBox Gamespeed
226                         {
227                                 text    "Game Speed"
228                                 target  "Data::Game::Misc::GameSpeed::Text"
229                         }
230                         Derive Nex_Option_EditBox Maxairspeed
231                         {
232                                 text    "Max Air Speed"
233                                 target  "Data::Game::Misc::MaxAirSpeed::Text"
234                         }
235                         Derive Nex_Option_EditBox JumpHeight
236                         {
237                                 text    "Jump height"
238                                 target  "Data::Game::Misc::JumpHeight::Text"
239                         }
240                         Derive Nex_Option_EditBox HealthRegeneration
241                         {
242                                 text    "Health Regeneration Speed"
243                                 target  "Data::Game::Misc::HealthRegeneration::Text"
244                         }
245                         Derive Nex_Option_EditBox ArmorRott
246                         {
247                                 text    "Armor Rot Speed"
248                                 target  "Data::Game::Misc::ArmorRott::Text"
249                         }
250                         Derive Nex_Option_EditBox ArmorRegen
251                         {
252                                 text    "Armor Regeneration Speed"
253                                 target  "Data::Game::Misc::ArmorRegen::Text"
254                         }
255                         Derive Nex_Option_EditBox ArmorStable
256                         {
257                                 text    "Armor Stable"
258                                 target  "Data::Game::Misc::ArmorStable::Text"
259                         }
260                         Derive Nex_Option_EditBox ArmorStart
261                         {
262                                 text    "Armor Start"
263                                 target  "Data::Game::Misc::ArmorStart::Text"
264                         }
265                         Derive Nex_Option_EditBox SelfDamagePercent
266                         {
267                                 text    "Self Damage Percent"
268                                 target  "Data::Game::Misc::SelfDamagePercent::Text"
269                         }
270                         Derive Nex_Option_EditBox WeaponSwitchDelay
271                         {
272                                 text    "Weapon Switch Delay"
273                                 target  "Data::Game::Misc::WeaponSwitchDelay::Text"
274                         }
275                         Derive Nex_Option_EditBox Friction
276                         {
277                                 text    "Player Friction"
278                                 target  "Data::Game::Misc::Friction::Text"
279                         }
280                         Derive Nex_Option_EditBox Accelerate
281                         {
282                                 text    "Player Accelerate"
283                                 target  "Data::Game::Misc::Accelerate::Text"
284                         }
285                         Derive Nex_Line SeperatorSpec
286                         {}
287                         Derive Nex_Option_Switch SpecMode
288                         {
289                                 text    "Spectate"
290                                 target  "Data::Game::Misc::SpecMode::Switch"
291                         }
292                         Derive Nex_Option_Switch DefaultModel
293                         {
294                                 text    "Defaultmodel"
295                                 target  "Data::Game::Misc::DefaultModel::Switch"
296                         }
297                         Derive Nex_Line SeperatorReset
298                         {}
299                         Derive TextButton Reset
300                         {
301                                 normal  "Reset to default"
302                                 init    Nex_Action_ResetData
303                                 target  "::Data::Game::Misc"
304                         }
305                 }
306         }
307         Item VScrollBar Scroller
308         {
309                 pos     '780 0'
310                 size    '20 100'
311                 target  "##prev"
312         }
313 }