From fd087de91555d826d5d46b546870cb2e129f90de Mon Sep 17 00:00:00 2001 From: M&M Date: Mon, 23 Nov 2020 15:05:07 -0800 Subject: [PATCH] [Splatoon] Move Bloom Amount to Graphics --- src/Bayonetta2/Graphics/rules.txt | 2 +- src/MarioKart8/Graphics/rules.txt | 2 +- src/Splatoon/Enhancements/Bloom/rules.txt | 25 ---------------- .../34eaf9e211e76379_00000000000003c9_ps.txt | 0 src/Splatoon/Graphics/rules.txt | 30 ++++++++++++++++++- src/SuperSmashBros/Graphics/rules.txt | 2 +- 6 files changed, 32 insertions(+), 29 deletions(-) delete mode 100644 src/Splatoon/Enhancements/Bloom/rules.txt rename src/Splatoon/{Enhancements/Bloom => Graphics}/34eaf9e211e76379_00000000000003c9_ps.txt (100%) diff --git a/src/Bayonetta2/Graphics/rules.txt b/src/Bayonetta2/Graphics/rules.txt index bc8e3e6a..827cb915 100644 --- a/src/Bayonetta2/Graphics/rules.txt +++ b/src/Bayonetta2/Graphics/rules.txt @@ -2,7 +2,7 @@ titleIds = 0005000010172600,0005000010172700,000500001011B900 name = Graphic Options path = "Bayonetta 2/Graphics" -description = Allows you to change the game's resolution, shadow quality, and anisotropic filtering quality.|Made by Slashiee and getdls. +description = Allows you to change the game's resolution, shadow quality and anisotropic filtering quality.|Made by Slashiee and getdls. version = 6 [Default] diff --git a/src/MarioKart8/Graphics/rules.txt b/src/MarioKart8/Graphics/rules.txt index 84b36d78..53cc120e 100644 --- a/src/MarioKart8/Graphics/rules.txt +++ b/src/MarioKart8/Graphics/rules.txt @@ -2,7 +2,7 @@ titleIds = 000500001010ec00,000500001010ed00,000500001010eb00 name = Graphic Options path = "Mario Kart 8/Graphics" -description = Allows you to change the game's TV resolution, gamepad resolution, shadow quality, anti-aliasing, bloom amount, motion blur quality, level of detail, and anisotropic filtering quality.|Made by Crementif, theboy181 and Slashiee. +description = Allows you to change the game's TV resolution, gamepad resolution, shadow quality, anti-aliasing, bloom amount, motion blur quality, level of detail and anisotropic filtering quality.|Made by Crementif, theboy181 and Slashiee. version = 6 [Default] diff --git a/src/Splatoon/Enhancements/Bloom/rules.txt b/src/Splatoon/Enhancements/Bloom/rules.txt deleted file mode 100644 index e6c2b549..00000000 --- a/src/Splatoon/Enhancements/Bloom/rules.txt +++ /dev/null @@ -1,25 +0,0 @@ -[Definition] -titleIds = 0005000010176900,0005000010176A00,0005000010162B00 -name = Bloom Adjustment -path = "Splatoon/Enhancements/Bloom Adjustment" -description = Allows you to adjust how strong the bloom is. Full amount is the default intensity of bloom.|Made by Slashiee. -version = 6 - -[Default] -$bloom = 1 - -[Preset] -name = Disabled -$bloom = 0 - -[Preset] -name = Quarter Amount -$bloom = 0.25 - -[Preset] -name = Half Amount -$bloom = 0.5 - -[Preset] -name = Full Amount -default = 1 diff --git a/src/Splatoon/Enhancements/Bloom/34eaf9e211e76379_00000000000003c9_ps.txt b/src/Splatoon/Graphics/34eaf9e211e76379_00000000000003c9_ps.txt similarity index 100% rename from src/Splatoon/Enhancements/Bloom/34eaf9e211e76379_00000000000003c9_ps.txt rename to src/Splatoon/Graphics/34eaf9e211e76379_00000000000003c9_ps.txt diff --git a/src/Splatoon/Graphics/rules.txt b/src/Splatoon/Graphics/rules.txt index c159b0d9..5575a990 100644 --- a/src/Splatoon/Graphics/rules.txt +++ b/src/Splatoon/Graphics/rules.txt @@ -2,7 +2,7 @@ titleIds = 0005000010176900,0005000010176A00,0005000010162B00 name = Graphic Options path = "Splatoon/Graphics" -description = Allows you to change the game's TV resolution, gamepad resolution, shadow quality, and anisotropic filtering quality.|Made by Slashiee and Xalphenos. +description = Allows you to change the game's TV resolution, gamepad resolution, shadow quality, bloom amount and anisotropic filtering quality.|Made by Slashiee and Xalphenos. version = 6 [Default] @@ -16,6 +16,7 @@ $gamePadWidth = 854 $gamePadHeight = 480 $shadowQuality = 1 $anisotropy = 1 +$bloom = 1 # TV Resolution @@ -298,6 +299,33 @@ name = Extreme category = Shadow Quality $shadowQuality = 4 +# Bloom + +[Preset] +name = Off +category = Bloom Amount +$bloom = 0 + +[Preset] +name = Low +category = Bloom Amount +$bloom = 0.5 + +[Preset] +name = Normal +category = Bloom Amount +default = 1 + +[Preset] +name = High +category = Bloom Amount +$bloom = 1.25 + +[Preset] +name = Ultra +category = Bloom Amount +$bloom = 1.5 + # Anisotropic Filtering Quality [Preset] diff --git a/src/SuperSmashBros/Graphics/rules.txt b/src/SuperSmashBros/Graphics/rules.txt index f5ec34bf..faa1c967 100644 --- a/src/SuperSmashBros/Graphics/rules.txt +++ b/src/SuperSmashBros/Graphics/rules.txt @@ -2,7 +2,7 @@ titleIds = 0005000010110E00,0005000010145000,0005000010144F00 name = Graphic Options path = "Super Smash Bros. for Wii U/Graphics" -description = Allows you to change the game's resolution, shadow quality, and anisotropic filtering quality.|Made by Slashiee. +description = Allows you to change the game's resolution, shadow quality and anisotropic filtering quality.|Made by Slashiee. version = 6 [Default]