add support for names in skin texture file (character_Skinname, player_playername_skinname)

This commit is contained in:
Alexander Weber
2018-07-16 20:42:54 +02:00
parent 0cb00a3a9b
commit fa5b3029fd
2 changed files with 41 additions and 31 deletions

View File

@ -1,4 +1,4 @@
In this folder the skin files could be placed according the next file naming convention
character_[number].png - Public skin, available for all users
player_[nick].png or player_[nick]_[number].png - one or multiple private skins for player "nick"
character_[number-or-name].png - Public skin, available for all users
player_[nick].png or player_[nick]_[number-or-name].png - one or multiple private skins for player "nick"
*_preview.png - Preview files for public and private skins