r2395 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 25 12:45:13 EDT 2007


Author: lordhavoc
Date: 2007-04-25 12:45:13 -0400 (Wed, 25 Apr 2007)
New Revision: 2395

Modified:
   trunk/data/default.cfg
Log:
removed line that set cl_movement_minping to 0 because this belongs in
the engine (engine has been updated accordingly)
removed lines that set r_shadow_bumpscale_* cvars, so that engine
defaults are used (which is no basetexture bumpmapping because it looks
terrible, and r_shadow_bumpscale_bumptexture is already 4 in the engine)


Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2007-04-25 16:34:35 UTC (rev 2394)
+++ trunk/data/default.cfg	2007-04-25 16:45:13 UTC (rev 2395)
@@ -124,7 +124,6 @@
 sv_jumpstep 1 // step up stairs while jumping, makes it easier to reach ledges
 
 cl_movement 1
-cl_movement_minping 0 // currently works better than making it ping dependent
 seta cl_autoswitch 1
 cl_netinputpacketlosstolerance 0
 cl_stairsmoothspeed 200
@@ -427,8 +426,6 @@
 r_picmipsprites 0 // Nexuiz uses sprites that should never be picmipped (team mate, typing, waypoints)
 r_mipsprites 1
 r_mipskins 1
-r_shadow_bumpscale_bumpmap 4
-r_shadow_bumpscale_basetexture 5
 r_shadow_realtime_world_lightmaps 1
 r_ambient 0
 cl_decals_fadetime 1




More information about the nexuiz-commits mailing list