Taschenbuch / BlishHud-FarmingTracker

Guild Wars 2 Blish HUD module that allows tracking of farmed items and currencies
MIT License
0 stars 0 forks source link

BlishHud-FarmingTracker

Guild Wars 2 Blish HUD module that allows tracking of farmed items and currencies

Development

SonarCloud

Mock DRF messages

for testing purposes mock drf messages can be created.

  1. Open FarmingTracker.FakeDrfWebsockeServer folder in visual studio code and open the index.mjs file.
  2. Put a mock drf token into a text file and update the path used for drfToken variable in index.mjs. Using a real instead of a mock drf token here makes switching between mock and real drf server easier.
  3. Add custom drf messages or uncomment existing messages in the messages array to select which drf messages should be send.
  4. Run npm run in visual studio code terminal to start the fake drf server.
  5. Open the FarmingTracker solution in visual studio and start debugging the FarmingTracker project to start the blish module in debug mode.
  6. Select the debug tab in the farming tracker window. Check the fake drf server checkbox. This debug tab is only visible when the FarmingTracker project runs in visual studio debug mode.