Users browsing this thread: 1 Guest(s)
Bomberman Android Assets folder (.BIN .TEX files)
#1
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
Reply
Thanked by:
#2
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
Reply
Thanked by: Daxar
#3
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)
Reply
Thanked by: Garamonde, puggsoy
#4
Oh my lord thank you so much. I am now ripping everything. How do I go about submitting it to the site? Smile
Reply
Thanked by:
#5
http://www.spriters-resource.com/mobile/addgame/ or the big plus sign when you view a system on spriter's resource.
Reply
Thanked by: puggsoy
#6
When you submit it, please include icons if you can! This'll help it get approved faster.
[Image: sweet-capn-cakes-deltarune.gif]
Reply
Thanked by: Daxar, puggsoy
#7
(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.
Reply
Thanked by:


Forum Jump: