Go to file
Jordan Irwin f2513deb91 Fix horizontal view & vertical position when attached 2021-05-22 00:09:00 -07:00
models Initial commit 2013-07-27 17:28:58 +01:00
sounds Initial commit 2013-07-27 17:28:58 +01:00
textures Add more hovercraft & improve physics 2013-07-28 20:03:03 +01:00
.gitignore Ignore Eclipse project files 2017-05-14 19:28:09 +01:00
LICENSE.txt Initial commit 2013-07-27 17:28:58 +01:00
README.txt Update README.txt 2013-07-28 20:07:03 +01:00
depends.txt It depends on default, wool and dye mods now 2013-11-10 23:10:15 +02:00
hover.lua Fix horizontal view & vertical position when attached 2021-05-22 00:09:00 -07:00
init.lua Added crafting recipes 2013-11-10 22:59:46 +02:00

README.txt

Hovercraft for Minetest [hovercraft]
====================================

A fun alternative mode of transport for Minetest.

Controls
========
	
	Forward (W)	Thrust
	Jump (Space)	Jump
	Mouse Move	Rotate
	Sneak (Shift)	Sit (only visible in multiplayer)

Know Issues
===========

'Bouncing' into thin air: This can simply be the result of server lag,
even in singleplayer mode, the client and server can get out of sync.
Solution, be patient, allow the environment to fully load before preceding.

Problems with bouncing in air and generally getting stuck, being pulled
underwater and all manner of other weirdness can also be caused by a rather
nasty entity duplication bug in minetest itself. The only solution here is
to track down and remove any duplicate entities or by running /clearobjects

Entity Duplication: See above. This usually occurs when you move a given
distance from where the entity was originally placed. The only solution
right now is to restrict the hovercraft to a certain area. For example,
create a sunken race track the hovercraft cannot physically escape from.