blob: 5f5d00577c459f68120b4199d4cb3dd1fb90fc33 (
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
|
// Choreo version 1
actor "vort"
{
channel "play wav"
{
event speak "ep_02.vort_rbed_crushgrubs"
{
time 0.133333 2.455328
param "ep_02.vort_rbed_crushgrubs"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "move to"
{
}
channel "face to"
{
}
channel "look at"
{
}
channel "fire trigger"
{
}
channel "gesture"
{
}
channel "posture"
{
}
channel "text"
{
}
faceposermodel "models\vortigaunt2.mdl"
}
scalesettings
{
"CChoreoView" "40"
"RampTool" "18"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|