Add updater script using the HTTP API (#27)

Check for core feature `httpfetch_binary_data` to run the updater properly.
This requires Minetest cb00632 or newer.
README.md: Add documentation for the updater
This commit is contained in:
SmallJoker
2019-06-06 21:47:49 +02:00
committed by bell07
parent a2470f06fb
commit 428fea2eb4
4 changed files with 157 additions and 4 deletions

View File

@ -1,4 +1,12 @@
In this folder the skin files could be placed according the next file naming convention
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
In this folder the skin files could be placed according the following file naming convention.
Public skin available for all users:
character_[number-or-name].png
One or multiple private skins for player "nick":
player_[nick].png or
player_[nick]_[number-or-name].png
Preview files for public and private skins:
character_*_preview.png or
player_*_*_preview.png