Subversion-Projekte sthq.gbs

Revision

Revision 694 | Revision 881 | Zur aktuellen Revision | 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.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 lieutenant
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-male4
20
		surface material1 shader head.tga
21
	texturepath models/char/face
22
		surface material3 shader face-brown-dark.tga
23
 
24
	texturepath models/char/starfleet/base-male/
25
		surface material4 shader hand05.tga
26
 
27
	replacesurface material1 material1 models/char/starfleet/crew-male4/crew-male4.skb models/char/starfleet/crew-male4/crew-male4.skm
28
	replacesurface material3 material3 models/char/starfleet/crew-male4/crew-male4.skb models/char/starfleet/crew-male4/crew-male4.skm
29
 
30
}
31
 
32
//Weapons anims
33
$include models/sharedanim/humanoid-comprifle-m.tik
34
$include models/sharedanim/humanoid-comprifle-enhanced-m.tik
35
$include models/sharedanim/humanoid-weapontwitch-m.tik
36
 
37
//Shared AI Data
38
//$include models/aidata/starfleet/starfleet_aidata.tik
39
$include models/aidata/teammate/teammate-m6-redshirt-comprifle.tik
40
//$include models/aidata/human/human-m9-merc-shotgun-aidata.tik
41
 
42
init
43
{
44
	server
45
	{
46
		archetype "StarfleetMale4"
47
		surface material35 +nodraw
48
		surface material36 +nodraw
49
		surface material37 +nodraw
50
		surface material38 +nodraw
51
		surface material39 +nodraw
52
	    processgameplaydata
53
	}
54
	client
55
	{
56
	}
57
}
58
 
59
/*QUAKED char_starfleet_crew_crew-male4-johnson (0.5 0.25 0.25) (0 0 0) (0 0 0)
60
Starfleet_crew-male4
61
*/
62
 
63