Users browsing this thread: 1 Guest(s)
Hey does anyone know how to get all the audio possible from this ISO?
#8
(07-25-2017, 03:41 PM)Pingu! Wrote: The ASF Files can be unpacked using this script:
Code:
# AFS archives (used on some Xbox games) (script 0.1.2)
# script for QuickBMS http://quickbms.aluigi.org

idstring "AFS"
get DUMMY byte  # it's usually 0 but in some files (MULTSPQ2.AFS) it may be different
get FILES long
savepos INFO_OFF

math NAME_OFF = FILES
math NAME_OFF *= 8
math NAME_OFF += INFO_OFF
goto NAME_OFF
get NAME_OFF long
goto INFO_OFF

for i = 0 < FILES
   get OFFSET long
   get SIZE long

   if NAME_OFF == 0
   if i == 0
       savepos TMP
       goto OFFSET
       goto -8 0 SEEK_CUR
       get NAME_OFF long
       get NAME_SIZE long
       goto TMP
   endif
   endif

    if NAME_OFF == 0
        set NAME string ""
    else
        savepos INFO_OFF
        goto NAME_OFF
        getdstring NAME 32
        getdstring DUMMY 16
        savepos NAME_OFF
        goto INFO_OFF
    endif

   log NAME OFFSET SIZE
next i
However, I'm uncertain what these files produced are.
Thanks? Surprise   Where to start with what I'm looking at..?
1.Do I suddenly need to learn how to write code and script?
2.  Does script 0.1.2 or QuickBMS do anything to the files that I might find to be different?
3.  Was it up able to convert to anything that has a better chance of being audio?
4.  Would you like for me to upload something else for you to try out?
Reply
Thanked by:


Messages In This Thread
RE: Hey does anyone know how to get all the audio possible from this ISO? - by vgrob - 07-26-2017, 08:46 AM

Forum Jump: