Page 1 of 1

Ice Age Adventures (.rk/.anim) Android

Posted: Wed Jan 19, 2022 9:50 pm
by Durik256
I made a plugin for Noesis which opens (.rk) models.
Game archive (.ark) unpacked using this qbms script.
now i want to add animation (.anim)

Code: Select all

header 8 bytes 'RKFORMAT'
int ver1//(always 6)
int ver2//(always 3)
name 64 bytes
int bone_count
int frame_count
int unk//(always 4)
int framerate?
anim Data...
Image
sizeData/frame_count/bone_count = 11bytes for bone in frame?
anim in game:Image

EDIT: update plugin fmt_rk(Ice_Age).py