This mod is really peculiar and amazing! It can be certainly useful in places with rough and steep relief where it's not so easy to overcome it. And the main feature of the mod is wonderfully smooth animation and exact touching of the legs the surface. However, to mount the boat I needed to add self.object:set_armor_groups({immortal=1}) line to the on_activate callback because it just gets destroyed instead when punching. Please fix it.
This mod is really peculiar and amazing! It can be certainly useful in places with rough and steep relief where it's not so easy to overcome it. And the main feature of the mod is wonderfully smooth animation and exact touching of the legs the surface. However, to mount the boat I needed to add
self.object:set_armor_groups({immortal=1})
line to theon_activate
callback because it just gets destroyed instead when punching. Please fix it.Thanks for the feedback, I've pushed an update that switches things over to right click so there's no damage when mounting.