Who wants to be a millionaire DC BFF, BIN and SSL file

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
domingo
Posts: 83
Joined: Fri Aug 19, 2016 11:53 am

Who wants to be a millionaire DC BFF, BIN and SSL file

Post by domingo »

Hi Aluigi, I have another file that has some type of compression in this game and contains textures
Although there is also another and I doubt between the two, but by the name of the file I think these are

BFF FILE

Image


FILE
TextDBFRE20.rar


BIN FILE

Image

Loading.rar


SSL FILE

Image

https://mega.nz/#!bNlj1BpQ!LYbjQywWx0f7ZLi1alSY-4tjhmCXlZ39qGhpg4C2WMY



Thanks
Last edited by domingo on Tue Dec 27, 2016 4:22 pm, edited 12 times in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Who wants to be a millionaire DC BFF file

Post by aluigi »

I have no idea of what data is that or if the offset is correct, anyway:

Code: Select all

idstring "BFF\0"
get DUMMY long
get DUMMY long
savepos BASE_OFF
math FILES = -1
for i = 0 != FILES
    get DUMMY long
    get OFFSET long
    if i == 0
        xmath FILES "OFFSET / (4 + 4)"
    endif
    math OFFSET + BASE_OFF
    putarray 0 i OFFSET
next i
    get OFFSET asize
    putarray 0 i OFFSET
for i = 0 < FILES
    getarray OFFSET 0 i
    math i + 1
    getarray SIZE   0 i
    math SIZE - OFFSET
    log "" OFFSET SIZE
next
domingo
Posts: 83
Joined: Fri Aug 19, 2016 11:53 am

Re: Who wants to be a millionaire DC BFF and DB file

Post by domingo »

I have already unzipped the 5 files BFF out there and they are raw fonts textures in different sizes. (Each extracted file is a letter, so they weigh so small)

Then the menu textures must be in the other file db.
I updated the main post with the db file

Thanks again
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Who wants to be a millionaire DC BFF and DB file

Post by aluigi »

Do you mean that the script extracted the files correctly from the bff archive? That would be a good news.

No idea what is that db file
domingo
Posts: 83
Joined: Fri Aug 19, 2016 11:53 am

Re: Who wants to be a millionaire DC BFF and DB file

Post by domingo »

Yes,the script work perfect, as you see in the image, it is a font of 0000000.dat. Is the raw of bmp texture
Each extracted file corresponds to a font

Image
domingo
Posts: 83
Joined: Fri Aug 19, 2016 11:53 am

Re: Who wants to be a millionaire DC BFF and TDB file

Post by domingo »

I just found the problem I have with the menus, and it turns out that this is in this TDB file. I thought it was textures, since the screen looked yellow, but it's in directions.

I have updated the main post with this file, and I deleted the db
domingo
Posts: 83
Joined: Fri Aug 19, 2016 11:53 am

Re: Who wants to be a millionaire DC BFF and TDB file

Post by domingo »

I have already solved the theme of the menus :)

So I removed the tdb file
domingo
Posts: 83
Joined: Fri Aug 19, 2016 11:53 am

Re: Who wants to be a millionaire DC BFF and EGG file

Post by domingo »

I have found another type of file with more textures that I need to extract, with EGG extension, I updated the main post.

This game has an endless number of textures.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Who wants to be a millionaire DC BFF and EGG file

Post by aluigi »

I'm not sure that EGG is an archive.
domingo
Posts: 83
Joined: Fri Aug 19, 2016 11:53 am

Re: Who wants to be a millionaire DC BFF and EGG file

Post by domingo »

I have extracted the raw textures by hex and I can edit them, problem solved with the egg files :)

Delete file of main post
domingo
Posts: 83
Joined: Fri Aug 19, 2016 11:53 am

Re: Who wants to be a millionaire DC BFF and BIN file

Post by domingo »

I have found other textures more in bin file, correspond to the load screen and some menus.
I could not extract them with the texture finder, so I guess they can have some compression, I have refreshed the main post again

I think I only have these to translate
domingo
Posts: 83
Joined: Fri Aug 19, 2016 11:53 am

Re: Who wants to be a millionaire DC BFF, BIN and SSL file

Post by domingo »

I updated the post with a new SSL file. This file contains the audios of the game
At first I created myself a script, but it does not extract all the audios.It gives me error in log NAME OFFSET SIZE
This is my script

Code: Select all

# audiolib.ssl

for
        get HEADERSZ long
        getdstring NAME NSIZE
        for i = 0 < FILES
        get OFFSET long
        math OFFSET * 0x800
        get SIZE long
        math SIZE * 0x800
        log NAME OFFSET SIZE

next


I do not understand much of this, but I have tried it :)

On the bin file, it appears that it is packaged or compression
I have opened it with this program and you see two files, but it gives error when extracting
Image
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Who wants to be a millionaire DC BFF, BIN and SSL file

Post by aluigi »

Code: Select all

get FILES long
math FILES / 8
for i = 0 < FILES
    get OFFSET long
    get SIZE long
    math OFFSET * 0x800
    math SIZE   * 0x800
    log "" OFFSET SIZE
next i
domingo
Posts: 83
Joined: Fri Aug 19, 2016 11:53 am

Re: Who wants to be a millionaire DC BFF, BIN and SSL file

Post by domingo »

Ok, Thanks very much Aluigi and happy New Year !!!

About the BIN textures, have you been able to discover something?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Who wants to be a millionaire DC BFF, BIN and SSL file

Post by aluigi »

No, it's just data.
domingo
Posts: 83
Joined: Fri Aug 19, 2016 11:53 am

Re: Who wants to be a millionaire DC BFF, BIN and SSL file

Post by domingo »

OK, I'll check the EGG files again, in case anything has happened to me.
domingo
Posts: 83
Joined: Fri Aug 19, 2016 11:53 am

Re: Who wants to be a millionaire DC BFF, BIN and SSL file

Post by domingo »

I have reviewed all the files and there are not the textures I am looking for. So they should be in these bin files, maybe compressed and binarized.
I have also tried replacing loading.bin with another file, to verify if the texture is seen in the game, and is not displayed