Subversion-Projekte sthq.gbs

Revision

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

Revision Autor Zeilennr. Zeile
694 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 200 1.0 2500 .2 6144
9
	radius 25
10
 
11
	surface material2 shader NPCMale-body.tga
12
	surface material4 shader hand04.tga
13
	surface material10 shader lieutenant_commander
14
	surface material35 shader NPCMale-body.tga
15
	surface material36 shader NPCMale-body.tga
16
	surface material37 shader NPCMale-body.tga
17
	surface material38 shader NPCMale-body.tga
18
	surface material39 shader NPCMale-body.tga
19
 
20
	texturepath models/char/starfleet/crew-male2/
21
		surface material1 shader head.tga
22
 
23
	texturepath models/char/face
24
		surface material3 shader face-black.tga
25
 
26
	replacesurface material1 material1 models/char/starfleet/crew-male2/starfleet-crew-male2.skb models/char/starfleet/crew-male2/starfleet-crew-male2.skm
27
	replacesurface material3 material3 models/char/starfleet/crew-male2/starfleet-crew-male2.skb models/char/starfleet/crew-male2/starfleet-crew-male2.skm
28
}
29
 
30
//Weapons anims
31
$include models/sharedanim/humanoid-comprifle-m.tik
32
$include models/sharedanim/humanoid-comprifle-enhanced-m.tik
33
$include models/sharedanim/humanoid-weapontwitch-m.tik
34
 
35
//Shared AI Data
36
//$include models/aidata/starfleet/starfleet_aidata.tik
37
//$include models/sharedanim/humanoid-comprifle-m.tik
38
$include models/aidata/teammate/teammate-m6-redshirt-comprifle.tik
39
 
40
init
41
{
42
	server
43
	{
903 lars 44
		classname Actor
694 argyle 45
		archetype "StarfleetMale2"
46
		surface material35 +nodraw
47
		surface material36 +nodraw
48
		surface material37 +nodraw
49
		surface material38 +nodraw
50
		surface material39 +nodraw
51
	    processgameplaydata
52
	}
53
	client
54
	{
55
	}
56
}
57
 
58
/*QUAKED char_starfleet_crew_crew-male2-dorchev (0.5 0.25 0.25) (0 0 0) (0 0 0)
59
Starfleet_crew-male2
60
*/
61
 
62