r2226 - branches/nexuiz-2.0/data trunk/data

savagex at icculus.org savagex at icculus.org
Wed Mar 14 12:13:54 EDT 2007


Author: savagex
Date: 2007-03-14 12:13:54 -0400 (Wed, 14 Mar 2007)
New Revision: 2226

Modified:
   branches/nexuiz-2.0/data/default.cfg
   trunk/data/default.cfg
Log:
merge lightmaps up to 1024x1024
the default of 2048x2048 is too heavy for my machine



Modified: branches/nexuiz-2.0/data/default.cfg
===================================================================
--- branches/nexuiz-2.0/data/default.cfg	2007-03-14 15:57:22 UTC (rev 2225)
+++ branches/nexuiz-2.0/data/default.cfg	2007-03-14 16:13:54 UTC (rev 2226)
@@ -52,6 +52,10 @@
 alias team_auto "cmd selectteam auto; cmd join"
 bind f6 team_auto
 
+// merge lightmaps up to 1024x1024 textures
+// the default of 2048x2048 is too heavy for my rig (SavageX)
+mod_q3bsp_lightmapmergepower 3
+
 // player defaults
 _cl_color 153
 _cl_name Player

Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2007-03-14 15:57:22 UTC (rev 2225)
+++ trunk/data/default.cfg	2007-03-14 16:13:54 UTC (rev 2226)
@@ -52,6 +52,10 @@
 alias team_auto "cmd selectteam auto; cmd join"
 bind f6 team_auto
 
+// merge lightmaps up to 1024x1024 textures
+// the default of 2048x2048 is too heavy for my rig (SavageX)
+mod_q3bsp_lightmapmergepower 3
+
 // player defaults
 _cl_color 153
 _cl_name Player




More information about the nexuiz-commits mailing list