Improve readme
This commit is contained in:
parent
e997fe797d
commit
1182912724
16
README.md
16
README.md
@ -63,21 +63,25 @@ It is highly recommended that you install the following mods, too:
|
|||||||
* [autobahn](https://github.com/joe7575/autobahn): Street blocks and slopes with stripes for faster traveling
|
* [autobahn](https://github.com/joe7575/autobahn): Street blocks and slopes with stripes for faster traveling
|
||||||
* [[ta4_jetpack](https://github.com/joe7575/ta4_jetpack): A Jetpack with hydrogen as fuel and TA4 recipe
|
* [[ta4_jetpack](https://github.com/joe7575/ta4_jetpack): A Jetpack with hydrogen as fuel and TA4 recipe
|
||||||
|
|
||||||
For large servers with many player `lsqlite3` is recommended.
|
For large servers with many players, the following packages are recommended:
|
||||||
The package has to be installed via [luarocks](https://luarocks.org/):
|
|
||||||
|
* lua-mashal for faster serialization/deserialization of data
|
||||||
|
* lsqlite3 for storing node and network data
|
||||||
|
|
||||||
|
The packages have to be installed via [luarocks](https://luarocks.org/):
|
||||||
|
|
||||||
luarocks --lua-version 5.1 install lsqlite3
|
luarocks --lua-version 5.1 install lsqlite3
|
||||||
|
luarocks --lua-version 5.1 install lua-marshal
|
||||||
|
|
||||||
To enable this `unsafe` package, add 'techage' to the list of trusted mods in `minetest.conf`:
|
To enable these `unsafe` packages, add 'techage' and 'lua-marshal'
|
||||||
|
to the list of trusted mods in `minetest.conf`:
|
||||||
|
|
||||||
secure.trusted_mods = techage
|
secure.trusted_mods = techage,lua-marshal
|
||||||
|
|
||||||
and add the following line to your `world.mt` or `minetest.conf`:
|
and add the following line to your `world.mt` or `minetest.conf`:
|
||||||
|
|
||||||
techage_use_sqlite = true
|
techage_use_sqlite = true
|
||||||
|
|
||||||
For the installation of 'luarocks' (if not already available), see [luarocks](https://luarocks.org/)
|
|
||||||
|
|
||||||
Available worlds will be converted to 'lsqlite3', but there is no way back, so:
|
Available worlds will be converted to 'lsqlite3', but there is no way back, so:
|
||||||
|
|
||||||
**Never disable 'lsqlite3' for a world that has already been used!**
|
**Never disable 'lsqlite3' for a world that has already been used!**
|
||||||
|
Loading…
Reference in New Issue
Block a user