Update CTF_PVP_ENGINE
This commit is contained in:
parent
4531e0f1cc
commit
3a5e53f775
2 changed files with 12 additions and 3 deletions
|
@ -4,23 +4,32 @@ fixed_map_seed = 14703851313754985906
|
||||||
map_generation_limit = 160
|
map_generation_limit = 160
|
||||||
vote.kick_vote = false
|
vote.kick_vote = false
|
||||||
|
|
||||||
|
#
|
||||||
|
# CTF_PVP_ENGINE
|
||||||
# See mods/ctf_pvp_engine/minetest.conf.example for ctf_pvp_engine settings.
|
# See mods/ctf_pvp_engine/minetest.conf.example for ctf_pvp_engine settings.
|
||||||
|
#
|
||||||
|
|
||||||
ctf.colors.skins = true
|
ctf.colors.skins = true
|
||||||
ctf.colors.nametag = true
|
ctf.colors.nametag = true
|
||||||
|
|
||||||
ctf.flag.capture_take = true
|
ctf.flag.capture_take = true
|
||||||
|
ctf.flag.waypoints
|
||||||
|
|
||||||
ctf.allocate_mode = 3
|
ctf.allocate_mode = 3
|
||||||
ctf.diplomacy = false
|
ctf.diplomacy = false
|
||||||
ctf.players_can_change_team = false
|
ctf.players_can_change_team = false
|
||||||
ctf.node_ownership = false
|
ctf.node_ownership = false
|
||||||
ctf.friendly_fire = false
|
ctf.friendly_fire = false
|
||||||
|
ctf.remove_player_on_leave = true
|
||||||
|
ctf.autoalloc_on_joinplayer = true
|
||||||
|
|
||||||
ctf.match = true
|
ctf.match = true
|
||||||
ctf.match.teams = red, red, 15, 7, 39; blue, blue, -9, 9, -43
|
ctf.match.teams = red, red, 15, 7, 39; blue, blue, -9, 9, -43
|
||||||
ctf.match.clear_inv = true
|
ctf.match.clear_inv = true
|
||||||
ctf.match.destroy_team = true
|
ctf.match.destroy_team = true
|
||||||
ctf.match.reset_on_winner = true
|
ctf.match.reset_on_winner = true
|
||||||
ctf.match.map_reset_limit = 160
|
ctf.match.map_reset_limit = 160
|
||||||
ctf.remove_player_on_leave = true
|
|
||||||
ctf.autoalloc_on_joinplayer = true
|
|
||||||
ctf.gui.tab.flags = false
|
ctf.gui.tab.flags = false
|
||||||
ctf.gui.tab.settings = false
|
ctf.gui.tab.settings = false
|
||||||
ctf.gui.tab.diplo = false
|
ctf.gui.tab.diplo = false
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b8b6ff76e771bc1fb95fe19a68800147902d76b2
|
Subproject commit 60e4e0600e276da330ab2d5085ddb232df559150
|
Loading…
Reference in a new issue