---------------------
 LMP2PCX Version 1.0
   April 23, 1997

  By Kevin Waugh
waughg@cadvision.com
---------------------

Contents:
  1.0 Disclaimer
  1.1 Introduction
  2.0 What It Does
  3.0 How To Use it
  4.0 Credits
  5.0 About Me

------------------------------------------------------------------------------
1.0 Disclaimer
  I am NOT responsible for what this program does to your computer.  All the
tests I have done have worked perfectly.  By Using this program you Claim ALL
responsiblity for what this does.  You MAY distribute this program freely to
all who want it.  This program is FREEWARE and does not require any fee.
(If you are willing to pay all donations are accected).  So go have some fun
editing quake.

1.1 Introduction

  I started this project when a person on IRC came up to me and asked how to
edit an lmp graphic file in Quake.  I didn't know of any programs that let a
user edit the Quake LMP Files.  I knew I could make a converter so I did.

------------------------------------------------------------------------------
2.0 What It Does

  This program take Quake LMP Graphics and Converts them to a normal Z-Soft
PCX file which you can edit with programs like Paint Shop Pro etc. It also
takes Z-Soft PCXs and converts them to Quake LMP Files which are used by Quake

------------------------------------------------------------------------------
3.0 How To Use It

  To use the program at DOS-PROMPT type 'LMP2PCX' along with one of the
parameters below:

'-lmp' : Used to convert a PCX to LMP
Usage :  'LMP2PCX -lmp <PCXFILE> <LMPFILE>'
  ex: 'LMP2PCX -lmp mypcx.pcx mylmp.lmp'

'-pcx' : Used to convert a LMP to PCX
Usage :  'LMP2PCX -pcx <LMPFILE> <PCXFILE>'
  ex: 'LMP2PCX -pcx mylmp.lmp mypcx.pcx'

'-p' : Find Information about PCX File
Usage :  'LMP2PCX -p <PCXFILE>'
  ex: 'LMP2PCX -p mypcx.pcx'

'-l' : Find Information about LMP File
Usage :  'LMP2PCX -l mylmp.lmp'
  ex: 'LMP2PCX -l mylmp.lmp'

'-?' : Display Help Message
Usage : 'LMP2PCX -?'

Use Parameters WITHOUT quotes (')
------------------------------------------------------------------------------
4.0 Credits

  id Software for Quake,  Unoffical Quake Specs for information on LMP File
Format.  Testers.  Z-Soft for PCX File Format.

------------------------------------------------------------------------------
5.0 About Me

  I'm a 13 year old student.  I am currently in grade 7.  I live in Calgary
Alberta Canada and go to Wilma Hansen Junior High School.  I enjoy editing
Quake and I am currently working on a Total Conversion for Quake.

------------------------------------------------------------------------------
