From 1ee177b162f54c36724097454131b9d5e0d738d6 Mon Sep 17 00:00:00 2001 From: Intra Date: Tue, 25 Feb 2025 14:39:42 -0600 Subject: [PATCH] [XCX] Fix error in brightness graphic pack Some users might've lost their brightness settings while this error was active. If you've enabled the Brightness New graphic pack wondering where the old brightness pack was, its now possible to experience the regular brightness workaround. --- src/XenobladeChroniclesX/Workarounds/Brightness/rules.txt | 2 +- src/XenobladeChroniclesX/Workarounds/BrightnessOLD/rules.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/XenobladeChroniclesX/Workarounds/Brightness/rules.txt b/src/XenobladeChroniclesX/Workarounds/Brightness/rules.txt index 92dccd1e..0e4a06d9 100644 --- a/src/XenobladeChroniclesX/Workarounds/Brightness/rules.txt +++ b/src/XenobladeChroniclesX/Workarounds/Brightness/rules.txt @@ -68,7 +68,7 @@ $isCustom:int = 1 [Preset] name = 70% less exposure category = Exposure and brightness fix -condition = $custom == 1 +condition = $isCustom == 1 $exposure:float = 0.32 [Preset] diff --git a/src/XenobladeChroniclesX/Workarounds/BrightnessOLD/rules.txt b/src/XenobladeChroniclesX/Workarounds/BrightnessOLD/rules.txt index 8fed68be..ee807773 100644 --- a/src/XenobladeChroniclesX/Workarounds/BrightnessOLD/rules.txt +++ b/src/XenobladeChroniclesX/Workarounds/BrightnessOLD/rules.txt @@ -110,7 +110,7 @@ $crushContrast = 0.75 [Preset] name = 70% less exposure (AMD) category = Exposure -condition = $custom == 1 +condition = $isCustom == 1 $exposure = 0.32 [Preset]