There are a few models you need to comment out this line for to move the parts to the correct position.
rapi.rpgSetTransform(self.boneList[drawInfo[0]].getMatrix())
decrypt sdat
viewtopic.php?f=10&t=10950
quickbms script to extract bin files.
Code: Select all
endian big
idstring "Filename"
get tbloff long
math tbloff x 4
math tbloff + 16
savepos tmp
get files long
math files / 4
for i = 0 < files
goto tmp
get noff long
math noff + 12
savepos tmp
goto tbloff
get offset long
get size long
savepos tbloff
goto noff
get name string
log name offset size
next i


