Skip to content

EliotVU/UT2004-MutCacheExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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!

image

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.

?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.