]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/creategame/gamemodes/gamemisc.menu
Commit round I. Im too tired to write the selector and maplist reset code right now...
[divverent/nexuiz.git] / scmenu / creategame / gamemodes / gamemisc.menu
1 // Property of Alientrap/AK
2 //
3 // creategame/game.menu
4 Item Layout GameMisc
5 {
6         direction       [Nex_DefaultVertDirection]
7         size            '900 585'
8         origin          '450 0'
9         alignment       [AlignFirst]
10
11         Derive Nex_Option_EditBox JoinMessageTime
12         {
13                 text    "Join Message Display Time"
14                 target  "Data::GameMisc::JoinMessageTime::Text"
15         }
16         Derive Nex_Option_Switch Instagib
17         {
18                 text    "Instagib"
19                 target  "::Data::GameMisc::Instagib::Switch"
20         }
21         Derive Nex_Option_Switch Rocketarena
22         {
23                 text    "Rocket Arena"
24                 target  "::Data::GameMisc::RocketArena::Switch"
25         }
26         Derive Nex_Option_Switch Vampire
27         {
28                 text    "Vampire Mode"
29                 target  "::Data::GameMisc::Vampire::Switch"
30         }
31         Derive Nex_Option_Switch Casings
32         {
33                 text    "Bullet Casings"
34                 target  "::Data::GameMisc::Casings::Switch"
35         }
36         Derive Nex_Option_EditBox HealthStart
37         {
38                 text    "Starting Health"
39                 target  "Data::GameMisc::HealthStart::Text"
40         }
41         Derive Nex_Option_EditBox HealthRot
42         {
43                 text    "Health Rot"
44                 target  "Data::GameMisc::HealthRot::Text"
45         }
46         Derive Nex_Option_EditBox HealthStable
47         {
48                 text    "Health Stable"
49                 target  "Data::GameMisc::HealthStable::Text"
50         }
51         Derive Nex_Option_EditBox Gravity
52         {
53                 text    "Level Gravity"
54                 target  "Data::GameMisc::Gravity::Text"
55         }
56         Derive Nex_Option_EditBox Maxspeed
57         {
58                 text    "Player Maxspeed"
59                 target  "Data::GameMisc::MaxSpeed::Text"
60         }
61         Derive Nex_Option_EditBox Gamespeed
62         {
63                 text    "Game Speed"
64                 target  "Data::GameMisc::GameSpeed::Text"
65         }
66         Derive Nex_Option_EditBox Maxairspeed
67         {
68                 text    "Max Air Speed"
69                 target  "Data::GameMisc::MaxAirSpeed::Text"
70         }
71         Derive Nex_Option_EditBox JumpHeight
72         {
73                 text    "Jump height"
74                 target  "Data::GameMisc::JumpHeight::Text"
75         }
76         Derive Nex_Option_EditBox HealthRegeneration
77         {
78                 text    "Health Regeneration Speed"
79                 target  "Data::GameMisc::HealthRegeneration::Text"
80         }
81         Derive Nex_Option_EditBox ArmorRott
82         {
83                 text    "Armor Rot Speed"
84                 target  "Data::GameMisc::ArmorRott::Text"
85         }
86         Derive Nex_Option_EditBox ArmorRegen
87         {
88                 text    "Armor Regeneration Speed"
89                 target  "Data::GameMisc::ArmorRegen::Text"
90         }
91         Derive Nex_Option_EditBox ArmorStable
92         {
93                 text    "Armor Stable"
94                 target  "Data::GameMisc::ArmorStable::Text"
95         }
96         Derive Nex_Option_EditBox ArmorStart
97         {
98                 text    "Armor Start"
99                 target  "Data::GameMisc::ArmorStart::Text"
100         }
101         Derive Nex_Option_EditBox SelfDamagePercent
102         {
103                 text    "Self Damage Percent"
104                 target  "Data::GameMisc::SelfDamagePercent::Text"
105         }
106         Derive Nex_Option_EditBox WeaponSwitchDelay
107         {
108                 text    "Weapon Switch Delay"
109                 target  "Data::GameMisc::WeaponSwitchDelay::Text"
110         }
111         Derive Nex_Option_EditBox Friction
112         {
113                 text    "Player Friction"
114                 target  "Data::GameMisc::Friction::Text"
115         }
116         Derive Nex_Option_EditBox Accelerate
117         {
118                 text    "Player Accelerate"
119                 target  "Data::GameMisc::Accelerate::Text"
120         }
121         Derive Nex_Line Seperator
122         {}
123         Derive TextButton Reset
124         {
125                 normal  "Reset to default"
126                 init    Nex_Action_ResetData
127                 target  "::Data::GameMisc"
128         }
129 }