
/-----------------------------------------------------------------------\
| CFG Parser 2.1                                                        |
+-----------------------------------------------------------------------+
| Created and designed by sYx66,  2000.                                |
| syx66@home.com and visit http://i.am/syx/                             |
+-----------------------------------------------------------------------+
| Thank you for downloading and trying CFG Parser.                      |
| You can find out more about it in the About option in the program.    |
|                                                                       |
| Basically what this program can do is take a messy config that are    |
| usually made by games such as Quake 1/2/3, Half life, etc and parse   |
| it outputting a much nicer and much better orginized copy.            |
| Easiest way to see what I mean is to take q3config.cfg (which is very |
| ugly looking) and click Generate, then check the output               |
| a_q3config.cfg. It should be parsed and hopefully you'll like the     |
| output.                                                               |
|                                                                       |
+-----------------------------------------------------------------------+
| HOW-TO-USE:                                                           |
|                                                                       |
| Select input file using "..." button, or type in the file name, then  |
| select the output file (if you don't select this a file name will be  |
| auto-generated using input filename and prefix "a_". Now simply click |
| "Generate" to make the new config. use options to adjust some         |
| variables to help you achieve the result you are looking for.         |
|                                                                       |
+-----------------------------------------------------------------------+
| TROUBLESHOOTING:                                                      |
|                                                                       |
| Get a MessageBox saying "Failed to open cfg_options.txt for write,    |
| can't save options.". This is probably caused because you have        |
| cfg_options.txt set to Read Only. Right click on the file and select  |
| Property, then uncheck Read only option. If this doesn't help close   |
| the program and try deleting the file if it already exists, then run  |
| program again and close it again. The error should go away.           |
|                                                                       |
| Please e-mail me about other bugs at syx66@home.com !                 |
|                                                                       |
+-----------------------------------------------------------------------+
| HISTORY:                                                              |
|                                                                       |
| 2.1: Fixed a bug where the program didn't clear all the extra         | 
| characters read from original config and kept them, therefore messing | 
| up some of the layout. Added feature so now if you drag in a CFG it   | 
| will auto put it in the edit box for you.                             |
|                                                                       |
| 2.0: Wow, big step. Wrote new interface (ported from Win32 Console to |
| Win32 Application with User Interface). Fixed a bug which didn't read |
| entire value if no quotes were used (those ugly configs don't get     |
| worse).                                                               |
|                                                                       |
| 1.0-1.4: Created the program and fixed some minor bugs, also did some |
| tweaking for better performance.                                      |
|                                                                       |
+-----------------------------------------------------------------------+




