r2519 - trunk/pro

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 7 15:06:27 EDT 2007


Author: div0
Date: 2007-05-07 15:06:27 -0400 (Mon, 07 May 2007)
New Revision: 2519

Modified:
   trunk/pro/default.cfg
Log:
keyhunt -> pro


Modified: trunk/pro/default.cfg
===================================================================
--- trunk/pro/default.cfg	2007-05-07 13:13:37 UTC (rev 2518)
+++ trunk/pro/default.cfg	2007-05-07 19:06:27 UTC (rev 2519)
@@ -243,6 +243,7 @@
 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_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!




More information about the nexuiz-commits mailing list