Driving Up Slant?

Questions and answers about the how and why of making maps.
Post Reply
Bacon
Private First Class
Private First Class
Posts: 20
Joined: Mon May 04, 2009 3:30 pm

Driving Up Slant?

Post by Bacon »

I was wandering if it was possible to drive up a slant. I tried by applying physics with a linear jump but it didn't seem to do anything. I'd get up on the slant and I would hear the jumping but nothing was happening, help?

Code: Select all

world
  size 150.000000
end

options
  -j
  -set _tankSpeed 25.000000
  -ms 3
  -mp 2,2,2,0,0,2
end

physics
name sd
linear 0 5 5
end

mesh
  name test
  position 0.000000 0.000000 0.000000
  size 1.000000 6.000000 8.000000
  rotation 0.000000
  vertex 20.000000 20.000000 10.000000
  vertex -20.000000 20.000000 10.000000
  vertex -20.000000 -20.000000 0.000000
  vertex 20.000000 -20.000000 0.000000
  face
    vertices 3 2 1 0
  endface
  face
    vertices 0 1 2 3
phydrv sd
  endface
end
candy on me head n.n
User avatar
ahs3
Private First Class
Private First Class
Posts: 327
Joined: Sun Mar 04, 2007 8:33 pm
Location: Press '/' to search
Contact:

Re: Driving Up Slant?

Post by ahs3 »

Take a look at the map released here: http://my.bzflag.org/bb/viewtopic.php?f ... 40#p117640

Elevators and Escalators by flying popcorn

Lots of examples there.
Post Reply