From e46d21004e810f08366d79dcff5b63c7b23578f4 Mon Sep 17 00:00:00 2001 From: div0 Date: Mon, 7 May 2007 19:06:27 +0000 Subject: [PATCH] keyhunt -> pro git-svn-id: svn://svn.icculus.org/nexuiz/trunk@2519 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- pro/default.cfg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pro/default.cfg b/pro/default.cfg index 43c7afbd3..27bc7cd29 100644 --- a/pro/default.cfg +++ b/pro/default.cfg @@ -243,6 +243,7 @@ seta fraglimit_override -1 seta g_ctf_capture_limit -1 seta g_domination_point_limit -1 seta g_runematch_point_limit -1 +seta g_keyhunt_point_limit -1 // respawn delay set g_respawn_delay 2 @@ -720,3 +721,25 @@ alias g_maplist_add "qc_cmd rpn /maps/$1.mapcfg fexists_assert /g_maplist alias g_maplist_remove "qc_cmd rpn /g_maplist g_maplist /$1 difference def" alias g_maplist_putfirst "qc_cmd rpn /maps/$1.mapcfg fexists_assert /g_maplist /$1 g_maplist union def" alias g_maplist_shufflenow "qc_cmd rpn /g_maplist g_maplist shuffle def" + +// key hunt +set g_keyhunt 0 +set g_balance_keyhunt_delay_return 60 +set g_balance_keyhunt_delay_round 5 +set g_balance_keyhunt_delay_tracking 10 +set g_balance_keyhunt_delay_fadeout 2 +set g_balance_keyhunt_delay_collect 1.5 +set g_balance_keyhunt_delay_drop 0.4 +set g_balance_keyhunt_maxdist 150 +set g_balance_keyhunt_score_collect 3 +set g_balance_keyhunt_score_carrierfrag 2 +set g_balance_keyhunt_score_capture 100 +set g_balance_keyhunt_score_push 60 +set g_balance_keyhunt_score_destroyed 50 +set g_balance_keyhunt_score_destroyed_ownfactor 1 +set g_balance_keyhunt_dropvelocity 300 +set g_balance_keyhunt_throwvelocity 400 +set g_balance_keyhunt_protecttime 0.8 +set g_balance_keyhunt_damageforcescale 1 +set g_keyhunt_teams_override 0 +set g_keyhunt_teams 0 // mapcfgs NEED to specify this! -- 2.39.2