Subversion-Projekte sthq.gbs

Revision

Revision 741 | Zur aktuellen Revision | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
741 lars 1
menu/main/logo-gbs
638 lars 2
{
3
   nomipmaps
4
   maxpicmip 1
5
   cull none
6
   surfaceparm nolightmap
7
   {
8
      clampmap textures/gbs_general/gbs-ban.tga
9
      blendfunc Blend
10
      alphaGen global
11
      rgbGen global
12
   }
13
}
14
 
513 argyle 15
menu/load/gbs_ban
16
{
17
   nomipmaps
18
   maxpicmip 1
19
   cull none
20
   surfaceparm nolightmap
21
   {
22
      clampmap textures/gbs_general/gbs-ban.tga
23
      blendfunc Blend
24
      alphaGen global
25
      rgbGen global
26
   }
27
}
250 argyle 28
 
578 argyle 29
 
30
menu/load/gbs_button
31
{
32
   nomipmaps
33
   maxpicmip 1
34
   cull none
35
   surfaceparm nolightmap
36
   {
37
      clampmap textures/gbs_general/button13.tga
38
      blendfunc Blend
39
      alphaGen global
40
      rgbGen global
41
   }
42
}
43
 
513 argyle 44
menu/load/gbs_progress
45
{
46
   nomipmaps
47
   maxpicmip 1
48
   cull none
49
   surfaceparm nolightmap
50
   {
51
      animmap 2.0 textures/gbs_general/p0.tga textures/gbs_general/p1.tga textures/gbs_general/p2.tga textures/gbs_general/p3.tga textures/gbs_general/p4.tga textures/gbs_general/p5.tga
52
      blendfunc Blend
53
      alphaGen global
54
      rgbGen global
55
   }
56
}
57
 
58
 
59
 
60
menu/load/gbs_flasher
61
{
62
   nomipmaps
63
   maxpicmip 1
64
   cull none
65
   surfaceparm nolightmap
66
   {
67
	clampmap textures/gbs_general/gbs-ban.tga
68
	blendFunc Blend
69
	alphaFunc GT0
70
        alphaGen wave sin 0.8 0.2 0 1
71
	rgbGen global
72
   }
73
}
74
 
250 argyle 75
textures/gbs_general/hallway_redalert
76
{
77
	qer_editorimage textures/enterprise/hallwaypanel_piece3r.tga
78
	{
79
		map textures/enterprise/hallwaypanel_piece3.tga
80
	}
81
	{
82
		map $lightmap
83
		blendfunc gl_dst_color gl_zero
84
		rgbGen identity
85
	}
86
	{
87
		map textures/shaderfx/hallwaypanel_piece3rglow.tga
88
		blendfunc GL_ONE GL_ONE
89
		rgbGen wave sin 0.0 1 0 0.4
90
	//	rgbGen wave square 0.5 0.5 0 1.1
91
	}
92
}
93