Hi, i have readed a lot of this prob but i can’t solve it, when i’m compiling console says:
Couldn’t find image for shader textures/ZaT/terrain_0
Couldn’t find image for shader textures/ZaT/terrain_1
Couldn’t find image for shader textures/ZaT/terrain_0to1
I have got a folder > “Textures” with other folder into it > “Zat” with 3 folders into it > “Terrain_0”, “Terrain_1” and "Terrain_0to1
I have got terrain_base too
I have got the textures in these folders. I think all is correct :s
textures/ZaT/terrain_0
{
q3map_baseshader textures/ZaT/terrain_base
qer_editorimage textures/s_dirt_m03i_alpha.tga
surfaceparm landmine
surfaceparm grasssteps
{
map textures/s_dirt_m03i_alpha.tga
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
}
}
textures/ZaT/terrain_1
{
q3map_baseshader textures/ZaT/terrain_base
qer_editorimage textures/rock_ugly_brown.tga
surfaceparm landmine
surfaceparm grasssteps
{
map textures/rock_ugly_brown.tga
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
}
}
textures/ZaT/terrain_0to1
{
q3map_baseshader textures/ZaT/terrain_base
qer_editorimage textures/s_dirt_m03i_alpha.tga
surfaceparm landmine
surfaceparm grasssteps
{
map textures/s_dirt_m03i_alpha.tga
}
{
map textures/rock_ugly_brown.tga
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
alphaGen vertex
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
}
}
textures/ZaT/terrain_base
{
nopicmips
q3map_lightmapaxis z
q3map_lightmapmergable
q3map_tcGen ivector ( 512 0 0 ) ( 0 512 0 )
}
This is my shader, help plz


