I wanna Show the original etintro.roq file on a tv Screen and somehow see only a White Screen. the tga for the Screen Picture is named movie and is located in textures/roq. not sure if I Need the other two Pictures but I found this in an older threat and thought they are somehow not redundant. Do I have anything wrong with the shader?
//movie shader
textures/roq/movie
{
{
map textures/roq/movie.tga
rgbGen identity
tcMod scale 2 2
tcGen environment
}
{
videomap video/etintro.roq
blendfunc add
rgbGen identity
}
{
map textures/screen_effects/scanline.tga
blendfunc blend
rgbGen identity
tcMod scroll 0 -0.035
tcMod scale 45 45
}
{
map textures/screen_effects/screen.tga
blendfunc blend
rgbGen Vertex
}
}
