|
I would like to implement the OOTP MLB Color Code file into my AULogoWatchDog program, however, the format is not the best for me.
If someone could redo this file (1st post of the thread) in this format:
1. 1st line should just be the header (YEAR, TEAM, BACKGROUND, TEXT)
2. NO BLANK LINES in the file
3. DO NOT repeat the header information
4. Commas between the information instead of tabs
The list should be like this:
YEAR, TEAM, BACKGROUND, TEXT
Houston Colts,1962,002850,FF401F
Houston Astros,1971,E0003F,10077E
Houston Astros,1975,FF7720,00274F
Houston Astros,1983,00274F ,FF4010
Houston Astros,1994,00284F ,DEA541
Houston Astros,2000,302F2F ,A92C24
New York Highlanders, 1901, etc..
The team name MUST match the way the team name is being imported in to the game. My program would then look up and find the correct background and text colors and assign them accordingly
If someone could redo this list into this format, it would be easy for me to implement it into my existing program.
|