Digital Paint Discussion Board
Paintball 2: The Game => Paintball 2 Discussion => Topic started by: The Moppit on November 19, 2005, 09:22:43 AM
-
jitspoe, how do you toggle crouch on and off, ive been trying to work out how but with no success.
-
This is untested and simply hypothetical base on normal alias scripting.
If it works, you will press <key> and crouch. You will remain crouched until you press <key> again.
bind <key> "crouchdown"
alias crouchdown "+movedown;bind <key> crouchup"
alias crouchup "-movedown;bind <key> crouchdown"
just make <key> whatever key you wanna use to toggle crouching.
-
Please don't post things completely unrelated to the topic of a thread. Find an appropriate thread or create a new one. I've split this out to its own thread.
S8N already covered it, but here's what I have in my config:
bind k "crouch"
alias uncrouch "-movedown;bind k crouch"
alias crouch "+movedown;bind k uncrouch"
Replace "k" with whatever you want your crouch key to be.
-
It also works well for spray scripts, as holding down the mouse button decreases my accuracy slightly.
-
ok i think i got a decent setup right here.
bind "Mwheelup" "hs"
alias hs "hand 0; bind Mwheelup hs1"
alias hs1 "hand 2; bind Mwheelup hs2"
alias hs2 "hand 1; bind Mwheelup hs"
bind ctrl "crouch"
alias uncrouch "-movedown;bind ctrl crouch"
alias crouch "+movedown;bind ctrl uncrouch"
bind "z" "+att"
alias +att "-attack;bind z +att"
alias -att "-attack;bind z +att"
bind "x" "+cr"
alias +cr "bind ctrl crouch;bind x -cr"
alias -cr "bind ctrl +movedown;bind x +cr"
a script for toggled crouch and toggleing the toggled crouch.. toggled shooting and hand change :)
-
Here are my scripts:
bind ctrl crup
alias crup "-movedown;bind ctrl crdwn"
alias crdwn "+movedown;bind ctrl crup"
bind shift hnd
alias hnd "hand 1;echo Left Hand;bind shift hnd2"
alias hnd2 "hand 2;echo Middle Hand;bind shift hnd3"
alias hnd3 "hand 3;echo Right Hand;bind shift hnd"
But, I use +attack for attacking.
-
too many scripts, I think all the ones i've seen serve as more of a distraction to the player than anything... (spraying/zooming/crouching/walking). The only exception might be the hand changing, since this can provide a significant advantage in a few particular situations (although I personally always just use central)...
-
thanks everone, what do you all mean by hand changing? changing which hand the gun is in? and why would you want to do that?
Once again, thanks for the scripts all :)
-
Post removed
-
It's pretty rare that it helps much, and unfortunately it eats up some unnecessary bandwidth as it updates the configstrings each time. It's not going to magically make you play better.