Creating a new Map Graph

  1. Create new MapGraph

  2. Open it

  1. Add the required parameters

    1. Add MinWidth (int)

    2. Add MaxWidth (int)

    3. Add Seed(Seed)

    4. Add GenSeed (Seed)

    5. Add Map (Map)

    6. Add Events(Event)

    Should be like this:

  2. Add the minimum nodes

    1. Add Fork

    2. Add some event like FixedEventNode

    3. Connect them

If Max/Min Witdh is 0, it will load the values from the Parameters setup on step 3.

You can set the default pool for when the input is not connected to a custom pool like this

You can set a special pool like this

You can set special events to happen only if other event exists in the map

Last updated