Go to file
rubenwardy 68e7cd397f Convert to ModPack 2015-07-16 18:25:25 +01:00
ctf Convert to ModPack 2015-07-16 18:25:25 +01:00
ctf_chat Convert to ModPack 2015-07-16 18:25:25 +01:00
ctf_endgame Convert to ModPack 2015-07-16 18:25:25 +01:00
ctf_flag Convert to ModPack 2015-07-16 18:25:25 +01:00
ctf_flash Convert to ModPack 2015-07-16 18:25:25 +01:00
ctf_protect Convert to ModPack 2015-07-16 18:25:25 +01:00
ctf_turret Convert to ModPack 2015-07-16 18:25:25 +01:00
.gitattributes Initial Commit 2013-08-16 17:05:56 +01:00
.gitignore Initial Commit 2013-08-16 17:05:56 +01:00
README.md Convert to ModPack 2015-07-16 18:25:25 +01:00
modpack.txt Convert to ModPack 2015-07-16 18:25:25 +01:00

README.md

CTF PvP Engine

A highly modular framework for the Minetest game engine, in order to allow the development of Capture the Flag / City vs City games. Good for any sort of game where players can join teams - flags are optional, everything is highly configurable.

Licenses

Created by: rubenwardy.
Copyright (c) 2013 - 2015
Code: LGPL 2.1 or later.
Textures: CC-BY-SA 3.0

Modules

  • ctf
    • core - adds saving, loading and settings. All modules depend on this.
    • teams - add the concepts of teams and players. All modules except core depend on this.
    • diplomacy - adds inter team states of war, peace and alliances. Requires ctf.teams
    • gui - adds the team gui on /team. Allows tabs to be registered.
    • hud - adds the name of the team in the TR of the screen, and sets the color of a player's name.
  • ctf_chat - adds chat commands and chat channels.
  • ctf_flag - adds flags and flag taking.
  • ctf_match - adds the concept of winning, match build time, and reseting the map / setting up a new game. Requires ctf_flag
  • ctf_protect - Adds node ownership / protection to teams. Requires ctf_flag.
  • ctf_turret - Adds auto-firing turrets that fire on enemies.