Buy Scripts for CS:Source

Started by TeaLeaf, August 19, 2004, 02:08:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Blunt

I'm just fiddling with my cfg and have decided to sort out a problem that has been bugging me for ages.

I had one of my mouse thumb buttons bound to 2 in order to change to pistol, trouble is, everytime I need to type 2, I have to use the mouse button. My mouse button is bound to backspace normally.
so I decided to put this into my config   bind "BACKSPACE" "hud_fastswitch 1; slot2; hud_fastswitch 0"

It worked a treat....except I had lost fastswitch from my mousewheel (it just scrolls through weapons menu and I have to L/click)
I went into options and ticked the fastswitch box, which fixes it, but if I press 2 again I lose fastswitch.

I'm guessing I got the wrong bindage but I'm lost now:blink:
any suggestions?
Regards
Blunt


People who blow things out of proportion are worse than Hitler.


Lee

Blunt, you shouldn't need a script i'd imagine, just make sure that you have both of these in the console:

bind 2 slot2 (type "bind 2" to see if it's binded right)
bind backspace slot2 (same here)
[imglink]http://77.108.129.49/fahtags/ms2.jpg[/imglink]  

Do some Folding today! Click the above link. :)

Blunt

#32
Quote from: Lee;229908Blunt, you shouldn't need a script i'd imagine, just make sure that you have both of these in the console:

bind 2 slot2 (type "bind 2" to see if it's binded right)
bind backspace slot2 (same here)

I was using the bind Oldie wrote bind "BACKSPACE" "hud_fastswitch 1; slot2; hud_fastswitch 0"(above)

I'm thinking that the last bit is turning off my fastswitch.

I'll check in console
edit: bind 2 says it's bind 2 and bind backspace says it's hud_fastswitch 1; slot2; hud_fastswitch 0
Regards
Blunt


People who blow things out of proportion are worse than Hitler.


Lee

#33
Quote from: Blunt;229912I was using the bind Oldie wrote bind "BACKSPACE" "hud_fastswitch 1; slot2; hud_fastswitch 0"(above)

I'm thinking that the last bit is turning off my fastswitch.

I'll check in console
edit: bind 2 says it's bind 2 and bind backspace says it's hud_fastswitch 1; slot2; hud_fastswitch 0

Hmm, try changing to what i put in my previous post, can't see why you'd need to take hud_fastswitch off once it's been put on, maybe i'm missing something from previous posts, i'll read through them.

EDIT: Nope don't seem to, but it's worth noting that you don't need to buy ammo now in CSS so there may be some outdated binds in peoples configs.
[imglink]http://77.108.129.49/fahtags/ms2.jpg[/imglink]  

Do some Folding today! Click the above link. :)

Blunt

I changed it and it works, all I have to do now is make my binds work permanently.
I type "exec bce.cfg" into my config.cfg and save, and they work, but after I quit, the command is no longer in my config
Maybe it will write it there permanently from my console:blink:
Regards
Blunt


People who blow things out of proportion are worse than Hitler.


Lee

Have you got an autoexec.cfg file?

You could try putting "exec bce.cfg" in there, if not i'd recommend creating one. It should load them automatically then.
[imglink]http://77.108.129.49/fahtags/ms2.jpg[/imglink]  

Do some Folding today! Click the above link. :)

Blunt

Regards
Blunt


People who blow things out of proportion are worse than Hitler.


Anonymous

Quote from: Blunt;229920I changed it and it works, all I have to do now is make my binds work permanently.
I type "exec bce.cfg" into my config.cfg and save, and they work, but after I quit, the command is no longer in my config
Maybe it will write it there permanently from my console:blink:

After you type it in and save then make the file read only

Blunt

Regards
Blunt


People who blow things out of proportion are worse than Hitler.