From 0ba13a1545fa129d30ff1343c6a6ed48072bd3a9 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 21 Nov 2024 08:20:35 +0100 Subject: [PATCH] Bring in consistency --- src/BreathOfTheWild/Enhancements/rules.txt | 38 +++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/BreathOfTheWild/Enhancements/rules.txt b/src/BreathOfTheWild/Enhancements/rules.txt index 32f519cd..373e133a 100644 --- a/src/BreathOfTheWild/Enhancements/rules.txt +++ b/src/BreathOfTheWild/Enhancements/rules.txt @@ -125,16 +125,16 @@ $preset:int = 0 # Depth of Field -[Preset] -name = Enabled -category = Depth Of Field -default = 1 - [Preset] name = Disabled (no performance gain) category = Depth Of Field $disableDOF:int = 1 +[Preset] +name = Enabled +category = Depth Of Field +default = 1 + # Enhanced Reflections [Preset] @@ -187,9 +187,19 @@ $sampleCount:int = 64 # Anisotropic Filtering [Preset] -name = Extreme (16x) +name = Low (1x) category = Anisotropic Filtering -$anisotropy = 16 +$anisotropy = 1 + +[Preset] +name = Medium (2x) +category = Anisotropic Filtering +$anisotropy = 2 + +[Preset] +name = High (4x) +category = Anisotropic Filtering +$anisotropy = 4 [Preset] name = Ultra (8x, Default) @@ -198,19 +208,9 @@ default = 1 $anisotropy = 8 [Preset] -name = High (4x) +name = Extreme (16x) category = Anisotropic Filtering -$anisotropy = 4 - -[Preset] -name = Medium (2x) -category = Anisotropic Filtering -$anisotropy = 2 - -[Preset] -name = Low (1x) -category = Anisotropic Filtering -$anisotropy = 1 +$anisotropy = 16 [TextureRedefine]