Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

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

Featured Replies

  • Author
  • Localization

domingo, posted Sun Dec 18, 2016 12:03 am (19633)


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


BIN FILE

Image



SSL FILE

Image

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



Thanks
  • Author
  • Localization

aluigi, posted Sun Dec 18, 2016 9:27 am (19640)


I have no idea of what data is that or if the offset is correct, anyway:
Code:
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
  • Author
  • Localization

domingo, posted Sun Dec 18, 2016 12:58 pm (19654)


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
  • Author
  • Localization

aluigi, posted Sun Dec 18, 2016 1:28 pm (19656)


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
  • Author
  • Localization

domingo, posted Sun Dec 18, 2016 2:42 pm (19665)


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
  • Author
  • Localization

domingo, posted Sun Dec 18, 2016 6:15 pm (19669)


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
  • Author
  • Localization

domingo, posted Mon Dec 19, 2016 7:49 pm (19675)


I have already solved the theme of the menus :)

So I removed the tdb file
  • Author
  • Localization

domingo, posted Tue Dec 20, 2016 5:19 pm (19690)


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.
  • Author
  • Localization

aluigi, posted Tue Dec 20, 2016 7:08 pm (19695)


I'm not sure that EGG is an archive.
  • Author
  • Localization

domingo, posted Wed Dec 21, 2016 7:57 pm (19715)


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

Delete file of main post
  • Author
  • Localization

domingo, posted Sat Dec 24, 2016 1:29 am (19757)


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
  • Author
  • Localization

domingo, posted Tue Dec 27, 2016 4:40 pm (19802)


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:
# audiolib.ssl

for
        get HEADERSZ long
        getdstring NAME NSIZE
        for i = 0         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
  • Author
  • Localization

aluigi, posted Mon Jan 02, 2017 3:00 pm (19901)


Code:
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
  • Author
  • Localization

domingo, posted Tue Jan 03, 2017 12:53 am (19907)


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

About the BIN textures, have you been able to discover something?
  • Author
  • Localization

aluigi, posted Tue Jan 03, 2017 7:53 am (19910)


No, it's just data.
  • Author
  • Localization

domingo, posted Tue Jan 03, 2017 5:18 pm (19931)


OK, I'll check the EGG files again, in case anything has happened to me.
  • Author
  • Localization

domingo, posted Fri Jan 13, 2017 7:47 pm (20131)


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
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.