blob: 52e7f1e6352f4833519b3946d743fab5aebb4796 (
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
|
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "ammo02"
{
time 0.006667 0.748799
param "npc_citizen.ammo02"
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.2081 0.5000
0.4467 0.4700
0.5444 0.4500
0.6697 0.4300
}
"head_updown" range 35.0 -30.0
{
0.1601 0.5000
0.3987 0.4700
0.4827 0.4000
0.7217 0.3900
}
"head_forwardback" range -1.0 1.0
{
0.1601 0.5000
0.3987 0.5400
0.4964 0.5900
0.6217 0.5700
}
}
}
}
channel "Facial"
{
event flexanimation "Facial"
{
time 0.006666 1.120000
param ""
flexanimations samples_use_time
{
"lid_raiser" combo
{
0.2331 0.0000
0.3970 0.8200
0.7196 0.8900
1.0289 0.0000
}
{
}
"lid_tightener" combo
{
0.1051 0.9600
0.4946 0.0000
0.9689 0.0000
}
{
}
"inner_raiser" combo
{
0.2597 0.0000
0.4247 1.0000
0.9889 0.0000
}
{
}
"outer_raiser" combo
{
0.2656 0.0000
0.4306 0.9200
0.9889 0.0000
}
{
}
"lowerer" combo
{
0.0482 0.4700
0.2528 0.1300
0.4946 0.0000
0.6570 0.0000
0.9689 0.0000
}
{
}
"wrinkler"
{
0.1051 0.6500
0.4946 0.0000
0.6596 0.0000
0.9689 0.0000
}
}
}
}
}
scalesettings
{
"CChoreoView" "100"
"RampTool" "100"
"ExpressionTool" "102"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|