Author Topic: Gun side Script  (Read 7567 times)

flamer

  • 68 Carbine
  • Posts: 280
Gun side Script
« on: July 18, 2014, 01: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 ?

claudius

  • PGP
  • Posts: 42
Re: Gun side Script
« Reply #1 on: July 18, 2014, 02:28:38 PM »
.
« Last Edit: January 24, 2015, 05:33:06 AM by claudius »

FusSioN

  • Autococker
  • Posts: 603
Re: Gun side Script
« Reply #2 on: July 21, 2014, 02:59:58 AM »
I think when you install PCDP mod it will be automatically implemented (?)

prozajik

  • Autococker
  • Posts: 761
Re: Gun side Script
« Reply #3 on: July 21, 2014, 03: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

mRokita

  • Autococker
  • Posts: 598
Re: Gun side Script
« Reply #4 on: July 21, 2014, 03: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 :)

xrichardx

  • 68 Carbine
  • Posts: 295
Re: Gun side Script
« Reply #5 on: July 21, 2014, 05: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" ;).

prozajik

  • Autococker
  • Posts: 761
Re: Gun side Script
« Reply #6 on: July 21, 2014, 10:02:09 AM »
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 ^^.

Clipz

  • Committee Member
  • Autococker
  • Posts: 1497
Re: Gun side Script
« Reply #7 on: July 21, 2014, 11:58:26 AM »
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. 

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Gun side Script
« Reply #8 on: July 23, 2014, 12: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.

flamer

  • 68 Carbine
  • Posts: 280
Re: Gun side Script
« Reply #9 on: July 23, 2014, 02: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.

xrichardx

  • 68 Carbine
  • Posts: 295
Re: Gun side Script
« Reply #10 on: July 23, 2014, 04: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.