Go to file
stujones11 07e5b55f37 Initial commit 2013-07-27 17:28:58 +01:00
models Initial commit 2013-07-27 17:28:58 +01:00
sounds Initial commit 2013-07-27 17:28:58 +01:00
textures Initial commit 2013-07-27 17:28:58 +01:00
.gitignore Initial commit 2013-07-27 17:28:58 +01:00
LICENSE.txt Initial commit 2013-07-27 17:28:58 +01:00
README.txt Initial commit 2013-07-27 17:28:58 +01:00
depends.txt Initial commit 2013-07-27 17:28:58 +01:00
hover.lua Initial commit 2013-07-27 17:28:58 +01:00
init.lua Initial commit 2013-07-27 17:28:58 +01: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

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

'Bouncing' into thin air: This can simply be the result of server lag (even in singleplayer).
The client and server are out of sync. Solution, just be patient and allow the environment
to full 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.