https://github.com/eliotvu/ut2004-mutcacheextractor
In-Game Cache Extractor for UT2004.
https://github.com/eliotvu/ut2004-mutcacheextractor
mod mutator tool unreal-tournament-2004 ut2004
Last synced: 4 months ago
JSON representation
In-Game Cache Extractor for UT2004.
- Host: GitHub
- URL: https://github.com/eliotvu/ut2004-mutcacheextractor
- Owner: EliotVU
- Created: 2013-02-20T16:19:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T21:37:13.000Z (almost 2 years ago)
- Last Synced: 2025-10-23T10:56:00.850Z (8 months ago)
- Topics: mod, mutator, tool, unreal-tournament-2004, ut2004
- Language: UnrealScript
- Homepage: https://eliotvu.com/portfolio/view/35/mutcacheextractor-ingame-cache-extractor
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cache Extractor Mutator for Unreal Tournament 2004
Cache Extractor is a mutator for Unreal Tournament 2004 that brings the ability to extract cache files right from within the game itself. Even during online-play!

The mutator adds a new tab page to the "mid game menu" labeled as "Cache Manager"
The new page provides a list of all the cache files that can be found in the `/UT2004Root/Cache/` directory.
In this menu you will be given the option to extract any file of choice, upon extraction the selected file will be moved to its appropriate directory.
## Usage
Install by moving the `MutCacheExtractor.u` and `MutCacheExtractor.ucl` files to your `/UT2004Root/System/` directory.
The mutator should appear in the mutators menu as "Cache Extractor"
Server admins can do the following:
Enable the mutator by appending `MutCacheExtractor` to your server's mutator option e.g.
```bat
?Mutator=MutCacheExtractor.MutCacheExtractor
```
Or alternatively add the following line `ServerActors=MutCacheExtractor.CacheServerActor` under section `[Engine.GameEngine]` of your `UT2004.ini` file.
## Caveats
1. If the row becomes darkened then the extraction failed, possibly the file may no longer exist in the `/UT2004Root/Cache/` directory.
2. The game crashed upon extraction then the attempted file may possibly have still been in-use.