From 4d4ac1d945aa70e3ccf681aacbdc04786a4ac707 Mon Sep 17 00:00:00 2001 From: div0 Date: Thu, 23 Oct 2008 13:11:27 +0000 Subject: [PATCH] add some missing cvars for hlac and seeker; fix newlines in constants.qh; slightly tune down seeker git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4841 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/defaultNexuiz.cfg | 10 ++++++---- data/qcsrc/common/constants.qh | 6 +++--- data/weapons.cfg | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/data/defaultNexuiz.cfg b/data/defaultNexuiz.cfg index 10fe8360a..f3143762b 100644 --- a/data/defaultNexuiz.cfg +++ b/data/defaultNexuiz.cfg @@ -1112,15 +1112,15 @@ set g_jump_grunt 0 // Do you make a grunting noise every time you jump? Is it th alias allready "sv_cmd allready" -seta cl_weaponpriority "9 8 11 7 6 5 4 3 2 1 10 12" // default porto and hook as LOW priority, use the weapon key numbers otherwise +seta cl_weaponpriority "14 13 9 8 11 7 6 5 4 3 2 1 10 12" // default porto and hook as LOW priority, use the weapon key numbers otherwise seta cl_weaponpriority_useforcycling 0 // impulse 200, 210, 220: -seta cl_weaponpriority0 "9 8 4" // explosives (RL Hagar Mortar) +seta cl_weaponpriority0 "14 9 8 4" // explosives (RL Hagar Mortar) // impulse 201, 211, 221: -seta cl_weaponpriority1 "7 6 5 1" // energy (Nex Crylink Electro Laser) +seta cl_weaponpriority1 "13 7 6 5 1" // energy (Nex Crylink Electro Laser) seta cl_weaponpriority2 "7 3" // hitscan exact (Nex MG) seta cl_weaponpriority3 "7 3 2" // hitscan all (Nex MG Shotgun) -seta cl_weaponpriority4 "8 6 5 2" // spam (Hagar Crylink Electro Shotgun) +seta cl_weaponpriority4 "13 8 6 5 2" // spam (Hagar Crylink Electro Shotgun) seta cl_weaponpriority5 "1 12 10" // for moving (Laser Hook Port-O-Launch) seta cl_weaponpriority6 "" seta cl_weaponpriority7 "" @@ -1144,6 +1144,8 @@ set g_weaponreplace_9 "" set g_weaponreplace_10 "" set g_weaponreplace_11 "" set g_weaponreplace_12 "" +set g_weaponreplace_13 "" +set g_weaponreplace_14 "" seta sv_status_privacy 1 // hide IP addresses from "status" replies shown to clients diff --git a/data/qcsrc/common/constants.qh b/data/qcsrc/common/constants.qh index ac47d5a66..c8219794e 100644 --- a/data/qcsrc/common/constants.qh +++ b/data/qcsrc/common/constants.qh @@ -313,9 +313,9 @@ float WEP_HAGAR = 8; float WEPBIT_HAGAR = 128; float WEP_ROCKET_LAUNCHER = 9; float WEPBIT_ROCKET_LAUNCHER = 256; float WEP_PORTO = 10; float WEPBIT_PORTO = 512; float WEP_MINSTANEX = 11; float WEPBIT_MINSTANEX = 1024; -float WEP_HOOK = 12; float WEPBIT_HOOK = 2048; -float WEP_HLAC = 13; float WEPBIT_HLAC = 4096; -float WEP_SEEKER = 14; float WEPBIT_SEEKER = 8192; +float WEP_HOOK = 12; float WEPBIT_HOOK = 2048; +float WEP_HLAC = 13; float WEPBIT_HLAC = 4096; +float WEP_SEEKER = 14; float WEPBIT_SEEKER = 8192; float WEP_LAST = 14; float WEPBIT_ALL = 16383; float WEP_COUNT = 15; diff --git a/data/weapons.cfg b/data/weapons.cfg index 94fac8881..1f7d778ea 100644 --- a/data/weapons.cfg +++ b/data/weapons.cfg @@ -292,7 +292,7 @@ set g_balance_seeker_missile_decel 0.9 set g_balance_seeker_missile_speed_max 1250 set g_balance_seeker_missile_turnrate 0.65 -set g_balance_seeker_missile_damage 45 +set g_balance_seeker_missile_damage 40 set g_balance_seeker_missile_edgedamage 10 set g_balance_seeker_missile_radius 80 set g_balance_seeker_missile_force 250 @@ -301,7 +301,7 @@ set g_balance_seeker_missile_count 4 set g_balance_seeker_missile_lifetime 15 set g_balance_seeker_missile_refire 0.5 set g_balance_seeker_missile_animtime 0.25 -set g_balance_seeker_missile_ammo 1 +set g_balance_seeker_missile_ammo 2 set g_balance_seeker_missile_proxy 0 set g_balance_seeker_missile_proxy_maxrange 45 -- 2.39.2