cemu_graphic_packs/Enhancements/TokyoMirage_AdjustBlur/rules.txt
Crementif f3d35c75dc Convert a lot of graphic packs to V4 (#417)
Didn't update the docs (will do that tomorrow), but I manually checked (didn't verify things, but I basically checked if it contained "uf_windowSpaceToClipSpaceTransform" and if the shader was made after a certain Cemu change was made due to how they're left out) to see if any graphic pack in here was *probably* safe.

I also didn't convert 5 graphic packs since they contained signs that needed to be manually checked or at least examined more:
- \Enhancements\TwilightPrincessHD_Bicubic
- \Resolutions\DevilsThird_Resolution
- \Resolutions\TwilightPrincessHD_Resolution (this one just needs to be fully verified since it's popular enough and has like 27 shaders)
- \Resolutions\LegoStarWars_Resolution
- \Resolutions\TokyoMirage_Resolution (this one could also be manually verified)

I hope I didn't make too many mistakes with this one.
2020-01-17 20:31:42 -08:00

51 lines
677 B
Plaintext

[Definition]
titleIds = 00050000101ED700,00050000101ED800,0005000010131D00
name = Adjust Cutscene Blur
path = "Tokyo Mirage Sessions FE/Graphics/Adjust Cutscene Blur"
description = Changes the in-game cut-scenes blur. Made by getdls.
version = 4
[Preset]
name = 100% Blur (Original)
$Blur = 1.0
[Preset]
name = 90% Blur
$Blur = 0.9
[Preset]
name = 80% Blur
$Blur = 0.8
[Preset]
name = 70% Blur
$Blur = 0.7
[Preset]
name = 60% Blur
$Blur = 0.6
[Preset]
name = 50% Blur
$Blur = 0.5
[Preset]
name = 40% Blur
$Blur = 0.4
[Preset]
name = 30% Blur
$Blur = 0.3
[Preset]
name = 20% Blur
$Blur = 0.2
[Preset]
name = 10% Blur
$Blur = 0.1
[Preset]
name = Disabled
$Blur = 0.0