Subversion-Projekte sthq.gbs

Revision

Revision 824 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
733 hmm_cantde 1
textures/gbs/map2flcarssec
2
{
3
 
4
	qer_editorimage textures/map2/flcarssecurity.tga
5
	nopicmip
6
	nomipmaps
7
 
8
	{
9
			map textures/map2/flcarssecurity.tga
10
	}
11
	{
12
			map textures/map2/flcarssecurity.tga
13
			blendfunc add
14
			rgbGen wave sin 0.4 0.3 0 1
15
	}
16
	{
17
			map $lightmap
18
			blendFunc GL_DST_COLOR GL_ZERO
19
	}
20
}
21
 
670 hmm_cantde 22
textures/gbs/map2bluefog2
23
{
24
	surfaceparm nonsolid
25
	surfaceparm noimpact
26
	surfaceparm nomarks
27
    	surfaceparm nolightmap
28
	{
29
		map models/weapons/attrexian_rifle/viewmodel/attrex-gas.tga
30
		blendFunc GL_ONE GL_ONE
31
		alphaGen vertex
32
		rgbGen vertex
33
	}
34
}
35
 
36
textures/gbs/map2bluefog
37
{
38
	qer_editorimage models/weapons/attrexian_rifle/viewmodel/attrex-gas.tga
39
	surfaceparm nosteps
40
	surfaceparm nonsolid
41
	surfaceparm noimpact
42
	surfaceparm nomarks
43
    	surfaceparm nolightmap
44
	surfaceparm trans
45
	{
46
		map models/weapons/attrexian_rifle/viewmodel/attrex-gas.tga
47
		blendfunc add
48
		//rgbGen vertex
49
		tcMod scale .2 .2
50
		tcMod scroll 0.1 0.01
51
		detail
52
	}
53
	{
54
		map models/weapons/attrexian_rifle/viewmodel/attrex-gas.tga
55
		blendfunc add
56
		//rgbGen vertex
57
		tcMod scale .2 .2
58
		tcMod scroll -0.01 -0.1
59
		detail
60
	}
61
 
62
}
63
 
64
 
65
bluegas
66
{
67
	spritegen oriented
68
	sort additive
69
	{
70
		map models/weapons/attrexian_rifle/viewmodel/attrex-gas.tga
71
		blendFunc GL_ONE GL_ONE
72
		alphaGen vertex
73
		rgbGen vertex
74
	}
75
}