mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
306da0b802
Since it's not possible to update 300+ shaders manually and automation was possible, I thought that I'd take the honor and create a script that's able to automatically convert all of the shaders to be cross-compatible with Vulkan. And change the graphic pack versions to version 4 of course. Also, the script has some nifty testing code which compiled every shader as OpenGL and Vulkan, but for that see the details that I've written below. **Here's the script that I've made to do all of this. No manual edits were needed:** https://gist.github.com/Crementif/8d98a855b95f219d95298fb3db99deae
116 lines
2.1 KiB
Plaintext
116 lines
2.1 KiB
Plaintext
[Definition]
|
|
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
|
name = Contrasty
|
|
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.
|
|
version = 4
|
|
|
|
[Preset]
|
|
name = High Contrasty - shadow lift
|
|
$redShadows = 1.0
|
|
$greenShadows = 1.0
|
|
$blueSadows = 1.0
|
|
$redMid = 0.99
|
|
$greenMid = 0.99
|
|
$blueMid = 0.99
|
|
$redHilight = 1.0
|
|
$greenHilight =1.0
|
|
$blueHilight = 1.0
|
|
|
|
$contrastCurve = 0.4
|
|
$hazeFactor = 0.25
|
|
$bloom = 0.85
|
|
$gamma = 1.12
|
|
$exposure = 1.01
|
|
$vibrance = 0.15
|
|
$crushContrast = 0.00
|
|
$bleach = 0.85
|
|
$sharp_mix = 0.1
|
|
|
|
[Preset]
|
|
name = High Contrasty
|
|
$redShadows = 0.98
|
|
$greenShadows = 0.98
|
|
$blueSadows = 0.99
|
|
$redMid = 0.99
|
|
$greenMid = 0.98
|
|
$blueMid = 0.99
|
|
$redHilight = 0.975
|
|
$greenHilight = 0.975
|
|
$blueHilight = 0.975
|
|
|
|
$contrastCurve = 0.25
|
|
$hazeFactor = 0.25
|
|
$bloom = 0.85
|
|
$gamma = 1.04
|
|
$exposure = 1.1
|
|
$vibrance = 0.20
|
|
$crushContrast = 0.00
|
|
$bleach = 0.85
|
|
$sharp_mix = 0.05
|
|
|
|
[Preset]
|
|
name = Colourful
|
|
$redShadows = 1.0
|
|
$greenShadows = 1.0
|
|
$blueSadows = 1.0
|
|
$redMid = 0.99
|
|
$greenMid = 0.98
|
|
$blueMid = 0.99
|
|
$redHilight = 1.0
|
|
$greenHilight =0.99
|
|
$blueHilight = 1.0
|
|
|
|
$contrastCurve = 0.333
|
|
$hazeFactor = 0.25
|
|
$bloom = 0.85
|
|
$gamma = 1.1
|
|
$exposure = 1.01
|
|
$vibrance = 0.35
|
|
$crushContrast = 0.00
|
|
$bleach = 0.85
|
|
$sharp_mix = 0.1
|
|
|
|
[Preset]
|
|
name = Neutral Contrasty
|
|
$redShadows = 1.01
|
|
$greenShadows = 1.01
|
|
$blueSadows = 1.01
|
|
$redMid = 1.0
|
|
$greenMid = 1.0
|
|
$blueMid = 1.0
|
|
$redHilight = 0.99
|
|
$greenHilight =0.99
|
|
$blueHilight = 0.99
|
|
|
|
$contrastCurve = 0.25
|
|
$hazeFactor = 1.0
|
|
$bloom = 0.85
|
|
$gamma = 1.05
|
|
$exposure = 1.0
|
|
$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 |