Daikatana v1.2 texture fix by Knightmare 9/29/2000 This patch fixes all but one of the missing texture errors (in E2CTF2) created by the 1.2 version's inability to load textures whose dimensions are a power of 2. Unzip this to your Daikatana/data folder. If you extract the textures from the pak file for map editing or install the official map pack after applying this patch, you will need to unzip it again. Note that the original (unresized) version of each texture is included as a file in the same name that ends with 'a', so the original textures will not be lost by applying this patch. Textures for the following maps are fixed in this patch: intro E1M4 E1DM2 E1DM3 E1DT1 E2DM5 E3DM1 E4M3 E4M4 end credits The bad texture in E2CTF2 cannot be fixed by just replacing it. This is because of its dimensions (704x128) which would have to be expanded to a dimension that the Daikatana engine cannot apparently handle (1024x128) to have dimensions that are a power of 2. The only way for it to be fixed is for ION Storm to release a new version of the map that uses a version of the texture that is broken into sections. -Knightmare