QuakeDef Tools v1.0 by Chris Johnson

QuakeDef Tools is a package of simple utilities intended to simplify
the hacking of certain Quake files.  At this time, there are three main
tools provided in this package: QDEXPORT, QDIMPORT, and the (almost) Ansi C
source code.

QDEXPORT is used to extract the QuakeDef portion of BSP files into ASCII
files which can be edited in a text editor.  After editing, the files can be
reintegrated back into the BSP file using QDIMPORT.

What this basically means is easier editing of entities in Quake maps.  You
can change, add, and delete entities (including monsters, items, light
sources, etc).  Much easier and more flexable than hex editing the BSP files
directly.

Requires that id1.pak be unpak'd and the BSP files be accessable.  Intended
for use with the Deathmatch TEST of Quake, and may not work with other
versions!