r2365 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Apr 20 07:54:52 EDT 2007


Author: esteel
Date: 2007-04-20 07:54:52 -0400 (Fri, 20 Apr 2007)
New Revision: 2365

Modified:
   trunk/data/default.cfg
   trunk/data/weapons.cfg
Log:
larger vid_con* sizes, shotgun has less spread


Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2007-04-20 11:44:34 UTC (rev 2364)
+++ trunk/data/default.cfg	2007-04-20 11:54:52 UTC (rev 2365)
@@ -78,9 +78,9 @@
 vid_fullscreen 1
 vid_width 800
 vid_height 600
-// 2D resolution 640x480
-vid_conwidth 640
-vid_conheight 480
+// 2D resolution 800x600
+vid_conwidth 800
+vid_conheight 600
 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/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2007-04-20 11:44:34 UTC (rev 2364)
+++ trunk/data/weapons.cfg	2007-04-20 11:54:52 UTC (rev 2365)
@@ -51,14 +51,14 @@
 set g_balance_shotgun_primary_bullets 5
 set g_balance_shotgun_primary_damage 12
 set g_balance_shotgun_primary_force 60
-set g_balance_shotgun_primary_spread 0.09
+set g_balance_shotgun_primary_spread 0.08
 set g_balance_shotgun_primary_refire 0.5
 set g_balance_shotgun_primary_animtime 0.2
 set g_balance_shotgun_primary_ammo 1
 set g_balance_shotgun_secondary_bullets 5
 set g_balance_shotgun_secondary_damage 12
 set g_balance_shotgun_secondary_force 60
-set g_balance_shotgun_secondary_spread 0.16
+set g_balance_shotgun_secondary_spread 0.12
 set g_balance_shotgun_secondary_refire 1.35
 set g_balance_shotgun_secondary_animtime 0.2
 set g_balance_shotgun_secondary_ammo 1




More information about the nexuiz-commits mailing list