01-04-2016, 05:19 PM
Hello all, I'm VERY close to getting this archive extracting all of the files. I've determined the endiness, and I know that there's an error in my loop, could anyone help me figure this out? Here's what I've got so far:
Here's a file sample:
http://www.filedropper.com/sfx
These are all probably supposed to be audio files, but I could seriously use some help re-writing a new script. (Sorry first time) Thank you!
~Anex
Code:
endian big
idstring "VAGp\x00"
get archiveSize long
get unkownValue long
get null long
for i = 0 < fileCount
get pointer long
get length long
getdstring name 0x4
log name pointer long
next i
Here's a file sample:
http://www.filedropper.com/sfx
These are all probably supposed to be audio files, but I could seriously use some help re-writing a new script. (Sorry first time) Thank you!
~Anex