r2723 - branches/nexuiz-2.0/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue May 29 04:45:17 EDT 2007


Author: div0
Date: 2007-05-29 04:45:12 -0400 (Tue, 29 May 2007)
New Revision: 2723

Modified:
   branches/nexuiz-2.0/data/default.cfg
Log:
r_cullentities_trace: use 4 samples, not 1... should mean less issues and still not that much CPU load


Modified: branches/nexuiz-2.0/data/default.cfg
===================================================================
--- branches/nexuiz-2.0/data/default.cfg	2007-05-29 07:01:35 UTC (rev 2722)
+++ branches/nexuiz-2.0/data/default.cfg	2007-05-29 08:45:12 UTC (rev 2723)
@@ -106,6 +106,8 @@
 set sv_mapchange_delay 5
 set minplayers 0
 sv_cullentities_trace 1
+r_cullentities_trace 1
+r_cullentities_trace_samples 4
 
 // restart server if all players hit "ready"-button
 set sv_ready_restart 0




More information about the nexuiz-commits mailing list