Canadian Sniper noticed something that snuck past me
The 7/25/2006 build of DarkPlaces now supports bestweapon! :d
The implementation is slightly different, do not put spaces between the impulses.
One typical multiplayer setup is to have 2 keys bound for weapon selection:
(It selects 8 - lightning gun, 5 - supernail gun, 3 - supershotgun, etc. -- in that priority. So the key bound would always select LG if you have the LG and cells, otherwise it would select the SNG or whatever depending on the sequence).
The above setup allows very rapid weapon switching, very valuable in any multiplayer deathmatch mod and exceptionally valuable in Rocket Arena and Clan Arena.
A solid key setup with bestweapon support allows for amazing versatility in deathmatch:
1. Switch to "safe weapon" while in hallways or near combat situations, where you don't want to kill yourself with the rocket launcher
2. Mix up your attacks against your opponent
3. Knock in air with rocket launcher and switch to LG to airshaft.
Additionally, bestweapon support allows for better "all servers supported" style quick grenade aliases. The following is the ideal "quick grenade" alias for DarkPlaces.
DarkPlaces can be setup to be a very effective deathmatch client when properly setup (see below thread for info) and, when doing so, actually is smoother on Quake servers and Quakeworld servers than any other client I've used (comparable to Win ProQuake smoothness, maybe even smoother).
See: DarkPlaces Ideal Deathmatch Settings

The implementation is slightly different, do not put spaces between the impulses.
ProQuake/JoeQuake/Qrack style: bind alt "bestweapon 8 5 3 4 2 1" // <- spaces between
DarkPlaces implementation: bind alt "bestweapon 853421" //<- no spaces
DarkPlaces implementation: bind alt "bestweapon 853421" //<- no spaces
Bind <your key> "impulse 7" // Select rocket launcher
Bind <your key> "bestweapon 853421" // Select best "safe" weapon
Bind <your key> "bestweapon 853421" // Select best "safe" weapon
The above setup allows very rapid weapon switching, very valuable in any multiplayer deathmatch mod and exceptionally valuable in Rocket Arena and Clan Arena.
A solid key setup with bestweapon support allows for amazing versatility in deathmatch:
1. Switch to "safe weapon" while in hallways or near combat situations, where you don't want to kill yourself with the rocket launcher
2. Mix up your attacks against your opponent
3. Knock in air with rocket launcher and switch to LG to airshaft.
Additionally, bestweapon support allows for better "all servers supported" style quick grenade aliases. The following is the ideal "quick grenade" alias for DarkPlaces.
alias +sattack6 "-attack;wait;impulse 6;wait;+attack"
alias -sattack6 "-attack;wait;bestweapon 7853421"
bind <your key> +sattack6
alias -sattack6 "-attack;wait;bestweapon 7853421"
bind <your key> +sattack6
See: DarkPlaces Ideal Deathmatch Settings
Comment