diablo2-live-viewer
diablo2-live-viewer copied to clipboard
Display packets and information about a current diablo2 session
textfield + button = send raw packets (in json ..) optimally a combobox with all packets, when selecting one will show more or less parameters according to the packet definition
I can see the packets being read but the map is just grey with my character in the middle.
- Page with character(s) stash, inventory, stats, skills, quests ... (important for debugging PoB !) - Pickit builder (or on other repo ?) Other ideas ?
should apply on all layers
+ also the sniffer (or depend on it ?) so installation and usage can be ``` sudo npm install -g diablo2-live-viewer diablo2-live-viewer ``` for people that just want to use...
a bit complicated because of fs but try https://github.com/webpack-contrib/transform-loader should be doable. https://github.com/PrismarineJS/minecraft-data/blob/web/package.json#L25 is proof it can be done
d2 coordinate system is rotated of a fixed angle find that angle (can be computed by measuring the angle of the displayed map), and apply it to all coordinates
https://github.com/ewoken/Leaflet.MovingMarker