Tool to unpack Unreal Tournament .umod packages
- Node.js
To directly unpack to the correct folders:
- Place contents of archive into your Unreal Tournament main directory. e.g C:/UnrealTournament/
You can also place the package anywhere else if you don't want to directly place the extracted files into their respective folders.
- Open command prompt in the installed directory.
- Type: node app filename to unpack a single package, note you don't add the file extension.
- Type node app filename, filename2, filename3 to unpack multiple files.