[nexuiz-commits] r8324 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Nov 27 07:21:35 EST 2009


Author: div0
Date: 2009-11-27 07:21:35 -0500 (Fri, 27 Nov 2009)
New Revision: 8324

Modified:
   trunk/data/defaultHavoc.cfg
   trunk/data/defaultNexuiz.cfg
Log:
stupid cvar for mapinfo type forcing


Modified: trunk/data/defaultHavoc.cfg
===================================================================
--- trunk/data/defaultHavoc.cfg	2009-11-27 12:07:28 UTC (rev 8323)
+++ trunk/data/defaultHavoc.cfg	2009-11-27 12:21:35 UTC (rev 8324)
@@ -29,6 +29,7 @@
 seta r_ambient 20
 seta menu_skin "simplygray"
 set menu_slist_modfilter "havoc"
+seta g_mapinfo_allow_unsupported_modes_and_let_stuff_break 1
 
 exec physicsHavoc.cfg
 exec balanceHavoc.cfg

Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-11-27 12:07:28 UTC (rev 8323)
+++ trunk/data/defaultNexuiz.cfg	2009-11-27 12:21:35 UTC (rev 8324)
@@ -1685,6 +1685,8 @@
 
 set rescan_pending 0 "set to 1 to schedule a fs_rescan at the end of this match"
 
+seta g_mapinfo_allow_unsupported_modes_and_let_stuff_break "0" "set to 1 to be able to force game types using g_ cvars even if the map does not support them"
+
 // weapon accuracy stats
 set sv_accuracy_data_share 1 "1 send weapon accuracy data statistics to spectating clients, depends on cl_accuracy_data_share"
 set sv_accuracy_data_send 1 "1 send weapon accuracy data statistics and improved score info to all the clients at the end of the match, depends on cl_accuracy_data_receive, 0 send the current 'player has won' to all the clients"



More information about the nexuiz-commits mailing list