]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/data/video.menu
r_ambient 0 again; added menu option for it
[divverent/nexuiz.git] / data / menu / data / video.menu
1 // Property of Alientrap
2 //
3 // data/video.menu
4 Item DataContainer Video
5 {
6         Item Data_Nex_Resolution Resolution
7         {
8                 defValue        "800 600"
9
10                 Item DataLink_TextSwitch Switch
11                 {
12                         valueList       "'640 480' '800 600' '960 600' '1024 768' '1152 864' '1280 800' '1280 960' '1280 1024' '1440 900' '1600 900' '1600 1200' '1680 1050' '1920 1200' '2048 1536'"
13                         descList        "'640x480' '800x600' '960x600' '1024x768' '1152x864' '1280x800' '1280x960' '1280x1024' '1440x900' '1600x900' '1600x1200' '1680x1050' '1920x1200' '2048x1536'"
14                         link            "##up"
15                 }
16         }
17         Item Data_Cvar BPP
18         {
19                 cvarName        "vid_bitsperpixel"
20                 defValue        "32"
21
22                 Item DataLink_TextSwitch Switch
23                 {
24                         valueList       "'16' '32'"
25                         descList        "'16-bit' '32-bit'"
26                         link            "##up"
27                 }
28         }
29         Item Data_Cvar Fullscreen
30         {
31                 cvarName        "vid_fullscreen"
32
33                 [DataLink_OnOffSwitch]
34         }
35         Item Data_Cvar VSync
36         {
37                 cvarName    "vid_vsync"
38         
39                 [DataLink_OnOffSwitch]
40         }
41         Item Data_Cvar Anisotropy
42         {
43                 cvarName "gl_texture_anisotropy"
44                 defValue "1"
45
46                 Item DataLink_TextSwitch Switch
47                 {
48                         valueList "'1' '2' '4' '8' '16'"
49                         descList "'Off' '2x' '4x' '8x' '16x'"
50                         link  "##up"
51                 }
52         }
53         Item Data_Cvar Picmip
54         {
55                 cvarName "gl_picmip"
56                 defValue "1"
57
58                 Item DataLink_TextSwitch Switch
59                 {
60                         valueList "'0' '1' '2' '3' '4'"
61                         descList "'Best (0)' 'Good (1) ' 'Medium (2)' 'Low (3)' 'Lowest (4) ' 'Custom'"
62                         link  "##up"
63                 }
64         }
65         Item Data_Cvar PicmipWorld
66         {
67                 cvarName "r_picmipworld"
68                 defValue "0"
69
70                 Item DataLink_TextSwitch Switch
71                 {
72                         valueList "'0' '1'"
73                         descList "'Reduce skins only' 'Reduce everything'"
74                         link  "##up"
75                 }
76         }
77         Item Data_Cvar GLSL
78         {
79                 cvarName        "r_glsl"
80                 defValue        1
81                 [DataLink_OnOffSwitch]
82         }
83         Item Data_Cvar VBO
84         {
85                 cvarName        "gl_vbo"
86                 defValue        1
87                 [DataLink_OnOffSwitch]
88         }
89         Item Data_Cvar ShowFPS
90         {
91                 cvarName        "showfps"
92                 defValue        "0"
93
94                 [DataLink_OnOffSwitch]
95         }
96 }