Go to file
MinetestSam 5daefadc7e Add 'Indestructible' prefix to indestructible nodes 2019-01-16 18:46:20 +00:00
menu Initial Commit 2015-07-16 18:44:01 +01:00
mods Add 'Indestructible' prefix to indestructible nodes 2019-01-16 18:46:20 +00:00
.gitignore Readd maps submodule 2019-01-11 18:51:35 +00:00
.gitmodules Reorganise game into modpacks 2019-01-11 15:52:47 +00:00
.luacheckrc Reorganise game into modpacks 2019-01-11 15:52:47 +00:00
.travis.yml Fix a load of issues, add luacheck and travis 2018-04-06 14:04:56 +01:00
README.md Add --recursive note 2019-01-03 02:09:31 +00:00
build.sh Settings Cacher 2015-09-26 15:01:31 +01:00
game.conf Initial Commit 2015-07-16 18:44:01 +01:00
game_api.txt Initial Commit 2015-07-16 18:44:01 +01:00
minetest.conf Remove ABMs 2019-01-05 23:24:53 +00:00
minetest.conf.example Initial Commit 2015-07-16 18:44:01 +01:00
screenshot.png Add screenshot.png 2018-05-15 20:17:58 +01:00
settings_cache.csv Update ctf_pvp_engine 2017-10-12 15:25:23 +01:00
update.sh Fix update, actually this time 2019-01-11 16:32:41 +00:00

README.md

CaptureTheFlag

Uses the CTF PvP engine

  • Fast rounds of CTF games
  • Removed nodes for focus

USE RECURSIVE CLONING!

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

System Requirements

Hosting your server using the dummy backend

minimum

Hosting your server using the leveldb or redis backend

Hosting using sqlite on an SSD or ramdisk (with this guide)

License

Created by rubenwardy
Code: LGPLv2.1+ Textures: CC-BY-SA 3.0

Mods

  • afkkick by GunshipPenguin (CC0 1.0)
  • ctf_pvp_engine by rubenwardy (LGPLv2.1+)
  • chatplus by rubenwardy (LGPLv2.1+)
  • dropondie by minermoder27 (Apache 2.0)
  • email by rubenwardy (MIT)
  • gauges by Calinou (CC0)
  • random_messages by arsdragonfly (CC0)
  • report by rubenwardy (CC0)
  • sprint by GunshipPenguin, rewritten and optimised (CC0 1.0)
  • treasurer by Wuzzy (WTFPL)
  • tsm_chests by Wuzzy (WTFPL)
  • vote by rubenwardy (MIT)
  • wield3d by stu (WTFPL)
  • Minetest Game mods: default, doors, sfinv, killme, stairs. Fun fact: sfinv was made for this subgame, and then merged into MTG.

Custom Mods:

  • hpregen by rubenwardy (LGPLv2.1+)
  • ctf_* by rubenwardy (LGPLv2.1+)
  • no_minimap by rubenwardy (LGPLv2.1+)
  • respawn_immunity by rubenwardy (LGPLv2.1+)