blob: 1f9f3b3d91ad13bcac4d0be46ca68ac1f44f0b30 (
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "hellodrfm01"
{
time 0.066667 0.911202
param "npc_citizen.hellodrfm01"
param2 "75dB"
fixedlength
}
}
channel "Expression"
{
}
channel "Look"
{
event lookat "Lookatplayer"
{
time 0.000000 0.933334
param "!player"
}
}
channel "Head"
{
event flexanimation "Head"
{
time 0.013334 0.906667
param ""
flexanimations samples_use_time
{
"head_rightleft" range 30.0 -30.0
{
0.0478 0.5051
0.1468 0.4974
}
"head_updown" range 35.0 -30.0
{
0.0461 0.5598
0.0915 0.5670
0.2183 0.5683
0.3306 0.5658
0.6155 0.5449
}
}
}
}
channel "Facial"
{
event flexanimation "Facial"
{
time 0.006667 0.900000
param ""
flexanimations samples_use_time
{
"lid_raiser" combo
{
0.0977 0.5000
0.3431 0.2500
}
{
}
"inner_raiser" combo
{
0.0852 0.8300
0.3264 0.5800
0.5497 0.4600
0.7534 0.1100
}
{
0.0915 0.1800
0.2557 0.5900
}
"outer_raiser" combo
{
0.1052 0.5900
0.3464 0.4100
0.5697 0.2900
0.7314 0.0600
}
{
0.0915 0.2700
0.2557 0.5900
}
}
}
}
}
scalesettings
{
"CChoreoView" "100"
"SceneRampTool" "100"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
}
fps 60
snap off
|