]> icculus.org git repositories - divverent/nexuiz.git/blob - data/scmenu/data/effects.menu
give menu source its own directory
[divverent/nexuiz.git] / data / scmenu / data / effects.menu
1 // Property of Alientrap/AK
2 //
3 // data/effects.menu
4
5 Item DataContainer Effects
6 {
7         Item Data_Cvar Particles
8         {
9                 cvarName        "cl_particles"
10                 defValue        1
11
12                 [DataLink_OnOffSwitch]
13         }
14         Item Data_Cvar ParticleQuality
15         {
16                 cvarName        "cl_particles_quality"
17                 defValue        1
18                 Item DataLink_Value Value
19                 {
20                         minValue        0.0
21                         maxValue        4.0
22                         stepValue       1
23                         link            "##up"
24                 }
25         }
26         Item Data_Cvar Decals
27         {
28                 cvarName        "cl_decals"
29                 defValue        1
30
31                 [DataLink_OnOffSwitch]
32         }
33         Item Data_Cvar Bloom
34         {
35                 cvarName        "r_bloom"
36                 defValue        1
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 RealtimeLights
48         {
49                 cvarName        "r_shadow_realtime_world"
50                 defValue        1
51
52                 [DataLink_OnOffSwitch]
53         }
54         Item Data_Cvar RealtimeDLights
55         {
56                 cvarName        "r_shadow_realtime_dlight"
57                 defValue        1
58
59                 [DataLink_OnOffSwitch]
60         }
61         Item Data_Cvar RealtimeShadows
62         {
63                 cvarName        "r_shadow_realtime_world_shadows"
64                 defValue        0
65
66                 [DataLink_OnOffSwitch]
67         }
68         Item Data_Cvar RealtimeDLightShadows
69         {
70                 cvarName        "r_shadow_realtime_world_dlightshadows"
71                 defValue        0
72
73                 [DataLink_OnOffSwitch]
74         }       
75         Item Data_Cvar GLSL
76         {
77                 cvarName        "r_shadow_glsl"
78                 defValue        1
79                 [DataLink_OnOffSwitch]
80         }
81         Item Data_Cvar Gloss
82         {
83                 cvarName        "r_shadow_gloss"
84                 defValue        1
85
86                 [DataLink_OnOffSwitch]
87         }
88         Item Data_Cvar ShowFPS
89         {
90                 cvarName        "showfps"
91                 defValue        "0"
92
93                 [DataLink_OnOffSwitch]
94         }
95 }