diff options
author | enneract <trem.redman@gmail.com> | 2014-02-25 13:03:43 +0100 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-02-25 13:03:43 +0100 |
commit | dac3d3127fc94231bdde0c0822bb12de01e9e836 (patch) | |
tree | 17829bc1a1b0ddb2d49421c5ea0114b4c2eff436 /assets/models/players/level4 | |
parent | cd9f8731a13a29d51a401f67ec2aa0b8962e01c8 (diff) |
0.1.7
Diffstat (limited to 'assets/models/players/level4')
-rw-r--r-- | assets/models/players/level4/animation.cfg | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/assets/models/players/level4/animation.cfg b/assets/models/players/level4/animation.cfg new file mode 100644 index 0000000..52283d4 --- /dev/null +++ b/assets/models/players/level4/animation.cfg @@ -0,0 +1,48 @@ +// animation config file
+// Tremulous: level4 alien
+
+sex n
+
+// first frame, num frames, looping frames, frames per second
+
+footsteps flesh
+
+nonsegmented
+
+41 20 20 30 //NSPA_STAND
+
+61 80 0 30 //NSPA_GESTURE
+
+0 40 40 40 //NSPA_WALK
+0 40 40 80 //NSPA_RUN
+0 -40 40 80 //NSPA_RUNBACK
+
+171 45 31 120 //NSPA_CHARGE
+
+0 40 40 80 //NSPA_RUNLEFT
+0 40 40 40 //NSPA_WALKLEFT
+0 40 40 80 //NSPA_RUNRIGHT
+0 40 40 40 //NSPA_WALKRIGHT
+
+0 40 40 30 //NSPA_SWIM
+
+62 9 0 30 //NSPA_JUMP
+62 -9 0 30 //NSPA_LAND
+62 9 0 30 //NSPA_JUMPBACK
+62 -9 0 30 //NSPA_LANDBACK
+
+0 40 40 30 //NSPA_TURN
+
+140 15 0 30 //NSPA_ATTACK1
+155 15 0 30 //NSPA_ATTACK2
+140 15 0 30 //NSPA_ATTACK3
+
+221 10 0 30 //NSPA_PAIN1
+231 10 0 30 //NSPA_PAIN2
+
+240 26 0 30 //NSPA_DEATH1
+265 1 0 30 //NSPA_DEAD1
+240 26 0 30 //NSPA_DEATH2
+265 1 0 30 //NSPA_DEAD2
+240 26 0 30 //NSPA_DEATH3
+265 1 0 30 //NSPA_DEAD3
|