mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-24 00:41:51 +01:00
[Sploot] Add player name to build script
Forgot about this, oops
This commit is contained in:
parent
c68c707a81
commit
d67ccae061
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user