SokolovPavel / helicopter

Mod that adds helicopter to the Minetest
GNU General Public License v2.0
4 stars 16 forks source link

Annoying vibrations if player jumps on helicopter #3

Open lightonflux opened 10 years ago

lightonflux commented 10 years ago

If you jump on the helicopter it starts vibrating and you hear the "walking" sound as fast as the vibrations.

Video (with sound) (9MB)

SokolovPavel commented 10 years ago

I use

makes_footstep_sound = false,

in entity prototype table, but it seems that it wont work.

SokolovPavel commented 10 years ago

if I change to

collide_with_objects = false,

player don`t collide with heli and trere is no footstep sound from heli at all.

lightonflux commented 10 years ago

You haven't commited the change have you?

SokolovPavel commented 10 years ago

No, I did'n. The walk thgrough heli ability isn't good.