Page 1 of 1

2d mobs always facing player

PostPosted: Fri Mar 31, 2017 22:54
by ph8jPf9M
are there any mods that already make 2d mobs always face you so that you never see their sides?

Like these https://youtu.be/V9lW0Q43ufY?t=108 in doom?

If not then how is it posible to make these always face you with mobs redo?

the only mod that uses 2dmobs as far as i know is http://cornernote.github.io/minetest-critters/

Image

Re: 2d mobs always facing player

PostPosted: Fri Mar 31, 2017 23:32
by toby109tt
Hallo 22i XD

Why would you whant 2d mobs if you have 3D?

Re: 2d mobs always facing player

PostPosted: Sat Apr 01, 2017 05:08
by ph8jPf9M
there is a certain charm to them also think of all the 2d sprites already made we could use

Re: 2d mobs always facing player

PostPosted: Sat Apr 01, 2017 13:15
by AiTechEye
the property is visual = "sprite"

or set from on_step / do_custom
self.object:set_properties({visual="sprite"})

its also used in aliveai / aliveai_massdestruction / walking bomb
https://forum.minetest.net/viewtopic.php?f=11&t=16083