Skip to content

A Distribution of MUSHClient preconfigured to work with Project Mongoose (mongoose.moo.mud.org)

License

Notifications You must be signed in to change notification settings

MongooseMoo/Mongoose-Client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mushclient-soundpack-launcher

An easy-to-use launcher for any type of MUSHclient-based soundpacks

This launcher was created since many people without great scripting knowledge wanted to create soundpacks easily, without the need to program very much. This project offers all the functions needed, including screen reader support and full audio functionalities. I will update regularly to keep the current MUSHclient version updated.

Getting Started

Any user who wants to create a soundpack for whatever mud needs to copy this project (or add it via git submodules) and create a world file inside the worlds folder which is called world.mcl. This file will be loaded on startup and all needed plugins will be injected automatically. Anything else (including additional plugin loading stuff) can be done inside this world file.

Programming Advice

This launcher also offers all the advanced programming functionalities you'd expect. It bundles a LuaJIT with FFI included, which enables you to access external libraries if needed.

It also bundles ssl support as well as threading support, using the llthreads library.

The penlight library is included too, which extends the lua standard library with class-like tables and functionalities which enable pythonic programming, just in Lua.

Troubleshooting

If some users have problems launching the MUSHclient.exe file because Windows isn't able to find some required files, advice them to install the vcredist_x86.exe and vcredist_x64.exe files which are bundled with this launcher. This should fix all problems. If this doesn't help, create an issue or contact me via email.

About

A Distribution of MUSHClient preconfigured to work with Project Mongoose (mongoose.moo.mud.org)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 91.8%
  • VBScript 3.6%
  • JavaScript 2.5%
  • Perl 2.1%