DoDonpachi Saidaioujou .bin Files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
CrispX
Posts: 30
Joined: Wed Aug 05, 2020 6:46 pm

DoDonpachi Saidaioujou .bin Files

Post by CrispX »

Hello, i'm looking someone can able to extract this bin file, i try with RavioliGames, and only works good the videos, TGA and PNG are bad.
This .bin have many images from the gallery of the game.
Try to create a script can read any file name.

It's a XBOX 360 File.

List of files found using ravioli
.tga - can´t read on photoshop
.png - broken
.jpg - broken
.xma - normal file
.wmv - plays nice

https://gofile.io/d/FTU8Y0

Thanks.
CrispX
Posts: 30
Joined: Wed Aug 05, 2020 6:46 pm

Re: DoDonpachi Saidaioujou .bin Files

Post by CrispX »

.xma i found the tool, it's music files i'm not interrested, i'm only interrested on the textures. Please help. :| I only want the wallpapers of the game.
CrispX
Posts: 30
Joined: Wed Aug 05, 2020 6:46 pm

Re: DoDonpachi Saidaioujou .bin Files

Post by CrispX »

Well it seems someone on a japanese website put all the wallpapers ready for everyone online.

http://blog.livedoor.jp/togurotogenkai/ ... 01615.html WOW!

Problem Solved.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: DoDonpachi Saidaioujou .bin Files

Post by aluigi »

The format of the BIN archive is simple but I can't figure out what compression algorithm it's used for the tga files:

Code: Select all

comtype ???
endian big
get DUMMY long  # 0xc0090117
get BIN_SIZE long
get INFO_SIZE long
get FILES long
getdstring ZERO 20
for i = 0 < FILES
    get DUMMY long
    get SIZE long
    get ZSIZE long
    get OFFSET long
    getdstring NAME 260
    if ZSIZE == 0
        log NAME OFFSET SIZE
    else
        clog NAME OFFSET ZSIZE SIZE
    endif
next i
Anyway this is not a problem since you already got what you needed :D
CrispX
Posts: 30
Joined: Wed Aug 05, 2020 6:46 pm

Re: DoDonpachi Saidaioujou .bin Files

Post by CrispX »

Hey Aluigi, thanks i will test it anyways, maybe it have better quality, i want to put this on mame layouts.
CrispX
Posts: 30
Joined: Wed Aug 05, 2020 6:46 pm

Re: DoDonpachi Saidaioujou .bin Files

Post by CrispX »

An error as been procceded on quickbms.

offset filesize filename
--------------------------------------

Error: the variable index is invalid (-1), there is an error in QuickBMS

Last script line before the error or that produced the error:
1 comtype ???
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: DoDonpachi Saidaioujou .bin Files

Post by aluigi »

Ah no, that script is not for being used because I don't have the correct compression algorithm.
CrispX
Posts: 30
Joined: Wed Aug 05, 2020 6:46 pm

Re: DoDonpachi Saidaioujou .bin Files

Post by CrispX »

aluigi wrote:Ah no, that script is not for being used because I don't have the correct compression algorithm.


Okidoki. Well maybe in the future.