Extensible Map Overlay Framework


Library mod: Chart Controls API for overlays, actions, and map tools. Does nothing without dependent mods.

Internal
15 days ago
2.0 - 2.1
118

b The panel disappears

a month ago

I downloaded the doodle mod, it looks interesting. I looked at it and realized it wasn't my thing. When I deleted it in map view mode, the map legend interface disappeared. I can't get it back. Please fix it. This only breaks on the specific save where the mod was installed, everything is fine on others.

a month ago

Noted, looking in to it. Thank you for the report.

a month ago

howdy! has there been any update/fix found for this issue?

15 days ago

Okay, sorry this took so long - work has owned my soul...

To get your map fixed, you can run the following command:
/c game.player.game_view_settings.show_map_view_options = true

If you're on a server and want to get it back for everyone, use this command instead:
/c for _, p in pairs(game.players) do p.game_view_settings.show_map_view_options = true end

If you don't want to disable achievements or don't want to run commands from the internet, fair, just do the following:
- install the mod again
- open and close the map
- save
- uninstall the mod

I've changed the mod so that the flag to hide the map items is only set while the map is open, so there should be no issues with this in the future. However, anyone coming across this in the future, the likely case of what happened is your save occurred while the map was open, then you uninstalled EMOF. The above fix applies to you.

9 days ago

thank you so much!! we ended up keeping the mod installed, and the only real issue we've been having with it is that the chart overlays (pollution/pipes/etc) seem to be global and not on a per player basis, do you happen to know what might be causing that?

New response