Digital Paint Discussion Board
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Digital Paint Discussion Board
»
Development
»
General Development
»
Gravity Script
« previous
next »
Print
Pages: [
1
]
Author
Topic: Gravity Script (Read 1889 times)
NJIN
VM-68
Posts: 226
Gravity Script
«
on:
March 03, 2012, 09:32:21 PM »
How this works is when you press the jump button it changes the gravity to -200 so you float up when you release it the gravity becomes 800 again so you fall down heres a demo
Logged
CheMiCal
Autococker
Posts: 690
Re: Gravity Script
«
Reply #1 on:
March 03, 2012, 10:29:56 PM »
very usefull!
Logged
pvtjimmy
Committee Member
Autococker
Posts: 2098
Re: Gravity Script
«
Reply #2 on:
March 04, 2012, 03:49:27 AM »
what about just binding 2 keys, 1 setting the gravity to "x" where you can float, and the other to "y" back to normal?
Logged
ic3y
Committee Member
Autococker
Posts: 1398
Re: Gravity Script
«
Reply #3 on:
March 04, 2012, 04:30:21 AM »
~~~~~~~~~~~~~~~~~~~~~~~~~~~Insano Jump^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This makes it set the gravity to 0 when you jump, then reset it to normal when you let go of mouse2
Hold down right mouse button to fly up, then release to fall.
Paste this script in any line of the config:
alias -insanojump "-moveup;sv_gravity 800"
alias +insanojump "+moveup;sv_gravity 0"
bind "MOUSE2" "+insanojump"
http://ic3x.de/pbfiles/scripts/smackwaters%27s%20crazy%20commands.txt
Logged
NJIN
VM-68
Posts: 226
Re: Gravity Script
«
Reply #4 on:
March 04, 2012, 02:23:34 PM »
i found this and thought i should point it out
Logged
Print
Pages: [
1
]
« previous
next »
Digital Paint Discussion Board
»
Development
»
General Development
»
Gravity Script