I'm really curious about this file. We can read text in Hex Editor but can't load in any Unity tools. Hope someone will interested in this and give me some hint. Thank you! Game name: Lumia Saga APK: https://apkpure.com/lumia-saga/com.dian ... fhonoursea
That's greatful to have your help to decrypt this with your magic script. However, that seem because I upload lack of other file, we have a problem here. It's seem the script cut off content from Unity file. So when we open, it's lack another file in unity container...
Please see my attatchments for detail. I also update sample of 0.page, 1.page and 2.page. Thank you aluigi, have a nice day!
This game will be shutdown soon, so I took a look. It is lz4 without header information. If rewrite the aluigi script for a single file, It can be decompressed without fileinfo.
However, this game uses its unique format for model file. There are separate files for meshes, skeletons and materials. If can get the data from them with Hex2Obj etc, it will be available. I'm not very interested in this game as it's a very mini character.
For animation, it is a normal unity-animationclip using the rig of "Bip 01".
einherjar007 wrote:This game will be shutdown soon, so I took a look. It is lz4 without header information. If rewrite the aluigi script for a single file, It can be decompressed without fileinfo.
However, this game uses its unique format for model file. There are separate files for meshes, skeletons and materials. If can get the data from them with Hex2Obj etc, it will be available. I'm not very interested in this game as it's a very mini character.
For animation, it is a normal unity-animationclip using the rig of "Bip 01".
Thank you for your information. Yes, I'm interesting in animation only. Do you know how to extract animation?