blob: b8381ff1e949f8f62ba04ea22e20d0b932bc1116 (
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
|
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "health02"
{
time 0.006667 0.707211
param "npc_citizen.health02"
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.4910
0.4167 0.5207
0.5584 0.5207
0.7817 0.5100
}
"head_updown" range 35.0 -30.0
{
0.1081 0.5500
0.2142 0.5100
0.3567 0.5500
0.4684 0.5300
0.6037 0.5300
}
"head_forwardback" range -1.0 1.0
{
0.1521 0.6500
0.3567 0.6500
0.4684 0.6300
0.6037 0.6300
0.8077 0.4900
}
"head_tilt" range 18.0 -18.0
{
0.1821 0.4910
0.4167 0.3707
0.5784 0.3707
0.8017 0.4600
}
}
}
}
channel "Facial"
{
event flexanimation "Facial"
{
time 0.006666 1.120000
param ""
flexanimations samples_use_time
{
"lid_raiser" combo
{
0.1116 0.0000
0.2686 0.0000
0.4325 0.0000
0.7196 0.0000
1.0289 0.0000
}
{
}
"lid_tightener" combo
{
0.1051 0.0000
0.3866 0.0000
0.9689 0.0000
}
{
}
"inner_raiser" combo
{
0.1060 1.0000
0.4656 1.0000
0.5988 0.8000
0.7880 0.5900
0.9889 0.0000
}
{
}
"outer_raiser" combo
{
0.0966 0.0000
0.4387 0.0000
0.6796 0.0000
0.9889 0.0000
}
{
}
"lowerer" combo
{
0.6570 0.0000
0.9689 0.0000
}
{
}
"wrinkler"
{
0.1051 0.0000
0.3846 0.0000
0.6596 0.0000
0.9689 0.0000
}
"blink"
{
0.0770 0.0000
0.1303 0.7677
0.2602 0.0000
}
"cheek_raiser" combo
{
0.1476 0.2600
0.3535 0.3700
0.6529 0.3500
0.8379 0.1600
}
{
}
"part" combo
{
0.4403 0.0000
}
{
}
"jaw_drop"
{
0.4403 0.0000
}
}
}
}
}
scalesettings
{
"CChoreoView" "100"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|