UnReal World Mod LoaderThis is a modding tool which aims to extend the current game modding capabilities and make using and making mods easier, especially several mods at a time while leaving the game folder pristine which means no custom edits are lost when the game is updated.
Current stage is proof of concept however the tool is nearly fully featured and ready to be used.
Features for usersSimple installation of mods
Enable and disable mods quickly and easily
Set mods priority (load order)
Keep mods in separate folders
Mod files are cached and loaded faster
Changing mod configuration and editing mod files without restarting the game
Features for developersOverride parts of vanilla files or files from other mods
Add custom in game encyclopedia pages (automatically linked to the START page)
Automatic crafting menu shortcut key conflict resolution (coming soon)
RequirementsWindows 7 or newer
.NET Framework 4.5.2
UsageIt's recommended to make a new installation of the game so you can transfer your mods and saves. Then extract the zip file into your pristine game folder.
To add a mod create a subfolder in the mods folder, and in the subfolder create another folder called 'files'. Mods files go to the 'files' folder. The following directory tree indicates an example mod structure.
Mods/
My mod/
files/
truetile/
some-tile.png
messages/
urw_chat.txt
diy_mystuff.txt
game.nfo
readme.txt
license.txt
modlist.txt
For more information about the folder structure please see the mod examples.
Mod Loader ready mod should allow you to extract its content into the mods folder, or simply follow the instructions provided by the mod developer.
File
modlist.txt indicates which mods are active and also the load order. First rename
modlist-sample.txt to
modlist.txt. To activate a mod add new line that begins with '+' followed by the mod folder name. Mods are loaded from top to bottom and because mods can override changes made by other mods the last mod change wins.
History1.0 - Initial verison
1.1 - Support for Windows 10
DownloadsLoader 1.1 binariesEnglish Mod Names mod - translates month names to English
ScreenshotsSpoiler: In Game Encyclopedia Start Page show