blob: 3de86e129c1e7fb28823aa6826cb8f8cacafe1c8 (
plain)
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
|
// animation config file
sex m
// first frame, num frames, looping frames, frames per second
footsteps custom
0 30 0 25 // BOTH_DEATH1
29 1 0 25 // BOTH_DEAD1
30 30 0 25 // BOTH_DEATH2
59 1 0 25 // BOTH_DEAD2
60 30 0 25 // BOTH_DEATH3
89 1 0 25 // BOTH_DEAD3
90 40 0 20 // TORSO_GESTURE
130 6 0 15 // TORSO_ATTACK (MUST NOT CHANGE -- hand animation is synced to this)
130 6 0 15 // TORSO_ATTACK2 (MUST NOT CHANGE -- hand animation is synced to this)
142 5 0 20 // TORSO_DROP (MUST NOT CHANGE -- hand animation is synced to this)
147 4 0 20 // TORSO_RAISE (MUST NOT CHANGE -- hand animation is synced to this)
151 1 0 15 // TORSO_STAND
152 1 0 15 // TORSO_STAND2
153 9 9 20 // LEGS_WALKCR
162 8 8 20 // LEGS_WALK
170 13 13 23 // LEGS_RUN
183 10 10 23 // LEGS_BACK
193 10 10 15 // LEGS_SWIM
203 9 0 15 // LEGS_JUMP
212 5 0 15 // LEGS_LAND
217 9 0 15 // LEGS_JUMPB
226 3 0 15 // LEGS_LANDB
229 10 10 15 // LEGS_IDLE
239 8 8 15 // LEGS_IDLECR
247 7 7 15 // LEGS_TURN
|