blob: 716d8c98d75c9d3ff118261d4b7bf0d18ba09b41 (
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
|
// Choreo version 1
event stoppoint "pow"
{
time 4.004446 -1.000000
param "noaction"
}
event section "paws"
{
time 1.839996 -1.000000
param "noaction"
}
actor "!target1"
{
channel "audio"
{
event speak "Help!"
{
time 2.546668 3.215693
param "npc_citizen.help01"
fixedlength
cctype "cc_master"
cctoken ""
}
event speak "runforyourlife"
{
time 0.017780 1.228936
param "npc_citizen.runforyourlife03"
fixedlength
cctype "cc_master"
cctoken ""
}
event speak "startleGasp"
{
time 2.000003 2.219141
param "npc_citizen.startle01"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "Look at"
{
}
channel "Face to"
{
}
channel "Move to"
{
event moveto "mark_Raid_BeatDown"
{
time 0.100000 1.977779
param "mark_Raid_BeatDown"
param2 "run_protected_all"
resumecondition
}
}
channel "Posture"
{
event gesture "NULL"
{
time 0.000000 0.760000
param ""
}
}
channel "Gesture"
{
}
channel "Flex anim"
{
event firetrigger "2_SpawnCops"
{
time 0.360001 -1.000000
param "2"
}
}
channel "Trigger"
{
event firetrigger "1_ss_Raid_BeatDown"
{
time 1.960000 -1.000000
param "1"
}
}
}
scalesettings
{
"CChoreoView" "50"
"RampTool" "50"
"SceneRampTool" "100"
"ExpressionTool" "38"
"GestureTool" "100"
}
fps 60
snap off
|