hey.
i painfully tried to import textures for etqw from doom3. i copied the following folders:
textures
materials
dds
packed them into a pk4 file and put em into base folder. editor doesnt find any textures i imported. also tried to put the pk4 file into the sdk directory.
also tried to import simple quake3 textures. ive written a little program that generates the *.mtr files. one of the mtr files looks like this:
textures/costum/blocks17bloody.tga
{
qer_editorimage textures/diffuse/blocks17bloody.tga
diffusemap textures/diffuse/blocks17bloody.tga
bumpmap textures/normalmap/blocks17bloody.tga
specularmap textures/specular/blocks17bloody.tga
}
this worked in doom3 but i see no texture entries in etqw editor.
so, could plz someone explain how i import costum textures into the etqw sdk. the wiki only has very general information on textures, but not to implement them into the game for modding purpose.