Important information: this site is currently scheduled to go offline indefinitely by end of the year.

The Division SDF Archive Format

The Original Forum. Game archives, full of resources. How to open them? Get help here.
SEB851
ultra-n00b
Posts: 7
Joined: Wed Jan 04, 2017 5:12 pm

Re: The Division SDF Archive Format

Post by SEB851 »

xp0it wrote:they've upgraded the file format to a newer version for division 2, thats why rogue_sdf isn't working with the TD2 alpha.

while division 1 was sdf version 22, division 2 is sdf version 37.

idk if some other ubisoft game uses version 37, but the file header has changed significally and has more values (probably more block sizes).

it seems that they've splitted the data by language as well, at least there're now some "sdf-C-2000-en-US.sdfdata" files.
Any way extract this file ?
xp0it
ultra-n00b
Posts: 2
Joined: Wed Dec 19, 2018 8:57 pm

Re: The Division SDF Archive Format

Post by xp0it »

sure, but it'll be easier when the game is released and you have a running client.

they've probably encrypted/obfuscated the file, since its not that obvious anymore where the zlib data starts:

TD1:

Code: Select all

$ binwalk TD1/sdf.sdftoc 

DECIMAL       HEXADECIMAL     DESCRIPTION
--------------------------------------------------------------------------------
240053        0x3A9B5         Zlib compressed data, best compression
TD2:

Code: Select all

$ binwalk TD2/sdf.sdftoc 

DECIMAL       HEXADECIMAL     DESCRIPTION
--------------------------------------------------------------------------------
SEB851
ultra-n00b
Posts: 7
Joined: Wed Jan 04, 2017 5:12 pm

Re: The Division SDF Archive Format

Post by SEB851 »

I have Alpha Test client files
lunger
ultra-n00b
Posts: 7
Joined: Wed Mar 02, 2016 8:09 pm
Has thanked: 2 times
Been thanked: 1 time

Re: The Division SDF Archive Format

Post by lunger »

I do know this much about the Alpha files:
  • - 0x685F6 is the start of the compressed binary search tree for the alpha files
  • - the only data after the compressed data is the ID block which is 0x30 bytes long
  • - They added 5 new uint32 values to the header
  • - The compression ratio is about 1% worse than Div1
  • - the main game executable is roughly double in size
htk42
ultra-n00b
Posts: 1
Joined: Tue Mar 06, 2018 2:41 am

Re: The Division SDF Archive Format

Post by htk42 »

hello ,

the tool doent work with the division 2 file, its the same format but we get an error.

Error: Unexcepted byte in file tree
mattyshido
ultra-n00b
Posts: 9
Joined: Tue May 17, 2016 7:55 pm
Been thanked: 5 times

Re: The Division SDF Archive Format

Post by mattyshido »

get it guys soon as possible som of models i finish is on https://p3dm.ru/ free to download
lunger
ultra-n00b
Posts: 7
Joined: Wed Mar 02, 2016 8:09 pm
Has thanked: 2 times
Been thanked: 1 time

Re: The Division SDF Archive Format

Post by lunger »

htk42 wrote:hello ,

the tool doent work with the division 2 file, its the same format but we get an error.

Error: Unexcepted byte in file tree
It only appears to be the same format. The file structure is the same, however the compressed data has changed and we have yet to identify how it has changed to update the extractor.
jackiiiiii
ultra-n00b
Posts: 5
Joined: Wed Nov 09, 2016 6:19 pm

Re: The Division SDF Archive Format

Post by jackiiiiii »

Any update on this, now as the beta has arrived?
imXisheng
ultra-n00b
Posts: 2
Joined: Sat Oct 29, 2016 8:11 pm

Re: The Division SDF Archive Format

Post by imXisheng »

Won't be any update until Lunger figures out how to do it.
PatrickJr
ultra-n00b
Posts: 8
Joined: Tue Feb 28, 2017 4:11 am
Has thanked: 1 time

Re: The Division SDF Archive Format

Post by PatrickJr »

htk42 wrote:hello ,

the tool doent work with the division 2 file, its the same format but we get an error.

Error: Unexcepted byte in file tree
Uses a different version of the file extension, that's why it's not working. To be expected to be honest.
mattyshido
ultra-n00b
Posts: 9
Joined: Tue May 17, 2016 7:55 pm
Been thanked: 5 times

Re: The Division SDF Archive Format

Post by mattyshido »

fix UV maps for backpacks in division1 plz
MacFalkner
ultra-n00b
Posts: 1
Joined: Mon Oct 17, 2016 8:30 pm
Has thanked: 2 times

Re: The Division SDF Archive Format

Post by MacFalkner »

lunger wrote: Thu Feb 07, 2019 2:55 pm
htk42 wrote:hello ,

the tool doent work with the division 2 file, its the same format but we get an error.

Error: Unexcepted byte in file tree
It only appears to be the same format. The file structure is the same, however the compressed data has changed and we have yet to identify how it has changed to update the extractor.
Thank you, looking forward to your extractor. I'd love to just read whats all in there, not just the models.
SEB851
ultra-n00b
Posts: 7
Joined: Wed Jan 04, 2017 5:12 pm

Re: The Division SDF Archive Format

Post by SEB851 »

Any update ?
PatrickJr
ultra-n00b
Posts: 8
Joined: Tue Feb 28, 2017 4:11 am
Has thanked: 1 time

Re: The Division SDF Archive Format

Post by PatrickJr »

SEB851 wrote: Sat Feb 23, 2019 11:54 pmAny update ?
I think something like this will wait till the 12-15th of March for the full release.
jackiiiiii
ultra-n00b
Posts: 5
Joined: Wed Nov 09, 2016 6:19 pm

Re: The Division SDF Archive Format

Post by jackiiiiii »

Well the archive format is unlikely to change until release, so...
Post Reply