blob: cf13af01b0ddac7f069ca2133d8198f571b48502 (
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
|
// Choreo version 1
actor "Alyx"
{
channel "Debug text"
{
event speak "seeantenna01"
{
time 0.245503 1.101512
param "ep_02.al_str_seeantenna01"
param2 "0.500"
fixedlength
cctype "cc_master"
cctoken ""
}
event speak "that looks like a bunker entrance up ahead"
{
time 1.810129 4.058134
param "ep_02.al_silo_bunker"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "move to"
{
}
channel "face to"
{
event face "alyx faces bunker entrance"
{
time 1.666667 4.547619
param "alyx_sees_bunker_target"
event_ramp
{
0.4940 0.9892
2.5478 0.9964
}
}
}
channel "triggers"
{
}
channel "look at"
{
event lookat "look at bunker entrance"
{
time 1.687075 4.551021
param "alyx_sees_bunker_target"
event_ramp
{
0.3780 1.0000
2.3641 0.9944
}
}
}
}
scalesettings
{
"CChoreoView" "98"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|