Update README.txt

Arbitrary number of texture files now supported as well as the simple_skins mod
master
Hiradur 2016-10-10 11:32:43 +02:00 committed by GitHub
parent 75c731179f
commit d8530ba1b3
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@ Player Hash Skin Mod for Minetest
====================================
This mod calculates a hash code of a player's name and chooses a texture for him according to this hash code.
There are 8 skins as default, you can change them by replacing player_hash_skin_<integer>.png with the skin you want.
If you want more than 8 skins, change line 10 in init.lua:
hash = hash%8 to hash = hash%<count of skins>
and add additional skins to the textures folder.
Eight default skins are shipped with the mod, you can add an arbitrary number of skins on your own by adding them to the textures folder. The simple_skins mod is supported and its skins will be used instead of the skins in the textures folder when it is detected.
License of source code: