blob: a879a163c2cebea539715fe7fb5d3ab3f34254b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
// Choreo version 1
actor "!Target1"
{
channel "wav"
{
event speak "npc_citizen.whoops01"
{
time 4.974360 5.383588
param "npc_citizen.whoops01"
fixedlength
cctype "cc_master"
cctoken ""
}
event speak "npc_citizen.uhoh"
{
time 1.141026 1.628510
param "npc_citizen.uhoh"
fixedlength
cctype "cc_master"
cctoken ""
}
event speak "npc_citizen.startle02"
{
time 0.102565 0.791454
param "npc_citizen.startle02"
fixedlength
cctype "cc_master"
cctoken ""
}
event speak "npc_citizen.sorry01"
{
time 5.461539 5.931177
param "npc_citizen.sorry01"
fixedlength
cctype "cc_master"
cctoken ""
}
event speak "npc_citizen.headsup02"
{
time 1.692309 2.805460
param "npc_citizen.headsup02"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "move to"
{
}
channel "face to"
{
}
channel "turn to"
{
}
channel "audio"
{
}
channel "trigger"
{
event firetrigger "1 - CRASH!!!"
{
time 3.564103 -1.000000
param "1"
}
}
channel "gesture"
{
}
faceposermodel "models\humans\group01\male_01.mdl"
}
scalesettings
{
"CChoreoView" "52"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|