I'm currently playing Order and Chaos 2 for Android, and would like to make a database of various items and skills to make life easier for myself. I took a look at the game files, and they appear to be bundled into .bin files. I used isobuster to peek into them, and many of them are batches of zip files (based on the signatures I have seen).
Anyone out there that has successfully extracted data from Gameloft .bin files that can point me in the right direction?Anyone can help me ? Thanks
https://mega.nz/#F!XmJUFC5T!0lM_Vs7aWhQV3c0Xru0bgA
Order & Chaos (*.bin *.tbl)
-
- Posts: 8
- Joined: Thu Oct 04, 2018 2:59 pm
Order & Chaos (*.bin *.tbl)
Last edited by memes on Sat Dec 01, 2018 11:51 pm, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Order & Chaos bin file
It's a custom zip archive ("GBMP" instead of PK*), use this script:
http://aluigi.org/bms/zip.bms
http://aluigi.org/bms/zip.bms
-
- Posts: 8
- Joined: Thu Oct 04, 2018 2:59 pm
Re: Order & Chaos bin file
aluigi wrote:It's a custom zip archive ("GBMP" instead of PK*), use this script:
http://aluigi.org/bms/zip.bms
Perfect work, I got some beautiful pictures, but there is a problem, the tbl file string inside is garbled, can you look at it?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Order & Chaos bin file
That file looks like a binary database.
Initial magic is "FTABLE" and it has "InnoDB" in the commands.
Initial magic is "FTABLE" and it has "InnoDB" in the commands.
-
- Posts: 8
- Joined: Thu Oct 04, 2018 2:59 pm
Re: Order & Chaos bin file
aluigi wrote:That file looks like a binary database.
Initial magic is "FTABLE" and it has "InnoDB" in the commands.
I looked at some of the files, this should be a custom structure, similar to csv, the game static table structure is generally plain text, and some file name are also plain text, the data is generally unknown.
tables.bin unzip files https://mega.nz/#F!Cr4nDYqL!W4-XPEgmeZdQ337Zy9Z7cA
-
- Posts: 8
- Joined: Thu Oct 04, 2018 2:59 pm
Re: Order & Chaos (*.bin *.tbl)
Anyone who wants to try can see the following clues, this is the decrypted file of another Gameloft game I found in Google, the file structure is almost exactly the same