SServerStart & SServerExit Mutators
SServerStart mutator allows game companies to give some control of the server back to the customer.
company would start the server like this
Code:
ut3 server DM-Sentinel?Game=UTGame.UTDeathmatch?GameMode=0?Mutator=SServerStart.SServerStart -login=gpid -password=pwd -port=7777 -multihome=00.00.00.00 -queryport=6500 -log=server.log -nohomedir -unattended
the mutator would then restart using what was found in ..\utgame\config\UTSServerStart.ini
in my case something like this
Code:
[SServerStart UTUIDataProvider_Mutator]
ClassName=SServerStart.SServerStart
FriendlyName=SServerStart
Description=SServerStart v1.0 Will restart the server with […]

