TB2.5 Record Import v2.02 - README
---

What does this thing do?
This utility takes an exported fighter file (*.tbdx) from Title Bout 2.5 and looks up the fighter's record from BoxRec.com.  You are now able to select to import the fighter's current record or choose a year and only import the records up to that year.  This is in an effort to make "what if" scenarios a bit easier to create.

Requirements:
Windows 2000/XP/Vista
IE 5.5 or greater

Suggested Instructions:
1. Create a new universe. I'd hate for anything to happen to a universe you've spent time developing. I don't think it will, but better safe than sorry :)
2. Choose one or more fighters and choose Menu > Export Selected
3. Run the utility and choose the location of the exported tbdx files.
4. Choose location to save the modified tbdx files.
5. Import the modified tbdx files back into a TB2.5 universe.
6. Enjoy :)


Known Issues:
I haven't run into anything, granted this works great on my PC (Windows 7 with IE8), it may not on yours.  Let me know any problems you run into, you can email me at donnyg@gmail.com and I'll do my best to get it working.

Licensing:
Free, as in speech and beer.  The source code (tb25_import_utility_source_201.au3) should be included with the zip file. Feel free to extend or modify it in any way you see fit.  I'd prefer you give me some sort of credit, but that's your call. 

AutoIT can be found here: http://www.autoitscript.com/autoit3/downloads.shtml

Future Enhancements:
Eventually, you'll be able to generate random (or random within a range) records for fighters created using RFG.  It's limited to real fighters with BoxRec id's at the moment.

CHANGELOG
v0.01
-----
- Initial utility

v2.01
-----
- Added GUI to better handle user input
- Added option to either grab fighter's current record or only import to certain year
- Fixed memory leak with IE object
v2.02
----
- Corrected logic to handle the changes BoxRec made to how they present a fighter's records
- Corrected code to clean up temp folder and files works properly

TODO: 
Add help files
Add random record creation for RFG created fighters

