Who wants to be a millionaire DC BFF, BIN and SSL file
-
- Posts: 83
- Joined: Fri Aug 19, 2016 11:53 am
Who wants to be a millionaire DC BFF, BIN and SSL file
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
FILE
BIN FILE
SSL FILE
https://mega.nz/#!bNlj1BpQ!LYbjQywWx0f7ZLi1alSY-4tjhmCXlZ39qGhpg4C2WMY
Thanks
Although there is also another and I doubt between the two, but by the name of the file I think these are
BFF FILE
FILE
BIN FILE
SSL FILE
https://mega.nz/#!bNlj1BpQ!LYbjQywWx0f7ZLi1alSY-4tjhmCXlZ39qGhpg4C2WMY
Thanks
Last edited by domingo on Tue Dec 27, 2016 4:22 pm, edited 12 times in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Who wants to be a millionaire DC BFF file
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
-
- Posts: 83
- Joined: Fri Aug 19, 2016 11:53 am
Re: Who wants to be a millionaire DC BFF and DB file
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
Then the menu textures must be in the other file db.
I updated the main post with the db file
Thanks again
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Who wants to be a millionaire DC BFF and DB file
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
No idea what is that db file
-
- Posts: 83
- Joined: Fri Aug 19, 2016 11:53 am
-
- Posts: 83
- Joined: Fri Aug 19, 2016 11:53 am
Re: Who wants to be a millionaire DC BFF and TDB file
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
I have updated the main post with this file, and I deleted the db
-
- Posts: 83
- Joined: Fri Aug 19, 2016 11:53 am
Re: Who wants to be a millionaire DC BFF and TDB file
I have already solved the theme of the menus
So I removed the tdb file
So I removed the tdb file
-
- Posts: 83
- Joined: Fri Aug 19, 2016 11:53 am
Re: Who wants to be a millionaire DC BFF and EGG file
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.
This game has an endless number of textures.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Who wants to be a millionaire DC BFF and EGG file
I'm not sure that EGG is an archive.
-
- Posts: 83
- Joined: Fri Aug 19, 2016 11:53 am
Re: Who wants to be a millionaire DC BFF and EGG file
I have extracted the raw textures by hex and I can edit them, problem solved with the egg files
Delete file of main post
Delete file of main post
-
- Posts: 83
- Joined: Fri Aug 19, 2016 11:53 am
Re: Who wants to be a millionaire DC BFF and BIN file
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
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
-
- Posts: 83
- Joined: Fri Aug 19, 2016 11:53 am
Re: Who wants to be a millionaire DC BFF, BIN and SSL file
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
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
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
-
- 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
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
-
- Posts: 83
- Joined: Fri Aug 19, 2016 11:53 am
Re: Who wants to be a millionaire DC BFF, BIN and SSL file
Ok, Thanks very much Aluigi and happy New Year !!!
About the BIN textures, have you been able to discover something?
About the BIN textures, have you been able to discover something?
-
- 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
No, it's just data.
-
- Posts: 83
- Joined: Fri Aug 19, 2016 11:53 am
Re: Who wants to be a millionaire DC BFF, BIN and SSL file
OK, I'll check the EGG files again, in case anything has happened to me.
-
- Posts: 83
- Joined: Fri Aug 19, 2016 11:53 am
Re: Who wants to be a millionaire DC BFF, BIN and SSL file
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
I have also tried replacing loading.bin with another file, to verify if the texture is seen in the game, and is not displayed