2023-06-11 03:32:24 -04:00
# Minetest sub.nasa-g0v game
2021-12-03 23:15:49 -04:00
The vanilla anarchic famous server game
2022-02-10 14:50:48 -04:00
* English information: [GAMEINFO-en.md ](GAMEINFO-en.md ), **WARNING: if you question why there is no mod "x" instead of mod "y" read the information file in the initial section **
* Informacion español: [GAMEINFO-es.md ](GAMEINFO-es.md ), **ADVERTENCIA: si se cuestiona porque no esta el mod "x" en vez de el mod "y" lease el archivo de informacion en la seccion inicial**
* Информация русском: [GAMEINFO-ru.md ](GAMEINFO-ru.md ), **ВНИМАНИЕ: если у вас возник вопрос, почему нет мода "x" вместо мода "y" прочитайте информационный файл в начальном разделе**
2021-12-03 23:15:49 -04:00
2022-02-10 18:19:33 -04:00
![screenshot.png ](screenshot.png )
2023-06-11 12:10:24 -04:00
For further information, check https://codeberg.org/minenux/minetest-game-subnasa.git
or https://git.minetest.io/minenux/minetest-game-subnasa
2022-02-11 01:02:43 -04:00
2021-12-03 23:15:49 -04:00
## Installation
2021-12-13 20:48:30 -06:00
For specific minetest installation check [docs/INSTALL.md ](docs/INSTALL.md )
2022-02-10 14:50:48 -04:00
- Unzip the archive, rename the folder to `subnasa` and
2021-12-12 20:48:14 -06:00
place it in .. `minetest/games/`
2021-12-03 23:15:49 -04:00
- GNU/Linux: If you use a system-wide installation place
2022-02-10 14:50:48 -04:00
it in `~/.minetest/games/` or `/usr/share/games/minetest` .
2021-12-03 23:15:49 -04:00
## Compatibility
2023-06-11 03:32:24 -04:00
The Minetest subnasa Game GitHub master HEAD is compatible with MT 0.4.16, 4.0, 5.2 and 5.4
that can be found at https://minetest.io but was only tested in 0.4.17 engine.
2021-12-03 23:15:49 -04:00
2021-12-12 20:48:14 -06:00
To download you can play this game with the following minetest engines:
* https://codeberg.org/minenux/minetest-engine-minetest/src/branch/stable-4.1
* https://codeberg.org/minenux/minetest-engine-minetest/src/branch/stable-4.0
2023-06-11 03:32:24 -04:00
* https://codeberg.org/minenux/minetest-engine-minetest/src/branch/stable-5.X
2024-03-31 17:16:03 -04:00
* Final minetest from https://minetest.io/downloads/ or https://minetest.org
2021-12-12 20:48:14 -06:00
2022-02-10 18:19:33 -04:00
#### Mods
2023-06-11 15:00:07 -04:00
* minetest default and xtras
2023-06-11 03:32:24 -04:00
* integrated the killme/game_commands were simplified into default mod, and provide CC-BY-SA-NC license
2023-06-11 20:01:16 -04:00
* farming is default older but has build-in toolrank detection support
2023-06-11 12:10:24 -04:00
* xdecor as `xdecor` [mods/xdecor ](mods/xdecor ) a super reduced version of homedecor pack, for performance
2024-03-31 22:35:36 -04:00
* sunglasses into `default` from https://github.com/niwla23/minetest_game_improved/tree/master/mods/armoraddons
2023-01-02 01:33:07 -04:00
* sorceredkid auth mod
* minetest Auth Redux as `auth_rx` [mods/auth_rx ](mods/auth_rx ) from https://codeberg.org/minenux/minetest-mod-auth_rx
2022-02-13 04:51:34 -04:00
* so then minetest Formspecs as `formspecs` [mods/formspecs ](mods/formspecs ) from https://codeberg.org/minenux/minetest-mod-formspecs
* minetest floatlands as `floatlands` [mods/floatlands ](mods/floatlands ) derived from Floatlands Realm made to this servers, as https://codeberg.org/minenux/minetest-mod-floatland
* so then default flowers as `flowers` are need. Later this will need ethereal modifications.
2023-06-11 03:32:24 -04:00
* minetest Random Spawn as `rspawn` [mods/rspawn ](mods/rspawn ) from https://codeberg.org/minenux/minetest-mod-rspawn
* so then default beds as `beds` [mods/beds ](mods/beds ) from default 0.4
2024-03-31 17:16:03 -04:00
* tenplus1 petty mods but higly customized
* mobs_redo as `mobs` [mods/mobs ](mods/mobs ) from https://codeberg.org/minenux/minetest-mod-mobs_redo
2023-01-02 01:33:07 -04:00
* simple_skins as `skins` [mods/skins ](mods/skins ) from https://codeberg.org/minenux/minetest-mod-simple_skins
* regrow as `regrow` [mods/regrow ](mods/regrow ) from https://codeberg.org/minenux/minetest-mod-regrow
2023-06-11 03:32:24 -04:00
* ethereal as `ethereal` [mods/ethereal ](mods/ethereal ) from https://codeberg.org/minenux/minetest-mod-ethereal
2024-03-31 17:16:03 -04:00
* PilzAdam mobs mods and D00Med mobs
* dmobs+animal+monsters as `mobs_jam` [mods/mobs_jam ](mods/mobs_jam ) from https://codeberg.org/minenux/minetest-mod-mobs_jam
2024-04-08 23:25:40 -04:00
* Balrog boss by STHGOM / sparky, Hamlet, BrandonReese, LordNeo
* mobs_balrog as `mobs_jam` [mods/mobs_jam ](mods/mobs_jam ) from https://codeberg.org/minenux/minetest-mod-mobs_jam
2023-06-11 12:10:24 -04:00
* player stuffs:
* minenux bags as `backpacks` [mods/backpacks ](mods/backpacks )
2023-06-18 12:19:59 -04:00
* NPXcoot
* nsspf as `nsspf` [mods/nsspf ](mods/nsspf ) from https://git.minetest.io/minenux/minetest-mo>
2023-06-18 03:22:24 -04:00
* Shara RedCat ezhh
* fireflies as `fireflies` [mods/fireflies ](mods/fireflies ) https://github.com/Ezhh/fireflies/blob/master/license.txt
2023-07-13 15:31:31 -05:00
* Skandarella
* Wilhelmines Marinara as `marinara` [mods/marinara ](mods/marinara ) https://git.minetest.io/minenux/minetest-mod-marinara forked compatible version
2023-08-07 04:35:22 -04:00
* mckaygerhard
* Governing dictatorchip as `governing` [mods/governing ](mods/governing ) https://gitlab.com/minenux/minetest-mod-governing
2022-02-10 18:19:33 -04:00
2021-12-03 23:15:49 -04:00
## Licensing
2023-06-11 03:32:24 -04:00
* (c) 2020 mckaygerhard
2023-07-13 23:18:43 -04:00
* (c) 2023 mckayshirou
2023-06-11 03:32:24 -04:00
CC-BY-SA-NC 4.0 (c) MckAY Lenz, See `LICENSE.txt`