Sticky Surface

Make suggestions for improving one of the best games on the net!
Post Reply
Deadalot
Private First Class
Private First Class
Posts: 18
Joined: Sat Jan 22, 2005 8:20 am
Location: Orlando, Florida

Sticky Surface

Post by Deadalot »

As a feature request, I was thinking of a surface that you can roll or jump onto, but you can't jump once you are on it. You can only drive off of it.
User avatar
Waistless
Private First Class
Private First Class
Posts: 51
Joined: Sat Mar 19, 2005 10:09 am
Location: Australia

Post by Waistless »

tim riker doesn't want anything to do with turning vertical axes movement, he thinks he'll make it too complicated ;) so yea it probably won't happen.
Could this tank perhaps go a little bit faster, so it's not being overtaken by stationary objects.
"Words in parentheses can (not) be ignored." -Unknown
User avatar
A Meteorite
Private First Class
Private First Class
Posts: 1786
Joined: Thu Apr 28, 2005 12:56 am
Location: California, U.S.
Contact:

Post by A Meteorite »

It's been done. You use physics. For instance:

Code: Select all

physics
name nojump
linear 0 0 -100
end

meshbox
size 200 200 5
position 0 0 5
phydrv nojump
end
Once you get on the meshbox you can't jump on it, but you can drive on/off of it.

Hope that helps! :)
Image
Owner @ BZFX
Core Admin @ CAN

Email me: bzmet…@gmail.com
Post Reply