//===========================================================
// ShutDownMut
// (c) ProAsm - 2003
// http://www.unrealza.co.za/proasm
// http://proasm.totalconversions.com
// proasm@stormnet.co.za
//===========================================================

This Mutator will shutdown your server at a specified time given in the ShutDownMut.ini file.

ShutDownMut.ini

[ShutdownMut.ShutdownMut]
ShutDownHour=5
ShutDownMinute=45


This will shut the server down evey morning at 05:45

Installation.

Put all files in your UT2003Server\System folder.

ShutDownMut.u
ShutDownMut.int
ShutDownMut.ini

Open the ShutDownMut.ini file in Notepad and enter the shutdown time.
NB.. the Hours are in 24hr format: 0-23 and minutes 0-59
Just make sure your Computer timeclock is set to 24 hr time.
HH:mm:ss

Using ShutDownMut.

Just add it to your commandline startup string.

ucc.exe server DM-Antalus?Game=XGame.xDeathMatch?Mutator=ShutDownMut.ShutDownMut

Note(1):
If you add other Mutators to the startup string, ShutDownMut must be the first one.

Note(2):
ShutDownMut scans the Server Timeclock every 10 seconds so it is possible that
the actual shutdown only occurs 9 seconds after the stipulated time.

Note(3).
If your server uses a batch file at startup, make sure it does not have a goto loop
in it else the server will just restart again.

Note(4).
At shutdown, ShutDownMut will display it in your logfile:
ShutDownMut: *************** Server Shutdown at 5:45 ***************
