Users browsing this thread: 1 Guest(s)
Tales of the Abyss files
#13
Code:
# For use with QuickBMS, by aluigi of zenhax: http://aluigi.altervista.org/quickbms.htm
# Written by ThatTrueStruggle
# Most of the info in this script can be found here: http://www.gtamodding.com,
# and from using Steve-M's Renderware Analyze

# Generic Renderware Header
get CHUNKID long
get SECTIONSZ long
get VERSION long
# Generic Renderware Header

goto 0x18
get TXCOUNT short # Get texture count
get CONSOLEDESCRIPTOR short # Get console id

for i = 0 < TXCOUNT
    # Get the header again
    get CHUNKID long
    get SECTIONSZ long
    get VERSION long
    # Generic Renderware Header
    
    savepos OFFSET # Save our position for later
    getdstring DUMMY 0x23 # Skip header info
    get NAME string # Get File Name
    log NAME OFFSET SECTIONSZ # Save to File using info gained earlier
    goto OFFSET # Go back to he saved offset
    goto SECTIONSZ 0 SEEK_CUR # Go to the next file, repeat
next i

This should work on the TXD archives. However it extracts extra header info that may interfere with Puggsoy's script working. Not sure. I gave explanations in the script itself. Also I can say that the stuff extracted from the file are not TM2 files; The files after the first one are just palettes I think :/
Reply
Thanked by: puggsoy


Messages In This Thread
Tales of the Abyss files - by Skyla Doragono - 02-24-2016, 11:58 PM
RE: Tales of the Abyss files - by puggsoy - 02-25-2016, 12:20 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-25-2016, 05:31 AM
RE: Tales of the Abyss files - by puggsoy - 02-25-2016, 07:55 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-25-2016, 09:27 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-25-2016, 02:10 PM
RE: Tales of the Abyss files - by puggsoy - 02-26-2016, 01:49 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-26-2016, 06:14 AM
RE: Tales of the Abyss files - by puggsoy - 02-26-2016, 07:30 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-26-2016, 09:11 AM
RE: Tales of the Abyss files - by puggsoy - 02-26-2016, 05:34 PM
RE: Tales of the Abyss files - by Skyla Doragono - 02-26-2016, 07:10 PM
RE: Tales of the Abyss files - by Struggleton! - 02-26-2016, 08:10 PM
RE: Tales of the Abyss files - by Skyla Doragono - 02-26-2016, 09:13 PM
RE: Tales of the Abyss files - by puggsoy - 02-26-2016, 10:55 PM
RE: Tales of the Abyss files - by Skyla Doragono - 02-27-2016, 09:35 AM
RE: Tales of the Abyss files - by Struggleton! - 02-27-2016, 10:03 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-27-2016, 10:28 AM
RE: Tales of the Abyss files - by Struggleton! - 02-27-2016, 11:03 AM
RE: Tales of the Abyss files - by Skyla Doragono - 02-27-2016, 12:58 PM

Forum Jump: