Page 2 of 2

Re: [mod]emote[WIP] Make your character model do emotes! +AP

Posted: Wed Jan 11, 2017 00:54
by TheReaperKing
Seems to not be crashing since your update, thanks!! The point worked but I didn't see my character waving. I'll have to test more. Great job on this!

Re: [mod]emote[WIP] Make your character model do emotes! +AP

Posted: Sat Jan 28, 2017 20:10
by tinoesroho
This mod doesn't work with playeranim. Perhaps Rui can help with a merge patch?

Re: [mod]emote[WIP] Make your character model do emotes! +AP

Posted: Sat Jan 28, 2017 20:53
by TheReaperKing
I was going to try to see if there is a way to write a script to do a series of the commands so that you can set up dancing and especially "break dances" haha.

Re: [mod]emote[WIP] Make your character model do emotes! +AP

Posted: Wed Feb 15, 2017 01:25
by texmex
This has great potential! First thing I'd want to do if I knew how would be to have players sit down whenever they're using the crafting formspec.

Re: [mod]emote[WIP] Make your character model do emotes! +AP

Posted: Wed Feb 15, 2017 21:41
by sofar
tinoesroho wrote:This mod doesn't work with playeranim. Perhaps Rui can help with a merge patch?
The problem is that the interfaced used by playeranim are minetest_game player.lua API's ... and they're terrible.

Plus head animation should be a client-side modding thing, not server-side. So I actually don't even want to spend time on that right now.

Re: [mod]emote[WIP] Make your character model do emotes! +AP

Posted: Wed Feb 15, 2017 21:42
by sofar
texmex wrote:This has great potential! First thing I'd want to do if I knew how would be to have players sit down whenever they're using the crafting formspec.
You'd only have to call the API functions to make the player do one of the moves.

Re: [mod]emote[WIP] Make your character model do emotes! +AP

Posted: Tue Apr 04, 2017 21:31
by Sokomine
Sounds very intresting. But in order to make use of the api from other mods, this mod needs to be present. Would be great to have it in MTG. My cottages mod allows to use benches for sitting, and it'd be great to have common code for this functionality.