Go to file
PilzAdam f245dfdd9e Fix saving interval of stats mod (reported by ShadowNinja) 2014-01-29 19:32:17 +01:00
menu Rename to Nodetopia 2013-12-01 16:01:33 +01:00
mods Fix saving interval of stats mod (reported by ShadowNinja) 2014-01-29 19:32:17 +01:00
LICENSE.txt Add license stuff 2013-11-17 00:22:44 +01:00
README.txt Add /stats to README 2013-12-31 00:50:40 +01:00
game.conf Rename to Nodetopia 2013-12-01 16:01:33 +01:00
minetest.conf Update set_mapgen_params() and remove useless settings from minetest.conf 2013-11-23 15:53:49 +01:00

README.txt

Nodetopia game for the Minetest engine
======================================

Installation:
-------------
Place it in $path_user/games/ and select it in the main menu.

Goal:
-----
This game aims to have a challenging survival gameplay.
The "voxel idea" plays a big role, there are only a few non cubic items.

Tips (for people who know minetest_game):
-----------------------------------------
- Wood can be made out of 4 leaves, which is required to make tools.
- The furnace is made out of clay.
- Pumpkins are food, can be found in forests and grow on wet soil.
- Hungry players get slower.
- Every player gets one backpack.
- A lamp is crafted with coal and 4 wood.

Commands:
---------
- /givebackpack <name>: use this instead of /give <name> backpack:backpack
- /hunger <name> | <name> <amount>: prints or sets the hunger of a player.
- /stats <name>: prints the stats of a player.

Settings:
---------
- creative_mode: boolean, unlimited items, bigger inventory, no bones after
                 death, no hunger and items don't wear out.
- enable_damage: boolean, players cant die, mobs don't chase players.
- spawn_mobs: boolean, whether mobs should spawn (only read at server startup).
- enable_3d_models: boolean, whether 3D models should be used for players and
                    mobs, default is true.

License of sourcecode:
----------------------
Nodetopia
Copyright (C) 2013 PilzAdam <pilzadam@minetest.net>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

License of media (textures, sounds and models):
-----------------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/

Authors of media (textures, sounds and models):
-----------------------------------------------
Everything not listed here: Copyright (C) 2013 PilzAdam <pilzadam@minetest.net>

Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>:
  base_furnace_fire_bg.png
  base_furnace_fire_fg.png

Copyright (C) 2013 Mito551:
  All soundfiles (*.ogg)

models_player.png based on Jordach's character.png