Author Topic: The Best Scripts, Alias', and Binds you have  (Read 5587 times)

Foxhound

  • Autococker
  • Posts: 952
The Best Scripts, Alias', and Binds you have
« on: July 25, 2007, 02:28:49 PM »
I want to hear about all of the scripts you guys have made. personally i want to see which ones i like and use them as well.  8)

w00t my second post  ;D

Spook

  • Autococker
  • Posts: 2542
Re: The Best Scripts, Alias', and Binds you have
« Reply #1 on: July 25, 2007, 02:31:08 PM »
only script i use is a simple mouse wheel hand change.

bind mwheelup "hand 3"
bind mouse3 "hand 2"
bind mwheeldown "hand 1"

Corporal Perez

  • Stingray
  • Posts: 84
Re: The Best Scripts, Alias', and Binds you have
« Reply #2 on: July 25, 2007, 02:38:22 PM »
I like my gun on the right. I dunno why, but it feels more natural. And i made my own cursor so it is as accurate as it is when you center your handedness.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: The Best Scripts, Alias', and Binds you have
« Reply #3 on: July 25, 2007, 02:50:42 PM »
These are the 3 that I mainly use.

Code: [Select]
// Toggle Crouch
bind "c" "+crouch"
alias +crouch "+movedown;bind c -crouch"
alias -crouch "-movedown;bind c +crouch"

// Handedness
bind "x" "hnd1"
alias hnd1 "echo left;hand 1;bind x hnd2;bind joy2 hnd2"
alias hnd2 "echo center;hand 2;bind x hnd3;bind joy2 hnd3"
alias hnd3 "echo right;hand 0;bind x hnd4;bind joy2 hnd4"
alias hnd4 "echo center;hand 2;bind x hnd1;bind joy2 hnd1"

// Zoom Script
bind "MWHEELDOWN" "zoom0"
bind "MWHEELUP" "zoom1"
alias zoom0 "crosshair 16;fov 130;sensitivity 20;bind mwheelup zoom1"
alias zoom1 "crosshair 1;fov 70;sensitivity 10;bind mwheelup zoom2;bind mwheeldown zoom0"
alias zoom2 "fov 50;sensitivity 8;bind mwheelup zoom3;bind mwheeldown zoom1"
alias zoom3 "fov 30;sensitivity 6;bind mwheelup zoom4;bind mwheeldown zoom2"
alias zoom4 "fov 10;sensitivity 4;bind mwheeldown zoom3"

Cobo

  • Autococker
  • Posts: 1362
Re: The Best Scripts, Alias', and Binds you have
« Reply #4 on: July 25, 2007, 02:53:08 PM »
Only bind I have is to turn Snaz-Bot on.
Snaz-Bot takes care of the rest.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: The Best Scripts, Alias', and Binds you have
« Reply #5 on: July 25, 2007, 02:59:10 PM »
Almost forgot. You might also want to check out the Wiki.

http://digitalpaint.planetquake.gamespy.com/testwiki1/pb2wiki.php?word=scripts

Eiii

  • Autococker
  • Posts: 4595
Re: The Best Scripts, Alias', and Binds you have
« Reply #6 on: July 25, 2007, 03:01:29 PM »
That crouch script is an odd misuse of the +/- binds. Here's what I'd do:
Code: [Select]
bind "c" "crouchon"
alias crouchon "+movedown; bind c crouchoff"
alias crouchoff "-movedown; bind c crouchon"
Same thing really, but the +/- ones are supposed to do the + commands when the key is held down, and the - commands once it's let up. I don't really even see how that script works. O_o

Corporal Perez

  • Stingray
  • Posts: 84
Re: The Best Scripts, Alias', and Binds you have
« Reply #7 on: July 25, 2007, 03:33:27 PM »
What is Snaz-Bot?

Cobo

  • Autococker
  • Posts: 1362
Re: The Best Scripts, Alias', and Binds you have
« Reply #8 on: July 25, 2007, 03:36:51 PM »
Uh Oh... I think I said too much...

Corporal Perez

  • Stingray
  • Posts: 84
Re: The Best Scripts, Alias', and Binds you have
« Reply #9 on: July 25, 2007, 03:38:16 PM »
CHEATER!!! hehe
you dont do you?

Cobo

  • Autococker
  • Posts: 1362
Re: The Best Scripts, Alias', and Binds you have
« Reply #10 on: July 25, 2007, 03:39:14 PM »
* Cobo walks away slowly...

TinMan

  • Autococker
  • Posts: 1347
Re: The Best Scripts, Alias', and Binds you have
« Reply #11 on: July 25, 2007, 04:52:26 PM »
Snaz-Bot Ownage Edition can be purchased from me for $14 USD, PM me about it. I have Linux and Windows versions.

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: The Best Scripts, Alias', and Binds you have
« Reply #12 on: July 25, 2007, 06:10:51 PM »
* KnacK needs to check to see if he ever released the German language pack for Snaz-bot

and Cobo, please update the code vault kthx.

coLa

  • Autococker
  • Posts: 1178
Re: The Best Scripts, Alias', and Binds you have
« Reply #13 on: July 25, 2007, 07:17:41 PM »
CHEATER!!! hehe
you dont do you?

cobo would have to actually play the game in order to cheat. :(
i use the same as spook but i dont use hand 2.

Apocalypse

  • Autococker
  • Posts: 1463
Re: The Best Scripts, Alias', and Binds you have
« Reply #14 on: July 26, 2007, 10:10:39 AM »
All I ever use is center hand.

Corporal Perez

  • Stingray
  • Posts: 84
Re: The Best Scripts, Alias', and Binds you have
« Reply #15 on: July 26, 2007, 12:56:59 PM »
But then you cant see what gun you have !

Foxhound

  • Autococker
  • Posts: 952
Re: The Best Scripts, Alias', and Binds you have
« Reply #16 on: July 26, 2007, 02:46:54 PM »
does any one have the script that makes it so when u go left ur left handed and vice versa for right and center

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: The Best Scripts, Alias', and Binds you have
« Reply #17 on: July 26, 2007, 06:43:13 PM »
does any one have the script that makes it so when u go left ur left handed and vice versa for right and center

This was on the Wiki.

Quote
Version 2
This one goes to extremes. (courtesy of {appy Hamper)

bind "l" "ms"
alias -msr "-moveright"
alias +msr "hand 0;+moveright"
alias -msl "-moveleft"
alias +msl "hand 1;+moveleft"
alias ms "bind a +msl;bind d +msr;echo MS;bind l ms2"
alias noms "bind a +moveleft;bind d +moveright;echo MS off;bind l ms;bind mouse3 **to whatever you use mouse3 for normally**"
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"

description
Ok pushing "l" (not "I") will put you in MS mode, pushing "l" again is MS2 and so on until you hit "MS off" where it starts over.

MS: you switch hands in the direction you push and stay there until you push the opposite direction.

MS2: you will be center-handed while not moving left or right.  Pressing a direction will change hands to that direction until you stop moving again.

MS2X: same as MS2 except when you move R you shoot L...

MS3: probably the least practical, but pushing mouse3 will set your hand to the next direction you push and will stay there until you push mouse3 again.

Foxhound

  • Autococker
  • Posts: 952
Re: The Best Scripts, Alias', and Binds you have
« Reply #18 on: July 27, 2007, 08:01:28 AM »
Sweet looks good thanks! =D

SuGaR

  • Guest
Re: The Best Scripts, Alias', and Binds you have
« Reply #19 on: July 27, 2007, 01:03:39 PM »
what ms do you guys use