mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update README.rst
This commit is contained in:
parent
b78f56512d
commit
7afa48f2cc
1 changed files with 11 additions and 9 deletions
|
@ -22,21 +22,23 @@ No password is required.
|
||||||
Configurable Parameters
|
Configurable Parameters
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
- minetest_install: set minetest up to install; default is False
|
- ``minetest_install:`` set minetest up to install; default is False
|
||||||
- minetest_enabled: set minetest up to be enabled; 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_port:`` port on which client should connect; default is 30000
|
||||||
- minetest_server_admin: user with all permissions on minetest server; default is Admin
|
- ``minetest_server_admin:`` user with all permissions on minetest server; default is Admin
|
||||||
|
|
||||||
- minetest_default_game: only carbone-ng and minetest engines are supported; default is `carbone-ng <https://github.com/Calinou/carbone-ng>`_
|
- ``minetest_default_game:`` only `carbone-ng <https://github.com/Calinou/carbone-ng>`_ and minetest engines are supported; default is carbone-ng
|
||||||
- minetest_flat_world: use a flat mapgen engine to lower computation on client; default is False
|
- ``minetest_flat_world:`` use a flat mapgen engine to lower computation on client; default is False
|
||||||
|
|
||||||
File Locations
|
File Locations
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
- The config file is: ``/etc/minetest/minetest.conf``
|
- The config file is: ``/etc/minetest/minetest.conf``
|
||||||
- The world files are at ``/library/games/minetest/worlds/world``
|
- The world files are at ``/library/games/minetest/worlds/world``
|
||||||
|
|
||||||
File Locations on Raspberry Pi
|
File Locations on Raspberry Pi
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
- The server binary is ``/library/games/minetest/bin/minetestserver``
|
- The server binary is ``/library/games/minetest/bin/minetestserver``
|
||||||
- The working directory is ``//library/games/minetest``
|
- The working directory is ``//library/games/minetest``
|
||||||
- mods are in ``/library/games/minetest/games/<game>/mods``
|
- mods are in ``/library/games/minetest/games/<game>/mods``
|
||||||
|
@ -45,10 +47,10 @@ File Locations on Other Platforms
|
||||||
---------------------------------
|
---------------------------------
|
||||||
- The server binary is ``/usr/lib/minetest/minetestserver``
|
- The server binary is ``/usr/lib/minetest/minetestserver``
|
||||||
- The working directory is ``/usr/share/games/minetest``
|
- The working directory is ``/usr/share/games/minetest``
|
||||||
- mods are in ``/usr/share/games/minetest/games/<game>/mods
|
- mods are in ``/usr/share/games/minetest/games/<game>/mods``
|
||||||
|
|
||||||
To Do
|
To Do
|
||||||
-----
|
-----
|
||||||
- Add more mods - currently only the default mods are there in carbone-ng
|
- Add more mods — currently only the default mods are there in carbone-ng
|
||||||
- Add more games
|
- Add more games
|
||||||
- Minetest client software for Windows and Android, included in IIAB for offline communities (`#1465 <https://github.com/iiab/iiab/issues/1465>`_)
|
- Minetest client software for Windows and Android, included onboard IIAB for offline communities (`#1465 <https://github.com/iiab/iiab/issues/1465>`_)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue