


Lets you zoom into the map so far, you can see individual Viking nose hairs. The programmers never saw this coming.
Have you ever tried zooming into the map and thought "I can ALMOST see my house from here, but not quite"?
Ever squinted at a cluster of pins wondering if that's your epic loot stash or "definitely not where I died repeatedly"?
Ever wished the zoom limits weren't designed by someone who thinks Vikings have eagle vision?
Wish no more, my cartographically-challenged friend.
Super Duper Mappy Zoomer lets you magnify your map 100 times beyond what the silly devs thought was "reasonable" -- and if that's not enough for your perfectionist soul, crank it up to 10,000x because why the heck not?
Features that will blow your mind:
Default Zoom: https://imgur.com/zGmBTDO Moar Zoom: https://imgur.com/Eeb7wEJ 100x Zoom: https://imgur.com/YTmpVij Go 5x Further: https://imgur.com/JtwdSeJ
Why are you still reading this? Download it and start zooming NOW!
To use this, simply drop it into your BepInEx plugins folder: \SteamLibrary\steamapps\common\Valheim\BepInEx\plugins
This mod was built from scratch by analyzing the game's decompiled code, not by copying or modifying existing mods.
Yes, it was developed with AI assistance (Claude) -- but it was definitely not written with a single prompt. It was built iteratively, tested, debugged, audited against a 16-point checklist, and in true OCD fashion... it was audited again.
Every line of code has been read, understood, and approved by a human. No memory leaks. No thread safety issues. No lifecycle problems. No hot-path concerns.
That said, I am not a career programmer, and while everything makes sense to me, it might not make sense to someone who's been doing it for 20 years.
Audit it yourself: it's all here, and it's well-commented: https://github.com/Jeaudoir/SuperDuperMappyZoomer
ShowDebugInfo config setting to enable useful lifecycle logging (plugin init, config load summary, minimap detection, scene transitions) without enabling the noisy per-tick scroll logging.ShowZoomInfo (per-tick scroll logging) now requires ShowDebugInfo = true as well, making it a true second level of verbosity.SuperDuperMappyZoomer.cs, ConfigManager.cs, DebugLogger.cs, Constants.cs.Constants.cs.Initial public release.
ShowZoomInfo config setting.