Daikatana to quake 2 model converter
------------------------------------

Usage:
------
Dkm2Md2 filename.dkm [skinWidth skinHeight] [skinName]

with:
filename.dkm - the name of the model you want to convert
skinwidth - the width of the skin in pixels
skinheight - the height of the skin in pixels
skinname - the filename of the skin to use (must be a 256 colors .pcx file for quake2)

Notes:
------
-You must supply skinwidthm skinheight parameters because Daikatana does not save those sizes in the file but Quake2 does.  If you do not supply a skinwidht and height 256 is supposed.
-The skinname for a typical Quake2 model is "models/monsters/soldier/skin_lt.pcx" note the forward slashes and the absence of a drive letter.
-It will give a warning when you convert version 2 models since those models use a higher internal number format than Quake2 does, you will lose some of the precision in converting them.

Charles Hollemeersch.

	c_hollemeersch@hotmail.com