2022-02-28 20:06:40 -04:00
|
|
|
Minetest5 Game
|
|
|
|
==============
|
2019-09-05 16:39:24 -05:00
|
|
|
|
2022-02-28 20:06:40 -04:00
|
|
|
The default game for the Minetest5 engine.
|
2019-09-05 16:39:24 -05:00
|
|
|
|
2022-02-28 20:06:40 -04:00
|
|
|
This is a fork from minetest default game, this
|
|
|
|
are made from minenux project https://codeberg.org/minenux
|
|
|
|
for minetest v5 and minetest v4 or 0.4.
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
------------
|
|
|
|
|
|
|
|
This is the branch `stable-5.2` of minetest game for minetest5 a version
|
|
|
|
that is focused in v5 of minetest but mainly in 5.2 release. There's
|
|
|
|
also a minetest4 game version too in `stable-4.0` branch.
|
|
|
|
|
|
|
|
This are focused to provide minimal default game featured for minetest5
|
|
|
|
to be playable, with an [api](game_api.md) for more aditions (in the form of mods)
|
|
|
|
|
2022-08-23 11:10:29 -04:00
|
|
|
For further information, check the [Minetest Wiki](https://wiki.minetest.org/index.php?title=Games/Minetest_Game)
|
2022-02-28 20:06:40 -04:00
|
|
|
|
|
|
|
## Download
|
|
|
|
|
|
|
|
Can be obtained from https://codeberg.org/minenux/minetest-game-minetest/tags
|
|
|
|
those like 5.2.X by example https://codeberg.org/minenux/minetest-game-minetest/releases/tag/5.2.1
|
|
|
|
|
|
|
|
It will download a tar.gz file, uncompress the content and a directory will be created,
|
|
|
|
the name of the directory does not matter, the contents will be used later to install.
|
|
|
|
|
|
|
|
When stable releases are made, Minetest Game and the Minetest engine is packaged
|
|
|
|
and made available at https://codeberg.org/minenux/minetest-engine/archive/stable-5.2.tar.gz
|
|
|
|
or generally at https://codeberg.org/minenux/minetest-engine/releases/tag/5.2.1 by example.
|
2019-09-05 16:39:24 -05:00
|
|
|
|
2022-08-23 11:10:29 -04:00
|
|
|
This have a mirror at https://git.minetest.org/minenux/minetest-game-minetest/releases
|
|
|
|
|
2019-09-05 16:39:24 -05:00
|
|
|
## Installation
|
|
|
|
|
2022-08-23 11:10:29 -04:00
|
|
|
This game can be used in any version from 5.0 to 5.2, it may work with recents versions
|
2022-02-28 20:06:40 -04:00
|
|
|
|
|
|
|
After download, rename the directory decompressed to `minetest_game` and put to the "games" directory:
|
2019-09-05 16:39:24 -05:00
|
|
|
|
|
|
|
- GNU/Linux: If you use a system-wide installation place
|
2021-11-23 23:07:32 -04:00
|
|
|
it in ~/.minetest5/games/.
|
2022-02-28 20:06:40 -04:00
|
|
|
- Others: `minetest/games/` or `games` directory from the path were the binary are.
|
|
|
|
|
|
|
|
For further information or help, see: https://wiki.minetest.net/Installing_Mods
|
2019-09-05 16:39:24 -05:00
|
|
|
|
2022-02-28 20:06:40 -04:00
|
|
|
## Content
|
2019-09-05 16:39:24 -05:00
|
|
|
|
2022-08-23 11:10:29 -04:00
|
|
|
This sub game or game will contain a set of mods, that provide a behaviour of the game,
|
|
|
|
For more information check [mods/README.md](mods/README.md)
|
2019-09-05 16:39:24 -05:00
|
|
|
|
|
|
|
## Compatibility
|
|
|
|
|
2022-08-23 11:10:29 -04:00
|
|
|
This source code and files are focused in most newer minetest5 engine
|
2021-11-23 23:07:32 -04:00
|
|
|
from https://codeberg.org/minenux/minetest-engine/src/branch/stable-5.2
|
2022-08-23 11:10:29 -04:00
|
|
|
|
|
|
|
For minetest4 check https://codeberg.org/minenux/minetest-engine/src/branch/stable-4.0
|
2019-09-05 16:39:24 -05:00
|
|
|
|
|
|
|
## Licensing
|
|
|
|
|
2022-08-23 11:22:47 -04:00
|
|
|
See `LICENSE.txt` original autor fo first set of mods game was Blockmen
|
|
|
|
|