Digital Paint Discussion Board

Paintball 2: The Game => Paintball 2 Discussion => Topic started by: flamer on July 18, 2014, 03:14:57 PM

Title: Gun side Script
Post by: flamer on July 18, 2014, 03:14:57 PM
Hey there,

I know there are a few people using this script in-game.
It makes you change the side of your gun whenever you press A or D. so you don't manually have to change it.

Does anyone have this script ?
Title: Re: Gun side Script
Post by: claudius on July 18, 2014, 04:28:38 PM
.
Title: Re: Gun side Script
Post by: FusSioN on July 21, 2014, 04:59:58 AM
I think when you install PCDP mod it will be automatically implemented (?)
Title: Re: Gun side Script
Post by: prozajik on July 21, 2014, 05:13:55 AM
Yep, its called auto hand script. It comes as a part of pcdpmod and was firsly used there (afaik). You might have to install the mod or maybe somebody can just extract the script for you from their .cfg. Or msg BONO, he might be abld to send it to you.

And btw, better learn how to switch manually, nothing can compare to manual switching ;)

Edit: i hope the text isnt twice the nornal size, it sure looks like that on my phone o.O
Title: Re: Gun side Script
Post by: mRokita on July 21, 2014, 05:40:28 AM
Edit: i hope the text isnt twice the nornal size, it sure looks like that on my phone o.O
Nope, its not :)
Title: Re: Gun side Script
Post by: xrichardx on July 21, 2014, 07:17:00 AM
It comes as a part of pcdpmod and was firsly used there (afaik).
Lol no, I knew players using it long before the PCDP-Mod appeared, also, you can find a pretty complex autohand script on the "scripts" page here: http://digitalpaint.org/testwiki1/pb2wiki.php?word=scripts (Variation 4, although it has nothing to do with a sniper script). By the way, this page is the first result when googling "Digital Paintball 2 autohand script" ;).
Title: Re: Gun side Script
Post by: prozajik on July 21, 2014, 12:02:09 PM
Lol no, I knew players using it long before the PCDP-Mod appeared, also, you can find a pretty complex autohand script on the "scripts" page here: http://digitalpaint.org/testwiki1/pb2wiki.php?word=scripts (Variation 4, although it has nothing to do with a sniper script). By the way, this page is the first result when googling "Digital Paintball 2 autohand script" ;).
What i imagine when somebody says autohand script is the PCDPmod 'mutation' and pretty much nothing else. Before the mod got released i didnt remember hearing about someone using it (might be just that i forgot). My bad then, i havent rly cared about scripts and i still dont rly care, so thats my excuse ^^.
Title: Re: Gun side Script
Post by: Clipz on July 21, 2014, 01:58:26 PM
That's
What i imagine when somebody says autohand script is the PCDPmod 'mutation' and pretty much nothing else. Before the mod got released i didnt remember hearing about someone using it (might be just that i forgot). My bad then, i havent rly cared about scripts and i still dont rly care, so thats my excuse ^^.

That's because skilled players don't need/use scripts. 
Title: Re: Gun side Script
Post by: Zorchenhimer on July 23, 2014, 02:54:35 AM
These scripts should still work.

bind "f" "hand2"
alias hand0 "hand 0;echo R;bind f hand2l"
alias hand1 "hand 1;echo L;bind f hand2"
alias hand2 "hand 2;echo C;bind f hand0"
alias hand2l "hand 2;echo C;bind f hand1"

bind "l" "ms"
alias ms "bind a +msl;bind d +msr;echo MS;bind l ms2"
alias msl "hand 1 ;bind a +moveleft"
alias msr "hand 0 ;bind d +moveright"
alias noms "bind a +moveleft;bind d +moveright;echo MS off;bind l ms;bind mouse3 jumper"
alias -msr "-moveright"
alias +msr "hand 0;+moveright"
alias -msl "-moveleft"
alias +msl "hand 1;+moveleft"
alias ms2 "bind d +ms2r;bind a +ms2l;echo MS2;bind l ms2x"
alias +ms2r "hand 0;+moveright"
alias -ms2r "hand 2;-moveright"
alias +ms2l "hand 1;+moveleft"
alias -ms2l "hand 2;-moveleft"
alias ms2x "bind d +ms2rr;bind a +ms2rl;echo MS2X;bind l ms3"
alias +ms2rr "hand 1;+moveright"
alias -ms2rr "hand 2;-moveright"
alias +ms2rl "hand 0;+moveleft"
alias -ms2rl "hand 2;-moveleft"
alias ms3 "bind a +ms3l;bind d +ms3r;echo MS3;bind l noms;bind mouse3 ms3"
alias +ms3r "hand 0;+moveright;bind a +moveleft"
alias -ms3r "-moveright"
alias +ms3l "hand 1;+moveleft;bind d +moveright"
alias -ms3l "-moveleft"

F cycles through the hands (ping-pong style, iirc).  L cycles through the different modes for switching depending on which way you're moving.
Title: Re: Gun side Script
Post by: flamer on July 23, 2014, 04:30:31 PM
After looking into that quote, Zorchenhimer, I found out what I was actually looking for.

bind "MWHEELDOWN" "hand 1"
bind "MWHEELUP" "hand 0"

Thanks for the Help.
Title: Re: Gun side Script
Post by: xrichardx on July 23, 2014, 06:08:58 PM
Hey there,
I know there are a few people using this script in-game.
It makes you change the side of your gun whenever you press A or D. so you don't manually have to change it.
Does anyone have this script ?

After looking into that quote, Zorchenhimer, I found out what I was actually looking for.

bind "MWHEELDOWN" "hand 1"
bind "MWHEELUP" "hand 0"


Thanks for the Help.

so you don't manually have to change it.

...

You know, helping other people can be very hard if they are not able to explain their problem correctly.