Skip to content

Releases: keneanung/mudlet-msp

Release version 0.2

10 Nov 16:36
Compare
Choose a tag to compare

This version fixes a number of issues finding files and adds some special handling of windows cases.

It also holds the beginning of a configuration system and obeys the volume and repeats parameters.

Initial release

25 Aug 11:14
Compare
Choose a tag to compare

This is the very first release of the MSP plugin for Mudlet. The current form is very basic, for it should parse potential arguments but does not act on them at all. Using wildcards in filenames was not tested either. Another restriction is that all sound commands have to come on their own line. In-line MSP triggers don't work.

I have yet to find a MUD that implements the mentioned features though. It seems most server creators are happy with adding support for single sounds to their games.

The package does not include any sounds. You can either customize the package for your game by adding sounds to a sounds/ folder at the root level of the mpackage and redistribute that or let the users add the sounds to the directory identified by lua getMudletHomeDir() .. "/msp/sounds/" (they may have to create the folder themselves).