To install this file add it to your servers Unreal/System folder and also add the following line to the servers Unreal.ini file under the [Engine.GameEngine] section. (see in example below)


ServerActors=ActorCLP.ActorCLP


In your Unreal.ini add the following section below the [Engine.GameEngine] section:

[ActorCLP.ActorCLP]
Mutators=(put the startup line here)
DefaultMap=DMDeck16
DefaultGametype=UnrealShare.DeathMatchGame


Any Mutators/Maps/Game types listed by full string name as stated above, will be loaded on server start. Multiple mutators need to be sperated by a comma with no space.

*NOTE*:
All mutators listed in the ActorCLP mutator section will need to be added to your server packages.


*EXAMPLE*:

[Engine.GameEngine]
CacheSizeMegs=4
UseSound=True
ServerActors=IpDrv.UdpBeacon
ServerActors=IpServer.UdpServerQuery
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master0.gamespy.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=www.epicgames.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.telefragged.com MasterServerPort=27500
ServerActors=ActorCLP.ActorCLP
ServerActors=SPServerAdds.ServerAdds
ServerPackages=Female1skins
ServerPackages=Female2skins
ServerPackages=Male1skins
ServerPackages=Male2skins
ServerPackages=Male3skins
ServerPackages=SkTrooperskins
ServerPackages=Assault_Dicer
ServerPackages=AssaultTommyGun

[ActorCLP.ActorCLP]
Mutators=Assault_Dicer.Dicer,AssaultTommyGun.TommyGun
DefaultMap=DMDeck16
DefaultGametype=UnrealShare.DeathMatchGame

[WinDrv.WindowsClient]
WindowedViewportX=640
WindowedViewportY=480
WindowedColorBits=16
FullscreenViewportX=640
FullscreenViewportY=480
FullscreenColorBits=16
Brightness=0.500000


As you can see ActorCLP loads Assault_Dicer, AssaultTommy. 
It starts the default map as DMDeck16 and the default gametype is Deathmatch. 
This tool is very useful in the fact that it preloads all this on server startup. 
Without it, you would have to send a trouble ticket to your gaming host to request any of these changes. 

