my English is horrible, I know^^
I have no cam, so video tutorial is something that the first one who understands me can do;)
Every Game gets a number from 0 to 255
rename the first one 0.txt and place it in the application folder where the boot.elf is sitting:)
do this with all your games and just look that you don't miss a number to avoid crushs...
Oh and there is something I have to add:
The prgram parses your codes per lines:
That means it opens the file and checks if there is a new line->by searching for a 0x0A byte.
The only problem here could be that windows editors makes two bytes for each new line: 0x0D and 0x0A
So look if your txt-file has this two bytes at the end of each line, befor you use it...
I'm sorry for that and hope you can forgive...
I keep working and fix the bugs as soon as I can;)
PS:
http://rs373.rapidshare.com/files/139078271/Code_Manager.rarhave a look on this example and you hopefully understand how to use :T