diff options
author | David Walter Seikel | 2014-01-13 19:47:58 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-01-13 19:47:58 +1000 |
commit | f9158592e1478b2013afc7041d9ed041cf2d2f4a (patch) | |
tree | b16e389d7988700e21b4c9741044cefa536dcbae /libraries/irrlicht-1.8.1/media/ninja animation ranges.txt | |
parent | Libraries readme updated with change markers and more of the Irrlicht changes. (diff) | |
download | SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.zip SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.gz SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.bz2 SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.xz |
Update Irrlicht to 1.8.1. Include actual change markers this time. lol
Diffstat (limited to '')
-rw-r--r-- | libraries/irrlicht-1.8.1/media/ninja animation ranges.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8.1/media/ninja animation ranges.txt b/libraries/irrlicht-1.8.1/media/ninja animation ranges.txt new file mode 100644 index 0000000..eaf12fe --- /dev/null +++ b/libraries/irrlicht-1.8.1/media/ninja animation ranges.txt | |||
@@ -0,0 +1,36 @@ | |||
1 | hey guys heres all the ranges for the ninja model, 20 ranges and 300 frames....Phew!! | ||
2 | |||
3 | you may need to scale or rotate the model and change animation speeds for various 3D game engines... | ||
4 | |||
5 | Please check the numbers carefully cus they dont follow any order and in between ranges often skip a few frames, this as how I achieved certain moves in Character FX its not a mistake :) | ||
6 | |||
7 | 1-14 Walk (normal) | ||
8 | 15-30 Stealth Walk | ||
9 | 32-44 Punch and swipe sword | ||
10 | 45-59 Swipe and spin sword | ||
11 | 60-68 Overhead twohanded downswipe | ||
12 | 69-72 Up to block position (play backwards to lower sword if you want) | ||
13 | 73-83 Forward kick | ||
14 | 84-93 Pick up from floor (or down to crouch at frame 87) | ||
15 | 94-102 Jump | ||
16 | 103-111 Jump without height (for programmer controlled jumps) | ||
17 | 112-125 High jump to Sword Kill (Finish em off move??) | ||
18 | 126-133 Side Kick | ||
19 | 134-145 Spinning Sword attack (might wanna speed this up in game) | ||
20 | 146-158 Backflip | ||
21 | 159-165 Climb wall | ||
22 | 166-173 Death 1 - Fall back onto ground | ||
23 | 174-182 Death 2 - Fall forward onto ground | ||
24 | 184-205 Idle 1 - Breathe heavily | ||
25 | 206-250 Idle 2 | ||
26 | 251-300 Idle 3 | ||
27 | |||
28 | Ok there it is, have fun and maybe drop by my forums hang out, ask questions, post your own work etc | ||
29 | |||
30 | Feel free to use however you like, commercial etc, credits are Appreciated as a LOT of work went into this! ;-) | ||
31 | |||
32 | Psionic | ||
33 | |||
34 | http://www.psionic3d.co.uk | ||
35 | |||
36 | Note for Irrlicht: Irrlicht uses a 0-based frame index. So subtract 1 from each of the loops! \ No newline at end of file | ||