[TMS] Shadows formats replace

This commit is contained in:
getdls 2018-08-13 22:51:40 +02:00
parent c98b74ffdb
commit 80c38b52b4

View File

@ -49,14 +49,14 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine] # shadows 0x011 [TextureRedefine] # shadows 0x011
width = 1024 width = 1024
height = 2048 height = 2048
formatsExcluded = 0x433,0x431,0x235,0x035,0x034,0x033,0x031,0x01a formats = 0x011,0x811
overwriteWidth = <?=round($scaleFactorX*1024)?> overwriteWidth = <?=round($scaleFactorX*1024)?>
overwriteHeight = <?=round($scaleFactorY*2048)?> overwriteHeight = <?=round($scaleFactorY*2048)?>
[TextureRedefine] # Scale dyn shadows 0x011 [TextureRedefine] # Scale dyn shadows 0x011
width = 1024 width = 1024
height = 1024 height = 1024
formatsExcluded = 0x433,0x431,0x235,0x035,0x034,0x033,0x031,0x01a formats = 0x011,0x811
overwriteWidth = <?=round($scaleFactorX*1024)?> overwriteWidth = <?=round($scaleFactorX*1024)?>
overwriteHeight = <?=round($scaleFactorY*1024)?> overwriteHeight = <?=round($scaleFactorY*1024)?>