Moratelli's Toolbelt | TCG Roguelike
  • Moratelli's ToolBelt
  • Getting Started
    • Installation
  • Tools
    • Editor
      • Customize
    • Map Graph
      • Installation
      • Creating a new Map Graph
      • Map Nodes
    • Game Helper
    • Card Finder
    • Card Inspector
    • Duplicate Finder
    • SO Creator
    • SO Finder
Powered by GitBook
On this page
  1. Tools
  2. Map Graph

Creating a new Map Graph

PreviousInstallationNextMap Nodes

Last updated 2 months ago

  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