mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
0e266fec6f
Original blur really need more samples above 1080p ...in every racing game.
24 lines
615 B
Plaintext
24 lines
615 B
Plaintext
[Definition]
|
|
titleIds = 000500001010ec00,000500001010ed00,000500001010eb00
|
|
name = Smooth speed blur
|
|
path = "Mario Kart 8/Enhancements/Smoother speed blur"
|
|
description = Smoother speed blur (radial), more GPU intensive
|
|
version = 4
|
|
|
|
[Preset] #twice the samples
|
|
name = Original speed feel (16 pass)
|
|
$nrOfPasses:int = 16
|
|
$blurStart:float = 0.93
|
|
$blurWidth:float = 0.1
|
|
|
|
[Preset]
|
|
name = Smooth half original (8 pass)
|
|
$nrOfPasses:int = 8
|
|
$blurStart:float = 0.975
|
|
$blurWidth:float = 0.025
|
|
|
|
[Preset] #3 times
|
|
name = Original speed feel smoother (24 pass)
|
|
$nrOfPasses:int = 24
|
|
$blurStart:float = 0.93
|
|
$blurWidth:float = 0.1 |