Quickstart
1. Install dependencies
Install eventStream first, then install nexMap.
2. Load the map
If you did not enable auto load, run:
nm load
This downloads the crowdmap data and builds the map graph (this can take a few seconds).
3. Open the configuration dialog
If the dialog does not open automatically, run this in the command input :
nm config
4. Set key options
- Command separator: set a separator you do not use for normal commands (default is
\). - Celerity: adjust to match your movement speed (default
3). - Enable travel options you own (wormholes, clouds, tarot, etc.).
5. Try your first route
- Click a room on the map to path to it, or
- Run
nm goto <roomId>for a direct route, or - Run
nm goto <area name>to route to a known area.
6. Save settings
Click Save in the dialog or run:
nm save
7. Validate
- Run
nexMap.status.loadedand confirm it istrue. - Run
nexMap.status.currentRoomand confirm it matches GMCP. - Watch for
nexMapLoadedornexMapPathingStartevents if you use eventStream logging.