The Fun-Focused Free Software Voxel World Game (Fork used for development)
Go to file
darkrose cd9b5bc6fa enchantments pt 5? - gems in mapgen 2015-08-05 17:34:42 +10:00
.tx setup for transifex 2014-09-27 18:37:51 +10:00
cmake/Modules gettext cmake changes 2015-04-12 16:03:18 +10:00
data enchantments pt 5? - gems in mapgen 2015-08-05 17:34:42 +10:00
doc 1507.00 2015-07-27 17:54:40 +10:00
misc script tweaks for the new stable release 2014-11-17 18:38:55 +10:00
po translation updates 2015-07-27 17:51:33 +10:00
src enchantments pt 5? - gems in mapgen 2015-08-05 17:34:42 +10:00
util api pt2 2015-04-17 02:52:33 +10:00
.gitignore add some things to .gitignore 2015-06-10 03:56:55 -07:00
CMakeLists.txt this is next 2015-07-28 17:57:29 +10:00
README.txt some mob sounds 2015-04-22 23:56:48 +10:00
voxelands-icon.ico update logos - still need svg logo 2014-09-27 18:37:51 +10:00
voxelands.conf.example add mapgen types to gui 2014-10-23 04:40:15 +10:00

README.txt

========================================================================
				README
========================================================================

ABOUT:
Voxelands is a sandbox construction game based on Minetest, which was
 inspired by earlier "voxel world" games such as Infiniminer. Gameplay
 puts players in a fully destructible 3D game world where they can place
 and dig numerous types of blocks, items and creatures using a variety
 of tools. Inside the game world players can build structures, artworks
 and anything else their creativity can think of on multiplayer servers
 and singleplayer worlds across multiple game modes.

DEPENDENCIES:
Voxelands requires the standard C++ library, irrlicht 1.8 or later,
 freetype, openAL, vorbisfile, ogg, and zlib. CMake, make, and g++ (or other
 C++ compiler) are required to build from source.

INSTALL:
If you're reading this then you've already unpacked the tarball, so
 just:
1) cd /path/to/voxelands
2) cmake -DRUN_IN_PLACE=1 .
2) make -j3

WINDOWS:
Voxelands can be cross compiled with mingw, or built natively with MSVC,
 instructions for the latter are available on the forums:
 http://forum.voxelands.com

USE:
Simply run bin/voxelands from any console/terminal.

CONTROLS:
Controls can be set in the Settings tab of the main menu
 W: walk forward
 A: walk left
 S: walk backwards
 D: walk right
 Space: jump, move up
 E: run, move down
 Mouse left: dig/hit
 Mouse right: place/use
 Mouse wheel: select wielded item
 Shift: sneak
 R: Toggle viewing all loaded chunks
 I: Inventory menu
 ESC: Pause Menu / Exit game
 T: Chat

LICENSE:
Code:
Voxelands is licensed under the GPLv3 or later.
Copyright (c) 2013-2015 Lisa 'darkrose' Milne <lisa@ltmnet.com>
Forked from Minetest 0.3.x
Copyright (c) 2010-2011 Perttu Ahola <celeron55@gmail.com>

Textures, Sounds, and Models:

This does not apply to texture packs made by others.

Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/

Artists include:
sdzen
darkrose
sapier
Tom Peter
Telaron
juskiddink
With special thanks to http://www.opengameart.org/

DEVELOPMENT:
Voxelands is under active development, the latest updates can be found
 at:
  https://gitlab.com/voxelands/voxelands
 or on IRC at:
  irc.entropynet.net #voxelands

CHANGES:
See doc/changelog.txt