Hi Andrew
I think I have sorted it all out now. Now I just need the time to finish the coding
and you can start testing it (it is now approx 80% ready for testing).
Still need to design how to make it possible to switch between different generation
of games etc etc
You could start to make help files for different database fields if you have the time.
So you have stuff to test with.
Tip : You could copy the information text from the DB field decriptions on the web.
Syntax, all lines with
: are parsed by the program all other lines
are free text that is just presented in the help list.
Eg
Information and understandible name of the db field
description of what it do
============================================
values
0: free text that describes value 0
1: free text that describes value 1
2: free text that describes value 2
3: free text that describes value 3
4: free text that describes value 4
5: free text that describes value 5
=============================================
Note to the user what impact is has.
The file should be named as the datafield + .txt
Eg
PRIMACY.txt
-----
Just to be clear:
Datafields like eg DRIBBLE just needs a free text decribing that min value is 1 and max value is 99
you dont need to specify every value in the help text file. And values can also be written manually
so the help text is just an extra option.
I will make some tool to create eg a dump of all SCHOOLS ID and names into a help file etc
So the user dont have to write that by hand.