1. #1

    removing the manual restart?

    when playing a game, you can manualy press "b" to restart. can this be turned off?
    Share this post

  2. #2

    Re: removing the manual restart?

    Unfortunately it can not be disabled.
    Share this post

  3. #3

    Re: removing the manual restart?

    well then, can this be tied to a fault reading variable data source. so say if reset was pressed 3 times the game would end. if so i cant figure it out!
    Share this post

  4. #4

    Re: removing the manual restart?

    it could be set to read the amount of times that you hit b.
    Share this post

  5. #5

    removing the manual restart?

    Game variable data source reading faults going to a generic filter set to equals.

    Filter variable 1 is the game variable data source, variable 2 is 3.

    Interval trigger sends an impulse every tick (0.016) into the filter.

    Filter true event goes into an end event.
    Share this post

  6. #6

    Re: removing the manual restart?

    this is what i have done however it will not take into account presses of "b" because i only have one checkpoint to reset to, the start point. it seems that when you reset to the start point it doesnt take it as a fault. its like a track reset on a normal trials track.
    Share this post

  7. #7

    removing the manual restart?

    It's a bit difficult, as resetting to the first checkpoint usually causes the whole track to reset. Give me a sec to try work it out.
    Share this post

  8. #8

    removing the manual restart?

    Only thing I can think of doing is setting a checkpoint immediately after the start, so you'll reset there instead of at the very start point. That then makes the 3 faults check work.
    Share this post

  9. #9

    Re: removing the manual restart?

    Originally Posted by pzrtak
    Only thing I can think of doing is setting a checkpoint immediately after the start, so you'll reset there instead of at the very start point. That then makes the 3 faults check work.

    That is how it needs to be done.
    Share this post

  10. #10

    Re: removing the manual restart?

    indeed. tried this aswell im afraid. it didnt want any of it. pos due to the way my game starts position wise. nevermind. thanks for your assistance though.
    Share this post