*************************** What is it for? ***************************

Declare here the new LUMPS (raw data for DOOM) that you want to insert in your PWAD


ALL FILES MUST HAVE EXTENSION .LMP for Lump


ALL THE FILES PUT HERE MUST BE DECLARED IN THE PWAD CREATION DIRECTIVE.

	Suppose you want to put ENDOOM.LMP and DEMO1.LMP as a new graphic,
	just declare it in the GRAPHICS part, like:

	Begin: GAPHICS
	ENDOOM
	DEMO1
	End: GRAPHICS 
	and DeuTex will look here for ENDOOM.LMP and DEMO1.LMP


****************** Type of entries found here ***********************

PLAYPAL		14 color paletes. 
		light,darks, reds, green...
COLORMAP	How the colors of DOOM are mapped into darker/lighter colors
ENDDOOM		text displayed when leaving DOOM
		use TED to edit that text.
DEMO1		|  Demo recorded by DOOM:
DEMO2		|	DOOM -record DEMO2 -file MYWAD.WAD
DEMO3		| then move DEMO2.LMP here, and that's all!
 
D_xxxxxx	musics
DP_xxxxx	PC speaker sounds
DS_xxxxx	DS sound card sounds

DeuTex cannot read the sound formats, sorry.
You have to insert/edit them while in PWAD, with DMAUDS, DMMIDI or the like.
You can also rip them off from your favorite WADS.
but: YOU ARE NOT ALLOWED TO RIP THEM OFF FROM DOOM.WAD.




