Auto Server Reset Version 1.0
Written by Hoser

Instructions:

Place the files ServerReset.u, ServerReset.int and ServerReset.ini in your UnrealTournament\System directory. 

Edit the ResetHour, ResetMinute, and ResetSecond to variables (in the ServerReset.ini file) to the time you want the server to restart. For example, if you want the server to reset at 300AM in the morning, set ResetHour=3, ResetMinute=0, and ResetSecond=0. If you want the server to reset at 3:35PM, set ResetHour=15, ResetMinute=35, and ResetSecond=0. Make sure you know what your server time is before setting these values.

Lastly, set bLogTimes=True if you want to see the reset time that the mutator is using and the time the server is using in the log. bLogTimes should normally be set to False.

Start a server using the 'AutoServer Reset' mutator, or add the text ServerReset.ServerReset to your mutator list in your startup script. For Fragism servers specifically, make sure the following text is set up: 

MUTATORLIST=ServerReset.ServerReset


