]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/data/effects.menu
Revert first change in the trunk.
[divverent/nexuiz.git] / data / menu / data / effects.menu
1 // Property of Alientrap/AK
2 //
3 // data/effects.menu
4
5 Item DataContainer Effects
6 {
7         Item Data_Cvar ParticleQuality
8         {
9                 cvarName        "cl_particles_quality"
10                 defValue        0.5
11                 Item DataLink_Value Value
12                 {
13                         minValue        0.1
14                         maxValue        1.0
15                         stepValue       0.1
16                         link            "##up"
17                 }
18         }
19         Item Data_Cvar Decals
20         {
21                 cvarName        "cl_decals"
22                 defValue        1
23
24                 [DataLink_OnOffSwitch]
25         }
26         Item Data_Cvar Bloom
27         {
28                 cvarName        "r_bloom"
29                 defValue        1
30
31                 [DataLink_OnOffSwitch]
32         }
33         Item Data_Cvar Coronas
34         {
35                 cvarName        "r_coronas"
36                 defValue        1
37
38                 [DataLink_OnOffSwitch]
39         }
40         Item Data_Cvar DeluxeMapping
41         {
42                 cvarName "r_glsl_deluxemapping"
43                 defValue "2"
44                 
45                 Item DataLink_TextSwitch Switch
46                 {
47                         valueList "'0' '2'"
48                         descList "'Off' 'On' 'Custom'"
49                         link  "##up"
50                 }
51         }
52         Item Data_Cvar RealtimeLights
53         {
54                 cvarName        "r_shadow_realtime_world"
55                 defValue        0
56
57                 [DataLink_OnOffSwitch]
58         }
59         Item Data_Cvar RealtimeDLights
60         {
61                 cvarName        "r_shadow_realtime_dlight"
62                 defValue        1
63
64                 [DataLink_OnOffSwitch]
65         }
66         Item Data_Cvar RealtimeShadows
67         {
68                 cvarName        "r_shadow_realtime_world_shadows"
69                 defValue        0
70
71                 [DataLink_OnOffSwitch]
72         }
73         Item Data_Cvar RealtimeDLightShadows
74         {
75                 cvarName        "r_shadow_realtime_world_dlightshadows"
76                 defValue        0
77
78                 [DataLink_OnOffSwitch]
79         }       
80         Item Data_Cvar GLSL
81         {
82                 cvarName        "r_shadow_glsl"
83                 defValue        1
84                 [DataLink_OnOffSwitch]
85         }
86         Item Data_Cvar Gloss
87         {
88                 cvarName        "r_shadow_gloss"
89                 defValue        0
90
91                 [DataLink_OnOffSwitch]
92         }
93         Item Data_Cvar ShowFPS
94         {
95                 cvarName        "showfps"
96                 defValue        "0"
97
98                 [DataLink_OnOffSwitch]
99         }
100 }