mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 19:16:52 +01:00
[Splatoon] Move Bloom Amount to Graphics
This commit is contained in:
parent
71982fb197
commit
fd087de915
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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
|
@ -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]
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user