Spider-Man : FoF .data .dict

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Doprond
Posts: 67
Joined: Tue Mar 15, 2016 3:38 pm

Spider-Man : FoF .data .dict

Post by Doprond »

Greetings everyone,i need help with openning .dict and .data files from Pc version of the game called Spider-Man: Friend or Foe
as far as i understand .data files contains dds textures,anims,and bones (and maybe meshes too)
.dict files looks strange,maybe they contains information about directories and have compression.
Here are a few samples
https://mega.nz/#!29x20TSQ!f2P3BLcU-Zu6 ... KGH8qVxeiQ
Thanks in advance!
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: Spider-Man : FoF .data .dict

Post by Acewell »

okay here is my first draft of crude bms script attempt, it will at least split the first group of dds textures out :D
Spiderman_FriendorFoe_PC_data.zip

you need the "hashid.bin" file in the same folder with the *.data file you are extracting
if you want the file names. i don't know what the .dict file is for so you don't need it (yet). :)

edit
i guess the dict file has something to do with splitting all of the other data but i don't know :?
looks like i will have to rewrite the script to extract all resources and use the dict file too. :)
most of the data in the dict file makes no sense to me. :shock: