r2748 - in trunk: data pro

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jun 1 04:06:35 EDT 2007


Author: lordhavoc
Date: 2007-06-01 04:06:22 -0400 (Fri, 01 Jun 2007)
New Revision: 2748

Modified:
   trunk/data/default.cfg
   trunk/pro/default.cfg
Log:
use the new hud in pro and the old hud in normal nexuiz


Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2007-05-31 09:20:36 UTC (rev 2747)
+++ trunk/data/default.cfg	2007-06-01 08:06:22 UTC (rev 2748)
@@ -81,6 +81,7 @@
 // 2D resolution 800x600
 vid_conwidth 800
 vid_conheight 600
+set sbar_hudselector 0 // use the old nexuiz hud layout
 v_deathtilt 0 // needed for spectators (who are dead to avoid prediction)
 
 // these settings determine how much the view is affected by movement/damage

Modified: trunk/pro/default.cfg
===================================================================
--- trunk/pro/default.cfg	2007-05-31 09:20:36 UTC (rev 2747)
+++ trunk/pro/default.cfg	2007-06-01 08:06:22 UTC (rev 2748)
@@ -81,6 +81,7 @@
 // 2D resolution 800x600
 vid_conwidth 800
 vid_conheight 600
+set sbar_hudselector 1 // use the new nexuiz hud layout
 v_deathtilt 0 // needed for spectators (who are dead to avoid prediction)
 
 // these settings determine how much the view is affected by movement/damage




More information about the nexuiz-commits mailing list