| |
This section will show you how to create your own template
wheel. There are strict rules to follow in the template format. Any
data that is not within the format, it will be rejected by the system.
You can use the NOTEPAD to create your template or any text editor.
The file must be save as a text format and with the file extension awt.
e.g. sw665-12.awt or myfavoritewheel.awt
The file must begin with the file header, if no header is present,
the file will be ignored.
The format of the header in the file.
| # |
You can begin each line with a #
characters to type in your comments. The system will not process
this line. |
| size |
This field is for specifying the number of balls
you use in this wheel. You must specify this field. |
| wheel |
This field is for the condition that has to
be met, in order to guarantee the minimum prize win. It defines
the least number of balls from the wheel size that must be correct.
This is information field, it will not affect the template. |
| min |
This is the field for specifying the minimum
prize win if the condition matches. This is information field, it
will not affect the template. |
| system |
This field tell the computer to generate the
ticket size. e.g. a 6 ball game has system=6. This is important
field, if you did not specify any value here, it will be treated
as system 6. |
| key |
This field is specifying the key size of the
template. This is information field, it will not affect the template. |
Immediately after the header, you must start your line definition
using numbers to represent the position of the balls. Each number must
be separated by "-" character. Each number must be of two
digit, if the number is smaller than 10, it must be prefixed with a
"0" as shown in the example 01-02-04-07-10-13. Make sure you
begin each definition with a new line. |