
This directory allows games to automatically be recorded. The file format
is pretty simple. The file MUST contain sets of 5 integers (one per line
is the suggested format).

A file looks something like this:

--------------
0 0  0  100 00
4 1  0  800 00
4 1  1  800 00
--------------

The first number indicates the game index. The default level set is '4'.

The second number indicates the number of players. This should be either
1 or 2.

The third is the score required before the game recording is automatically
saved. If the score is equaled then the 'exittime' is considered.

The forth is the exit time required if the score is the same.

--
The top line defines the default minimum score and time that is needed
to save the game regardless.

--
When the game loads this file is read to establish the above settings
for the default levels. To reload these you must reload the game.
However, the settings for other level sets are reread on each game. These
settings must appear before any game "4" settings. Well, this explanation
is pretty bad, but whatever.

See web pages for a better explanation (when I write it).

