About Slot4 Fastswitch
TacOne
Join Date: 2002-11-05 Member: 7070Members
<div class="IPBDescription">Is this possible?</div> After reading <a href='http://www.unknownworlds.com/forums/index.php?showtopic=63412' target='_blank'>this</a> post in the bug reports forum I came up with the following question:
Is it possible, within the HL engine, to make multiple-weapon slots fastswitch like this:
Lets assume I have a grenade and a welder in slot4 and is using hud_fastswitch 1. When I press the "4" key I get the grenade, if I then press "4" again it swithces to the welder. "4" again and it goes back to the grenade and so on.
Is it possible?
Is it possible, within the HL engine, to make multiple-weapon slots fastswitch like this:
Lets assume I have a grenade and a welder in slot4 and is using hud_fastswitch 1. When I press the "4" key I get the grenade, if I then press "4" again it swithces to the welder. "4" again and it goes back to the grenade and so on.
Is it possible?
Comments
forgot where though heh....
But it's a minor issue so I think Flayra has better things to do
Least it did the last time I pressed my slot4 key twice.
hud_fastswitch 1
i may be wrong
hud_fastswitch 1
i may be wrong <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
When there are 2+ weapons in a slot, it wont fast swich it. So, if you have a welder and a grenade, when you hit slot 4, it selects one of them in a drop down. To actually select the weapon, you have to fire. If you press slot 4 twice, it selects the other in the dropdown.
alias slot4b "weapon_grenade; weapon_mine; weapon_welder; alias slot4a slot4c"
alias slot4c "weapon_grenade; weapon_welder; weapon_mine; alias slot4a slot4d"
alias slot4d "weapon_mine; weapon_welder; weapon_grenade; alias slot4a slot4b"
bind 4 "slot4a"
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Add to userconfig.cfg.
If you want to quickly switch between the Welder and, say, the HMG without hitting 4 twice to keep your mines, then you can just bind something to "lastinv", and prepare beforehand.
By the way, that script will work fine. But you don't need the spaces between the ; and the next word. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
Its easier to read with the spaces.
Thx romano.
Its easier to read with the spaces.
Thx romano. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
Most people would copy/paste anyway. <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
keyword: possible
it doesn't work in ns
please do not post when your only information is an assumption
and/or mention CS. ty.
keyword: possible
it doesn't work in ns
please do not post when your only information is an assumption <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
uh..... DUH!
My post was not meant to inform you HOW to do, but to let you know it is POSSIBLE to do it without scripts. It not working in NS is not because it DOESN'T work but because the NS developers did not include it or facilitate it.
Next time read my posts more carefully!