blob: 9f72880b80da524f0b49a759a948667102b46f08 (
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
|
// Choreo version 1
actor "Alyx"
{
channel "Debug text"
{
event speak "this place must have been nice once"
{
time 0.037036 2.875766
param "ep_02.al_ambush_soclose01"
fixedlength
cctype "cc_master"
cctoken ""
}
event speak "this place must have been nice once"
{
time 2.977777 4.067120
param "ep_02.al_ambush_soclose02"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "move to"
{
}
channel "face to"
{
}
channel "triggers"
{
}
channel "look at"
{
event lookat "look at player"
{
time 0.037037 4.033333
param "!player"
event_ramp
{
0.4920 0.9964
3.4960 0.9856
}
}
}
}
scalesettings
{
"CChoreoView" "90"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
ignorePhonemes off
|