Removing The Mod

Updated 2 weeks ago

NoMap persistance

If you remove the mod and notice that your map is not working in vanilla it's because there is a config option in ZenMap that automatically sets the World Modifier flag "nomap" on startup.

If you remove the mod this world modifier will still be in effect on your world.

There are two places this can persist after the mod is removed:

  1. On the world file itself via the world modifier "nomap" flag.
  2. On the player profile via a registry key. (don't worry you don't need to regedit)

To return to map-enabled behavior you have to clear both flags. Vanilla offers tools to both set and remove these flags.

The easiest method is to just disable the no map flag from the world selection screen by pressing the world modifiers button on startup.

However, it can also be accomplished via console if it is a server instance.

open the console and try various combinations of the following commands:

nomap
setkey nomap
removekey nomap

Basically what you are trying to do is clear two flags: Your player profile nomap flag and your world modifier nomap flag. Both have to be off in order to see maps again.

Commands

  • nomap : toggles the player nomap flag on your player profile.
  • setkey nomap : sets the flag on the world file to disable the map
  • removekey nomap : removes the flag on the world file to disable the map.

NOTE: sometimes you need to set the world flag before you can remove it.