========================================================================
       CONSOLE APPLICATION : WAD3
========================================================================

This is the Linux C port of the 'WAD3 application from AppWizard'.

It is quick and dirty, but it works. Do whatever you want with. There 
is no support.

                                 Holger <holger_kremss@web.de>


INSTALL
        Change in the directory, where you found this text and type:

        make

        That's all. The binary is called: wad3

USAGE
        ./wad3 filename.wad

	It stores all the included images as PCX in th current
	directory. Thats all. I included the sample.wad from the
	original WAD3 from AppWizard. You can test it with:

	./wad3 sample.wad

FILES
	Makefile             - you need this to compile it
	ReadMe.txt           - this text
	ReadMe_Original.txt  - the original ReadMe.txt
	pcx.c                - PCX creation functions source
	pcx.h                - some definitions for PCX
	sample.wad           - the original distributed sample
	tools.c              - some tools source
	tools.h              - some definitions for some tools
        wad3                 - the binary (if it's already compiled)
	wad3.c               - main source file, reads the WAD3
	wad3.h               - some definitions for it

KNOWN BUGS
	Makes nearly no checks. No checks for enough free disk space,
	no check for overwriting existing files, and maybe some more.

IMPORTANT
	This program works well on my platform (RedHat Linux 7 on x86).

	But:

	NO WARRANTY - IN NO EVENT I AM LIABLE TO YOU FOR DAMAGES,
	INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
	DAMAGES ARISING OUT OF THE USE OF THIS PROGRAM.

