From: Mario Date: Sun, 30 Sep 2018 04:00:41 +0000 (+1000) Subject: Change the example gametype vote to be 1v1 CTF instead of duel (which is an actual... X-Git-Tag: xonotic-v0.8.5~1809^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c7ba2dd9bd814560a443fe6cc6f3a0575ef55476;p=xonotic%2Fxonotic-data.pk3dir.git Change the example gametype vote to be 1v1 CTF instead of duel (which is an actual gametype here) --- diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index c3996c182..862de2bd5 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -57,15 +57,15 @@ alias sv_vote_gametype_hook_rc alias sv_vote_gametype_hook_tdm alias sv_vote_gametype_hook_duel -// Example preset to allow duel to be used for the gametype voting screen +// Example preset to allow 1v1ctf to be used for the gametype voting screen // sv_vote_gametype_*_type Must be set to the name of the gametype the option is based on // sv_vote_gametype_*_name Contains a human-readable name of the gametype // sv_vote_gametype_*_description Contains a longer description -//set sv_vote_gametype_duel_type dm -//set sv_vote_gametype_duel_name Duel -//set sv_vote_gametype_duel_description "One vs One match" +//set sv_vote_gametype_1v1ctf_type ctf +//set sv_vote_gametype_1v1ctf_name "Capture the Flag Duel" +//set sv_vote_gametype_1v1ctf_description "One vs One match in CTF" //alias sv_vote_gametype_hook_all "set g_maxplayers 0" -//alias sv_vote_gametype_hook_duel "set g_maxplayers 2" +//alias sv_vote_gametype_hook_1v1ctf "set g_maxplayers 2" // ===========