blob: e260d5b689fd3b1b0613d19d268470d8637e65f7 (
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
|
// Choreo version 1
actor "citizen_DoorBracer"
{
channel "Audio"
{
event speak "cit_blocker_roof"
{
time 0.006667 1.640499
param "opening.cit_blocker_roof"
param2 "75dB"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "Expression"
{
}
channel "head flex"
{
event flexanimation "Head nod"
{
time 0.780001 1.340000
param ""
flexanimations samples_use_time
{
"inner_raiser" combo
{
0.1016 0.5000
0.1529 0.6000
0.3432 0.5600
}
{
}
"outer_raiser" combo
{
0.1016 0.5000
0.1529 0.6000
0.3432 0.5600
}
{
}
"head_rightleft" range 30.0 -30.0
{
0.1684 0.5699
0.3111 0.5657
}
"head_updown" range 15.0 -15.0
{
0.1648 0.2400
0.3081 0.3487
0.4127 0.4687
}
"lid_raiser" combo
{
0.1691 0.8300
0.3696 0.8700
}
{
}
}
}
event flexanimation "Head nod"
{
time 0.233334 0.766667
param ""
flexanimations samples_use_time
{
"inner_raiser" combo
{
0.0749 0.5000
0.1262 0.6000
0.3165 0.5600
}
{
}
"outer_raiser" combo
{
0.0769 0.0000
0.3165 0.0000
}
{
}
"head_rightleft" range 30.0 -30.0
{
0.1417 0.4599
0.2844 0.4557
}
"head_updown" range 15.0 -15.0
{
0.1381 0.2300
0.2814 0.3387
0.3860 0.4687
}
"lid_raiser" combo
{
0.1023 0.7500
0.3758 0.7300
}
{
}
"head_tilt" range 15.0 -15.0
{
0.1816 0.7500
}
}
}
}
channel "lookat"
{
event lookat "!player"
{
time 0.020000 1.653334
param "!player"
event_ramp
{
0.3900 0.9200
0.4580 0.9846
1.1953 0.9846
1.2513 0.9385
}
}
}
}
scalesettings
{
"CChoreoView" "100"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|