From 9aaf31f607ccfbf3a6b9083b4e52586580949384 Mon Sep 17 00:00:00 2001 From: div0 Date: Sat, 28 Feb 2009 15:22:39 +0000 Subject: [PATCH] update the default values for the weapon priority cvars to match the empiric results git-svn-id: svn://svn.icculus.org/nexuiz/trunk@6021 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/defaultNexuiz.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/defaultNexuiz.cfg b/data/defaultNexuiz.cfg index abafeb01a..3f2b31930 100644 --- a/data/defaultNexuiz.cfg +++ b/data/defaultNexuiz.cfg @@ -1264,14 +1264,14 @@ set g_jump_grunt 0 "Do you make a grunting noise every time you jump? Is it the alias allready "sv_cmd allready" // note: these cvars use weapon NUMBERS. Use the menu to edit this cvar, or look the numbers up in qcsrc/common/constants.qh. -seta cl_weaponpriority "14 13 9 8 11 7 6 5 4 15 3 2 1 10 12" "default porto and hook as LOW priority, use the weapon key numbers otherwise" +seta cl_weaponpriority "11 7 9 4 13 8 6 15 3 5 14 2 1 12 10" "weapon priority list (edit it using the menu, numbers see constants.qh)" seta cl_weaponpriority_useforcycling 0 -seta cl_weaponpriority0 "14 9 8 4" "use impulse 200 for prev gun from this list, 210 for best gun, 220 for next gun. Default value: explosives (RL Hagar Mortar)" -seta cl_weaponpriority1 "13 7 6 5 1" "use impulse 201 for prev gun from this list, 211 for best gun, 221 for next gun. Default value: energy (Nex Crylink Electro Laser)" -seta cl_weaponpriority2 "15 11 7 3" "use impulse 202 for prev gun from this list, 212 for best gun, 222 for next gun. Default value: hitscan exact (Nex MG)" -seta cl_weaponpriority3 "15 11 7 3 2" "use impulse 203 for prev gun from this list, 213 for best gun, 223 for next gun. Default value: hitscan all (Nex MG Shotgun)" -seta cl_weaponpriority4 "13 8 6 5 2" "use impulse 204 for prev gun from this list, 214 for best gun, 224 for next gun. Default value: spam (Hagar Crylink Electro Shotgun)" -seta cl_weaponpriority5 "1 12 10" "use impulse 205 for prev gun from this list, 215 for best gun, 225 for next gun. Default value: for moving (Laser Hook Port-O-Launch)" +seta cl_weaponpriority0 "9 4 13 8 14" "use impulse 200 for prev gun from this list, 210 for best gun, 220 for next gun. Default value: explosives" +seta cl_weaponpriority1 "11 7 6 5 1" "use impulse 201 for prev gun from this list, 211 for best gun, 221 for next gun. Default value: energy" +seta cl_weaponpriority2 "11 7 15 3" "use impulse 202 for prev gun from this list, 212 for best gun, 222 for next gun. Default value: hitscan exact" +seta cl_weaponpriority3 "11 7 15 3 2" "use impulse 203 for prev gun from this list, 213 for best gun, 223 for next gun. Default value: hitscan all" +seta cl_weaponpriority4 "4 13 8 6 2" "use impulse 204 for prev gun from this list, 214 for best gun, 224 for next gun. Default value: spam weapons" +seta cl_weaponpriority5 "1 12 10" "use impulse 205 for prev gun from this list, 215 for best gun, 225 for next gun. Default value: weapons for moving" seta cl_weaponpriority6 "" "use impulse 206 for prev gun from this list, 216 for best gun, 226 for next gun" seta cl_weaponpriority7 "" "use impulse 207 for prev gun from this list, 217 for best gun, 227 for next gun" seta cl_weaponpriority8 "" "use impulse 208 for prev gun from this list, 218 for best gun, 228 for next gun" -- 2.39.2