Difference between revisions of "DiscworldUI"

From Mudlet
Jump to navigation Jump to search
m (→‎Features: Slightly expanded on CSS options.)
m (→‎Discworld MUD: Slightly modified credits for Pit since he helped out some more.)
Line 68: Line 68:
 
==Acknowledgements==
 
==Acknowledgements==
 
===Discworld MUD===
 
===Discworld MUD===
*Pit Veridicus: Helped by reporting server-side GMCP status of the connection. He explained that Mudlet doesn't support ANSI sequences in strings sent over GMCP and right away implemented a fix that escapes ANSI sequences if the GMCP client reports it is "mudlet". Without this, the coloured map would not have been possible.
+
*Pit Veridicus: Helped by reporting server-side GMCP status of the connection. Being open to suggestions, helping fix problems, thinking of workarounds, and promising to fix the accidental JSON error with the escape character on the MUD side ASAP.
  
 
===Mudlet IRC===
 
===Mudlet IRC===

Revision as of 15:18, 1 February 2013

"Image of Mudlet with the Discworld UI active."
Discworld UI v0.1 top aligned. Showing the upside down coloured map bug that was fixed in version 0.1.1 and upwards

Summary/Description

This package adds GMCP powered status bars and a GMCP powered separate map window to the MUDlet client. This way you can keep an eye on your status and your location without having to read between the lines.

Configuration can be done almost entirely by changing the global variable names in the scripts. Take your time to read the comments so you know what you're changing. Requires GMCP enabled in Mudlet settings. Sets up GMCP session settings for client upon login to the DiscWorld.

Features

  • Five status bars on the right hand side
  • HP, GP, XP, XP/hour, Burden.
  • Separate map
  • Automatic GMCP handshake with Disworld MUD server upon login.
  • Configurable top or bottom alignment.
  • Map automatically snaps to status bars, can be disabled if desired.
  • Status bars update on every command you send and when the MUD sends a status update.
  • Map updates on location change, look, glance.
  • Disable XP/hour bar if you don't like it.
  • Customisable CSS
    • Includes five pre-defined gradient colour schemes.
    • More can be added by hand if you understand CSS colour codes.

Package Info

By: Ghostbird

For(MUD): Discworld

Size: 4.7 KiB

Version: 0.1.1

Contents: discworld-ui.xml, config.lua

Files

Current version

Version 0.1.1: File:Discworld-mud-ui-0-1-1.mpackage

Older versions

Version 0.1: File:Discworld-mud-ui-0-1.mpackage

Installation instructions

  1. Download the package and save it to your file-system.
  2. Load the profile you use to connect to the Discworld. (Unless you are already connected).
  3. Enable GMCP in Mudlet settings.
  4. Install the package trough the Mudlet package manager. Do NOT import from the script interface, that only works for XML files.
  5. Connect to the Discworld MUD. If you were already connected, re-login to the MUD by sending:
  6. su
  7. Make sure you've told the MUD to send you map data. To do this send:
  8. options output map frame = on
  9. Interface is fully initialised once the second gmcp.Char.Vitals is received. (For every command you send to the mud after login you receive updated gmcp.Char.Vitals data.)
  10. Configure the Discworld MUD map options to your liking. (Recommended settings below)
  11. [OPTIONAL] Open the Mudlet Scripts interface and customise the variables in Discworld-MapUI and Discworld-StatusUI to your liking.

Recommended Discworld MUD settings

options output map:
  frame             = on  Note: Is required, configures server to send gmcp.Window.Frame.map
  glance            = off
  glancecity        = off
  look              = off
  lookcity          = off

Known Issue

  • Map colour hack may occasionally capture parts of a line by accident due to it's hackish nature. Therefore it is disabled by default.
  • I have (almost) no prior Lua experience and have not learned lua's scope mechanisms. The entire thing runs on horrible global variables and functions. This may cause issues if you load packages that use the same variable names.

Acknowledgements

Discworld MUD

  • Pit Veridicus: Helped by reporting server-side GMCP status of the connection. Being open to suggestions, helping fix problems, thinking of workarounds, and promising to fix the accidental JSON error with the escape character on the MUD side ASAP.

Mudlet IRC

  • Demmonic: Helped explain the documentation of Mudled and Geyser and why the Wiki is more up to date than the LuaDoc.
  • _heiko (Heiko Köhn): Thought up the coloured map hack.

Contact

If you have any questions, send me an email.