Page 1 of 1

Mapper informations none/short/full

Posted: Sun Feb 27, 2022 8:49 am
by Mabuse
Hello everybody!

Currently my mapper starts with "short" information at the top of the map.
I would like the mapper to show the full information instead, but I cannot find the point where to change that setting with my mapping script.

Or is it possible to create an own function instead which will fill that information?

Re: Mapper informations none/short/full

Posted: Sun Feb 27, 2022 12:18 pm
by Delwing
There is little menu down there, for selecting map info contributors.
Image

Although, sadly there is now bug there, which prevents correct save of those (https://github.com/Mudlet/Mudlet/pull/5976/files)

There is also API group to deal with map info toggles and creation, so as a temporary workaround you can disable/enable map info you need via script.
https://wiki.mudlet.org/w/Manual:Lua_Fu ... bleMapInfo
https://wiki.mudlet.org/w/Manual:Lua_Fu ... bleMapInfo

As for your own info to be there - https://wiki.mudlet.org/w/Manual:Lua_Fu ... terMapInfo

Re: Mapper informations none/short/full

Posted: Sun Feb 27, 2022 2:43 pm
by Mabuse
Thank you, that is exactly what I've been searching for!