+  planetsuper forums
|-+  Main» Games» Paintball2» Smackwaters's Crazy Commands
Username:
Password:
Advanced Search
Pages: [1]
  Print  
Author Topic: Smackwaters's Crazy Commands  (Read 1281 times)
SmackWaters
Member
**
Posts: 61


« on: Dec 23, 2006, 03:25 PM »

Hey, i wrote this up when i was bored, a list of a few scripts/commands. This includes the well known sniper script, as well as some i wrote myself like the insano jump script. Enjoy! Wink Grin

* smackwaters's crazy commands.txt (3.04 KB - downloaded 118 times.)
Logged

This is the game that we all wanna play,
It's called, producin' currency called, producin currency
This is the song that we all wanna hear,
It's called, producin' currency called, producin currency
Boozie
Senior Member
***
Posts: 373


Well then don't do that....


« Reply #1 on: Dec 24, 2006, 08:03 PM »

Hmm, lemme check this out


EDIT: you had a lot of free time didnt you lol
« Last Edit: Dec 24, 2006, 08:14 PM by Boozie » Logged



If drinking and driving is illegal, why do bars have parking lots?

Do Lipton employees take coffee breaks?

Do vegetarians eat animal crackers? -George Carlin
IAMTITAN
Junior Member
*
Posts: 4


« Reply #2 on: Dec 24, 2006, 08:29 PM »

I was curious, how does Jitspoe feel about using the sniper script?
Logged
Boozie
Senior Member
***
Posts: 373


Well then don't do that....


« Reply #3 on: Dec 24, 2006, 08:32 PM »

there was a sniper script on our old forums, im pretty sure he doesnt have a problem with it, considering it only changes fov and theres commands that change fov =/
Logged



If drinking and driving is illegal, why do bars have parking lots?

Do Lipton employees take coffee breaks?

Do vegetarians eat animal crackers? -George Carlin
Zorchenhimer
Senior Member
***
Posts: 419



« Reply #4 on: Dec 24, 2006, 08:56 PM »

well, you cant 'snipe' with it due to the inaccuracy of the paint balls. its just a zoom. but here is mine.

Code:
bind "MWHEELDOWN" "zoom0"
bind "MWHEELUP" "zoom1"
alias zoom0 "crosshair 16;fov 120;sensitivity 20;bind mwheelup zoom1"
alias zoom1 "crosshair 2;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"

and unlike in smackwaters' script, this one is broken up in steps and is controlled by the mouse wheel. i like this one better than the one click. besides, ive got that button bound to throw a nade.
Logged

"We Americans are freedom loving people and nothing says freedom like getting away with it" -Guy Forsyth

Galbadia Hotel - Soundtracks
Boozie
Senior Member
***
Posts: 373


Well then don't do that....


« Reply #5 on: Dec 24, 2006, 11:01 PM »

i got my "sniping" script from the old forums. I dont use it anymore but here it is

Code:
alias -zoom "crosshair 25;fov 120;sensitivity 4.2;bind mouse3 +zoom"
alias +zoom "crosshair 25;fov 50;sensitivity 2.8;bind mouse3 -zoom"

it has pretty good accuracy
Logged



If drinking and driving is illegal, why do bars have parking lots?

Do Lipton employees take coffee breaks?

Do vegetarians eat animal crackers? -George Carlin
Zorchenhimer
Senior Member
***
Posts: 419



« Reply #6 on: Dec 25, 2006, 09:28 AM »

well, accuracy depends on a lot of things. but if done right you can be very accurate.
Logged

"We Americans are freedom loving people and nothing says freedom like getting away with it" -Guy Forsyth

Galbadia Hotel - Soundtracks
bitmate
Member
**
Posts: 53


« Reply #7 on: Dec 25, 2006, 02:33 PM »

well, accuracy depends on a lot of things. but if done right you can be very accurate.
Carbine + steel barrel FTW.
Logged
Zorchenhimer
Senior Member
***
Posts: 419



« Reply #8 on: Dec 25, 2006, 05:19 PM »

but it still has a limited distance
Logged

"We Americans are freedom loving people and nothing says freedom like getting away with it" -Guy Forsyth

Galbadia Hotel - Soundtracks
l1g
Junior Member
*
Posts: 40



« Reply #9 on: Dec 25, 2006, 06:10 PM »

How do you set a Zoom bind?
Logged

Life Is Good

l1g
Zorchenhimer
Senior Member
***
Posts: 419



« Reply #10 on: Dec 25, 2006, 08:49 PM »

