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