Capture the Flag is a team-based FPS game for the Minetest engine
66784b72af
* Updating Changes * Giving an Example of initial_stuff * Unification * Improving English * Better English Co-authored-by: -sniper- <47271658+JostP@users.noreply.github.com> * Adding Pistol example for initia_stuff Co-authored-by: -sniper- <47271658+JostP@users.noreply.github.com> * Update * Update gui.lua * Update gui.lua * Update README.md * Better English Co-authored-by: -sniper- <47271658+JostP@users.noreply.github.com> * Optional Data * Each Word Matters * Update gui.lua * Update gui.lua * Map.mts instead of only .mts * www.humus.name suggestion for skybox images Co-authored-by: -sniper- <47271658+JostP@users.noreply.github.com> * Update README.md * "choose" instead of "chooze" Co-authored-by: -sniper- <47271658+JostP@users.noreply.github.com> * small sentence * Adding missing word "is" * "the" instead of "The" Co-authored-by: -sniper- <47271658+JostP@users.noreply.github.com> * removing useless sentences Co-authored-by: -sniper- <47271658+JostP@users.noreply.github.com> Co-authored-by: -sniper- <47271658+JostP@users.noreply.github.com> |
||
---|---|---|
.github/workflows | ||
docs | ||
menu | ||
mods | ||
textures | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
.luacheckrc | ||
build.sh | ||
game.conf | ||
minetest.conf | ||
README.md | ||
screenshot.png | ||
settings_cache.csv | ||
settingtypes.txt | ||
setup_maps.sh | ||
update.sh |
Capture The Flag
- 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
System Requirements
Recommended
Hosting your server using the dummy
backend.
Minimum
Hosting your server using the leveldb
or redis
backend.
Hosting using sqlite3
on an SSD or ramdisk (with this guide).
License
Created by rubenwardy. Code: LGPLv2.1+ Textures: CC-BY-SA 3.0
Textures
- ctf_classes_skin_* created by GreenDimond/GreenXenith
- ctf_classes_skin_rocketeer with help from Lone_Wolf
- Header: CC BY-SA 4.0 by xenonca
Mods
Check out mods/ to see all the installed mods and their respective licenses.
update.sh
Content in this repository and its sub-modules are arranged in a manner best optimised for distribution. For all features of CTF to work properly, run update.sh instead of manually syncing the local copy. update.sh automatically pulls the latest master of the repository and all its submodules, and does some extra processing to make stuff work.