Skip to content

Extracts and organizes mod files for use in Unreal Tournament 1999

Notifications You must be signed in to change notification settings

brewffee/UTModLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UTModLoader

UTModLoader is a tool for extracting and installing mods for the game Unreal Tournament.

Usage

utmodloader [options] <command> <path>

Options

  • -h, --help - Displays the help message
  • -v, --version - Displays version information

Commands

  • extract - Searches for mod files and extracts them to the application directory (~/.local/share/UTModLoader/store on Linux and %APPDATA%\UTModLoader\store on Windows)

Valid mod file types include .zip, .rar, and .umod.

Building from source

You will need (this is subject to change):

Dependencies (Linux)

Arch Linux

pacman -S --needed git base-devel g++ cmake libzip libunrar

Dependencies (Windows)

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)

Building

cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=ninja -G Ninja -B ./cmake-build-debug
cmake --build ./cmake-build-debug --target UTModLoader -j $(nproc)

About

Extracts and organizes mod files for use in Unreal Tournament 1999

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published