Releases: phphackerr/MapUpdater
Releases · phphackerr/MapUpdater
MapUpdater
[0.2.0] - 2026-02-26
Fixed
- Fixed
*.iniparsing sofalse/0values correctly disable options (autoupdate,dota,lod,debug).
Changed
- Removed the large third-party JSON parser and replaced it with a compact built-in parser tailored to the updater API (smaller footprint).
- Map detection is now size-aware (optional via
checksize) and recursively scansMaps/Downloadfolders by version. - When both
dotaandlodare enabled, the updater now checks both maps in one startup pass, queues missing files for both, and downloads them in a single overlay session.
Improved
- Significantly improved UI style, layout and experience.
- Improved DLL startup stability by moving heavy initialization out of
DllMain(lazy initialization). - Improved update metadata requests with HTTP timeouts, response status checks, and proper handling of URLs with query parameters.
- Improved handling of invalid API responses by validating JSON structure before reading fields.
- Improved custom overlay z-order/position sync so it stays attached to the game window more reliably.