Code: Select all
weapons/compressionscreen-locked
{
//nomipmaps
{
clampmap models/weapons/comp_rifle/viewmodel/cscreen-base.tga
}
if mtex
{
map models/weapons/comp_rifle/viewmodel/cscreen-base.tga
blendFunc GL_SRC_ALPHA GL_ONE
nextbundle
map models/weapons/comp_rifle/viewmodel/cscreen-scroll.tga
tcMod scroll 0.2 0
}
endif
{
clampmap models/weapons/comp_rifle/viewmodel/cscreen-reticle2.tga
blendfunc add
rgbGen wave sin 1.0 0.55 1.0 3.25
}
}Ok so i was messin around with it some more and I found the same if statements refering to door textures. It appears that there is a light bar on the door that changes when the door is either open or closed as well as open or locked... Anythoughts or insights on this would be great.

