From eaa8bc8b9c2ea95ac112de93b62fae4c2a262e62 Mon Sep 17 00:00:00 2001 From: Pig Date: Mon, 25 Jan 2021 12:49:56 +0100 Subject: [PATCH] [XCX] Fix Contrasty to actually make it show up --- .../Enhancements/Contrasty/rules.txt | 47 ++++++++++--------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/src/XenobladeChroniclesX/Enhancements/Contrasty/rules.txt b/src/XenobladeChroniclesX/Enhancements/Contrasty/rules.txt index 9239c174..07d541da 100644 --- a/src/XenobladeChroniclesX/Enhancements/Contrasty/rules.txt +++ b/src/XenobladeChroniclesX/Enhancements/Contrasty/rules.txt @@ -5,6 +5,31 @@ path = "Xenoblade Chronicles X/Enhancements/Contrasty" description = This pack tweaks the colours and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Enabling will ignore your other AA settings. Made by getdls. version = 5 +[Default] +$redShadows = 1.0 +$greenShadows = 1.0 +$blueSadows = 1.0 +$redMid = 1.0 +$greenMid = 1.0 +$blueMid = 1.0 +$redHilight = 1.0 +$greenHilight = 1.0 +$blueHilight = 1.0 + +$contrastCurve = 0.0 +$hazeFactor = 1.0 +$bloom = 1.0 +$gamma = 1.0 +$exposure = 1.0 +$vibrance = 0.0 +$crushContrast = 0.0 +$bleach = 1.0 +$sharp_mix = 0.0 + +[Preset] +name = Default +default = 1 + [Preset] name = High Contrasty - shadow lift $redShadows = 1.0 @@ -92,25 +117,3 @@ $vibrance = 0.0 $crushContrast = 0.00 $bleach = 0.85 $sharp_mix = 0.1 - -[Preset] -name = Default -$redShadows = 1.0 -$greenShadows = 1.0 -$blueSadows = 1.0 -$redMid = 1.0 -$greenMid = 1.0 -$blueMid = 1.0 -$redHilight = 1.0 -$greenHilight = 1.0 -$blueHilight = 1.0 - -$contrastCurve = 0.0 -$hazeFactor = 1.0 -$bloom = 1.0 -$gamma = 1.0 -$exposure = 1.0 -$vibrance = 0.0 -$crushContrast = 0.0 -$bleach = 1.0 -$sharp_mix = 0.0