Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Package information:
MUDKIP_Mud2
Multi User Dungeon Kool Informational Package (for playing MUD2 with Mudlet)
MUDKIP is a plucky little Mudlet package 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 (very nice)
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, showing:
The only automation it currently offers is sending a
fes
every so often whilst in-game (to update the stats), 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
say <dreamword>
command to the game.telling you that it doesn't know what the dreamword is.
dwo
anddwor
are also aliases for this.laughs
,smiles
,waves
etcand then having the MUD2 parser complain about it?
laugh
,smile
,wave
etc, allowing you to perform those actions in peace.API
// TODO
MUDKIP_Mud2
table.in the
MUDKIP_Mud2.stats
table.MUDKIP_Mud2.utils
.MUDKIP_Mud2.ui
MUDKIP_Mud2.updates
map
command output is inMUDKIP_Mud2.map
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
10/10/2024
)See CHANGELOG.md for the full changelog.
TODO
This package was originally shared on the Mudlet Forums by the author. We’ve automatically listed it here on packages.mudlet.org so more users can discover and benefit from it. Please let us know if you have any questions or concerns - thanks for contributing to the Mudlet community!