hud_fastswitch 1 doesnt work :'(

O

old.Da_TOAST

Guest
hud_fastswitch 1 doesnt work :'(

anybody know of anything else?
 
W

Will

Guest
// Weapon Switcher

alias mwu "invprev; +attack; wait; -attack"
alias mwd "invnext; +attack; wait; -attack"

bind "mwheelup" "mwu"
bind "mwheeldown" "mwd"

Not my own work.
 
T

Trem

Guest
Mmmmmm Monster Munch, truly the king of crisps, closely followed by Frazzle's and Skips.
 
C

Ch3tan

Guest
Fastswitch does work, it's just not very fast. Takes a second or so of leaving the wheel scrolled on the selected weapon before it switches to it.
 
O

old.Mr Crapini

Guest
Originally posted by ItchyTrigaFinga
// Weapon Switcher

alias mwu "invprev; +attack; wait; -attack"
alias mwd "invnext; +attack; wait; -attack"

bind "mwheelup" "mwu"
bind "mwheeldown" "mwd"


I copied all of the quoted words and symbols above and pasted them in at the bottom of my CS config.cfg and it worked, n1 Itchy :)
 
T

throdgrain

Guest
Yep works for me too, though mine is the other wat around because I'm arkward :)
 
W

Will

Guest
You aren't allowed to use that on me if I ever turn up.;)
 
K

killer4hire

Guest
Mouse Script

Script goes into autoexec.cfg

alias fastweapup "invnext; +attack; wait; -attack"
alias fastweapdn "invprev; +attack; wait; -attack"

BIND goes into config.cfg

bind "mwheelup" "fastweapup"
bind "mwheeldown" "fastweapdn"


That is the best one I have found out in the big bad world of cs:clap:
 
W

Will

Guest
Funny that, loks like you got it at the same place as mine, no difference expect the alias names.
 
K

killer4hire

Guest
Wow good minds must think alike lol :cool:

p.s nice home page
 
O

old.©h®°n°

Guest
oooooooo
id DOES work :D

i was started/completed Q3 again the other day and got so used to the speed and the way the weapons changed then when I went back to CS i did absolutly $hite :(
 
I

isuck

Guest
i thought fastswitch only made it quicker to pick weapons using the 1,2,3,4,5 keys where the annoying Weapons select doesnt pop up, not that i've ever had the time to reach them, i normally just throw my primary down to get my pistol.
 
O

old.Da_TOAST

Guest
Originally posted by ItchyTrigaFinga
Ta.

all ur alias and similar commands worked, man but the next time i played cs they werent there? any way to save em?
 
C

Ch3tan

Guest
What file did you save them in?
Always write protect your config.cfg in your CS directory, HL has a habit of changing it otherwise.
 
W

Will

Guest
or create an autoexec.cfg

I'll be honest, I stopped scripting about a year ago, can't really remember the practical side of it.
 
O

old.Da_TOAST

Guest
Originally posted by ItchyTrigaFinga
// Weapon Switcher

alias mwu "invprev; +attack; wait; -attack"
alias mwd "invnext; +attack; wait; -attack"

bind "mwheelup" "mwu"
bind "mwheeldown" "mwd"

Not my own work.


Yo itchy your thing works great but im having problems saving it. I know you said to type it into: config.cfg
but i cant find the file you are talking about. I found 3 files of that nature somewhere in my counter-strike dir but they all werent able to open, you needed to open em with a special program. How do you type things into config.cfg and save them? or is there a way to get it to work if u type it into console??
 
A

[A&I]Lilly Monster

Guest
I find fiddling with config.cfg a pain as HL does love to change it for no apparent reason... Therefore an easy solution is to create another cfg file... say binds.cfg, stick all ur binds in there then stick "exec binds.cfg" in ur autoexec.cfg. Works a treat for me :).
 
A

[A&I]Lilly Monster

Guest
K well it seems using a bind file doesn't always work...

/me spits @ HL

It's a pain to say the least :p. I'll have to agree with CH3tan on this one (grumble), customize ur CS config.cfg to jsut how u like it, then set it to read only. HL must get quite upset :D.
 
O

old.D0LLySh33p

Guest
So says Lilz after HL blows his machine up in anger.
 
W

Will

Guest
Use notepad or wordpad to open the config.cfg

Have a second file called alias.cfg , and add
Code:
alias mwu "invprev; +attack; wait; -attack"
alias mwd "invnext; +attack; wait; -attack"
in it.

Type
Code:
bind "mwheelup" "mwu"
bind "mwheeldown" "mwd"
in the console to add it auto to your config.cfg

Remember to type exec alias.cfg first. I think you can add it to your command line "-exec alias.cfg"
 

Users who are viewing this thread

Top Bottom