Creating a Multi Route
Multi Routes are created through the file system. In yourNebula/Routes/ folder:
- Create a folder named
<route_name>.route(the.routesuffix is required). - Place multiple route JSON files inside that folder — each one is a sub-route.
mining_loop with three variants.
How Multi Routes Affect Macros
- When a macro executes a Multi Route, one sub-route is chosen at random each time the route is started.
- All sub-routes should have the same general start/end points since macros expect consistent behavior.
- Multi Routes cannot be edited in the route builder — edit the individual sub-routes instead.
- Multi Routes are displayed with a pink indicator in the GUI.
