]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/data/player.menu
2 new crosshairs by esteel. ;)
[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_Cvar ViewSize
68         {
69                 cvarName        "viewsize"
70                 defValue        "110"
71
72                 Item DataLink_Value Value
73                 {
74                         minValue        30.0
75                         maxValue        120.0
76                         stepValue       10
77                         link            "##up"
78                 }
79         }
80         Item Data_Cvar WeaponAutoswitch
81         {
82                 cvarName        "cl_autoswitch"
83                 defValue        1
84
85                 [DataLink_OnOffSwitch]
86         }
87         Item Data_Cvar NoGibs
88         {
89                 cvarName        "cl_nogibs"
90                 defValue        "0"
91         
92                 [DataLink_OnOffSwitch]
93         }
94         Item Data_Cvar PlayerShowNames
95         {
96                 cvarName "cl_shownames"
97                 defValue "1"
98                 
99                 Item DataLink_TextSwitch Switch
100                 {
101                         valueList "'0' '1' '2'"
102                         descList "'Off' 'Teamplay only' 'Always'"
103                         link  "##up"
104                 }
105         }
106         Item DataContainer Crosshair
107         {
108                 Item Data_Cvar Type
109                 {
110                         cvarName        "crosshair"
111                         defValue        "1"
112
113                         Item DataLink_ValueSwitch Switch
114                         {
115                                 minValue 0
116                                 stepValue 1
117                                 maxValue 8
118
119                                 descList        "'' '$gfx/crosshair1' '$gfx/crosshair2' '$gfx/crosshair3' '$gfx/crosshair4' '$gfx/crosshair5' '$gfx/crosshair6' '$gfx/crosshair7' '$gfx/crosshair8'"
120
121                                 link            "##up"
122                         }
123                 }
124                 Item Container Color
125                 {
126                         Item Data_Cvar Red
127                         {
128                                 cvarName        "crosshair_color_red"
129                                 defValue        1
130                                 [DataLink_ZeroOneValue]
131                         }
132                         Item Data_Cvar Green
133                         {
134                                 cvarName        "crosshair_color_green"
135                                 defValue        1
136                                 [DataLink_ZeroOneValue]
137                         }
138                         Item Data_Cvar Blue
139                         {
140                                 cvarName        "crosshair_color_blue"
141                                 defValue        1
142                                 [DataLink_ZeroOneValue]
143                         }
144                 }
145                 Item Data_Cvar  Size
146                 {
147                         cvarName        "crosshair_size"
148                         defValue        "1"
149
150                         Item DataLink_Value Value
151                         {
152                                 minValue        0.5
153                                 maxValue        3.0
154                                 stepValue       0.1
155
156                                 link            "##up"
157                         }
158                 }
159                 Item Data_Cvar  Alpha
160                 {
161                         cvarName        "crosshair_color_alpha"
162                         defValue        "1"
163
164                         Item DataLink_Value Value
165                         {
166                                 minValue        0.1
167                                 maxValue        1.0
168                                 stepValue       0.1
169
170                                 link            "##up"
171                         }
172                 }
173         }
174         Item Data_Cvar MapDLSpeed
175         {
176                 cvarName "cl_curl_maxspeed"
177                 defValue "300"
178                 
179                 Item DataLink_Value Value
180                 {
181                         minValue        10.0
182                         maxValue        1000.0
183                         stepValue       10.0
184                         link            "##up"
185                 }
186         }
187 }