[nexuiz-commits] r7769 - branches/nexuiz-2.0/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Sep 13 02:26:30 EDT 2009


Author: samual
Date: 2009-09-13 02:26:29 -0400 (Sun, 13 Sep 2009)
New Revision: 7769

Modified:
   branches/nexuiz-2.0/data/defaultNexuiz.cfg
Log:
[NOT FOR 2.5.2] updated defaultNexuiz.cfg to fit the new cl_deathfade feature -- cvar versioning was updated

Modified: branches/nexuiz-2.0/data/defaultNexuiz.cfg
===================================================================
--- branches/nexuiz-2.0/data/defaultNexuiz.cfg	2009-09-12 18:53:25 UTC (rev 7768)
+++ branches/nexuiz-2.0/data/defaultNexuiz.cfg	2009-09-13 06:26:29 UTC (rev 7769)
@@ -26,7 +26,7 @@
 seta g_configversion 0	"Configuration file version (used to upgrade settings) 0: first run, or previous start was <2.4.1  Later, it's overridden by config.cfg, version ranges are defined in config_update.cfg"
 
 // default.cfg versioning (update using update-cvarcount.sh, run that every time after adding a new cvar)
-set cvar_check_default d0dff920a90189ec586144a2e190c604
+set cvar_check_default eb7c0e20fc7d499b26521052ddcc4d80
 
 // Nexuiz version (formatted for machines)
 // used to determine if a client version is compatible
@@ -237,6 +237,7 @@
 gl_polyblend 1 // whether to use screen tints, default is 1
 r_motionblur 0 // motion blur value, default is 0
 r_damageblur 0 // motion blur when damaged, default is 0
+cl_deathfade 1 // fade screen to dark red when dead, value = how fast the fade is
 
 seta vid_x11_display ""	"nexuiz-linux-*.sh will use this to start nexuiz on an other/new X display"
 // This can have three possible settings:



More information about the nexuiz-commits mailing list