Find Icons, Texts, Data in game client [UnityFS]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
assistme
Posts: 4
Joined: Fri Feb 22, 2019 10:57 am

Find Icons, Texts, Data in game client [UnityFS]

Post by assistme »

Hello.
I need to explore game client and find 2D icon (skills, items, etc), Texts (titles and descriptions of ingame items that inspect player during the game) and Data (game items, skils characteristics - xml, txt files).
Game client contains pairs of files without extension and .manifest file with same name.
For example "data" and "data.manifest"
There are a lot of such pairs, with different sizes. (total client weight is about 5GB, also I don't need huge models, graphic, shaders, just raw text, 2D icons and data)
One pair attached.

Also I have tested some apps for extract that.
1) AssetsBundleExtractor_2.2stableb_64bit
I have seen tables of datafiles with icons (but no luck to extract it as PNG).
Image
2) DevXUnityUnpackerRun
Proprietary soft, does not allow export png, but allow to view it. A lof of PNG founded (still without extraction)
Also allow to view attached data archive
Image

So:
1) How to find needed info inside filename and filename.manifest pairs?
2) How to extract data from attached data file?
3) Could quickbms help me? (maybe there is ready script)
4) Is that file encrypted and is it possible?
5) Should I attach more files for test (that's lowest pair)
assistme
Posts: 4
Joined: Fri Feb 22, 2019 10:57 am

Re: Find Icons, Texts, Data in game client

Post by assistme »

One more file with data structure (12 mb)
https://cloud.mail.ru/public/5okE/MkVDKhYmJ