]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/data/effects.menu
-Changed some item names to fit to the global name convention.
[divverent/nexuiz.git] / 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
19                 [DataLink_ZeroOneValue]
20         }
21         Item Data_Cvar Decals
22         {
23                 cvarName        "cl_decals"
24                 defValue        1
25
26                 [DataLink_OnOffSwitch]
27         }
28         Item Data_Cvar Bloom
29         {
30                 cvarName        "r_bloom"
31                 defValue        1
32
33                 [DataLink_OnOffSwitch]
34         }
35         Item Data_Cvar Coronas
36         {
37                 cvarName        "r_coronas"
38                 defValue        1
39
40                 [DataLink_OnOffSwitch]
41         }
42         Item Data_Cvar RealtimeLights
43         {
44                 cvarName        "r_shadow_realtime_world"
45                 defValue        1
46
47                 [DataLink_OnOffSwitch]
48         }
49         Item Data_Cvar RealtimeDLights
50         {
51                 cvarName        "r_shadow_realtime_dlight"
52                 defValue        1
53
54                 [DataLink_OnOffSwitch]
55         }
56         Item Data_Cvar RealtimeShadows
57         {
58                 cvarName        "r_shadow_realtime_world_shadows"
59                 defValue        1
60
61                 [DataLink_OnOffSwitch]
62         }
63         Item Data_Cvar OffsetMaps
64         {
65                 cvarName        "r_shadow_glsl_offsetmapping"
66                 defValue        1`
67                 [DataLink_OnOffSwitch]
68         }
69         Item Data_Cvar Gloss
70         {
71                 cvarName        "r_shadow_gloss"
72                 defValue        1
73
74                 [DataLink_OnOffSwitch]
75         }
76 }