Unreal server guard v1.0 (by Skw)
=================================

Simple intro:
-------------

- A command-line based tool which automatically restarts your Unreal server
  if it crashes. The tool won't prevent freezing, but it's better than nothing.

- It also makes a logfile of the crash to "Logs"-folder with date and time
  (you need to make "Logs"-folder yourself, or this tool won't work fully)

Installation:
-------------

Extract the zip-file to Unreal's System folder.

Using and editing server guard:
-------------------------------

You may edit the file by right-clicking it and select "Edit".

"color 0c" - Color of the command-line backround and window. First character
is backround and second text. If you don't like red-on-black-scheme, you may
change colors

"title" - You may make a new title for server guard, if you have many servers
or if you don't like the original name

"copy Unreal.ini Unreal-B.ini" - This makes a quick backup of your ini-file before
server starts. If you are using different named ini-file, remember to change
this too. By default, this just makes a copy and renames the copy [name]-B.ini

"start" - Put here your server's starting lines

	"/low" - You may use "/high" or "/normal" instead. Gives more performance
	to the server, but slows down computer. "/low" means low performance

"copy Unreal.log Logs\Crash-%YYYYMMDD%-%HHMM%.log" - The line, which copies
your server's log file to "Logs"-folder. If you use different log-file name,
remember to change this too