d2info icon indicating copy to clipboard operation
d2info copied to clipboard

Investigate multiplayer memory layout some more

Open squeek502 opened this issue 6 years ago • 0 comments

After #3, certain functions in D2Reader will not work while in a multiplayer game, like reading the current area, getting /players X (should be determined by the number of players in the multiplayer game), etc. This is because getWorldPointer and/or getGamePointer don't work while on a multiplayer server.

This is no real problem for now, since none of the core functionality relies on this data being available, but for the future it'd be good to get these things to work on multiplayer servers.

squeek502 avatar Feb 07 '19 02:02 squeek502