Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Releases: joffreybesos/d2r-mapview

v2.0.4 - Map scaling

13 Nov 05:26
Compare
Choose a tag to compare
  • The map image can now be scaled in settings.ini the default is a factor of 1.1
  • The size of the image is capped by the size of maxWidth (in pixels)
    This feature will be helpful for those who use large resolutions.

v2.0.3 - Fixed memory leak

13 Nov 01:21
2e121fd
Compare
Choose a tag to compare

Fixed a memory leak regarding player position

v2.0.2 - Updated offsets for new D2R client version

12 Nov 21:20
2e121fd
Compare
Choose a tag to compare

Updated for the new Diablo 2 Resurrected client version 1.0.67005.
Needed new offsets.
The executable hasn't changed, but thought I should keep it simple and publish a new release.

v2.0.1 - Live player position

11 Nov 08:17
2e121fd
Compare
Choose a tag to compare
  • Map now shows the current play position with a bright green dot!
  • Map now only show/hides with the normal automap (TAB to toggle) rather than always displayed
  • In settings.ini alwaysShowMap can be set to true to ignore the above feature
  • Refactored code to run more efficiently
  • Player position and rendered on separate GDI GUI layer for better performance
  • Maps now rely on their native sizing with a maximum screen width rather than hard width
  • In settings.ini - width is replaced with maxWidth so small maps aren't overly large
  • This is a major rector so expect a few issues, if you have problems, 1.2.7 will still work.

Make sure you download both d2rmap-v2.0.1.exe and settings.ini

v1.2.6 - Town maps are now hidden

07 Nov 10:36
Compare
Choose a tag to compare
  • Now when in town, the map will be hidden.
    Though you will still see the 'loading' text to let you know that it's working.

v1.2.5 - Loading message added

06 Nov 12:13
Compare
Choose a tag to compare

Minor polish

  • 'Loading' text now shown in place of map while map is downloading
  • If map fails to download an overlayed error message will be shown
  • Map will now hide when you alt-tab out of the game
  • README updated

v1.2.4 - Updated offset

05 Nov 17:52
Compare
Choose a tag to compare

Only change is really to the settings.ini but it's still part of a release.

  • Settings.ini updated with new offset for client v1.0.66878
    You must use the new setting in settings.ini for this to work on the new client

v1.2.3 - Fixed map width resizing bug

03 Nov 19:15
Compare
Choose a tag to compare

When you change the map width in settings.ini the setting will now work as intended

v1.2.2 - Improved logging

02 Nov 10:38
Compare
Choose a tag to compare
  • Logging has been improved.
    You can now turn on more verbose logging by setting debug=true in settings.ini
  • The program will now check for the presence of settings.ini

v1.2.0 Difficulty is now read

02 Nov 05:02
Compare
Choose a tag to compare
  • Difficulty is now read correctly (previously Hell difficulty was hardcoded)