In NBA Live 2000 it is possible to export game stats (text files) save000.txt etc
Do the later versions also have this feature and is the layout of the data i the text file the
same as in NBA Live 2000?

The reason I am asking is because I am developing a simple program in VB 6 that makes it possible
to import these files and save the stats in separate files for each player and that also can also emulate new
stats for each player and thereby a game result (from players ratings or previous stats).
So I can make leagues just using the exhibition game mode and not having to play all games.

The plan is to make this program as flexible as possible and making it possible to define leagues outside
the game and the program can handle transfers, create game schedules, keeps tracks of results, emulate games
from user configuration setups etc etc.
And it would be cool if it was possible to use it for other generations of the program and perhaps also
for other sport games that can produce simular stats files.
Right now it is restricted to my fantasy NBA live 2000 database (with over 950 teams), but there might be a more
generic version in the future.