]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/data/effects.menu
lossless jpegoptim run saving about 10 megabytes
[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 OffsetMapping
53         {
54                 cvarName        "r_glsl_offsetmapping"
55                 defValue        0
56
57                 [DataLink_OnOffSwitch]
58         }       
59         Item Data_Cvar RealtimeLights
60         {
61                 cvarName        "r_shadow_realtime_world"
62                 defValue        0
63
64                 [DataLink_OnOffSwitch]
65         }
66         Item Data_Cvar RealtimeDLights
67         {
68                 cvarName        "r_shadow_realtime_dlight"
69                 defValue        1
70
71                 [DataLink_OnOffSwitch]
72         }
73         Item Data_Cvar RealtimeShadows
74         {
75                 cvarName        "r_shadow_realtime_world_shadows"
76                 defValue        0
77
78                 [DataLink_OnOffSwitch]
79         }
80         Item Data_Cvar RealtimeDLightShadows
81         {
82                 cvarName        "r_shadow_realtime_world_dlightshadows"
83                 defValue        0
84
85                 [DataLink_OnOffSwitch]
86         }       
87         Item Data_Cvar GLSL
88         {
89                 cvarName        "r_glsl"
90                 defValue        1
91                 [DataLink_OnOffSwitch]
92         }
93         Item Data_Cvar Gloss
94         {
95                 cvarName        "r_shadow_gloss"
96                 defValue        0
97
98                 [DataLink_OnOffSwitch]
99         }
100         Item Data_Cvar ShowFPS
101         {
102                 cvarName        "showfps"
103                 defValue        "0"
104
105                 [DataLink_OnOffSwitch]
106         }
107 }