Skip to content

Releases: 11BelowStudio/MUDKIP_Mud2

1.3.3

23 Jul 23:21
2c9cd49
Compare
Choose a tag to compare

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 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

  • automatic dreamword dword
    • 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.
    • There's an uppercase variant which says the dreamword in uppercase instead.
  • fixing emotes
    • Tired of accidentally sending laughs,smiles,waves etc
      and then having the MUD2 parser complain about it?
    • MUDKIP_Mud2 will correct them to laugh, smile, wave etc, allowing you to perform those actions in peace.
    • Many other verbs along these lines have also been fixed.

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.
  • Misc utils are in MUDKIP_Mud2.utils.
  • UI stuff is held in MUDKIP_Mud2.ui
  • Auto-update stuff is held in MUDKIP_Mud2.updates
  • Stuff related to the enhanced map command output is in MUDKIP_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

  • 1.3.3 (24/7/2024)
    • Made MUDKIP look a bit less horrible on Mudlet 4.18.3

See CHANGELOG.md for the full changelog.

TODO

  • see what people want I guess
  • get the auto-update to check the tag on the latest release on git or something like that instead of the release version.txt(?)

1.3.2

27 Jun 22:24
2ec7ffd
Compare
Choose a tag to compare

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 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

  • automatic dreamword dword
    • 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.
    • There's an uppercase variant which says the dreamword in uppercase instead.
  • fixing emotes
    • Tired of accidentally sending laughs,smiles,waves etc
      and then having the MUD2 parser complain about it?
    • MUDKIP_Mud2 will correct them to laugh, smile, wave etc, allowing you to perform those actions in peace.
    • Many other verbs along these lines have also been fixed.

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.
  • Misc utils are in MUDKIP_Mud2.utils.
  • UI stuff is held in MUDKIP_Mud2.ui
  • Auto-update stuff is held in MUDKIP_Mud2.updates
  • Stuff related to the enhanced map command output is in MUDKIP_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

  • 1.3.2 (27/6/2024)
    • Now (hopefully) works with the stamina update messages from fightbrief!

See CHANGELOG.md for the full changelog.

TODO

  • see what people want I guess
  • get the auto-update to check the tag on the latest release on git or something like that instead of the release version.txt(?)

1.3.1

26 Jun 00:01
a476632
Compare
Choose a tag to compare

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 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

  • automatic dreamword dword
    • 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.
    • There's an uppercase variant which says the dreamword in uppercase instead.
  • fixing emotes
    • Tired of accidentally sending laughs,smiles,waves etc
      and then having the MUD2 parser complain about it?
    • MUDKIP_Mud2 will correct them to laugh, smile, wave etc, allowing you to perform those actions in peace.
    • Many other verbs along these lines have also been fixed.

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.
  • Misc utils are in MUDKIP_Mud2.utils.
  • UI stuff is held in MUDKIP_Mud2.ui
  • Auto-update stuff is held in MUDKIP_Mud2.updates
  • Stuff related to the enhanced map command output is in MUDKIP_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

  • 1.3.1 (26/6/2024)
    • Added some code to make MUDKIP clean up after itself after it gets uninstalled.
    • Stamina is now displayed as 0 if you get permadeathed in the ways which bypass stamina.
    • Some refactorings have happened.
    • Removed some deprecated legacy code.

See CHANGELOG.md for the full changelog.

TODO

  • see what people want I guess
  • get the auto-update to check the tag on the latest release on git or something like that instead of the release version.txt(?)

1.3.0

18 Jun 22:43
819d28a
Compare
Choose a tag to compare

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 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

  • automatic dreamword dword
    • 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.
    • There's an uppercase variant which says the dreamword in uppercase instead.
  • fixing emotes
    • Tired of accidentally sending laughs,smiles,waves etc
      and then having the MUD2 parser complain about it?
    • MUDKIP_Mud2 will correct them to laugh, smile, wave etc, allowing you to perform those actions in peace.
    • Many other verbs along these lines have also been fixed.

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.
  • Misc utils are in MUDKIP_Mud2.utils.
  • UI stuff is held in MUDKIP_Mud2.ui
  • Auto-update stuff is held in MUDKIP_Mud2.updates
  • Stuff related to the enhanced map command output is in MUDKIP_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

  • 1.3.0 (18/6/2024)
    • The output of map is now on 3 lines (not 11) and is now CLICKABLE! so you can go in a certain direction without needing to type stuff in (just click on the appropriate thingy!)
      • Remember that MUD2 allows you to use auto map to automagically send a map command whenever you move to a new room!
      • (note: only the most recent map output has clickable directions, to avoid potential misclicks whilst scrolling up)
    • also added a couple more typo-correction aliases

See CHANGELOG.md for the full changelog.

TODO

  • see what people want I guess
  • get the auto-update to check the tag on the latest release on git or something like that instead of the release version.txt(?)

1.2.0

17 Jun 16:39
51c004e
Compare
Choose a tag to compare

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 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

  • automatic dreamword dword
    • 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.
    • There's an uppercase variant which says the dreamword in uppercase instead.
  • fixing emotes
    • Tired of accidentally sending laughs,smiles,waves etc
      and then having the MUD2 parser complain about it?
    • MUDKIP_Mud2 will correct them to laugh, smile, wave etc, allowing you to perform those actions in peace.
    • Many other verbs along these lines have also been fixed.

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.2.0 (`17/6/2024)
    • Rewrote the automatic update code a little bit.
    • Using the dword alias will clear the known dreamword.
      • Also added a DWORD alias for saying the dreamword IN CAPITALS (for personae who tend to say things in capitals)
    • Added an alias to fix accidentally putting an 's' at the end of emote-y commands whilst in game (correcting smiles to smile, waves into wave, laughs into laugh etc).
    • Slight rebrand for the package (P stands for 'Package' instead of 'Panels' now)

See CHANGELOG.md for the full changelog.

TODO

  • see what people want I guess
  • get the auto-update to check the tag on the latest release on git or something like that instead of the release version.txt(?)

1.1.2

07 Jun 22:37
f0a28bb
Compare
Choose a tag to compare

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

1.1.0

07 Jun 15:56
12851c5
Compare
Choose a tag to compare

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.

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 recieved.

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

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.0 (7/6/2024)
    • Replaced the semi-automatic fes with an auto fes
    • Added dword alias for automatically saying dreamword
    • Added version indicator
    • Some backend changes

See CHANGELOG.md for the full changelog.

TODO

  • automatic updates via github.

1.0.0

31 May 02:27
2009caa
Compare
Choose a tag to compare

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.

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 recieved.

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 does this via sending one along with your
other commands.

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

Aliases

  • (.+) (semi_auto_fes)
    • This alias is currently used as a really hacky way of
      sneaking in the semi-automatic fes command every so often.
    • Every 20 seconds, assuming you're actually in the game
      (have entered the tearoom etc), MUDKIP will 'queue' a fes
      command, which, via this alias, will be appended onto the
      command you send to the server (otherwise your command is
      sent as-is, completely untouched).

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.

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.

TODO

  • add screenshots to this readme