X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=gamemodes-server.cfg;fp=gamemodes-server.cfg;h=e4ff9482208945b100536544bc628b22ca360f10;hb=7730016ead81ff7164134a0371e97f1bbe27955d;hp=57c9f7b7086f2c8ce25ff9f25cf475c2664c334c;hpb=d85229fb1f3ad8745d902584a849eb38ff265ce1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index 57c9f7b70..e4ff94822 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -29,6 +29,7 @@ alias sv_hook_gamestart_ka alias sv_hook_gamestart_ft alias sv_hook_gamestart_inv alias sv_hook_gamestart_duel +alias sv_hook_gamestart_gg alias sv_hook_gamerestart alias sv_hook_gameend @@ -47,6 +48,7 @@ alias sv_vote_gametype_hook_cts alias sv_vote_gametype_hook_dm alias sv_vote_gametype_hook_dom alias sv_vote_gametype_hook_ft +alias sv_vote_gametype_hook_gg alias sv_vote_gametype_hook_inv alias sv_vote_gametype_hook_ka alias sv_vote_gametype_hook_kh @@ -205,6 +207,13 @@ set g_duel_respawn_delay_large_count 0 set g_duel_respawn_delay_max 0 set g_duel_respawn_waves 0 set g_duel_weapon_stay 0 +set g_gg_respawn_delay_small 0 +set g_gg_respawn_delay_small_count 0 +set g_gg_respawn_delay_large 0 +set g_gg_respawn_delay_large_count 0 +set g_gg_respawn_delay_max 0 +set g_gg_respawn_waves 0 +set g_gg_weapon_stay 0 // ========= @@ -542,3 +551,10 @@ set g_invasion_type 0 "type of invasion mode - 0: round-based, 1: hunting, 2: co set g_duel 0 "Duel: frag the opponent more in a one versus one arena battle" //set g_duel_warmup 180 "Have a short warmup period before beginning the actual duel" set g_duel_with_powerups 0 "Enable powerups to spawn in the duel gamemode" + +// ========= +// gungame +// ========= +set g_gg 0 "GunGame: Kill players with all weapons. One weapon at a time." +set g_gg_weapons "vortex mortar machinegun hagar arc electro devastator crylink shotgun blaster" +set g_gg_kills_per_weapon 3 "Number of kills needed to advance to the next weapon"