Change license to LGPL 2.1 or later
This commit is contained in:
parent
27abdd9f96
commit
8c7381aa24
83
README.md
83
README.md
@ -5,6 +5,8 @@ This is a highly customisable game for PvP servers.
|
||||
|
||||
All settings and features can be modified by editing the settings in this game's configuration.
|
||||
|
||||
**See forum thread for instructions and feature**
|
||||
|
||||
What is this game for?
|
||||
----------------------
|
||||
|
||||
@ -12,86 +14,15 @@ This game can be used for many PvP purposes.
|
||||
|
||||
* Traditional capture the flag.
|
||||
* Country wars - players can make cities and defend them.
|
||||
* Obstactle courses - players can make their bases hard to get to with traps.
|
||||
* Obstacle courses - players can make their bases hard to get to with traps.
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
This mod was made by Andrew "rubenwardy" Ward.
|
||||
|
||||
License: CC-BY-SA 3.0 UNPORTED
|
||||
License for Code: LGPL 2.1 or later.
|
||||
License for Textures: CC BY-SA 3.0 or later.
|
||||
|
||||
http://creativecommons.org/licenses/by-sa/3.0/
|
||||
|
||||
Teams
|
||||
=====
|
||||
|
||||
Players are part of teams. They can either be allocated to teams, or can be invited. Each team is like a separate country; teams have bases and can declare war on each other. Teams can only build on their own territory and unclaimed territory.
|
||||
|
||||
Expanding territory
|
||||
-------------------
|
||||
|
||||
If the multiple_flags setting is set to true, players can add more flags to protect areas and claim land for cities.
|
||||
|
||||
(coming soon) By default, only the team captain can place flags, but you can make anyone in the team able to place flags by setting the captian_place_flag_only to false.
|
||||
|
||||
Allocation
|
||||
----------
|
||||
|
||||
(coming soon - the only current way to join a team is /join team_name)
|
||||
|
||||
Players are allocated to teams depending on the allocate_mode setting
|
||||
|
||||
* cycle - players are added in a cycle motion to each team (one to team 1, one to team 2, etc)
|
||||
* lowest - players are added to the team with the lowest number of players
|
||||
* nil - players have to be invited
|
||||
|
||||
Defenses
|
||||
========
|
||||
|
||||
Turrets
|
||||
-------
|
||||
|
||||
Turrets automatically fire at enemy players and vechiles.
|
||||
|
||||
* The owner of the current area is the owner of the turret.
|
||||
* If an area is unclaimed, the placer is the owner.
|
||||
|
||||
Mines and traps
|
||||
---------------
|
||||
|
||||
Mines and traps can be placed in the game as defenses.
|
||||
|
||||
* Mine - blows up if ANYONE steps on it
|
||||
* Cage trap - Locks a player in indestructible glass
|
||||
* Lava trap - Locks a player in a foundian of lava
|
||||
|
||||
Fire arms
|
||||
---------
|
||||
|
||||
The fire arms mod is installed
|
||||
|
||||
Commands
|
||||
========
|
||||
|
||||
Players
|
||||
-------
|
||||
* /team - view team panel
|
||||
* /list_teams - list all teams and their statistics
|
||||
* /join <team> - join the team <team>
|
||||
* /all <msg> - chat on the global channel
|
||||
|
||||
Team owners
|
||||
-----------
|
||||
(coming soon) All these commands can be disabled from team owner's using settings
|
||||
* /post <msg> - posts a msg to the news board (team owners can use this as well if ctf_team_owners_post is true)
|
||||
* (coming soon) /lock <team> - stop any players joining team <team>
|
||||
* (coming soon) /unlock <team> - allow players to join team <team>
|
||||
|
||||
Administrators only
|
||||
-------------------
|
||||
Uses priv "team"
|
||||
* /ateam <name> - add a team called <name>
|
||||
* /team_owner <name> - make a player the mod or not off the team (toggle)
|
||||
* /reload_ctf - reload the core and settings
|
||||
*/ctf - run debug functions and clean functions
|
||||
This subgame is a fork of minetest_game with capture the flag mods added.
|
||||
minetest_game is licensed under LGPL 2.1 or later for code, and CC BY-SA 3.0 or later for textures.
|
||||
|
Loading…
x
Reference in New Issue
Block a user