Request - Football Manager series (*.dbc)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Squiggles
Posts: 2
Joined: Sun Oct 14, 2018 10:40 am

Request - Football Manager series (*.dbc)

Post by Squiggles »

These are files compressed with Zlib but I can't see to decompress them into a readable format.

I ran a Python script which tells me that the header is 9 Bytes. I have

02 01 63 62 64 2e 04 00 00 78

It's a compressed text file. There is actually a tool available with the games to decompress/export these files as text (.xml extension) already but it involes loading several hundred megabytes of data, even for a for < 1 KB file. I think that QuickBMS may be more efficient.

example.dbc.txt

The true file extension is .dbc but the forums wouldn't allow me to attach it.

There are more .dbc examples here: http://uploaded.net/file/2w99fykv
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Request - Football Manager series (*.dbc)

Post by aluigi »

Just use: offzip.exe file.dbc output.dat 9

But apparently you are not looking for a decompressor, rather a full modding tool.
Squiggles
Posts: 2
Joined: Sun Oct 14, 2018 10:40 am

Re: Request - Football Manager series (*.dbc)

Post by Squiggles »

It would seem so. A shame really.

I naively thought it would be as easy as uncompressing and opening it in notepad.

By the way, the .FMF format changed and your .bms file is not compatible.