Also, a couple of suggestions for your jersey installer, have popup question that asks you what system your running: (Windows 95, 98, ME or XP) so that it knows what directory to install to...you could maybe even do this as a drop down option...
Great idea! Actually there is a way to get the version of windows that is running without asking the user anything, its some command thats part of windows. I could use that command to check the version and then set the directory box accordingly... the only thing is I'm not sure what the directory is for any version of windows besides win98. I'm pretty sure they're all the same except for XP... but in order for me to implement this feature I would need to find this out.
Have a "global edit" option... i'm not sure if this is possible but it would be good if you could have the option of having a global-edit (all files) or just one specific one. Get me?
Yes I was actually thinking about this when I first started, I just wasn't sure how to do it. Everyone wanted a release so I figured I'd just add it to a later version. I was thinking that if you wanted to change a specific teamgear you have c:\my documents\nba live 2003\saves\000 for example... but if you want to do all save files then you could take off the 000, and just have \saves and it will search through and find every teamgear.dbf in \saves and edit them all... I hope I am making sense... and I hope to implement this in a later version.
About the cyberface, well, now that I know how to edit dbf files with programming, I'm sure that would be possible! (Just not right now

)
The other thing I mentioned above about automation I am working on...
I was thinking of just having a simple text file that looks like this:
c:\my documents\nba live 2003\saves\
26
cl02
2002-03
3
1
1
0
0
0
Where each line applies to a different field in Jersey Installer. Then you open this type of file (say *.jer) with Jersey Installer, and it takes the fields from here (as opposed to the textboxes in the program) and installs them accordingly. This way the user would have to do nothing but click on the *.jer file and all the work would be done by the patchmaker.
I think this is a better way then other methods with BAT files. With bat files they get clogged up in my main directory, they are confusing, I don't know I just don't like them. With this method you would have a lot of .jer files that could be named appropriatly like detroit88-89.jer or something and it would be easy to keep organized.
I hope this is a good idea.