1. #1

    How do I create a track going backwards?

    I'm doing this skillgame where you have to brake the whole course. The problem I'm having is that the driving line ends and the rider falls. If I move the end point to the left side of the start point, it will turn the rider 180 degrees. So, is it possible to keep riders position when moving end and start points?
    Share this post

  2. #2

    Re: How do I create a track going backwards?

    If you're just asking how to move the spline points without the rider moving, then all you do is grab the first spline point and move it left. Or grab the last one and move it right.
    Share this post

  3. #3

    Re: How do I create a track going backwards?

    you can copy the spline points and make your track longer this way
    Share this post

  4. #4

    Re: How do I create a track going backwards?

    Originally Posted by sparkierjonesz
    you can copy the spline points and make your track longer this way
    If it's straight, there's no need to copy.
    Share this post

  5. #5
    dasraizer's Avatar Senior Member
    Join Date
    Apr 2014
    Location
    UK, Isle of Wight
    Posts
    1,195

    Re: How do I create a track going backwards?

    Originally Posted by Invad3r
    I'm doing this skillgame where you have to brake the whole course. The problem I'm having is that the driving line ends and the rider falls. If I move the end point to the left side of the start point, it will turn the rider 180 degrees. So, is it possible to keep riders position when moving end and start points?
    you could create your own game end event and ignore the last checkpoint.
    Share this post

  6. #6

    Re: How do I create a track going backwards?

    your right but it can get hardto keep the driveline on previous created obstacle
    nothing serious but it could be easier just to copy and add some track this way
    Share this post

  7. #7

    Re: How do I create a track going backwards?

    I tried to move the first spline point to the left of the start point and now my driving line is obviously too curved.
    Share this post

  8. #8
    dasraizer's Avatar Senior Member
    Join Date
    Apr 2014
    Location
    UK, Isle of Wight
    Posts
    1,195

    Re: How do I create a track going backwards?

    what you need is to spawn your rider to the checkpoint before the end gate and then use area triggers next each checkpoint that count backward through the checkpoints index so when the rider faults you know what checkpoint event to trigger using this value, and on the start gate area add another area trigger to activate an end game event.
    this way your driving line is correct and you're just spoofing the checkpoints.

    check this thread, around the bottom of the page (and some more visual tutorials on the 1st page using google docs), its all about manipulating checkpoints.
    Share this post

  9. #9

    Re: How do I create a track going backwards?

    Originally Posted by dasraiser
    what you need is to spawn your rider to the checkpoint before the end gate and then use area triggers next each checkpoint that count backward through the checkpoints index so when the rider faults you know what checkpoint event to trigger using this value, and on the start gate area add another area trigger to activate an end game event.
    this way your driving line is correct and you're just spoofing the checkpoints.

    check this thread, around the bottom of the page (and some more visual tutorials on the 1st page using google docs), its all about manipulating checkpoints.
    yes this is correct!! i have actually made a backwards track with checkpoints if u want to take a look, search for : Gamer Tag: KNoCKOffNaTH - Track : ReverseWheelieComp.
    it was also a skillgame!
    Share this post