Import maps generated by MapExplorer

Share your scripts and packages with other Mudlet users.
Post Reply
breakone9r
Posts: 24
Joined: Sun Jul 26, 2020 1:39 am

Import maps generated by MapExplorer

Post by breakone9r »

I have been wanting a better way to do crowd-sourced mapping for those MUDs that do not support mmp.

So I finally wrote a package that can do just that. Introducing: MapImporter. (Update: Reworked it as some room exits weren't being linked)
MapImporter.mpackage
(2.04 KiB) Downloaded 325 times

Place the exported files into your profile's /tmp directory (ie if on linux, ~/mudlet-data/profiles/MyMudProfile/tmp/)

Once that is done, you have a new alias: mmim.

To import rooms that you don't have: (this will not modify existing rooms in any way, shape or form)

Code: Select all

mmim map
To import ALL rooms: (This makes sure to update any room IDs that may have different exits/doors/etc)

Code: Select all

mmim map true

To update your environment colors:

Code: Select all

mmim color

Post Reply