[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
|
|
|
[Definition]
|
|
|
|
titleIds = 000500001019C800,000500001019E600,000500001019E500
|
|
|
|
name = Resolution
|
|
|
|
path = "The Legend of Zelda: Twilight Princess HD/Graphics/Performance Resolution"
|
2019-01-27 14:19:21 +01:00
|
|
|
description = Changes the resolution of certain effects in the game to increase performance.
|
[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
|
|
|
version = 3
|
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 1280x720
|
|
|
|
$width = 1280
|
|
|
|
$height = 720
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 640x360
|
|
|
|
$width = 640
|
|
|
|
$height = 360
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 960x540
|
|
|
|
$width = 960
|
|
|
|
$height = 540
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 1600x900
|
|
|
|
$width = 1600
|
|
|
|
$height = 900
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
|
|
|
|
|
|
|
[TextureRedefine]
|
|
|
|
width = 1920
|
|
|
|
height = 1088
|
|
|
|
#formats = 0x011,0x01a
|
|
|
|
overwriteWidth = ($width/$gameWidth) * 1920
|
|
|
|
overwriteHeight = ($height/$gameHeight) * 1088
|
|
|
|
|
|
|
|
[TextureRedefine]
|
|
|
|
width = 1920
|
|
|
|
height = 1080
|
|
|
|
#formats =
|
|
|
|
overwriteWidth = ($width/$gameWidth) * 1920
|
|
|
|
overwriteHeight = ($height/$gameHeight) * 1080
|
|
|
|
|