Creating a new Map Graph
Create new MapGraph
Open it

Add the required parameters
Add
MinWidth
(int)Add
MaxWidth
(int)Add
Seed
(Seed)Add
GenSeed
(Seed)Add
Map
(Map)Add
Events
(Event)
Should be like this:
Add the minimum nodes
Add Fork
Add some event like FixedEventNode
Connect them
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