Posts: 5
Threads: 2
Joined: Mar 2015
I am so close to ripping all the sprites but hit a hurdle, this android game has beautiful sprites but they are compressed as .text and .bin files. I have no idea how to extract them, if anyone could help that'd be great.
Here are some sample files for you to look at:
https://mega.nz/#!WN0ylayD!tNM8ApmmAiNLf...p0EdgjZegg
09-28-2015, 07:20 PM
(This post was last modified: 09-28-2015, 07:21 PM by puggsoy.)
The .tex files are pretty simple, just 32-bit BGRA with a header; 'TEX' + 0x00 magic ID, width at 0x10, height at 0x12 (both shorts), data length at 0x1C (long) and offset at 0x20 (either a short or a long, not sure).
I'm pretty busy today but tomorrow I'll try find some time to whip up something for this, if nobody else does first.
(As for the .bin files, they just seem like info for the game that won't be useful for extracting.)
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Posts: 211
Threads: 5
Joined: Sep 2013
Program for extracting .tex files:
https://dl.dropboxusercontent.com/u/3181...berman.zip
Let me know if any files fail on it; I only tested a few.
(To use, click-and-drag .tex files into the executable)
Posts: 5
Threads: 2
Joined: Mar 2015
Oh my lord thank you so much. I am now ripping everything. How do I go about submitting it to the site?
Posts: 211
Threads: 5
Joined: Sep 2013
http://www.spriters-resource.com/mobile/addgame/ or the big plus sign when you view a system on spriter's resource.
When you submit it, please include icons if you can! This'll help it get approved faster.
Posts: 5
Threads: 2
Joined: Mar 2015
09-29-2015, 07:58 AM
(This post was last modified: 09-29-2015, 08:20 AM by jackskellinghog.)
(09-28-2015, 07:20 PM)puggsoy Wrote: The .tex files are pretty simple, just 32-bit BGRA with a header; 'TEX' + 0x00 magic ID, width at 0x10, height at 0x12 (both shorts), data length at 0x1C (long) and offset at 0x20 (either a short or a long, not sure).
I'm pretty busy today but tomorrow I'll try find some time to whip up something for this, if nobody else does first.
(As for the .bin files, they just seem like info for the game that won't be useful for extracting.)
I only wanted the bin files for the sound data, the rest is useless agreed.
EDIT:
NEVERMIND HAHA!
The sounds were all just Wavs without extensions. Uploaded to the Sound resource, enjoy gang.