SKA¶
SKA files are used to describe animations of actors. Despite the data format being developed by Criterion Software for Renderware, the file does not inherit the RWBS format.
Data format¶
Size | Type | Description |
---|---|---|
4b | uint | number of frames |
4b | uint | flags unused |
4b | float | duration |
KeyFrame[] | the frames |
KeyFrame¶
Size | Type | Description |
---|---|---|
16b | Quaternion | Bone rotation |
12b | Vector | Bone position |
4b | float | time |
4b | uint | data offset of parent frames |