README.txt 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. ========================================================================
  2. README
  3. ========================================================================
  4. ABOUT:
  5. Voxelands is a sandbox construction game based on Minetest, which was
  6. inspired by earlier "voxel world" games such as Infiniminer. Gameplay
  7. puts players in a fully destructible 3D game world where they can place
  8. and dig numerous types of blocks, items and creatures using a variety
  9. of tools. Inside the game world players can build structures, artworks
  10. and anything else their creativity can think of on multiplayer servers
  11. and singleplayer worlds across multiple game modes.
  12. DEPENDENCIES:
  13. Voxelands requires the standard C++ library, irrlicht 1.8 or later,
  14. freetype, openAL, vorbisfile, ogg, and zlib. CMake, make, and g++ (or other
  15. C++ compiler) are required to build from source.
  16. INSTALL:
  17. If you're reading this then you've already unpacked the tarball, so
  18. just:
  19. 1) cd /path/to/voxelands
  20. 2) cmake -DRUN_IN_PLACE=1 .
  21. 2) make -j3
  22. WINDOWS:
  23. Voxelands can be cross compiled with mingw, or built natively with MSVC,
  24. instructions for the latter are available on the forums:
  25. http://forum.voxelands.com
  26. USE:
  27. Simply run bin/voxelands from any console/terminal.
  28. CONTROLS:
  29. Controls can be set in the Settings tab of the main menu
  30. Main controls:
  31. W, S, A, D - Walk forward backward, left, and right.
  32. Mouse - Look / Aim.
  33. Mouse wheel - Change wielded item.
  34. 1 through 8 - Change wielded item.
  35. Right Mouse Button - Place item.
  36. Left Mouse Button - Dig / Punch / Attack.
  37. Shift - Sneak.
  38. Space - Jump.
  39. R - Move Up (ladders, swimming, flying)
  40. F - Move Down (ladders, swimming, flying)
  41. E - Run.
  42. Action controls:
  43. I - Enter inventory.
  44. Q - Examine pointed block.
  45. H - Use item in hand.
  46. T - Talk / commands.
  47. K - Toggle fly mode.
  48. F1 - Hide / show hud.
  49. F2 - Hide / show chat.
  50. F3 - Disable / enable fog.
  51. F4 - Disable / enable camera update.
  52. F5 - Toggle through debug information.
  53. F6 - Toggle through profiler (info on FPS, chunk updates, etc.)
  54. F12 - Take a screenshot.
  55. LICENSE:
  56. Code:
  57. Voxelands is licensed under the GPLv3 or later.
  58. Copyright (c) 2013-2015 Lisa 'darkrose' Milne <lisa@ltmnet.com>
  59. Forked from Minetest 0.3.x
  60. Copyright (c) 2010-2011 Perttu Ahola <celeron55@gmail.com>
  61. Textures, Sounds, and Models:
  62. This does not apply to texture packs made by others.
  63. Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
  64. http://creativecommons.org/licenses/by-sa/3.0/
  65. Artists include:
  66. sdzen
  67. darkrose
  68. sapier
  69. Tom Peter
  70. Telaron
  71. juskiddink
  72. With special thanks to http://www.opengameart.org/
  73. DEVELOPMENT:
  74. Voxelands is under active development, the latest updates can be found
  75. at:
  76. https://gitlab.com/voxelands/voxelands
  77. or on IRC at:
  78. irc.entropynet.net #voxelands
  79. CHANGES:
  80. See doc/changelog.txt