1. #1

    Another Editor Question.

    OK, so I'm making a track, which for a part of, you basically ride a rock slab down a small hill then ride it across a river. The problem I'm having is, even though I've gotten it locked to the driving line, it still rotates about its centre of mass, I.E it can still rotate in any direction. What I want it to do is only rotate in the direction the bike can, so it can change angle when sliding down the hill and such, but not rotate in any other direction. Any ideas on how I can achieve this? Thanks.
    Share this post

  2. #2
    Jarr3tt88's Avatar Senior Member
    Join Date
    Jan 2013
    Posts
    3,520

    Re: Another Editor Question.

    Custom collision on either side of the driveline?

    Slider?
    or maybe and object position event that follow the rider but added to the z? location to be under the rider.
    Share this post

  3. #3

    Re: Another Editor Question.

    Originally Posted by Jarr3tt88
    Custom collision on either side of the driveline?

    Slider?
    or maybe and object position event that follow the rider but added to the z? location to be under the rider.
    I went with custom collisions as it was least complicated.

    Seems to have solved the problem, really appreaciate it, thanks
    Share this post