]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/data/effects.menu
r_ambient 0 again; added menu option for it
[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 HDR
34         {
35                 cvarName        "r_hdr"
36                 defValue        0
37
38                 [DataLink_OnOffSwitch]
39         }
40         Item Data_Cvar Coronas
41         {
42                 cvarName        "r_coronas"
43                 defValue        1
44
45                 [DataLink_OnOffSwitch]
46         }
47         Item Data_Cvar DeluxeMapping
48         {
49                 cvarName "r_glsl_deluxemapping"
50                 defValue "1"
51                 
52                 Item DataLink_TextSwitch Switch
53                 {
54                         valueList "'0' '1'"
55                         descList "'Off' 'On' 'Custom'"
56                         link  "##up"
57                 }
58         }
59         Item Data_Cvar OffsetMapping
60         {
61                 cvarName        "r_glsl_offsetmapping"
62                 defValue        0
63
64                 [DataLink_OnOffSwitch]
65         }       
66         Item Data_Cvar RealtimeLights
67         {
68                 cvarName        "r_shadow_realtime_world"
69                 defValue        0
70
71                 [DataLink_OnOffSwitch]
72         }
73         Item Data_Cvar RealtimeDLights
74         {
75                 cvarName        "r_shadow_realtime_dlight"
76                 defValue        1
77
78                 [DataLink_OnOffSwitch]
79         }
80         Item Data_Cvar RealtimeShadows
81         {
82                 cvarName        "r_shadow_realtime_world_shadows"
83                 defValue        0
84
85                 [DataLink_OnOffSwitch]
86         }
87         Item Data_Cvar RealtimeDLightShadows
88         {
89                 cvarName        "r_shadow_realtime_dlight_shadows"
90                 defValue        0
91
92                 [DataLink_OnOffSwitch]
93         }       
94         Item Data_Cvar Gloss
95         {
96                 cvarName        "r_shadow_gloss"
97                 defValue        0
98
99                 [DataLink_OnOffSwitch]
100         }
101         Item Data_Cvar ShadowNormals
102         {
103                 cvarName        "r_shadow_usenormalmap"
104                 defValue        0
105
106                 [DataLink_OnOffSwitch]
107         }
108 }