Go to file
Jordan Irwin df06d014aa Add ContentDB configuration 2021-08-23 07:10: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
.cdb.json Add ContentDB configuration 2021-08-23 07:10:00 -07:00
.gitattributes Add ContentDB configuration 2021-08-23 07:10:00 -07: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
TODO.txt Make dependencies on default, wool, & mesecons_pistons only... 2021-08-23 06:51:49 -07:00
changelog.txt Use basic_materials:motor for optional craft ingredient... 2021-08-23 07:00:42 -07:00
depends.txt Use 'mesecons_piston' in craft recipe 2021-05-22 00:14:15 -07:00
hover.lua Registration fix required due to name change 2021-08-23 06:51:00 -07:00
init.lua Use basic_materials:motor for optional craft ingredient... 2021-08-23 07:00:42 -07:00
mod.conf Add description to mod.conf 2021-08-23 07:09:40 -07:00
settings.lua Allow hovercraft to be ownable & unusable by non-owners 2021-05-29 01:35:16 -07:00
settingtypes.txt Allow hovercraft to be ownable & unusable by non-owners 2021-05-29 01:35:16 -07: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.