lib_mount

API framework for mounting objects

LGPL-2.1 License

Stars
6
Committers
4

Bot releases are hidden (Show)

lib_mount - Library Mount v1.4 Latest Release

Published by Panquesito7 almost 2 years ago

Changelog

  • Deprecated functions (get_look_yaw) were replaced with newer ones.
  • Add support for 3+ passengers (#4).
    • Thanks, @Lazerbeak12345!
  • default was removed from dependencies. The mod can be used more freely in other games.
  • (Minimall) Print when the mod is loaded #7.
    • Thanks, @Zweihorn!
lib_mount - Library Mount v1.3

Published by Panquesito7 over 3 years ago

  • Major improvements for flying vehicles.
    • Previously, if the entity had the can_fly option enabled when
      going upwards or downwards, it went too fast, extremely fast, and its speed increases over time. With this update, this no longer happens: you can customize your own upwards and downwards maximum speed for any entity you want.
    • Make going upwards and downwards a configurable setting (applies only if can_fly is enabled).
  • Add documentation on drops in the code.
  • Support to enable/disable individually crashing to an entity.
  • Fix crash when a player leaves while in a car.