skinsdb/textures
SmallJoker 312780c82e
Clean up skin listing (#100)
Supersedes the 'fsep' setting by automatically detecting
the texture name in both, the skin list and the updater
scripts.
New, automatically fetched skins will now always use the
'.' delimiter to avoid player name issues.
In case of ambiguous texture names, a warning is logged.
2024-06-05 17:55:55 +02:00
..
readme.txt Clean up skin listing (#100) 2024-06-05 17:55:55 +02:00
skindb_mask_chest.png Autogenerate skin previews and other @GreenDimond changes 2020-02-08 19:12:09 +01:00
skindb_mask_head.png Autogenerate skin previews and other @GreenDimond changes 2020-02-08 19:12:09 +01:00
skindb_mask_rarm.png Autogenerate skin previews and other @GreenDimond changes 2020-02-08 19:12:09 +01:00
skindb_mask_rleg.png Autogenerate skin previews and other @GreenDimond changes 2020-02-08 19:12:09 +01:00
skindb_transform.png Autogenerate skin previews and other @GreenDimond changes 2020-02-08 19:12:09 +01:00
skins_button.png Autogenerate skin previews and other @GreenDimond changes 2020-02-08 19:12:09 +01:00

This location is where you can put your custom skins.


List of accepted texture names
------------------------------

Public skin available for all users:
	character.[number or name].png

One or multiple private skins for player "[nick]":
	player.[nick].png
	player.[nick].[number or name].png

Skin previews for public and private skins:
	character.[number or name].preview.png
	player.[nick].preview.png
	player.[nick].[number or name].preview.png

	Note: This is optional and overrides automatically generated preciewws.


Legacy texture names
--------------------

The character `_` is accepted in player names, thus it is not recommended to
use such file names. For compatibility reasons, they are still recognized.

	character_[number or name].png
	player_[nick]_png
	player_[nick]_[number or name].png

... and corresponding previews that end in `_preview.png`.