TRFix readme file
-----------------
I'll keep this short and simple.

This program depends directly on the Microsoft DLL's MSVCRT40.dll and MFC42.dll.
It is only tested on Win98, but it should run fine on Win95 and probably WinME.
It will probably run on WinNT and Win2K. Let me know if it has problems.

I tried to make it very easy to use. I was focusing more on handling the
project, and not so much on the interface.
1. Just use the Open button to open a project. You get the standard Windows
    dialog that lets you browse to the file.
2. The project is parsed and fixed automatically. Messages are displayed in the
    listbox window.
3. Use the Save button to save the fixed project. Again you get the standard
    Windows dialog so you can browse to a folder and rename the output file.
    You don't have to type the extension - .PRJ will be added.

Some errors are so serious that the project cannot be saved. Sorry.

   The listbox will contain a list of all the rooms found. There may be some
errors, including messages about skipping rooms or deleting things. This is the
best I could do with this file format, so you might lose some work.
   There may also be some warnings. PAY ATTENTION TO WARNINGS! They are there
to warn you about things that could make the level not work right when you play
it. There aren't alot of warnings right now. As I get more information about
problems that affect playing the level, I will add warnings. Better to find out
now before you try playing it.

   At the end of the output, there is a summary of everything I found in the
project.

   Besides the output in the listbox, TRFix also creates a log file with much
more detailed information. This will list every fix the program makes to the
project. It also provides a high-level trace of the program. The log file is
placed in the same folder as the broken project. It has the same name as the
project, but with the extension .FIX.

TRFix does not fix every possible error in a project (I'm working on it). For
now, it only fixes enough errors that WinRoomEdit can load the project without
crashing. If you have a project that it can't make loadable, please send me the
PRJ and FIX files so I can make the program work better.

I guess that's it. Hope this helps.

aktrekker@yahoo.com
