1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/minetest/README.rst

55 lines
2.4 KiB
ReStructuredText
Raw Normal View History

2019-02-06 18:21:15 +00:00
===============
Minetest README
===============
2019-02-10 01:32:33 +00:00
`Minetest <https://www.minetest.net/>`_ is an open source clone of `Minecraft <https://en.wikipedia.org/wiki/Minecraft>`_, the creative/explorational building blocks game.
2019-02-09 21:04:06 +00:00
2019-02-10 01:32:33 +00:00
The Minetest multiplayer server can be installed as part of Internet-in-a-Box (IIAB) on Raspberry Pi, Ubuntu 18.04 and possibly also Debian.
2019-02-06 18:21:15 +00:00
2019-02-08 03:25:27 +00:00
Please note that the initial configuration is for creative mode, and a number of mods are installed (see the list in `tasks/main.yml <tasks/main.yml>`_).
2019-02-06 18:21:15 +00:00
2019-02-08 03:25:27 +00:00
Connecting to the Server
------------------------
2019-02-06 18:21:15 +00:00
2019-02-08 03:25:27 +00:00
To connect to the server, you will also need to download Minetest client software for each of your client devices, e.g. from: https://www.minetest.net/downloads/
2019-02-06 18:21:15 +00:00
2019-02-08 03:25:27 +00:00
The port is nominally the standard 30000. This can be changed in `/etc/iiab/local_vars.yml <http://wiki.laptop.org/go/IIAB/FAQ#What_is_local_vars.yml_and_how_do_I_customize_it.3F>`_ using variable: ``minetest_port``
2019-02-06 18:21:15 +00:00
2019-02-08 03:25:27 +00:00
The admin user is the usual: ``Admin``
No password is required.
2019-02-10 18:35:35 +00:00
Configurable Parameters
-----------------------
2019-02-08 03:25:27 +00:00
2019-02-10 18:35:35 +00:00
- minetest_install: set minetest up to install; default is False
- minetest_enabled: set minetest up to be enabled; default is False
- minetest_port: port on which client should connect; default is 30000
- minetest_server_admin: user with all permissions on minetest server; default is Admin
2019-02-10 01:41:38 +00:00
- minetest_default_game: only carbone-ng and minetest engines are supported; default is `carbone-ng <https://github.com/Calinou/carbone-ng>`_
2019-02-10 18:35:35 +00:00
- minetest_flat_world: use a flat mapgen engine to lower computation on client; default is False
2019-02-10 01:41:38 +00:00
2019-02-10 18:35:35 +00:00
File Locations
--------------
2019-02-08 03:25:27 +00:00
- The config file is: ``/etc/minetest/minetest.conf``
2019-02-10 18:35:35 +00:00
- The world files are at ``/library/games/minetest/worlds/world``
File Locations on Raspberry Pi
------------------------------
- The server binary is ``/library/games/minetest/bin/minetestserver``
- The working directory is ``//library/games/minetest``
2019-02-10 18:37:41 +00:00
- mods are in ``/library/games/minetest/games/<game>/mods``
2019-02-10 18:35:35 +00:00
File Locations on Other Platforms
---------------------------------
- The server binary is ``/usr/lib/minetest/minetestserver``
- The working directory is ``/usr/share/games/minetest``
- mods are in ``/usr/share/games/minetest/games/<game>/mods
To Do
-----
- Add more mods - currently only the default mods are there in carbone-ng
- Add more games
2019-02-10 01:41:38 +00:00
- Minetest client software for Windows and Android, included in IIAB for offline communities (`#1465 <https://github.com/iiab/iiab/issues/1465>`_)