]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/options/effects.menu
r_ambient 0 again; added menu option for it
[divverent/nexuiz.git] / data / menu / options / effects.menu
1 // Property of Alientrap/AK
2 // options/key.menu
3 Item Window Effects
4 {
5         Derive MultiLabel Description
6         {
7                 size    '600 100'
8                 pos     '156 45'
9                 text
10         "See the Nexuiz Readme for more information. \nRealtime lighting/Bloom features require \nhigh end computers to run fast."
11         }
12
13         Item Layout Layout
14         {
15                 pos             '156 95'
16                 size            '700 800'
17                 origin          '280 0'
18                 alignment       [AlignFirst]
19                 direction       [Nex_DefaultVertDirection]
20
21                 Derive Nex_Option_Slider ParticleQuality
22                 {
23                         text    "Particle Quality"
24                         target  "::Data::Effects::ParticleQuality::Value"
25                 }
26                 Derive Nex_Option_Switch Decals
27                 {
28                         text    "Decals"
29                         target  "::Data::Effects::Decals::Switch"
30                 }
31                 Derive Nex_Option_Switch Bloom
32                 {
33                         text    "Bloom"
34                         target  "::Data::Effects::Bloom::Switch"
35                 }
36                 Derive Nex_Option_Switch HDR
37                 {
38                         text    "High Dynamic Range (HDR)"
39                         target  "::Data::Effects::HDR::Switch"
40                 }
41                 Derive Nex_Option_Switch Coronas
42                 {
43                         text    "Coronas"
44                         target  "::Data::Effects::Coronas::Switch"
45                 }
46                 Derive Nex_Option_Switch Gloss
47                 {
48                         text    "Gloss"
49                         target  "::Data::Effects::Gloss::Switch"
50                 }
51
52                 Derive Nex_Line SeperatorRTLights
53                 {}
54                 Derive Nex_Option_Switch DeluxeMapping
55                 {
56                         text    "Deluxemapping"
57                         target  "::Data::Effects::DeluxeMapping::Switch"
58                 }
59                 Derive Nex_Option_Switch OffsetMapping
60                 {
61                         text    "Offset Mapping"
62                         target  "::Data::Effects::OffsetMapping::Switch"
63                 }                                                                                       
64                 Derive Nex_Option_Switch ShadowNormals
65                 {
66                         text    "Realtime Light Bumpmaps"
67                         target  "::Data::Effects::ShadowNormals::Switch"
68                 }
69                 Derive Nex_Option_Switch RealtimeLights
70                 {
71                         text    "Realtime World Lights"
72                         target  "::Data::Effects::RealtimeLights::Switch"
73                 }
74                 Derive Nex_Option_Switch RealtimeShadows
75                 {
76                         text    "Realtime World Shadows"
77                         target  "::Data::Effects::RealtimeShadows::Switch"
78                 }
79                 Derive Nex_Option_Switch RealtimeDLights
80                 {
81                         text    "Realtime Dynamic Lights"
82                         target  "::Data::Effects::RealtimeDLights::Switch"
83                 }
84                 Derive Nex_Option_Switch RealtimeDLightShadows
85                 {
86                         text    "Realt. Dyn. Lights Shad."
87                         target  "::Data::Effects::RealtimeDLightShadows::Switch"
88                 }
89
90                 Derive Nex_Line SeperatorReset
91                 {}
92                 Derive TextButton Reset
93                 {
94                         normal  "Reset to default"
95                         init    Nex_Action_ResetData
96                         target  "::Data::Effects"
97                 }
98         }
99 }