[MK8] Fix texture corruption

MKTV, Turbo pads etc  0x431 excluded
This commit is contained in:
getdls 2018-01-29 23:01:53 +01:00
parent e193c4838d
commit 219799c586

View File

@ -75,18 +75,21 @@ overwriteHeight = <?=round($scaleFactorY*320)?>
[TextureRedefine] [TextureRedefine]
width = 427 width = 427
height = 240 height = 240
formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
overwriteWidth = <?=round($scaleFactorX*427)?> overwriteWidth = <?=round($scaleFactorX*427)?>
overwriteHeight = <?=round($scaleFactorY*240)?> overwriteHeight = <?=round($scaleFactorY*240)?>
[TextureRedefine] #4P? [TextureRedefine] #4P?
width = 320 width = 320
height = 360 height = 360
formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
overwriteWidth = <?=round($scaleFactorX*320)?> overwriteWidth = <?=round($scaleFactorX*320)?>
overwriteHeight = <?=round($scaleFactorY*360)?> overwriteHeight = <?=round($scaleFactorY*360)?>
[TextureRedefine] # Bloom first mip, motion blur effect [TextureRedefine] # Bloom first mip, motion blur effect
width = 320 width = 320
height = 180 height = 180
formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
overwriteWidth = <?=round($scaleFactorX*320)?> overwriteWidth = <?=round($scaleFactorX*320)?>
overwriteHeight = <?=round($scaleFactorY*180)?> overwriteHeight = <?=round($scaleFactorY*180)?>
@ -100,28 +103,28 @@ overwriteHeight = <?=round($scaleFactorY*256)?>
[TextureRedefine] [TextureRedefine]
width = 199 width = 199
height = 116 height = 116
#formatsExcluded = formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
overwriteWidth = <?=round($scaleFactorX*199)?> overwriteWidth = <?=round($scaleFactorX*199)?>
overwriteHeight = <?=round($scaleFactorY*116)?> overwriteHeight = <?=round($scaleFactorY*116)?>
[TextureRedefine] [TextureRedefine]
width = 160 width = 160
height = 180 height = 180
#formatsExcluded = formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
overwriteWidth = <?=round($scaleFactorX*160)?> overwriteWidth = <?=round($scaleFactorX*160)?>
overwriteHeight = <?=round($scaleFactorY*180)?> overwriteHeight = <?=round($scaleFactorY*180)?>
[TextureRedefine] #bloom 2nd mip [TextureRedefine] #bloom 2nd mip
width = 160 width = 160
height = 90 height = 90
#formatsExcluded = formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
overwriteWidth = <?=round($scaleFactorX*160)?> overwriteWidth = <?=round($scaleFactorX*160)?>
overwriteHeight = <?=round($scaleFactorY*90)?> overwriteHeight = <?=round($scaleFactorY*90)?>
[TextureRedefine] [TextureRedefine]
width = 160 width = 160
height = 80 height = 80
#formatsExcluded = formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
overwriteWidth = <?=round($scaleFactorX*160)?> overwriteWidth = <?=round($scaleFactorX*160)?>
overwriteHeight = <?=round($scaleFactorY*80)?> overwriteHeight = <?=round($scaleFactorY*80)?>
@ -135,14 +138,14 @@ overwriteHeight = <?=round($scaleFactorY*148)?>
[TextureRedefine] [TextureRedefine]
width = 133 width = 133
height = 77 height = 77
#formatsExcluded = formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
overwriteWidth = <?=round($scaleFactorX*133)?> overwriteWidth = <?=round($scaleFactorX*133)?>
overwriteHeight = <?=round($scaleFactorY*77)?> overwriteHeight = <?=round($scaleFactorY*77)?>
[TextureRedefine] [TextureRedefine]
width = 128 width = 128
height = 256 height = 256
#formatsExcluded = formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
overwriteWidth = <?=round($scaleFactorX*128)?> overwriteWidth = <?=round($scaleFactorX*128)?>
overwriteHeight = <?=round($scaleFactorY*256)?> overwriteHeight = <?=round($scaleFactorY*256)?>