[nexuiz-commits] r6897 - in trunk/data: . qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jun 6 21:01:45 EDT 2009


Author: mand1nga
Date: 2009-06-06 21:01:42 -0400 (Sat, 06 Jun 2009)
New Revision: 6897

Modified:
   trunk/data/qcsrc/server/constants.qh
   trunk/data/weapons.cfg
   trunk/data/weaponsHavoc.cfg
Log:
Add the /&$?\194?\183%#?"!1Tuba to Havoc mode


Modified: trunk/data/qcsrc/server/constants.qh
===================================================================
--- trunk/data/qcsrc/server/constants.qh	2009-06-06 21:03:19 UTC (rev 6896)
+++ trunk/data/qcsrc/server/constants.qh	2009-06-07 01:01:42 UTC (rev 6897)
@@ -1,5 +1,5 @@
 string CVAR_CHECK_DEFAULT = "c120fa8ce7b9f4b1b86b922d65249573";
-string CVAR_CHECK_WEAPONS = "5de99bb7a7ad820b384e6e9e8875ce42";
+string CVAR_CHECK_WEAPONS = "e85f111d2e89ae3a36fb432de7d2266a";
 
 float	FALSE					= 0;
 float	TRUE					= 1;

Modified: trunk/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2009-06-06 21:03:19 UTC (rev 6896)
+++ trunk/data/weapons.cfg	2009-06-07 01:01:42 UTC (rev 6897)
@@ -3,7 +3,7 @@
 //
 // And... don't forget to edit weaponsHavoc.cfg too.
 
-set cvar_check_weapons 5de99bb7a7ad820b384e6e9e8875ce42
+set cvar_check_weapons e85f111d2e89ae3a36fb432de7d2266a
 
 // NOTE: this only replaces weapons on the map
 // use g_start_weapon_* to also replace the on-startup weapons!

Modified: trunk/data/weaponsHavoc.cfg
===================================================================
--- trunk/data/weaponsHavoc.cfg	2009-06-06 21:03:19 UTC (rev 6896)
+++ trunk/data/weaponsHavoc.cfg	2009-06-07 01:01:42 UTC (rev 6897)
@@ -1,4 +1,4 @@
-set cvar_check_weapons 5de99bb7a7ad820b384e6e9e8875ce42
+set cvar_check_weapons e85f111d2e89ae3a36fb432de7d2266a
 
 // NOTE: this only replaces weapons on the map
 // use g_start_weapon_* to also replace the on-startup weapons!
@@ -19,6 +19,7 @@
 set g_weaponreplace_seeker "hagar"
 set g_weaponreplace_hlac ""
 set g_weaponreplace_campingrifle ""
+set g_weaponreplace_tuba ""
 
 
 set g_start_weapon_laser -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default"
@@ -36,6 +37,7 @@
 set g_start_weapon_hlac -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default"
 set g_start_weapon_seeker -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default"
 set g_start_weapon_campingrifle -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default"
+set g_start_weapon_tuba -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default"
 set g_start_ammo_shells 60
 set g_start_ammo_nails 0
 set g_start_ammo_rockets 0
@@ -410,3 +412,11 @@
 set g_balance_campingrifle_secondary_animtime 0.2
 set g_balance_campingrifle_secondary_ammo 5
 set g_balance_campingrifle_secondary_bulletconstant 130 // 18.3qu
+
+set g_balance_tuba_refire 0.3
+set g_balance_tuba_animtime 0.3
+set g_balance_tuba_attenuation 0.5
+set g_balance_tuba_damage 80
+set g_balance_tuba_edgedamage 0
+set g_balance_tuba_radius 100
+set g_balance_tuba_force 200



More information about the nexuiz-commits mailing list