]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/data/player.menu
now supporting shirt colors
[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_Nex_Name Name
8         {
9                 defValue        "NexPlayer"
10                 Item DataLink_Text Text
11                 {
12                         maxValue        32
13                         link            "##up"
14                 }
15         }
16         Item Data_Nex_Avatar Avatar
17         {
18         }
19         Item Data_Nex_Color TeamColor
20         {
21                 defValue        "4"     // Red
22
23                 Item DataLink_TextSwitch TextSwitch
24                 {
25                         // Red Blue Green Yellow
26                         valueList       "'4' '13' '3' '12'"
27                         descList        "'$gfx/m_redsquare' '$gfx/m_bluesquare' '$gfx/m_greensquare' '$gfx/m_yellowsquare'"
28
29                         link            "##up"
30                 }
31         }
32         Item Data_Nex_ColorShirt ShirtColor
33         {
34                 defValue        "4"     // Red
35
36                 Item DataLink_TextSwitch TextSwitch
37                 {
38                         // Red Blue Green Yellow
39                         valueList       "'4' '13' '3' '12'"
40                         descList        "'$gfx/m_redsquare' '$gfx/m_bluesquare' '$gfx/m_greensquare' '$gfx/m_yellowsquare'"
41
42                         link            "##up"
43                 }
44         }
45         Item Data_Cvar FOV
46         {
47                 cvarName        "FOV"
48                 defValue        "90"
49
50                 Item DataLink_Value Value
51                 {
52                         minValue        60.0
53                         maxValue        150.0
54                         stepValue       1.0
55                         link            "##up"
56                 }
57         }
58         Item Data_Cvar ViewSize
59         {
60                 cvarName        "viewsize"
61                 defValue        "110"
62
63                 Item DataLink_Value Value
64                 {
65                         minValue        30.0
66                         maxValue        120.0
67                         stepValue       10
68                         link            "##up"
69                 }
70         }
71         Item Data_Cvar WeaponAutoswitch
72         {
73                 cvarName        "cl_autoswitch"
74                 defValue        1
75
76                 [DataLink_OnOffSwitch]
77         }
78         Item DataContainer Crosshair
79         {
80                 Item Data_Cvar Type
81                 {
82                         cvarName        "crosshair"
83                         defValue        "1"
84
85                         Item DataLink_ValueSwitch Switch
86                         {
87                                 minValue 0
88                                 stepValue 1
89                                 maxValue 5
90
91                                 descList        "'' '$gfx/crosshair1.tga' '$gfx/crosshair2.tga' '$gfx/crosshair3.tga' '$gfx/crosshair4.tga' '$gfx/crosshair5.tga'"
92
93                                 link            "##up"
94                         }
95                 }
96                 Item Data_Cvar  Size
97                 {
98                         cvarName        "crosshair_size"
99                         defValue        "1"
100
101                         Item DataLink_Value Value
102                         {
103                                 minValue        1.0
104                                 maxValue        5.0
105                                 stepValue       0.25
106
107                                 link            "##up"
108                         }
109                 }
110         }
111 }