This is an old revision of the document!


GMCP in Mudlet

If you are using Mudlet then (if it is not enabled already) you will need to enable GMCP data.

Once enabled, Mudlet will automatically share with DuneMUD that it can receive GMCP data. You can check that you are receiving data by entering lua gmcp in your command line.

You'll probably be shown a LOT of data, more than a screen's worth. The GMCP data is organized like a Lua table with gmcp.Section.Subsection.Subsubsection.key structure. Some of the sections are:

  • Char which contains all information about your character.
    • Stats which is your stats, so gmcp.Char.Stats.str is your strength, for example.
    • Status which contains most of the other stuff you'd see on score. For example, gmcp.Char.Status.xp is your exp.
    • StatusVars are string-type descriptors of the entries in Status. For example, gmcp.Char.StatusVars.xp is the string “Experience”.