BassBoy320 / io_anim_heavy_iron_studios

A Blender Addon for importing ANIM files by Heavy Iron Studios.
GNU General Public License v3.0
0 stars 0 forks source link

io_anim_heavy_iron_studios

A Blender Addon for importing ANIM files by Heavy Iron Studios.

Information for Users

This addon can only import animations, not models.

For model import, please use DragonFF by Parik27.

Features

Known Bugs

Installation

You probably know how to install an Addon in Blender but in case you do not, here is a short Guide:

  1. Download the latest ZIP-archive from the Releases
  2. Open Blender (3.0.0 or above)
  3. Menu Bar -> Edit -> Preferences -> Add-ons -> Install...
  4. Select the ZIP-archive and click on Install Add-on

Information for Developers

Architechture

diagram of the architechture

Licensing

Tested situations

Platform TSSM BFBB
PS2 yes no
Xbox no no
GameCube no no

Note: You can inform me about untested but working combinations, so I can update this table.

Used resources

Thanks to the Modding Community for providing the structure of Heavy Iron Studios' ANIM files (https://heavyironmodding.org/wiki/ANIM)

And thanks to Seil for the BFBBAnimTools I used for understanding how to read the animation data (https://github.com/seilweiss/BFBBAnimTools/blob/master/BFBBAnimTools.ms)