View Single Post
Old 05-04-2004, 11:30 PM   #6
jcato
Minors (Triple A)
 
Join Date: Jan 2004
Posts: 200
All the data that is being repeated comes from reading the HTML files created by the game. I'd say you are skipping the step where you create the HTML files in OOTP.

When you click on Import stats, here's what happens:

It runs the exporters in this format:
exporter_program League Directory Data Directory

This creates the CSV files in Data Directory.

It then copies league.html, lnews.html, ltrans.html from Game HTML Files to Data Directory. Here's where I think your just copying the same 3 html files for each season.

It then reads in the data from these 24 files.

When it finishes importing, it creates a folder in Data Directory named for the year imported. It then moves the 24 files into this folder. That way, if you ever need to start over, you'll have the data files.

When you're ready to import the next season, it starts over from the begining again.
jcato is offline