Go to file
Kyra Zimmer 3cf763797c CI 2020-08-13 12:00:24 +02:00
menu added crude menu icon, added awards submodule, added wbg_awards for registering our own because the defaults are a bit strange 2020-08-10 01:25:07 +02:00
mods added CI 2020-08-13 11:46:17 +02:00
.gitignore initial 2020-08-09 11:59:03 +02:00
.gitlab-ci.yml CI 2020-08-13 12:00:24 +02:00
.gitmodules added CI 2020-08-13 11:46:17 +02:00
LICENSE.md initial 2020-08-09 11:59:03 +02:00
README.md re 2020-08-10 21:51:49 +02:00
build.sh fixed submodules taking forever in build.sh 2020-08-09 21:17:56 +02:00
game.conf initial 2020-08-09 11:59:03 +02:00
minetest.conf mobs balancing, added drawers, 3d armor, toolranks extras, compat for toolranks 2020-08-13 08:20:07 +02:00

README.md

WorstBlockGame

Requirements

  • For playing:
  • For building:
    • some modern linux distro (yeah sorry, windows people gotta ask someone to build it for them)
    • zsh
    • git
    • moonscript
    • Minetest_Game 5.3.0

Building

  • clone the repo, cd into the folder
  • run MTG_PATH=/path/to/your/copy/of/minetest_game ./build.sh
  • symlink the folder into your minetest games folder

for example, on a recent debian:

git clone https://gitlab.com/worstconcept/worstblockgame.git
cd worstblockgame
MTG_PATH=/usr/share/games/minetest/games/minetest_game ./build.sh
mkdir -p ~/.minetest/games
ln -s $(pwd) ~/.minetest/games

Playing

run minetest, select WorstBlockGame, create a map with the following settings:

  • Name: just pick a nice one
  • Seed: some random number
  • Mapgen: v7
  • Game: WorstBlockGame, duh.
  • Mapgen flags:
    • [x] Caves
    • [x] Dungeons
    • [x] Decorations
  • Mapgen-specific flags:
    • [x] Caverns
    • [x] Rivers
    • [x] Mountains
    • [ ] Floatlands

Then play the map.

Getting Started ingame:

  • In your inventory (default [I]), on the "More" tab, there's a Crafting Guide which will learn recipes for any items you know (have or had in your inventory).
  • There's also an award system (also a tab in your Inventory), which will first lead you through the basics, and then open up to have lots of achievements.
  • There's a protection around the spawn area, so if you can't break any blocks there, just walk away a bit.
  • Eat enough to get healed, also holding the Aux key (aka. special, default [E]) lets you run as long as you have stamina, but drains your satiation.