Capture the Flag game based on Minetest voxel engine

LoneWolfHT 5683f9111e Give score when healing player in combat 2 years ago
.github b762e4998e Update to 3.0 (#891) 2 years ago
docs f610722b83 Remove false promises in class selection, add random messages 4 years ago
menu b762e4998e Update to 3.0 (#891) 2 years ago
mods 5683f9111e Give score when healing player in combat 2 years ago
scripts b762e4998e Update to 3.0 (#891) 2 years ago
textures b762e4998e Update to 3.0 (#891) 2 years ago
.editorconfig b762e4998e Update to 3.0 (#891) 2 years ago
.gitignore b762e4998e Update to 3.0 (#891) 2 years ago
.gitmodules 5a1d6ac965 Remove unlock crafting message, rework crafting mod 2 years ago
.luacheckrc feb5a65ab5 Reorganize some mods 2 years ago
README.md b762e4998e Update to 3.0 (#891) 2 years ago
game.conf b762e4998e Update to 3.0 (#891) 2 years ago
minetest.conf 0654e81660 Reduce build time to 3 minutes (#697) 3 years ago
screenshot.png e8fd22c569 Add screenshot.png 6 years ago
settingtypes.txt b762e4998e Update to 3.0 (#891) 2 years ago

README.md

Capture The Flag

Build status

  • Fast rounds of CTF games.
  • Removed nodes for focus.

Installation

Capture the flag uses several submodules. Make sure to grab them all by cloning like this:

git clone --recursive https://github.com/MT-CTF/capturetheflag.git

Development

System Requirements

Recommended

  • Hosting your server using the dummy backend.

  • Storing rankings using the redis backend:

    • Ubuntu:
    • sudo apt install luarocks redis
    • sudo luarocks install luaredis
    • Add ctf_rankings to your secure.trusted_mods. MIGHT BE POSSIBLE FOR OTHER MODS TO BREACH SECURITY. MAKE SURE YOU ADD NO MALICIOUS MODS TO YOUR CTF SERVER
    • Run something like this when starting your server (With parentheses): (cd minetest/worlds/yourworld && redis-server) |
    • If you run your Minetest server using a system service it is recommended to run redis-server in it's own service, with the Minetest one depending upon it
  • License

    Created by rubenwardy and Lone_Wolf.

    Licenses where not specified: Code: LGPLv2.1+ Textures: CC-BY-SA 3.0

    Textures

    • Header: CC BY-SA 4.0 by xenonca

    Mods

    Check out mods/ to see all the installed mods and their respective licenses.