mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
[MK8, Splatoon] Change naming of bloom setting
This commit is contained in:
parent
9489ea3d63
commit
954dad21d6
@ -2,7 +2,7 @@
|
|||||||
titleIds = 000500001010ec00,000500001010ed00,000500001010eb00
|
titleIds = 000500001010ec00,000500001010ed00,000500001010eb00
|
||||||
name = Graphic Options
|
name = Graphic Options
|
||||||
path = "Mario Kart 8/Graphics"
|
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 M&&M.
|
description = Allows you to change the game's TV resolution, gamepad resolution, shadow quality, anti-aliasing, bloom intensity, motion blur quality, level of detail and anisotropic filtering quality.|Made by Crementif, theboy181 and M&&M.
|
||||||
version = 6
|
version = 6
|
||||||
|
|
||||||
[Default]
|
[Default]
|
||||||
@ -421,32 +421,32 @@ default = 1
|
|||||||
# Bloom
|
# Bloom
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Off
|
name = 0%
|
||||||
category = Bloom Amount
|
category = Bloom Intensity
|
||||||
condition = $advancedOpt == 1
|
condition = $advancedOpt == 1
|
||||||
$bloom = 0
|
$bloom = 0
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Low
|
name = 50%
|
||||||
category = Bloom Amount
|
category = Bloom Intensity
|
||||||
condition = $advancedOpt == 1
|
condition = $advancedOpt == 1
|
||||||
$bloom = 0.5
|
$bloom = 0.5
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Normal
|
name = 100%
|
||||||
category = Bloom Amount
|
category = Bloom Intensity
|
||||||
condition = $advancedOpt == 1
|
condition = $advancedOpt == 1
|
||||||
default = 1
|
default = 1
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = High
|
name = 125%
|
||||||
category = Bloom Amount
|
category = Bloom Intensity
|
||||||
condition = $advancedOpt == 1
|
condition = $advancedOpt == 1
|
||||||
$bloom = 1.25
|
$bloom = 1.25
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Ultra
|
name = 150%
|
||||||
category = Bloom Amount
|
category = Bloom Intensity
|
||||||
condition = $advancedOpt == 1
|
condition = $advancedOpt == 1
|
||||||
$bloom = 1.5
|
$bloom = 1.5
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
|
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
|
||||||
name = Graphic Options
|
name = Graphic Options
|
||||||
path = "Splatoon/Graphics"
|
path = "Splatoon/Graphics"
|
||||||
description = Allows you to change the game's TV resolution, gamepad resolution, shadow quality, bloom amount and anisotropic filtering quality.|Made by M&&M and Xalphenos.
|
description = Allows you to change the game's TV resolution, gamepad resolution, shadow quality, bloom intensity and anisotropic filtering quality.|Made by M&&M and Xalphenos.
|
||||||
version = 6
|
version = 6
|
||||||
|
|
||||||
[Default]
|
[Default]
|
||||||
@ -299,31 +299,31 @@ name = Extreme
|
|||||||
category = Shadow Quality
|
category = Shadow Quality
|
||||||
$shadowQuality = 4
|
$shadowQuality = 4
|
||||||
|
|
||||||
# Bloom
|
# Bloom Intensity
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Off
|
name = 0%
|
||||||
category = Bloom Amount
|
category = Bloom Intensity
|
||||||
$bloom = 0
|
$bloom = 0
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Low
|
name = 50%
|
||||||
category = Bloom Amount
|
category = Bloom Intensity
|
||||||
$bloom = 0.5
|
$bloom = 0.5
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Normal
|
name = 100%
|
||||||
category = Bloom Amount
|
category = Bloom Intensity
|
||||||
default = 1
|
default = 1
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = High
|
name = 125%
|
||||||
category = Bloom Amount
|
category = Bloom Intensity
|
||||||
$bloom = 1.25
|
$bloom = 1.25
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Ultra
|
name = 150%
|
||||||
category = Bloom Amount
|
category = Bloom Intensity
|
||||||
$bloom = 1.5
|
$bloom = 1.5
|
||||||
|
|
||||||
# Anisotropic Filtering Quality
|
# Anisotropic Filtering Quality
|
||||||
|
Loading…
Reference in New Issue
Block a user