Mud aspires to be a community sourced mod management language, runtime, and desktop application. Inherently compatible with any game or platform, Mud does it all.
Head over to the releases page and download the installer that matches your operating system.
Only the pre-alpha dev build is available, which is currently just a proof of concept interface for the underlying scripting language / interpreter (WIP).
Mudfiles are the heart of the Mud Mod Manager. They are open-source instructions that tell Mud how to install a mod, download/install system dependencies, pull mod files from the internet, etc.
You can find all currently available .mud
files here: Mud.Community
While
.mud
files can be imported via arepl
session using pre-processor commands like!include_files ./helloworld.mud
, the source control management has not yet been implemented in Mud (though it's in it's early dev stages and close to done!).