Jump to content

Configs


Recommended Posts

Oh ok, well here's some toggle scripts (if they don't work, sorry - I just wrote them without testing)

 

' crouch toggle
alias crouchdown "+duck; bind c crouchup"
alias crouchup "-duck; bind c crouchdown"
bind c crouchdown

' walk toggle
alias speeddown "+speed; bind shift speedup"
alias speedup "-speed; bind shift speeddown"
bind shift speeddown

Should work, just change the keys in every place to the key you'd like to use.

 

-Hitman

Link to comment
Share on other sites

Guest PDO
Guest PDO
Guest PDO
Guests

I'd say close this before config hacking comments are being slurred left and right.

 

Any bind that does more than one thing is illeagle in CAL.

 

Hit "Q" twice and you're done, there is NO reason you need special binds.

 

BTW, none of your scripts would work hit.

Link to comment
Share on other sites

Member
(edited)
BTW, none of your scripts would work hit.

Really, how come? I haven't made any toggling scripts in a while for HL but those would work in Q3 (which I used to script for all the time).

 

Edit: Hmm, I checked a few web sites with these toggle scripts and they use a command called "developer" in them, I guess that's why... nevermind.

Edited by Hitman
Link to comment
Share on other sites

Ok. First you need to have a userconfig.cfg

 

Then in that you need to, for instance, make some aliases like poop

 

alias "+dck" "+duck; cl_dynamiccrosshair 1"

alias "-dck" "-duck; cl_dynamiccrosshair 0"

 

Then in your config.cfg you need to bind whatever key is your duck key to "+dck" for this example.

 

Then, at the end of your config.cfg you need to add the line "exec userconfig.cfg"

Link to comment
Share on other sites

Mok
Member
(edited)

put this in your userconfig.cfg

//crouch toggle

alias crouchdown "+duck; alias crouchtoggle crouchup"

alias crouchup "-duck; alias crouchtoggle crouchdown"

 

//walk toggle

alias walkage "+speed; alias walktoggle run"

alias run "-speed; alias walktoggle walkage"

 

and this in your config.cfg

bind <key> walktoggle

bind <key> crouchtoggle

Edited by Mok
Link to comment
Share on other sites

isn't there a script that changes the colors of your crosshairs everytime you fire a weapon? i want that script :D

not a script, a bind and it is

 

bind "mouse1" "+attack; adjust_crosshair"
Link to comment
Share on other sites

Oh ok, well here's some toggle scripts (if they don't work, sorry - I just wrote them without testing)

 

' crouch toggle
alias crouchdown "+duck; bind c crouchup"
alias crouchup "-duck; bind c crouchdown"
bind c crouchdown

' walk toggle
alias speeddown "+speed; bind shift speedup"
alias speedup "-speed; bind shift speeddown"
bind shift speeddown

Should work, just change the keys in every place to the key you'd like to use.

 

-Hitman

alias walk_t "walk_on"

alias walk_on "alias walk_t walk_off; +speed"

alias walk_off "alias walk_t walk_on; -speed"

 

bind "MWHEELUP" "walk_t"

 

what else can we toggle...

Link to comment
Share on other sites

Guest PDO
Guest PDO
Guest PDO
Guests

Liar, you suck with colt

 

You just have a quick scoping aim bot :P

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...