Who can help me with shaders for this 2 alpha textures.
I have custom textures for my new map Mystery of jungle, but I try copy some alpha shaders for this 2 alpha textures, but don’t work, there are in format .jpg.
( They must be in format .tga???)
please help


it’s ok I make them RGB-alpha, 256x256 tga
but donť work properly

here is a shader
textures/alpha/zaun_alpha
{
cull disable
nomipmaps
nopicmip
surfaceparm nomarks
surfaceparm alphashadow
surfaceparm metalsteps
surfaceparm pointlight
surfaceparm trans
implicitMask -
}
// This is more or less similiar to clipmissile
// The other five faces of the brush should be clipmissle
textures/alpha/zaun_alpha_clipmissle
{
qer_trans 0.85
qer_editorimage textures/alpha/zaun_alpha.tga
cull disable
nomipmaps
nopicmip
surfaceparm clipmissile
surfaceparm nomarks
surfaceparm alphashadow
surfaceparm playerclip
surfaceparm metalsteps
surfaceparm pointlight
surfaceparm trans
implicitMask textures/alpha/zaun_alpha.tga
}