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.
DoDonpachi Saidaioujou .bin Files
-
- Posts: 30
- Joined: Wed Aug 05, 2020 6:46 pm
Re: DoDonpachi Saidaioujou .bin Files
.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.
-
- Posts: 30
- Joined: Wed Aug 05, 2020 6:46 pm
Re: DoDonpachi Saidaioujou .bin Files
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.
http://blog.livedoor.jp/togurotogenkai/ ... 01615.html WOW!
Problem Solved.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: DoDonpachi Saidaioujou .bin Files
The format of the BIN archive is simple but I can't figure out what compression algorithm it's used for the tga files:
Anyway this is not a problem since you already got what you needed
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
-
- Posts: 30
- Joined: Wed Aug 05, 2020 6:46 pm
Re: DoDonpachi Saidaioujou .bin Files
Hey Aluigi, thanks i will test it anyways, maybe it have better quality, i want to put this on mame layouts.
-
- Posts: 30
- Joined: Wed Aug 05, 2020 6:46 pm
Re: DoDonpachi Saidaioujou .bin Files
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 ???
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 ???
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: DoDonpachi Saidaioujou .bin Files
Ah no, that script is not for being used because I don't have the correct compression algorithm.
-
- Posts: 30
- Joined: Wed Aug 05, 2020 6:46 pm
Re: DoDonpachi Saidaioujou .bin Files
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.