Subversion-Projekte sthq.gbs

Revision

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

Revision Autor Zeilennr. Zeile
229 argyle 1
TIKI
2
$include models/char/starfleet_base-male.tik
3
 
4
setup
5
{
6
	scale 1.0
7
	fade_dist_mod 1
8
	lod 200 1.0 2500 .2 6144
9
	radius 25
10
 
11
	surface material2 shader NPCMale-body.tga
12
	surface material10 shader ensign
13
	surface material35 shader NPCMale-body.tga
14
	surface material36 shader NPCMale-body.tga
15
	surface material37 shader NPCMale-body.tga
16
	surface material38 shader NPCMale-body.tga
17
	surface material39 shader NPCMale-body.tga
18
 
19
	texturepath models/char/starfleet/crew-male5
20
		surface material1 shader head.tga
21
	texturepath models/char/face
22
		surface material3 shader face-blue.tga
23
 
24
	texturepath models/char/starfleet/base-male/
25
		surface material4 shader hand02.tga
26
 
27
	replacesurface material1 material1 models/char/starfleet/crew-male5/crew-male5.skb models/char/starfleet/crew-male5/crew-male5.skm
28
	replacesurface material3 material3 models/char/starfleet/crew-male5/crew-male5.skb models/char/starfleet/crew-male5/crew-male5.skm
29
 
30
 
31
}
32
 
33
//Shared AI Data
34
$include models/aidata/starfleet/starfleet_aidata.tik
35
 
36
init
37
{
38
	server
39
	{
903 lars 40
		classname Actor
755 hmm_cantde 41
		archetype "StarfleetMale6"
229 argyle 42
		surface material35 +nodraw
43
		surface material36 +nodraw
44
		surface material37 +nodraw
45
		surface material38 +nodraw
46
		surface material39 +nodraw
47
	    processgameplaydata
48
	}
49
	client
50
	{
51
	}
52
}
53
 
54
/*QUAKED char_starfleet_crew_crew-male5-gray (0.5 0.25 0.25) (0 0 0) (0 0 0)
55
Starfleet_crew-male5
56
*/
57
 
58