You have to be up to date on the bot side (master or maybe latest release).
In the Visualizer, the url on the config page should match the port you configured on bot side (both have the same default).
Go to the release tab, grab the latest and just launch it.
Click on the small settings icon on the bottom right of the app.
The important thing is websocket url and port. Default is also bot default so it should just work.
You can also choose local for Pokemon name display.
- Install Node.js
- Start the node command line
- Navigate to your necrobotvisualizer folder
- To install enter:
npm install
- To start enter:
npm start