open config.cfg (\paintball2\pball\configs) in notepad and put the script there at the bottom. and dont ask how put together a script, just use SmackWaters', Boozie's, or mine.

and yes you can manually do it in-game, but that is a royal pain in the rear end.
Logged

"We Americans are freedom loving people and nothing says freedom like getting away with it" -Guy Forsyth

Galbadia Hotel - Soundtracks
SmackWaters
Member
**
Posts: 61


« Reply #11 on: Dec 27, 2006, 10:01 PM »

Hmm, lemme check this out


EDIT: you had a lot of free time didnt you lol
Well i was waiting to go somewhere, and i just wrote up this list of ideas i had. i love cheating on jump maps, thats where i got the insano jump script. right now im doin somethin that rapidly changes the gravity between 800 and -800 so you get these swooping motions. not really anything thats gonna help you, just thought it would be a little fun.
« Last Edit: Dec 27, 2006, 10:05 PM by SmackWaters » Logged

This is the game that we all wanna play,
It's called, producin' currency called, producin currency
This is the song that we all wanna hear,
It's called, producin' currency called, producin currency
Spydie
Junior Member
*
Posts: 7


« Reply #12 on: Dec 28, 2006, 02:16 PM »

i got my "sniping" script from the old forums. I dont use it anymore but here it is

Code:
alias -zoom "crosshair 25;fov 120;sensitivity 4.2;bind mouse3 +zoom"
alias +zoom "crosshair 25;fov 50;sensitivity 2.8;bind mouse3 -zoom"

it has pretty good accuracy

w00t. That's my script =]
Though you forgot the bind..
Code:
bind mouse3 zoom
alias -zoom "crosshair 25;fov 120;sensitivity 4.2;bind mouse3 +zoom"
alias +zoom "crosshair 25;fov 50;sensitivity 2.8;bind mouse3 -zoom"
Logged
SmackWaters
Member
**
Posts: 61


« Reply #13 on: Dec 28, 2006, 05:18 PM »

mine was a modified version of yours  Smiley

i gave you credit though.
Logged

This is the game that we all wanna play,
It's called, producin' currency called, producin currency
This is the song that we all wanna hear,
It's called, producin' currency called, producin currency
Boozie
Senior Member
***
Posts: 373


Well then don't do that....


« Reply #14 on: Dec 28, 2006, 05:39 PM »

w00t. That's my script =]
Though you forgot the bind..
Code:
bind mouse3 zoom
alias -zoom "crosshair 25;fov 120;sensitivity 4.2;bind mouse3 +zoom"
alias +zoom "crosshair 25;fov 50;sensitivity 2.8;bind mouse3 -zoom"

Yeah,I didn't remember who i got it from. So i just said our old forums Smiley

The bind disappered in my config file Tongue

but it still has a limited distance

duh Tongue
Logged



If drinking and driving is illegal, why do bars have parking lots?

Do Lipton employees take coffee breaks?

Do vegetarians eat animal crackers? -George Carlin
BLah
Junior Member
*
Posts: 5


« Reply #15 on: Dec 29, 2006, 07:57 AM »

That insano jump wont work perfect. Always when i use it, it says sv_gravity_800 and sv_gravity_0 or something like that.
Logged
Zorchenhimer
Senior Member
***
Posts: 419



« Reply #16 on: Dec 29, 2006, 12:48 PM »

you need admin rights to mess with the gravity. and its "sv_gravity 800"
Logged

"We Americans are freedom loving people and nothing says freedom like getting away with it" -Guy Forsyth

Galbadia Hotel - Soundtracks
SmackWaters
Member
**
Posts: 61


« Reply #17 on: Dec 30, 2006, 02:19 PM »

well if you want it for admin just put cvar_set before it

edit: here are a couple new ones i came up with. well there are only 2, but they are pretty fun. Again, nothing thats gonna help you, just for fun. One makes you "jump" in midair by quickly switching the gravity to -5000 and back to normal, and another makes you swoop by changing the gravity back and forth between 800 and -800.

edit again: i added two more that are for servers, if you have admin

* smackwaters's crazy commands 2.txt (1.21 KB - downloaded 49 times.)
* smackwaters's crazy commands server style.txt (3.08 KB - downloaded 62 times.)
* smackwaters's crazy commands 2 server style.txt (1.22 KB - downloaded 38 times.)
« Last Edit: Dec 30, 2006, 02:38 PM by SmackWaters » Logged

This is the game that we all wanna play,
It's called, producin' currency called, producin currency
This is the song that we all wanna hear,
It's called, producin' currency called, producin currency
Pages: [1]
  Print  
Show unread posts since last visit

 
Jump to: