I've just encountered a sound archive that has some changed TOC where I cannot make out the correct offsets for the files. Here's a cut of the big archive as well as the TOC file: http://www48.zippyshare.com/v/MUvSUDkc/file.html
Thanks for your help!
Blast Works: Build Trade Destroy (wii) - X4W_Streaming.spd/.spt
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Blast Works: Build Trade Destroy (wii) - X4W_Streaming.spd/.spt
The spt file doesn't seem to contain offsets or sizes, there is only a sequential number for each (supposed) file but doesn't match the size of the spd archive.
This is a script to debug the data in spt.
gsb contains just names.
This is a script to debug the data in spt.
Code: Select all
debug 1
endian big
get FILES long
for i = 0 < FILES
getdstring DUMMY 0x1c
next i
gsb contains just names.