home *** CD-ROM | disk | FTP | other *** search
- //=============================
- //
- // 'Sidrial' UI shaders;
- //
- // . blank
- // . sp1_endframe
- // . filter
- // . greenhue
- // . blackhue
- // . format
- // . swooshb
- // . sub_swooshb
- // . hilight2
- // . loadingBackground
- //
- //=============================
-
- blank
- {
- nopicmip
- nomipmaps
-
- {
- map ui/sidrial/blank.tga
- }
- }
- sp1_endframe
- {
- nopicmip
- nomipmaps
-
- {
- map ui/sidrial/sp1_endframe.tga
- blendfunc gl_src_alpha gl_one_minus_src_alpha
- }
-
- }
- filter
- {
- nopicmip
- nomipmaps
-
- {
- map ui/sidrial/background_filter.tga
- blendfunc gl_src_alpha gl_one_minus_src_alpha
- }
-
- }
- greenhue
- {
- nopicmip
- nomipmaps
-
- {
- map ui/sidrial/green_exit.tga
- blendfunc gl_src_alpha gl_one_minus_src_alpha
- }
-
- }
- blackhue
- {
- nopicmip
- nomipmaps
-
- {
- map ui/sidrial/green_exit.tga
- blendfunc gl_src_alpha gl_one_minus_src_alpha
- }
-
- }
- format
- {
- nopicmip
- nomipmaps
- {
- map ui/sidrial/format.tga
- blendfunc gl_src_alpha gl_one_minus_src_alpha
- }
- }
-
-
- swooshb
- {
- nopicmip
- nomipmaps
- {
- map ui/sidrial/swoosh_bottom.tga
- blendfunc gl_src_alpha gl_one_minus_src_alpha
- }
-
- {
- map ui/sidrial/swoosh_top.tga
- blendfunc filter
- }
- }
-
- sub_swooshb
- {
- nopicmip
- nomipmaps
- {
- map ui/sidrial/sub/swoosh_bottom.tga
- blendfunc gl_src_alpha gl_one_minus_src_alpha
- }
-
- {
- map ui/sidrial/sub/swoosh_top.tga
- blendfunc filter
- }
- }
- hilight2
- {
- nopicmip
- nomipmaps
-
- {
- map ui/sidrial/hilight2.tga
- blendfunc gl_src_alpha gl_one_minus_src_alpha
- }
-
- }
-
- loadingBackground
- {
- nopicmip
- nomipmaps
- {
- map ui/assets/background.tga
- }
- {
- map textures/sfx/detail.tga
- blendFunc GL_DST_COLOR GL_SRC_COLOR
- rgbgen identity
- tcMod scale 2.5 2
- }
- }
-
- //=============================
- //
- // 'Sidrial' UI Background shaders;
- //
- // . singleplayer
- // . createserver
- // . playersetup
- // . systemconfig
- // . cinematics
- //=============================
-
- singleplayer
- {
- nopicmip
- nomipmaps
-
- {
- map ui/backgrounds/singleplayer.tga
- }
- }
- createserver
- {
- nopicmip
- nomipmaps
-
- {
- map ui/backgrounds/createserver.tga
- }
- }
- playersetup
- {
- nopicmip
- nomipmaps
-
- {
- map ui/backgrounds/playersetup.tga
- }
- }
- systemconfig
- {
- nopicmip
- nomipmaps
-
- {
- map ui/backgrounds/systemconfig.tga
- }
- }
- cinematics
- {
- nopicmip
- nomipmaps
-
- {
- map ui/backgrounds/cinematics.tga
- }
- }
-