minetest/mods/boats
2020-02-13 20:42:56 +00:00
..
locale Add zh_CN translation 2020-01-22 19:09:38 +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 boats: Improve physics by implementing drag and friction forces 2019-10-24 03:47:28 +01: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.md Fix formatting 2020-02-13 20:42:56 +00: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.<br>
Forward            = Speed up.<br>
                     Slow down when moving backwards.<br>
Forward + backward = Enable cruise mode: Boat will accelerate to maximum forward.<br>
                     speed and remain at that speed without needing to hold the
                     forward key.<br>
Backward           = Slow down.<br>
                     Speed up when moving backwards.<br>
                     Disable cruise mode.<br>
Left               = Turn to the left.<br>
                     Turn to the right when moving backwards.<br>
Right              = Turn to the right.<br>
                     Turn to the left when moving backwards.<br>