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!
Spider-Man : FoF .data .dict
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: Spider-Man : FoF .data .dict
okay here is my first draft of crude bms script attempt, it will at least split the first group of dds textures out
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.
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.