This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
Releases: joffreybesos/d2r-mapview
Releases · joffreybesos/d2r-mapview
v2.0.4 - Map scaling
- 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
Fixed a memory leak regarding player position
v2.0.2 - Updated offsets for new D2R client version
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
- 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 withmaxWidth
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
- 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
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
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
When you change the map width in settings.ini the setting will now work as intended
v1.2.2 - Improved logging
- Logging has been improved.
You can now turn on more verbose logging by settingdebug=true
insettings.ini
- The program will now check for the presence of
settings.ini
v1.2.0 Difficulty is now read
- Difficulty is now read correctly (previously Hell difficulty was hardcoded)