blob: 2564834cdd408da6f498b5634c18503f542583ea (
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
|
// Choreo version 1
actor "chet"
{
channel "move to"
{
event moveto "chetMovesAwayFromDoor"
{
time 4.932857 8.876908
param "!target1"
param2 "Run"
}
}
channel "debug text"
{
event generic "chet runs away"
{
time 4.929285 6.357858
param "debugtext Chet: Right. I should get back outside with the others."
}
event generic "chet says there used to be a door..."
{
time 0.553808 1.393094
param "debugtext Chet: Well, this used to be the way to get downstairs."
}
}
channel "audio"
{
}
channel "face to"
{
event face "chetFacePlayer"
{
time 0.562617 2.648331
param "!player"
event_ramp
{
0.1176 1.0000
1.9246 1.0000
}
}
}
channel "trigger"
{
event firetrigger "fastZombieScream"
{
time 4.434524 -1.000000
param "8"
}
}
channel "look at"
{
event lookat "chetLooksAtPlayer"
{
time 0.928571 1.946429
param "!player"
event_ramp
{
0.0880 0.9831
0.9240 1.0000
}
}
}
}
scalesettings
{
"CChoreoView" "98"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|