]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/data/player.menu
color 0 now has a graphic too
[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        "NexPlayer"
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        "0"
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 DataContainer Crosshair
88         {
89                 Item Data_Cvar Type
90                 {
91                         cvarName        "crosshair"
92                         defValue        "1"
93
94                         Item DataLink_ValueSwitch Switch
95                         {
96                                 minValue 0
97                                 stepValue 1
98                                 maxValue 5
99
100                                 descList        "'' '$gfx/crosshair1' '$gfx/crosshair2' '$gfx/crosshair3' '$gfx/crosshair4' '$gfx/crosshair5'"
101
102                                 link            "##up"
103                         }
104                 }
105                 Item Data_Cvar  Size
106                 {
107                         cvarName        "crosshair_size"
108                         defValue        "1"
109
110                         Item DataLink_Value Value
111                         {
112                                 minValue        1.0
113                                 maxValue        5.0
114                                 stepValue       0.25
115
116                                 link            "##up"
117                         }
118                 }
119         }
120 }