Guild Wars 2 Blish HUD module that allows tracking of farmed items and currencies
for testing purposes mock drf messages can be created.
FarmingTracker.FakeDrfWebsockeServer
folder in visual studio code and open the index.mjs
file.drfToken
variable in index.mjs
. Using a real instead of a mock drf token here makes switching between mock and real drf server easier.messages
array to select which drf messages should be send.npm run
in visual studio code terminal to start the fake drf server.FarmingTracker
solution in visual studio and start debugging the FarmingTracker
project to start the blish module in debug mode.fake drf server
checkbox. This debug tab is only visible when the FarmingTracker
project runs in visual studio debug mode.