blob: 02415e083ea6ab626dac0e0924a6566976b6ae58 (
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "health04"
{
time 0.006667 0.828799
param "npc_citizen.health04"
param2 "75dB"
fixedlength
}
}
channel "Expression"
{
}
channel "Look"
{
event lookat "Lookatplayer"
{
time 0.000000 1.140000
param "!player"
}
}
channel "Head"
{
event flexanimation "Head"
{
time -0.006667 1.120000
param ""
flexanimations samples_use_time
{
"head_rightleft" range 30.0 -30.0
{
0.1821 0.5200
0.4607 0.5000
0.5584 0.5100
}
"head_updown" range 35.0 -30.0
{
0.1601 0.4700
0.3567 0.4600
0.4684 0.4300
0.6037 0.4300
0.8077 0.4900
}
"head_forwardback" range -1.0 1.0
{
0.1601 0.5300
0.3567 0.5400
0.4684 0.5700
0.6617 0.5300
}
}
}
}
channel "Facial"
{
event flexanimation "Facial"
{
time 0.006666 1.120000
param ""
flexanimations samples_use_time
{
"lid_raiser" combo
{
0.2686 0.0000
0.4325 0.8200
0.7196 0.8900
1.0289 0.0000
}
{
}
"lid_tightener" combo
{
0.1051 0.4700
0.3866 0.0000
0.9689 0.0000
}
{
}
"inner_raiser" combo
{
0.3006 0.0000
0.4656 1.0000
0.9889 0.0000
}
{
}
"outer_raiser" combo
{
0.5146 0.0000
0.6796 0.0000
0.9889 0.0000
}
{
}
"lowerer" combo
{
0.1051 0.4601
0.3946 0.0000
0.6570 0.0000
0.9689 0.0000
}
{
}
"wrinkler"
{
0.1051 0.4400
0.3846 0.0000
0.6596 0.0000
0.9689 0.0000
}
"blink"
{
0.8030 0.0000
0.8563 0.7677
0.9862 0.0000
}
}
}
}
}
scalesettings
{
"CChoreoView" "100"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|