blob: 6c6523365e28d84df3d2c97893cf9dc712669ff1 (
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
42
43
44
45
46
|
// animation config file
sex m
footsteps custom
// first frame, num frames, looping frames, frames per second
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)
136 6 0 15 // TORSO_ATTACK2 (MUST NOT CHANGE -- hand animation is synced to this)
125 10 0 50 // TORSO_ATTACK3
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
110 1 1 15 // TORSO_STAND3
153 8 8 16 // LEGS_WALKCR
161 12 12 20 // LEGS_WALK
173 9 9 15 // LEGS_RUN
182 10 10 20 // LEGS_BACK
192 10 10 15 // LEGS_SWIM
202 8 0 15 // LEGS_JUMP
210 1 0 15 // LEGS_LAND
202 8 0 15 // LEGS_JUMPB
210 1 0 15 // LEGS_LANDB
220 10 10 15 // LEGS_IDLE
230 10 10 15 // LEGS_IDLECR
240 7 7 15 // LEGS_TURN
|