1. #1

    Creating Own Neverending Trials

    I wanted to know if anyone knew how to do this. I want to make my own version and I have the logic for scoring, but there has to be a way to generate which track line appears after completing another. The comparison filter has caused me nothing but problems and I'm unsure why.
    Share this post

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

    Re: Creating Own Neverending Trials

    Random variable datasources, generic filters -> visibility events.
    Share this post

  3. #3
    johnsalis's Avatar Senior Member
    Join Date
    Sep 2014
    Posts
    1,128

    Re: Creating Own Neverending Trials

    The best way to do it is without comparison filters. Start with a random variable data source that generates a number within a particular range (1-10 for example). Then for each possible number place a two input operator that tests for equality between the data source and that number. This will generate a 1 if true and a 0 if false. For each possible driving line, set the visibility of the objects to the output of one of the operators (using 'pick value' in object properties). This way you can change the driving line by randomizing a single data source without having to worry about visibility events and keeping track of what to turn on and off.

    patented by keenan the pro
    Share this post

  4. #4

    Re: Creating Own Neverending Trials

    I wish these had a different theme than the green-grid and blocks :/
    Share this post

  5. #5
    Blastergamer's Avatar Senior Member
    Join Date
    Mar 2014
    Location
    Rocking Trials Country
    Posts
    2,539

    Re: Creating Own Neverending Trials

    Originally Posted by Jolan
    I wish these had a different theme than the green-grid and blocks :/
    Yeah, how about neverending explosions or neverending farm?

    Anyway, JaminBen007 made a tutorial how to do it if you don't understand IronWarlord's method

    edit: It's actually a good idea, IronWarlord to save coding! You just gave me an idea doing a neverending trials track with different themes changing.
    Share this post