Dayz Explorer CPP 1.28.160049
Loading...
Searching...
No Matches
config.cpp
Go to the documentation of this file.
1class CfgPatches
2{
3 class DZ_UI
4 {
5 units[]={};
6 weapons[]={};
7 requiredVersion=0.1;
8 requiredAddons[]=
9 {
10 "DZ_Data"
11 };
12 };
13};
15{
16 class DefaultSettings
17 {
18 };
19 class CustomSettings
20 {
21 };
22 class OverallSettings
23 {
24 };
25 class OverallSettingsConsole: OverallSettings
26 {
27 class Normal: DefaultSettings
28 {
29 Text="#options_video_default";
30 Visibility=0;
31 ObjectsVisibility=0;
32 ObjectDetail=2;
33 TerrainDetail=2;
34 TextureDetail=4;
35 CloudsDetail=2;
36 ShadowDetail=2;
37 WaterDetail=1;
38 TextureFiltering=1;
39 TerrainSurface=1;
40 FXAA=1;
41 MSAA=0;
42 ATOC=0;
43 FXAO=0;
44 FXQuality=1;
45 };
46 };
47 class OverallSettingsPC: OverallSettings
48 {
49 defaultPreset=2;
50 class VeryLow: DefaultSettings
51 {
52 Text="#options_video_poor";
53 Visibility=0;
54 ObjectsVisibility=0;
55 ObjectDetail=0;
56 TerrainDetail=2;
57 TextureDetail=0;
58 CloudsDetail=0;
59 ShadowDetail=0;
60 WaterDetail=0;
61 TextureFiltering=0;
62 TerrainSurface=0;
63 FXAA=0;
64 MSAA=0;
65 ATOC=0;
66 FXAO=0;
67 FXQuality=0;
68 };
69 class Low: DefaultSettings
70 {
71 Text="#options_video_low";
72 Visibility=0;
73 ObjectsVisibility=0;
74 ObjectDetail=1;
75 TerrainDetail=2;
76 TextureDetail=1;
77 CloudsDetail=1;
78 ShadowDetail=1;
79 WaterDetail=1;
80 TextureFiltering=1;
81 TerrainSurface=2;
82 FXAA=2;
83 MSAA=0;
84 ATOC=0;
85 FXAO=0;
86 FXQuality=1;
87 };
88 class Normal: DefaultSettings
89 {
90 Text="#options_video_medium";
91 Visibility=1;
92 ObjectsVisibility=1;
93 ObjectDetail=2;
94 TerrainDetail=2;
95 TextureDetail=3;
96 CloudsDetail=2;
97 ShadowDetail=2;
98 WaterDetail=1;
99 TextureFiltering=2;
100 TerrainSurface=2;
101 FXAA=2;
102 MSAA=0;
103 ATOC=0;
104 FXAO=2;
105 FXQuality=2;
106 };
107 class High: DefaultSettings
108 {
109 Text="#options_video_high";
110 Visibility=2;
111 ObjectsVisibility=2;
112 ObjectDetail=3;
113 TerrainDetail=2;
114 TextureDetail=3;
115 CloudsDetail=3;
116 ShadowDetail=3;
117 WaterDetail=1;
118 TextureFiltering=2;
119 TerrainSurface=2;
120 FXAA=3;
121 MSAA=1;
122 ATOC=1;
123 FXAO=3;
124 FXQuality=2;
125 };
126 class VeryHigh: DefaultSettings
127 {
128 Text="#options_video_extreme";
129 Visibility=3;
130 ObjectsVisibility=3;
131 ObjectDetail=4;
132 TerrainDetail=2;
133 TextureDetail=4;
134 CloudsDetail=4;
135 ShadowDetail=4;
136 WaterDetail=2;
137 TextureFiltering=2;
138 TerrainSurface=3;
139 FXAA=4;
140 MSAA=3;
141 ATOC=1;
142 FXAO=4;
143 FXQuality=2;
144 };
145 };
146 class OverallSettingsPS4: OverallSettingsConsole
147 {
148 };
149 class OverallSettingsXBOXONE: OverallSettingsConsole
150 {
151 };
152};
154{
155 class Original
156 {
157 name="Original";
158 };
159 class English
160 {
161 name="#options_language_EN";
162 };
163 class French
164 {
165 name="#options_language_FR";
166 };
167 class Spanish
168 {
169 name="#options_language_ES";
170 };
171 class Italian
172 {
173 name="#options_language_IT";
174 };
175 class German
176 {
177 name="#options_language_DE";
178 };
179 class Czech
180 {
181 name="#options_language_CZ";
182 };
183 class Russian
184 {
185 name="#options_language_RU";
186 };
187 class Chinese
188 {
189 name="#options_language_CHT";
190 };
191 class Chinesesimp
192 {
193 name="#options_language_CHS";
194 };
195 class Polish
196 {
197 name="#options_language_PL";
198 };
199 class Japanese
200 {
201 name="#options_language_JA";
202 };
203 class Portuguese
204 {
205 name="#options_language_PTBR";
206 };
207};