Utilities

QParse (72 KB)
QParse is DOS-based utility for extracting semi-unstructured text-based file data and presenting it in a structured CSV spreadsheet.

Basic Syntax:
QPARSE srcfile.ext /F:functionname >outfile.csv
where, srcfile.ext is the 8.3 format of the file name, which you can discover in Windows 2000 / XP by typing 'DIR longsrcfilename.ext /X' at the command prompt; /F:functionname is any function name listed in the QParse.Ini file; and outfile.csv is the name of the destination output file.

You can get more command-line options by typing 'QPARSE /?' at the command prompt. NOTE: some newer functions may not be listed in the documentation.

If you come up with other useful functions for EQ2Log files, please e-mail at [email protected].

Here are the EQ2Log functions included in the most recent update [2004-11-30]:

Log2Map (38 KB)
Log2Map extracts /loc data from the specified eq2log file and appends any information between specifier commands to zone maps.

Basic Syntax:
LOG2MAP srcfile.ext
where, srcfile.ext is the 8.3 format of the file name, which you can discover in Windows 2000 / XP by typing 'DIR longsrcfilename.ext /X' at the command prompt.

To mark the beginning and end of a mapping sequence, just say in-game 'BEGIN OUTLINE' or 'BEGIN OUTLINE objectname COLOR red blue green', where objectname what you want the object called (currently ignored but can help when trying to fix a messed up log file), and red, blue, and green are decimal values between 0 and 255 representing the color you want the lines to be on the map.

You can also mark spots by just saying in-game 'PLACE description', where description is the text that will be displayed on the map.

If you use this, you will also need Mappie (see below) to view the maps.

Mappie
Mappie is an Everquest text-map viewer / editor. The above utility Log2Map creates maps that can be viewed with Mappie.
Hosted by www.Geocities.ws

1