The map in the game is very reluctant to update when things in the world change (like placing down paths). This mod forces it to stay updated in real time so you can see the changes you make.
Requirements
This mod does not have any known dependencies other than the base game.
Keeps map updated even after the forced update has finished.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
The map in the game is very reluctant to update when things in the world change (like placing down paths). This mod forces it to stay updated in real time so you can see the changes you make.
The config file has a true/false option to turn the mod on and off entirely, and it lets you specify the number of seconds between map updates. (Map updates are very quick but take a little time, though usually it's less than a second, so with the minimum interval of one second in the config file the map should update every couple of seconds.
This does not do anything to the world itself: It is only forcing the map image (which is both the full one and the minimap, they use the same image) to redraw itself.
Normally, this mod leaves the deep mine map alone and doesn't try to update it, because if it does, it instantly reveals the entire map of the entire deep mine. If you actually want that to happen, you can change an option in the config file.
This is a standard BepInEx 6 mod, so follow the standard Dinkum modding instructions and put the DLL file in your plugins folder. To create the config file, open Dinkum and immediately close it again. This mod is safe to remove at any time because it does not affect your save file in any way.