Changes for adapted player model

The new player model is in minetest_game since 25 nov 2016,
3d_armor since 27 nov 2016

Dependency on 3d_armor was removed, as it is no longer needed

Note: the extra '.' characters in settingtypes.txt are needed to make
the help text display acceptably in the minetest settings tab. Without
them, minetest removes all leading whitespace, and makes the help text
look messy.
This commit is contained in:
Rogier-5
2016-12-07 13:03:12 +01:00
committed by Rui
parent 5814be7a98
commit 0ca8e5a3aa
4 changed files with 75 additions and 26 deletions

14
settingtypes.txt Normal file
View File

@ -0,0 +1,14 @@
# Version of player model.
# Some fixes and improvements were made to the default player model (character.b3d)
# end of november 2016. These changes affect the way body parts are attached and
# positioned. For correct results, the version of the player model must be known.
#
# Player models known / supported by this mod:
# . -- default_character_v1; used in:
# . -- minetest_game before 25 nov 2016
# . -- 3d_armor before 27 nov 2016 (overrides model from minetest_game)
# . -- default_character_v2; used in:
# . -- minetest_game after 25 nov 2016
# . -- 3d_armor after 27 nov 2016 (overrides model from minetest_game)
player_model_version (Version of player model) enum default_character_v2 default_character_v1,default_character_v2