Users browsing this thread: 1 Guest(s)
[TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts!
Script:

Code:
# Ghost In The Shell *.FAC
# Written By Anex For QuickBMS
# http://aluigi.altervista.org/quickbms.htm

#  Upon Extraction, will come out to an error,
#  but this is the way the script is supposed to exit!
for FILES = 0
    get NULL byte
    get FNAMELENGTH byte
    getdstring NAME FNAMELENGTH

    do
        get NULL byte
        while NULL == 0
        
    get SIZE long
    get OFFSET long
    log NAME OFFSET SIZE
next FILES

It would've been a little hard to have followed the tutorial above and have this be your first archive you would have reversed. That'll extract all the files. I couldn't get a way to monetize the amount of files in the archive, so i just made a for loop out of it, and the script will break upon invalid read size. Don't worry, as it extracts ALL the files. I didn't want to go on the assumption that there was only 25 per archive, as these were the only ones you've provided. But, nether-less, here's your script Big Grin.
Reply
Thanked by:


Messages In This Thread
RE: [Tutorial] Making BMS Scripts - by Saeid0034 - 03-21-2020, 05:17 AM
RE: [Tutorial] Making BMS Scripts - by justdancer - 07-02-2016, 01:53 AM
RE: [Tutorial] Making BMS Scripts - by dionn1993 - 07-10-2019, 12:06 AM
RE: [Tutorial] Making BMS Scripts - by SKYHAMSTER - 08-06-2020, 06:06 AM
RE: [Tutorial] Making BMS Scripts - by Yarcaz - 11-18-2015, 08:19 AM
RE: [Tutorial] Making BMS Scripts - by Shade - 11-18-2015, 05:31 PM
RE: [Tutorial] Making BMS Scripts - by Yarcaz - 11-18-2015, 05:04 PM
RE: [Tutorial] Making BMS Scripts - by Hallow - 12-22-2015, 06:59 PM
RE: [Tutorial] Making BMS Scripts - by Hallow - 12-22-2015, 10:42 PM
RE: [Tutorial] Making BMS Scripts - by TGE - 12-24-2015, 08:14 PM
RE: [Tutorial] Making BMS Scripts - by Hallow - 12-24-2015, 08:57 PM
RE: [Tutorial] Making BMS Scripts - by nobody231 - 12-24-2015, 09:01 PM
RE: [Tutorial] Making BMS Scripts - by TGE - 12-25-2015, 06:36 AM
RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - by Pingus! - 03-18-2017, 12:24 PM

Forum Jump: