Subversion-Projekte sthq.gbs

Revision

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

Revision Autor Zeilennr. Zeile
350 argyle 1
TIKI
2
$include models/char/starfleet_base-male.tik
3
 
4
setup
5
{
6
	scale 1
7
	fade_dist_mod 1
8
	lod 1500 1.0 3000 .2 3100
9
	radius 25
10
 
11
 
12
		surface material2 shader body-red.tga
13
		surface material4 shader hand05.tga
14
		surface material10 shader captain
15
		surface material35 shader body-red.tga
16
		surface material36 shader body-red.tga
17
		surface material37 shader body-red.tga
18
		surface material38 shader body-red.tga
19
		surface material39 shader body-red.tga
20
 
21
	texturepath models/char/starfleet/official-male2
22
 
23
		surface material1 shader head.tga
24
 
25
	texturepath models/char/face
26
		surface material3 shader face-brown-dark.tga
27
 
28
	replacesurface material1 material1 models/char/starfleet/official-male2/official-male2.skb models/char/starfleet/official-male2/official-male2.skm
29
	replacesurface material3 material3 models/char/starfleet/official-male2/official-male2.skb models/char/starfleet/official-male2/official-male2.skm
30
 
31
 
32
 
33
}
34
 
35
//Shared AI Data
36
$include models/aidata/starfleet/starfleet_aidata.tik
37
 
38
init
39
{
40
	server
41
	{
903 lars 42
		classname Actor
350 argyle 43
		archetype "StarfleetOfficialMale2"
44
		surface material35 +nodraw
45
		surface material36 +nodraw
46
		surface material37 +nodraw
47
		surface material38 +nodraw
48
		surface material39 +nodraw
49
	    processgameplaydata
50
	}
51
	client
52
	{
53
	}
54
}
55
 
56
/*QUAKED char_starfleet_official_official-male2 (0.5 0.25 0.25) (0 0 0) (0 0 0)
57
starfleet_official-male2
58
*/
59
 
60