blob: d73633abfa1c116766686c2c806d223d2c6f729b (
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
|
// Choreo version 1
actor "griggs"
{
channel "audio"
{
event speak "ep_02.al_chop_nagdoor01"
{
time 0.055556 0.947506
param "npc_citizen.gottareload01"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "look at"
{
}
channel "move to"
{
}
channel "gestures"
{
}
channel "postures"
{
event gesture "1"
{
time 0.041667 1.641667
param "bg_up_r"
absolutetags playback_time
{
"apex" 0.085106
"extreme" 0.276596
"loop" 0.425532
"end" 0.638298
}
absolutetags shifted_time
{
"apex" 0.085106
"extreme" 0.276596
"loop" 0.425532
"end" 0.638298
}
}
}
channel "facial flex"
{
}
}
scalesettings
{
"CChoreoView" "96"
"ExpressionTool" "100"
"RampTool" "98"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
ignorePhonemes off
|