11BelowStudio / MUDKIP_Mud2

Multi User Dungeon Kool Informational Package for MUD2 [Mudlet package]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MUDKIP_Mud2

Multi User Dungeon Kool Informational Panels (for playing MUD2 with Mudlet)

MUDKIP is a plucky little Mudlet plugin I bodged together, which adds some Kool Informational Panels that might be of use whilst one is playing MUD2.

It adds some gauges at the bottom to show your current stamina and magic (assuming you have any magic) at a glance, and adds a status bar across the top with the raw stats on them (along with afflictions, the dreamword, current points, etc.)

This is a plugin for Mudlet, not a standalone MUD client! Please ensure you have Mudlet installed and are using Mudlet.

And, again, this is only intended to be used for MUD2! This is very unlikely to work on any other MUD, so don't try it.

also yes, we have auto-updates now (very nice)

a screenshot of MUDKIP being used in mudlet

Installation and Uninstallation

Installation

Open your MUD2 profile in mudlet and enter the following command:

lua installPackage("https://github.com/11BelowStudio/MUDKIP_Mud2/releases/latest/download/MUDKIP_Mud2.mpackage")

Uninstallation

Open your MUD2 profile in mudlet and enter this command:

lua uninstallPackage("MUDKIP_Mud2")

(or just use mudlet's package manager menu thing to uninstall it)

Usage

The main thing MUDKIP does is add the status indicators mentioned above. It shows your stats at a glance, current status afflictions, current weather, time until the next reset, and the most recent dreamword you received.

The only automation it currently offers is sending a fes every so often whilst in-game (to obtain the current status of your persona), and an alias for saying the dreamword (if known)

MUDKIP unfortunately does not offer those bells and whistles like speedwalking, fancy maps, re-fighting, etc.

Aliases

  • dword
    • automatic dreamword
      • If the dreamword is known, this will send a say <dreamword> command to the game.
      • If the dreamword is not known, MUDKIP will leave a message telling you that it doesn't know what the dreamword is.
    • dwo and dwor are also aliases for this.

API

// TODO

  • Everything's contained within the global MUDKIP_Mud2 table.
  • The stats etc with the current state of your persona are in the MUDKIP_Mud2.stats table.
  • UI stuff is held in MUDKIP_Mud2.ui
  • Auto-update stuff is held in MUDKIP_Mud2.updates

Final thoughts, how to contribute, thanks, things like that

MUDKIP is still a bit scuffed, and some of the implementation details could use a bit of cleaning up. If you do want to help out, feel free to open a PR on the develop branch.

This package was built using muddler, in case you were wondering. Consider taking a look at the documentation of muddler if you wish to contribute to the development of MUDKIP.

CHANGELOG

  • 1.1.2 (7/6/2024)
    • Added automatic updates so you (hopefully) don't need to manually update MUDKIP any more :)

See CHANGELOG.md for the full changelog.

TODO

  • see what people want I guess

About

Multi User Dungeon Kool Informational Package for MUD2 [Mudlet package]

License:Mozilla Public License 2.0


Languages

Language:Lua 100.0%