2019-01-09 22:05:34 +01:00
|
|
|
[Definition]
|
|
|
|
titleIds = 000500001019C800,000500001019E600,000500001019E500
|
|
|
|
name = Resolution
|
|
|
|
path = "The Legend of Zelda: Twilight Princess HD/Enhancements/Fancy FX"
|
[TPHD] Misc quality tweaks for high resolution , QL
TPHD QL tweaks aka, sunday gaming delayed
Resolution
* Sharper, unscaled blur fixed. See contrasty note
* Resolutions 4k and above scale sub viewports 75-> 50% of the main res.
7680x4320 is now 30 fps stable on a 1070, SSAA looks sweet.
* Added some off-aspect custom res with horizontal res x2. Good for SSAA
fixing shimmering as it's mostly horizontal in TPHD
Contrasty
* Sharper, unscaled blur fixed. Note, contrasty must be pre-selected at
start to override same shader in resolution folder
* Minor tweaks to cold setting
Fancy FX
*Added option to disable blur, just keeping other tweaks active.
Realized that half scaling sub-view port mostly replaces fancy fX :/
*Tweaked to somewhat scale, tries to emulate original look by default.
Ie 4x res = 4x blur "qualitative look" (not the same as nr of passes)
*Added "defocus" looks blurrier by scaling incorrectly, masked by more
draw passes. This is similar to the old default
Not happy about the results of moving blur from res folder, too many
drawbacks as quality of scaling really needs to be per-setting.
Will probably deprecate if things start to break again. Maybe global
variables in the future?
2019-01-21 00:13:06 +01:00
|
|
|
description = Pretty blur, shadow x2, de-band sky, maintained on Nvidia.
|
2019-01-09 22:05:34 +01:00
|
|
|
version = 3
|
|
|
|
|
|
|
|
|
[TPHD] Misc quality tweaks for high resolution , QL
TPHD QL tweaks aka, sunday gaming delayed
Resolution
* Sharper, unscaled blur fixed. See contrasty note
* Resolutions 4k and above scale sub viewports 75-> 50% of the main res.
7680x4320 is now 30 fps stable on a 1070, SSAA looks sweet.
* Added some off-aspect custom res with horizontal res x2. Good for SSAA
fixing shimmering as it's mostly horizontal in TPHD
Contrasty
* Sharper, unscaled blur fixed. Note, contrasty must be pre-selected at
start to override same shader in resolution folder
* Minor tweaks to cold setting
Fancy FX
*Added option to disable blur, just keeping other tweaks active.
Realized that half scaling sub-view port mostly replaces fancy fX :/
*Tweaked to somewhat scale, tries to emulate original look by default.
Ie 4x res = 4x blur "qualitative look" (not the same as nr of passes)
*Added "defocus" looks blurrier by scaling incorrectly, masked by more
draw passes. This is similar to the old default
Not happy about the results of moving blur from res folder, too many
drawbacks as quality of scaling really needs to be per-setting.
Will probably deprecate if things start to break again. Maybe global
variables in the future?
2019-01-21 00:13:06 +01:00
|
|
|
[Preset] # Gaussian blur w correct scaling
|
|
|
|
name = Light blur - Original look++
|
2019-01-09 22:05:34 +01:00
|
|
|
$dither = 0.2
|
|
|
|
$scaleShader = 1.0
|
[TPHD] Misc quality tweaks for high resolution , QL
TPHD QL tweaks aka, sunday gaming delayed
Resolution
* Sharper, unscaled blur fixed. See contrasty note
* Resolutions 4k and above scale sub viewports 75-> 50% of the main res.
7680x4320 is now 30 fps stable on a 1070, SSAA looks sweet.
* Added some off-aspect custom res with horizontal res x2. Good for SSAA
fixing shimmering as it's mostly horizontal in TPHD
Contrasty
* Sharper, unscaled blur fixed. Note, contrasty must be pre-selected at
start to override same shader in resolution folder
* Minor tweaks to cold setting
Fancy FX
*Added option to disable blur, just keeping other tweaks active.
Realized that half scaling sub-view port mostly replaces fancy fX :/
*Tweaked to somewhat scale, tries to emulate original look by default.
Ie 4x res = 4x blur "qualitative look" (not the same as nr of passes)
*Added "defocus" looks blurrier by scaling incorrectly, masked by more
draw passes. This is similar to the old default
Not happy about the results of moving blur from res folder, too many
drawbacks as quality of scaling really needs to be per-setting.
Will probably deprecate if things start to break again. Maybe global
variables in the future?
2019-01-21 00:13:06 +01:00
|
|
|
$scaleBlur = 1.0
|
|
|
|
$internalRes = 1
|
|
|
|
$presetPass:int = 0
|
|
|
|
$enableBlur:int = 1
|
|
|
|
|
|
|
|
[Preset] # Scaling offset, looks blurrier on high res as additional passes mostly hide the error
|
|
|
|
name = LB + defocus, better for high res, same performance
|
|
|
|
$dither = 0.2
|
|
|
|
$scaleShader = 1.0
|
|
|
|
$scaleBlur = 1.25
|
2019-01-09 22:05:34 +01:00
|
|
|
$internalRes = 1
|
[TPHD] Misc quality tweaks for high resolution , QL
TPHD QL tweaks aka, sunday gaming delayed
Resolution
* Sharper, unscaled blur fixed. See contrasty note
* Resolutions 4k and above scale sub viewports 75-> 50% of the main res.
7680x4320 is now 30 fps stable on a 1070, SSAA looks sweet.
* Added some off-aspect custom res with horizontal res x2. Good for SSAA
fixing shimmering as it's mostly horizontal in TPHD
Contrasty
* Sharper, unscaled blur fixed. Note, contrasty must be pre-selected at
start to override same shader in resolution folder
* Minor tweaks to cold setting
Fancy FX
*Added option to disable blur, just keeping other tweaks active.
Realized that half scaling sub-view port mostly replaces fancy fX :/
*Tweaked to somewhat scale, tries to emulate original look by default.
Ie 4x res = 4x blur "qualitative look" (not the same as nr of passes)
*Added "defocus" looks blurrier by scaling incorrectly, masked by more
draw passes. This is similar to the old default
Not happy about the results of moving blur from res folder, too many
drawbacks as quality of scaling really needs to be per-setting.
Will probably deprecate if things start to break again. Maybe global
variables in the future?
2019-01-21 00:13:06 +01:00
|
|
|
$presetPass:int = 0
|
|
|
|
$enableBlur:int = 1
|
2019-01-09 22:05:34 +01:00
|
|
|
|
[TPHD] Misc quality tweaks for high resolution , QL
TPHD QL tweaks aka, sunday gaming delayed
Resolution
* Sharper, unscaled blur fixed. See contrasty note
* Resolutions 4k and above scale sub viewports 75-> 50% of the main res.
7680x4320 is now 30 fps stable on a 1070, SSAA looks sweet.
* Added some off-aspect custom res with horizontal res x2. Good for SSAA
fixing shimmering as it's mostly horizontal in TPHD
Contrasty
* Sharper, unscaled blur fixed. Note, contrasty must be pre-selected at
start to override same shader in resolution folder
* Minor tweaks to cold setting
Fancy FX
*Added option to disable blur, just keeping other tweaks active.
Realized that half scaling sub-view port mostly replaces fancy fX :/
*Tweaked to somewhat scale, tries to emulate original look by default.
Ie 4x res = 4x blur "qualitative look" (not the same as nr of passes)
*Added "defocus" looks blurrier by scaling incorrectly, masked by more
draw passes. This is similar to the old default
Not happy about the results of moving blur from res folder, too many
drawbacks as quality of scaling really needs to be per-setting.
Will probably deprecate if things start to break again. Maybe global
variables in the future?
2019-01-21 00:13:06 +01:00
|
|
|
[Preset] # gaussian blur w correct scaling and an additional 4 passes
|
|
|
|
name = +1 extra blur pass, slower, pretty in high res
|
2019-01-09 22:05:34 +01:00
|
|
|
$dither = 0.2
|
|
|
|
$scaleShader = 1.0
|
|
|
|
$scaleBlur = 1.0
|
|
|
|
$internalRes = 1
|
[TPHD] Misc quality tweaks for high resolution , QL
TPHD QL tweaks aka, sunday gaming delayed
Resolution
* Sharper, unscaled blur fixed. See contrasty note
* Resolutions 4k and above scale sub viewports 75-> 50% of the main res.
7680x4320 is now 30 fps stable on a 1070, SSAA looks sweet.
* Added some off-aspect custom res with horizontal res x2. Good for SSAA
fixing shimmering as it's mostly horizontal in TPHD
Contrasty
* Sharper, unscaled blur fixed. Note, contrasty must be pre-selected at
start to override same shader in resolution folder
* Minor tweaks to cold setting
Fancy FX
*Added option to disable blur, just keeping other tweaks active.
Realized that half scaling sub-view port mostly replaces fancy fX :/
*Tweaked to somewhat scale, tries to emulate original look by default.
Ie 4x res = 4x blur "qualitative look" (not the same as nr of passes)
*Added "defocus" looks blurrier by scaling incorrectly, masked by more
draw passes. This is similar to the old default
Not happy about the results of moving blur from res folder, too many
drawbacks as quality of scaling really needs to be per-setting.
Will probably deprecate if things start to break again. Maybe global
variables in the future?
2019-01-21 00:13:06 +01:00
|
|
|
$presetPass:int = 1
|
|
|
|
$enableBlur:int = 1
|
|
|
|
|
|
|
|
[Preset] #
|
|
|
|
name = Disable extra blur, keep other tweaks active
|
|
|
|
$dither = 0.2
|
|
|
|
$scaleShader = 1.0
|
|
|
|
$scaleBlur = 1.0
|
|
|
|
$internalRes = 1
|
|
|
|
$presetPass:int = 0
|
|
|
|
$enableBlur:int = 0
|
|
|
|
|
|
|
|
#[Preset] # Tanks performance, debug merge w res file.
|
|
|
|
#name = +1 Blur pass and defocus.
|
|
|
|
#$dither = 0.2
|
|
|
|
#$scaleShader = 1.0
|
|
|
|
#$scaleBlur = 1.5
|
|
|
|
#$internalRes = 1
|
|
|
|
#$presetPass:int = 1
|
|
|
|
#$enableBlur:int = 1
|
2019-01-09 22:05:34 +01:00
|
|
|
|
|
|
|
#Fog banding
|
|
|
|
[TextureRedefine]
|
|
|
|
width = 1920
|
|
|
|
height = 1088
|
|
|
|
formats = 0x01a
|
|
|
|
overwriteFormat = 0x01f
|
|
|
|
|
|
|
|
[TextureRedefine]
|
|
|
|
width = 1920
|
|
|
|
height = 1080
|
|
|
|
formats = 0x01a
|
|
|
|
overwriteFormat = 0x01f
|
|
|
|
|
|
|
|
[TextureRedefine]
|
|
|
|
width = 960
|
|
|
|
height = 544
|
|
|
|
formats = 0x01a
|
|
|
|
overwriteFormat = 0x01f
|
|
|
|
|
|
|
|
[TextureRedefine]
|
|
|
|
width = 960
|
|
|
|
height = 540
|
|
|
|
formats = 0x01a
|
|
|
|
overwriteFormat = 0x01f
|
|
|
|
|
|
|
|
[TextureRedefine] # bloom n cutscene
|
|
|
|
width = 480
|
|
|
|
height = 272
|
|
|
|
formats = 0x01a
|
|
|
|
overwriteFormat = 0x01f
|
|
|
|
|
|
|
|
[TextureRedefine] # bloom n cutscene
|
|
|
|
width = 480
|
|
|
|
height = 270
|
|
|
|
formats = 0x01a
|
|
|
|
overwriteFormat = 0x01f
|
|
|
|
|
[TPHD] Misc quality tweaks for high resolution , QL
TPHD QL tweaks aka, sunday gaming delayed
Resolution
* Sharper, unscaled blur fixed. See contrasty note
* Resolutions 4k and above scale sub viewports 75-> 50% of the main res.
7680x4320 is now 30 fps stable on a 1070, SSAA looks sweet.
* Added some off-aspect custom res with horizontal res x2. Good for SSAA
fixing shimmering as it's mostly horizontal in TPHD
Contrasty
* Sharper, unscaled blur fixed. Note, contrasty must be pre-selected at
start to override same shader in resolution folder
* Minor tweaks to cold setting
Fancy FX
*Added option to disable blur, just keeping other tweaks active.
Realized that half scaling sub-view port mostly replaces fancy fX :/
*Tweaked to somewhat scale, tries to emulate original look by default.
Ie 4x res = 4x blur "qualitative look" (not the same as nr of passes)
*Added "defocus" looks blurrier by scaling incorrectly, masked by more
draw passes. This is similar to the old default
Not happy about the results of moving blur from res folder, too many
drawbacks as quality of scaling really needs to be per-setting.
Will probably deprecate if things start to break again. Maybe global
variables in the future?
2019-01-21 00:13:06 +01:00
|
|
|
[TextureRedefine] #Double shadow res
|
|
|
|
width = 384
|
|
|
|
height = 384
|
|
|
|
###formatsExcluded =
|
|
|
|
overwriteWidth = 768
|
2019-02-05 01:06:27 +01:00
|
|
|
overwriteHeight = 768
|
|
|
|
|
|
|
|
[TextureRedefine]
|
|
|
|
width = 960
|
|
|
|
height = 544
|
|
|
|
formats = 0x007
|
|
|
|
overwriteFormat = 0x00f
|
|
|
|
|
|
|
|
[TextureRedefine]
|
|
|
|
width = 960
|
|
|
|
height = 540
|
|
|
|
formats = 0x007
|
|
|
|
overwriteFormat = 0x00f
|