MantisBT - Zandronum
View Issue Details
0001962Zandronum[All Projects] Suggestionpublic2014-10-15 12:202014-10-15 21:38
Karakurt 
 
normalfeaturealways
newopen 
WindowsWindows Seven64 bits
1.3 
 
0001962: Requesting "weapbest" (Best Weapon) feature
Okay so, I don't know if that's been requested already or planned for a future version / Zan 2.0, but I find it useful to have weapbest as a keybind.

Once weapbest binded to a key, you'll not have to bother using weapon binds nor the mouse wheel, since you're gonna switch to your best weapon, no matter what the weapon cycle is set at.

Actually I've found an alternative to that, which is a long line of console commands:

mouse3 = cl_noammoswitch false; slot 1; slot 2; use shotgun; slot 4; slot 5; slot 6; slot 7; slot 8; slot 9; use supershotgun; cl_noammoswitch false

This is quite useful because, when used as above (if cl_noammoswitch is at false at first), it'll make the game detect your best weapons that have ammos, the problem being "use shotgun" and "use supershotgun" doesn't work online, so that doesn't work well, unless you replace "use sg/ssg" by "slot 3", which is not what I'd like to do. So yeah, Weapbest would definitely be a good thing, although it's not a priority, so, take your times...
Noone
No tags attached.
Issue History
2014-10-15 12:20KarakurtNew Issue
2014-10-15 13:11ZzZomboNote Added: 0010594
2014-10-15 13:54KarakurtNote Added: 0010595
2014-10-15 14:19KarakurtNote Edited: 0010595bug_revision_view_page.php?bugnote_id=10595#r5764
2014-10-15 14:37FritsNote Added: 0010596
2014-10-15 14:38FritsNote Edited: 0010596bug_revision_view_page.php?bugnote_id=10596#r5766
2014-10-15 21:38StrikerMan780Note Added: 0010599
2014-10-15 21:38StrikerMan780Note Edited: 0010599bug_revision_view_page.php?bugnote_id=10599#r5770

Notes
(0010594)
ZzZombo   
2014-10-15 13:11   
I found out that using "use" several times in one command line will not work as expected. You have to place "wait 1;" between each "use" command.
(0010595)
Karakurt   
2014-10-15 13:54   
(edited on: 2014-10-15 14:19)
Using "use" several times in one command? Got it. Gotta check that out, thanks! :D

PS: how do I use the +wait function?

(0010596)
Frits   
2014-10-15 14:37   
(edited on: 2014-10-15 14:38)
it's "wait" not "+wait"

so it's just wait (time)
example:
mouse3 = cl_noammoswitch false; slot 1; slot 2; use shotgun; wait 1; slot 4 etc

(0010599)
StrikerMan780   
2014-10-15 21:38   
With PWO (which is already in obviously), I could see this being very useful.