File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -126,14 +126,14 @@ $preset:int = 0
126
126
# Depth of Field
127
127
128
128
[Preset]
129
- name = Enabled
129
+ name = Disabled (no performance gain)
130
130
category = Depth Of Field
131
- default = 1
131
+ $disableDOF:int = 1
132
132
133
133
[Preset]
134
- name = Disabled (no performance gain)
134
+ name = Enabled
135
135
category = Depth Of Field
136
- $disableDOF:int = 1
136
+ default = 1
137
137
138
138
# Enhanced Reflections
139
139
@@ -187,30 +187,30 @@ $sampleCount:int = 64
187
187
# Anisotropic Filtering
188
188
189
189
[Preset]
190
- name = Extreme (16x )
190
+ name = Low (1x )
191
191
category = Anisotropic Filtering
192
- $anisotropy = 16
192
+ $anisotropy = 1
193
193
194
194
[Preset]
195
- name = Ultra (8x, Default )
195
+ name = Medium (2x )
196
196
category = Anisotropic Filtering
197
- default = 1
198
- $anisotropy = 8
197
+ $anisotropy = 2
199
198
200
199
[Preset]
201
200
name = High (4x)
202
201
category = Anisotropic Filtering
203
202
$anisotropy = 4
204
203
205
204
[Preset]
206
- name = Medium (2x )
205
+ name = Ultra (8x, Default )
207
206
category = Anisotropic Filtering
208
- $anisotropy = 2
207
+ default = 1
208
+ $anisotropy = 8
209
209
210
210
[Preset]
211
- name = Low (1x )
211
+ name = Extreme (16x )
212
212
category = Anisotropic Filtering
213
- $anisotropy = 1
213
+ $anisotropy = 16
214
214
215
215
216
216
[TextureRedefine]
Original file line number Diff line number Diff line change @@ -509,19 +509,19 @@ $ultrawideHUDMode:int = 0
509
509
# Anti-Aliasing
510
510
511
511
[Preset]
512
- name = Normal FXAA (Default)
512
+ name = None
513
513
category = Anti-Aliasing
514
- default = 1
514
+ $fxaa:int = 0
515
515
516
516
[Preset]
517
517
name = NVIDIA FXAA
518
518
category = Anti-Aliasing
519
519
$fxaa:int = 2
520
520
521
521
[Preset]
522
- name = None
522
+ name = Normal FXAA (Default)
523
523
category = Anti-Aliasing
524
- $fxaa:int = 0
524
+ default = 1
525
525
526
526
# Shadow Graphics Pack
527
527
You can’t perform that action at this time.
0 commit comments