blob: 1866c458a255e99b6d22e926692d365399963fc5 (
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
|
// Choreo version 1
event loop "Loop"
{
time 4.213334 -1.000000
param "3.100000"
loopcount "-1"
}
event section "Wait for reach target 2"
{
time 0.480000 -1.000000
param "noaction"
}
actor "!Target1"
{
channel "Audio"
{
}
channel "Expression"
{
event face "Face Player"
{
time 0.000000 4.260000
param "!player"
}
}
channel "Look"
{
event lookat "Look at Player"
{
time -0.000000 4.273333
param "!player"
}
}
channel "Sequence"
{
event generic "Aim at Player"
{
time 0.506667 4.253334
param "AI_AIM"
param2 "!player"
}
active "0"
}
channel "Move to"
{
event moveto "Move to whatever"
{
time 0.000000 1.500000
param "!target2"
param2 "Walk "
resumecondition
}
}
faceposermodel "D:\HL2\hl2\models\Police.mdl"
}
scalesettings
{
"CChoreoView" "100"
"SceneRampTool" "84"
"ExpressionTool" "100"
"GestureTool" "106"
"RampTool" "52"
}
fps 60
snap off
|