The Mod Installer lets users install mods into their game from a single link click from any website.
Links are created like this:
UMF://Action=InstallMod&&Game=<gamename>&&File=<modfile>&&URL=<downloadurl>
UMF://Action=UninstallMod&&Game=<gamename>&&File=<uninstallpattern>
UMF://Action=InstallLib&&Game=<gamename>&&File=<libfile>&&URL=<downloadurl>
UMF://Action=UninstallLib&&Game=<gamename>&&File=<uninstallpattern>
<gamename>
with a lower case no space version of the game name.<modfile>
with the file name of the mod to be installed.<downloadurl>
with the URL from which the mod should be downloaded from.<uninstallpattern>
with a file name pattern or file name. This supports wildcards.In order for this to work the web server must provide the following headers:
Some web browsers may provide these headers by default, but in most cases you will have to configure your web server to add these.