Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Line 14: Line 14:


=== groups header ===
=== groups header ===
groups_header - list of offsets pointing on groups of animations offsets
groups_header - list of uint32 offsets pointing on groups of animations (offsets list)
* null padded
* fixed length = 64
* aligned to 64?
* empty groups with 0x00 00 00 00


=== For each group: group_header ===
=== For each group: group_header ===

Revision as of 21:06, 12 April 2023

← Gotcha Force


This file format needs more research.
This section is currently being written.


This article is about Gotcha Force mot.bin file format and ongoing researchs on it.

MOT files are files packing motions files.

Format

Gotcha force motion files use the same file format than Smash Bros investigated by it's community.

Motions files are HSD files from the library Hal SysDolphin. MotFile file format are files that contains groups of motions. Each motion is applied on a model at runtime by the HSD engine.

groups header

groups_header - list of uint32 offsets pointing on groups of animations (offsets list)

  • fixed length = 64
  • empty groups with 0x00 00 00 00

For each group: group_header

group_header - list of motions offsets

  • -1 terminated (0xff ff ff ff)
  • aligned to max 16?

Motions files

  • each files padded to ?
  • each group of files padded to ?