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
126126# Depth of Field
127127
128128[Preset]
129- name = Enabled
129+ name = Disabled (no performance gain)
130130category = Depth Of Field
131- default = 1
131+ $disableDOF:int = 1
132132
133133[Preset]
134- name = Disabled (no performance gain)
134+ name = Enabled
135135category = Depth Of Field
136- $disableDOF:int = 1
136+ default = 1
137137
138138# Enhanced Reflections
139139
@@ -187,30 +187,30 @@ $sampleCount:int = 64
187187# Anisotropic Filtering
188188
189189[Preset]
190- name = Extreme (16x )
190+ name = Low (1x )
191191category = Anisotropic Filtering
192- $anisotropy = 16
192+ $anisotropy = 1
193193
194194[Preset]
195- name = Ultra (8x, Default )
195+ name = Medium (2x )
196196category = Anisotropic Filtering
197- default = 1
198- $anisotropy = 8
197+ $anisotropy = 2
199198
200199[Preset]
201200name = High (4x)
202201category = Anisotropic Filtering
203202$anisotropy = 4
204203
205204[Preset]
206- name = Medium (2x )
205+ name = Ultra (8x, Default )
207206category = Anisotropic Filtering
208- $anisotropy = 2
207+ default = 1
208+ $anisotropy = 8
209209
210210[Preset]
211- name = Low (1x )
211+ name = Extreme (16x )
212212category = Anisotropic Filtering
213- $anisotropy = 1
213+ $anisotropy = 16
214214
215215
216216[TextureRedefine]
Original file line number Diff line number Diff line change @@ -509,19 +509,19 @@ $ultrawideHUDMode:int = 0
509509# Anti-Aliasing
510510
511511[Preset]
512- name = Normal FXAA (Default)
512+ name = None
513513category = Anti-Aliasing
514- default = 1
514+ $fxaa:int = 0
515515
516516[Preset]
517517name = NVIDIA FXAA
518518category = Anti-Aliasing
519519$fxaa:int = 2
520520
521521[Preset]
522- name = None
522+ name = Normal FXAA (Default)
523523category = Anti-Aliasing
524- $fxaa:int = 0
524+ default = 1
525525
526526# Shadow Graphics Pack
527527
You can’t perform that action at this time.
0 commit comments