########################################
#           SPPurge      	       #
#          			       #
########################################

1) What is it?
--------------

It's a mutator that set's the clients purgecachedays to 0 days
Thus elimanating the client from having to keep downloading every month
This mutator runs both server and client side and is made for use on all servers, 

2) How to install
------------------

Unzip the .u file in your system folder, then open your Unreal.ini file, find the line [Engine.GameEngine] and add this line under it:

ServerPackages=SPPurge


3) How to use the mutator
------------------------

The best way is to modify your command line. For example, If you wanted to get this mutator to run through a command line, you would do this:

Unreal.exe DmDeck16?game=enhanceddm3.enhanceddm?Mutator=SPPurge.PurgeSrv

(game= depends on whatgame mod you are running)

or you could type in game:

Switchlevel dmdeck16?mutator=SPPurge.PurgeSrv




