Page 1 of 1

[SOLVED] Is changing Player model possible?

PostPosted: Tue Nov 22, 2016 10:02
by IKRadulov
Is it possible to change the player model ? If so how ? Couldn't find much info on the dev Wiki for this . The only thing I can find is the "set_animation()" function on the Player Object . But there should be a way since the default model has little animations you can play with .

Re: Is changing Player model possible?

PostPosted: Tue Nov 22, 2016 11:30
by TenPlus1
Check stu's 3d_armor mod, it shows you how to change model and texture:

https://github.com/stujones11/minetest- ... r.lua#L328

Re: Is changing Player model possible?

PostPosted: Wed Nov 23, 2016 02:06
by twoelk
Creatures by MirceaKitsune might not quite be what you have in mind but it does offer interesting gameplay possabilities

Re: Is changing Player model possible?

PostPosted: Wed Nov 23, 2016 10:15
by IKRadulov
Thank you all . There should be an article in the dev wiki for this in my opinion .

Re: Is changing Player model possible?

PostPosted: Wed Nov 23, 2016 19:24
by stu
IKRadulov wrote:There should be an article in the dev wiki for this in my opinion .


I agree, default.player_set_model and friends should be documented in lua_api.txt, although the dev wiki does at least contain a reference to them under Global tables

Re: Is changing Player model possible?

PostPosted: Wed Nov 23, 2016 19:42
by hajo
IKRadulov wrote:There should be an article in the dev wiki

BTW, how is the policy for giving out wiki-acounts ?

Re: [SOLVED] Is changing Player model possible?

PostPosted: Thu Nov 24, 2016 18:03
by twoelk
apply here -> Wiki account requests


also the "Get Comfortable [cozy]" mod might be of interest.
and some other old threads such as
Player model enhancement. [knees & elbows] by a guy named stu :-) actually If I remember correctly this has been part of the dreambuilder subgame
Transform player model
Bone-Based Animation [playeranim] (A mod that adds animations to the players' head.)
Redesigning the player's animations.