UTModLoader is a tool for extracting and installing mods for the game Unreal Tournament.
utmodloader [options] <command> <path>
-h, --help- Displays the help message-v, --version- Displays version information
extract- Searches for mod files and extracts them to the application directory (~/.local/share/UTModLoader/storeon Linux and%APPDATA%\UTModLoader\storeon Windows)
Valid mod file types include .zip, .rar, and .umod.
You will need (this is subject to change):
pacman -S --needed git base-devel g++ cmake libzip libunrar
Requires MSYS2 to be installed at C:\msys64\
pacman -S --needed git base-devel unrar mingw-w64-x86_64-{gcc,headers-git,cmake,libzip}
Get UnRAR.dll from RARLAB and install it to the default location (C:\Program Files (x86)\UnrarDLL)
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=ninja -G Ninja -B ./cmake-build-debug
cmake --build ./cmake-build-debug --target UTModLoader -j $(nproc)