minetest/mods/boats
Bartosz Kosiorek afbee2845a WIP: boats: rotate boat driver, during boat rotation
Currently during boat rotation, the boat driver view do not change.
With this simple patch the rotation is made also for driver.

This way is more natural for vehicles (cars, carts, boats, airplanes etc.)
2020-04-20 16:27:41 +02:00
..
locale Update Chinese Translation, Add Traditional Chinese Translation (#2596) 2020-03-02 21:53:12 +01:00
models Boats: Optimize, re-UV unwrap. 2016-03-30 23:11:12 +01:00
textures Follow naming conventions of textures and models in boats 2016-02-03 19:33:46 +00:00
init.lua WIP: boats: rotate boat driver, during boat rotation 2020-04-20 16:27:41 +02:00
license.txt Change WTFPL to MIT (part 3) 2016-09-07 04:44:53 +01:00
mod.conf Switch to mod.conf, delete deprecated depends.txt 2019-07-17 00:38:23 +02:00
README.txt Boats: Add cruise mode (boat autoforward) 2018-07-03 19:52:28 +01:00

Minetest Game mod: boats
========================
See license.txt for license information.

Authors of source code
----------------------
Originally by PilzAdam (MIT)
Various Minetest developers and contributors (MIT)

Authors of media (textures and model)
-------------------------------------
Textures: Zeg9 (CC BY-SA 3.0)
Model: thetoon and Zeg9 (CC BY-SA 3.0),
  modified by PavelS(SokolovPavel) (CC BY-SA 3.0),
  modified by sofar (CC BY-SA 3.0)

Controls
--------
Right mouse button = Enter or exit boat when pointing at boat.
Forward            = Speed up.
                     Slow down when moving backwards.
Forward + backward = Enable cruise mode: Boat will accelerate to maximum forward
                     speed and remain at that speed without needing to hold the
                     forward key.
Backward           = Slow down.
                     Speed up when moving backwards.
                     Disable cruise mode.
Left               = Turn to the left.
                     Turn to the right when moving backwards.
Right              = Turn to the right.
                     Turn to the left when moving backwards.