I tried to use teledrik fiddler to download assets from game, fail.
Tried just extract files from my phone, i can't find game files anywhere.
Help be very appreciated!

You can find them with a rooted android.zerotaku5123 wrote: ↑Tue Nov 24, 2020 10:46 amHi, I'm also looking for how to rip the models but I haven't found anything, a query where you found the assets I look for it on my phone and I can't find it. and did you manage to rip the models?
and did you manage to decipher them? with the nox can be done?andree wrote: ↑Tue Nov 24, 2020 3:23 pmYou can find them with a rooted android.zerotaku5123 wrote: ↑Tue Nov 24, 2020 10:46 amHi, I'm also looking for how to rip the models but I haven't found anything, a query where you found the assets I look for it on my phone and I can't find it. and did you manage to rip the models?
You have to get a file explorer android app that has access to the root folder and then you have to go to data/data/com.square_enix.android_googleplay.index_if/files/data .
Several files have the text "UnityFS" in it and with hex editing, it can be opened with AssetStudio.
No, I don't make any decryptors. The only emulator that I know it works with this game is Bluestacks but you can give Bluestacks root access with BlueStacks Tweaker.zerotaku5123 wrote: ↑Tue Nov 24, 2020 9:38 pmand did you manage to decipher them? with the nox can be done?andree wrote: ↑Tue Nov 24, 2020 3:23 pmYou can find them with a rooted android.zerotaku5123 wrote: ↑Tue Nov 24, 2020 10:46 amHi, I'm also looking for how to rip the models but I haven't found anything, a query where you found the assets I look for it on my phone and I can't find it. and did you manage to rip the models?
You have to get a file explorer android app that has access to the root folder and then you have to go to data/data/com.square_enix.android_googleplay.index_if/files/data .
Several files have the text "UnityFS" in it and with hex editing, it can be opened with AssetStudio.
What application do you recommend for that?
Any progress yet... this file doesn't use unityfs encrypt , hope anyone can decrypt itpechenuxa wrote: ↑Mon Mar 23, 2020 10:05 pmUpd:
I found game file, but seem they're encrypted, if someone want to help decrypt the file, i leave a link on example.
https://drive.google.com/open?id=1p7Mh5 ... r4WYkmKy-z
Code: Select all
quickbms.exe -F "" magicalIndex.bms inputFolder outputFolder
Hopefully it works! I can't get the game files so far. that code you posted where is it placed?andree wrote: ↑Sun Feb 14, 2021 3:31 pmhttps://cdn.discordapp.com/attachments/ ... lIndex.bms
Now we have a quickbms script that decrypt and somewhat detect the unityFS files in a folder (assumes that it's always a 1 byte xor key so might miss some) from A Certain Magical Index: Imaginary Fest. Give thanks to Joschka/Dimy for creating this.
Code: Select all
quickbms.exe -F "" magicalIndex.bms inputFolder outputFolder