[HW] Deku tree fix
Scaling shadows wasn't as simple as the usual 0x005.. Breaks some distant geometry.
This commit is contained in:
parent
4fc333861e
commit
5216a78576
@ -253,33 +253,12 @@ tileModesExcluded = 0x001
|
|||||||
overwriteWidth = ($width/$gameWidth) * 1280
|
overwriteWidth = ($width/$gameWidth) * 1280
|
||||||
overwriteHeight = ($height/$gameHeight) * 720
|
overwriteHeight = ($height/$gameHeight) * 720
|
||||||
|
|
||||||
[TextureRedefine]
|
#[TextureRedefine] # sort shadows later, breaks dof
|
||||||
width = 1024
|
#width = 1024
|
||||||
height = 2048
|
#height = 2048
|
||||||
#formats = 0x005
|
##formats = 0x005
|
||||||
overwriteWidth = ($height/$gameHeight) * (1024*$scaleShader*$internalRes)
|
#overwriteWidth = ($height/$gameHeight) * (1024*$scaleShader*$internalRes)
|
||||||
overwriteHeight = ($height/$gameHeight) * (2048*$scaleShader*$internalRes)
|
#overwriteHeight = ($height/$gameHeight) * (2048*$scaleShader*$internalRes)
|
||||||
|
|
||||||
[TextureRedefine]
|
|
||||||
width = 1024
|
|
||||||
height = 1023
|
|
||||||
#formats =
|
|
||||||
overwriteWidth = ($width/$gameWidth) * 1024
|
|
||||||
overwriteHeight = ($height/$gameHeight) * 1023
|
|
||||||
|
|
||||||
[TextureRedefine]
|
|
||||||
width = 1022
|
|
||||||
height = 2046
|
|
||||||
#formats =
|
|
||||||
overwriteWidth = ($width/$gameWidth) * (1022*$scaleShader*$internalRes)
|
|
||||||
overwriteHeight = ($height/$gameHeight) * (2046*$scaleShader*$internalRes)
|
|
||||||
|
|
||||||
#[TextureRedefine]
|
|
||||||
#width = 1022
|
|
||||||
#height = 1022
|
|
||||||
#formatsExcluded =
|
|
||||||
#overwriteWidth = ($width/$gameWidth) * 1022
|
|
||||||
#overwriteHeight = ($height/$gameHeight) * 1022
|
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 864
|
width = 864
|
||||||
|
Loading…
Reference in New Issue
Block a user