blob: 80478d34b4cf0e02d07f3ee96b4254dc209543e7 (
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
|
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "answer38"
{
time 0.000000 0.917574
param "npc_citizen.answer38"
param2 "75dB"
fixedlength
}
}
channel "Expression"
{
}
channel "Facial"
{
event flexanimation "Facial"
{
time 0.000000 1.180000
param ""
flexanimations samples_use_time
{
"lowerer" combo
{
0.1158 0.5793
0.2204 0.5728
0.4358 0.5728
0.6134 0.5990
0.7818 0.5684
1.0230 0.0684
}
{
}
}
}
}
channel "Head"
{
event flexanimation "Head"
{
time -0.000000 1.186667
param ""
flexanimations samples_use_time
{
"head_updown" range 15.0 -15.0
{
0.1158 0.4638
0.2204 0.4616
0.4278 0.4872
0.7074 0.5027
}
"head_forwardback" range 0.2 -0.2
{
0.1158 0.5924
0.2204 0.6109
0.5298 0.6023
0.7074 0.5213
}
}
}
}
}
scalesettings
{
"CChoreoView" "100"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|