( search forums )
waypoint question
Soldat Forums - Soldat Maps & Map Making - Mapping Help / Resources
zambo_the_clown
February 22, 2005, 5:26 am
if a bot is at the edge of a clift and i want it to jump down to the ground below then what should the waypoint command be thats on the ground? should it be down or what?

chakapoko maker
February 22, 2005, 9:36 am
you don't need to put 'down'. it's for only rolling move. and you can't set an exact line of movement to bots because they boost for a soft grounding.

[code]-----------------------------------

c d
a b
----|
/
\a'
\ b' f g
^~~~~~~~~~~~~~~~~~~~
-----------------------------------[/code]
Sequence
connect a,b,c,d,e,f,g in the order to ->, for a jump at the edge then go right.
connect a',b',f in the order to ->, for no stuck on the slope.

Command
c - up,right
other - right

mar77a
February 22, 2005, 2:36 pm
You don't need to do it exactly, if bots see they are not going to fall on the waypoint, they use jets to "aim" again.