Page 1 of 1

How to change default player model?

PostPosted: Tue Mar 14, 2017 19:02
by Shadow_The_Hedgehog
Hello. I was trying to change the default player model so that I could play as a chicken, but when I replace the .b3d model and .png textures from the player in /usr/share/minetest/games/minetest_game/mods/default/models/ I restart and press F7 to view myself, and I am still the default player. How do I change the default player model?!

Re: How to change default player model?

PostPosted: Wed Mar 15, 2017 18:29
by stu
You'd need to make or use a small mod to do that as there is a bit more to it than simply switching the model file.

The official Player API documentation can be found here: https://github.com/minetest/minetest_ga ... i.txt#L604

More suggestions in this topic: viewtopic.php?f=47&t=15931