[Sploot] Add player name to build script

Forgot about this, oops
This commit is contained in:
Michael 2017-10-17 22:04:52 -07:00
parent c68c707a81
commit d67ccae061

View File

@ -72,15 +72,22 @@ overwriteHeight = <?=round($scaleFactorY*252)?>
width = 128 width = 128
height = 128 height = 128
formats = 0x41A formats = 0x41A
#overwriteWidth = 384 #overwriteWidth = <?=round($scaleFactorY*128)?>
#overwriteHeight = 384 #Need to confirm on next Cemu version #overwriteHeight = <?=round($scaleFactorY*128)?> #Need to confirm on next Cemu version
[TextureRedefine] # player icon - GL_RGBA8 [TextureRedefine] # player icon - GL_RGBA8
width = 256 width = 256
height = 256 height = 256
formats = 0x01a formats = 0x01a
#overwriteWidth = 768 #overwriteWidth = <?=round($scaleFactorY*256)?>
#overwriteHeight = 768 #Need to confirm on next Cemu version #overwriteHeight = <?=round($scaleFactorY*256)?> #Need to confirm on next Cemu version
[TextureRedefine] # player name - GL_RGBA8
width = 128
height = 32
formats = 0x01a
overwriteWidth = <?=round($scaleFactorX*128)?>
overwriteHeight = <?=round($scaleFactorY*32)?>
[TextureRedefine] # multiplayer [TextureRedefine] # multiplayer
width = 848 width = 848