]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/data/player.menu
menu-div0test -> menu
[divverent/nexuiz.git] / data / menu / data / player.menu
1 // Property of Alientrap
2 //
3 // data/player.menu
4
5 Item DataContainer Player
6 {
7         Item Data_ServerCvar Name
8         {
9                 cvarName        "_cl_name"
10                 syncCmd         "name"
11
12                 defValue        "Player"
13
14                 Item DataLink_Text Text
15                 {
16                         maxValue        32
17                         link            "##up"
18                 }
19         }
20         Item Data_Nex_Avatar Avatar
21         {
22         }
23         Item Data_Nex_Color Color
24         {
25                 defValue        "153"
26
27                 Item DataLink_Nex_PantsColor TeamColor
28                 {
29                         link    "##up"
30
31                         Item DataLink_TextSwitch TextSwitch
32                         {
33                                 // Red Blue Green Yellow
34                                 valueList       "'0' '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' '13' '14'"
35                                 descList        "'$gfx/0' '$gfx/1' '$gfx/2' '$gfx/3' '$gfx/4' '$gfx/5' '$gfx/6' '$gfx/7' '$gfx/8' '$gfx/9' '$gfx/10' '$gfx/11' '$gfx/12' '$gfx/13' '$gfx/14' "
36
37                                 link            "##up"
38                         }
39                 }
40                 Item DataLink_Nex_ShirtColor ShirtColor
41                 {
42                         link    "##up"
43
44                         Item DataLink_TextSwitch TextSwitch
45                         {
46                                 // Red Blue Green Yellow
47                                 valueList       "'0' '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' '13' '14'"
48                                 descList        "'$gfx/0' '$gfx/1' '$gfx/2' '$gfx/3' '$gfx/4' '$gfx/5' '$gfx/6' '$gfx/7' '$gfx/8' '$gfx/9' '$gfx/10' '$gfx/11' '$gfx/12' '$gfx/13' '$gfx/14' "
49
50                                 link            "##up"
51                         }
52                 }
53         }
54         Item Data_Cvar FOV
55         {
56                 cvarName        "fov"
57                 defValue        "90"
58
59                 Item DataLink_Value Value
60                 {
61                         minValue        60.0
62                         maxValue        150.0
63                         stepValue       1.0
64                         link            "##up"
65                 }
66         }
67         Item Data_ServerCvar ZoomFactor
68         {
69                 cvarName        "cl_zoomfactor"
70                 syncCmd     "setreport cl_zoomfactor"
71                 defValue        "5"
72
73                 Item DataLink_Value Value
74                 {
75                         minValue        1.5
76                         maxValue        8.0
77                         stepValue       0.5
78                         link            "##up"
79                 }
80         }
81         Item Data_Cvar ViewSize
82         {
83                 cvarName        "viewsize"
84                 defValue        "110"
85
86                 Item DataLink_Value Value
87                 {
88                         minValue        30.0
89                         maxValue        120.0
90                         stepValue       10
91                         link            "##up"
92                 }
93         }
94         Item Data_ServerCvar WeaponAutoswitch
95         {
96                 cvarName        "cl_autoswitch"
97                 syncCmd     "setreport cl_autoswitch"
98                 defValue        1
99
100                 [DataLink_OnOffSwitch]
101         }
102         Item Data_ServerCvar NoGibs
103         {
104                 cvarName        "cl_nogibs"
105                 syncCmd     "setreport cl_nogibs"
106                 defValue        "0"
107         
108                 [DataLink_OnOffSwitch]
109         }
110         Item Data_ServerCvar PlayerShowNames
111         {
112                 cvarName "cl_shownames"
113                 syncCmd  "setreport cl_shownames"
114                 defValue "1"
115                 
116                 Item DataLink_TextSwitch Switch
117                 {
118                         valueList "'0' '1' '2'"
119                         descList "'Off' 'Teamplay only' 'Always'"
120                         link  "##up"
121                 }
122         }
123         Item Data_ServerCvar ShowWaypoints
124         {
125                 cvarName "cl_hidewaypoints"
126                 syncCmd  "setreport cl_hidewaypoints"
127                 defValue "0"
128                 
129                 Item DataLink_TextSwitch Switch
130                 {
131                         valueList "'0' '1'"
132                         descList "'Display' 'Hide'"
133                         link  "##up"
134                 }
135         }
136         Item DataContainer Crosshair
137         {
138                 Item Data_Cvar Type
139                 {
140                         cvarName        "crosshair"
141                         defValue        "1"
142
143                         Item DataLink_ValueSwitch Switch
144                         {
145                                 minValue 0
146                                 stepValue 1
147                                 maxValue 10
148
149                                 descList        "'' '$gfx/crosshair1' '$gfx/crosshair2' '$gfx/crosshair3' '$gfx/crosshair4' '$gfx/crosshair5' '$gfx/crosshair6' '$gfx/crosshair7' '$gfx/crosshair8' '$gfx/crosshair9' '$gfx/crosshair10'"
150
151                                 link            "##up"
152                         }
153                 }
154                 Item Container Color
155                 {
156                         Item Data_Cvar Red
157                         {
158                                 cvarName        "crosshair_color_red"
159                                 defValue        1
160                                 [DataLink_ZeroOneValue]
161                         }
162                         Item Data_Cvar Green
163                         {
164                                 cvarName        "crosshair_color_green"
165                                 defValue        1
166                                 [DataLink_ZeroOneValue]
167                         }
168                         Item Data_Cvar Blue
169                         {
170                                 cvarName        "crosshair_color_blue"
171                                 defValue        1
172                                 [DataLink_ZeroOneValue]
173                         }
174                 }
175                 Item Data_Cvar  Size
176                 {
177                         cvarName        "crosshair_size"
178                         defValue        "1"
179
180                         Item DataLink_Value Value
181                         {
182                                 minValue        0.5
183                                 maxValue        3.0
184                                 stepValue       0.1
185
186                                 link            "##up"
187                         }
188                 }
189                 Item Data_Cvar  Alpha
190                 {
191                         cvarName        "crosshair_color_alpha"
192                         defValue        "1"
193
194                         Item DataLink_Value Value
195                         {
196                                 minValue        0.1
197                                 maxValue        1.0
198                                 stepValue       0.1
199
200                                 link            "##up"
201                         }
202                 }
203         }
204         Item Data_Cvar MapDLSpeed
205         {
206                 cvarName "cl_curl_maxspeed"
207                 defValue "300"
208                 
209                 Item DataLink_Value Value
210                 {
211                         minValue        10.0
212                         maxValue        1000.0
213                         stepValue       10.0
214                         link            "##up"
215                 }
216         }
217 }