Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file

Codecs, formats, encoding/decoding of game audio, video and music
Mysticus
Posts: 182
Joined: Sat Mar 02, 2019 3:24 pm

Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file

Post by Mysticus »

Appearently, this sound archive file is quite similar to the other few Koei Tecmo game sound files like Atelier Lulua, which is almost hard.
Any script to extract, Luigi? Please?
Anexenaumoon
Posts: 119
Joined: Sun Dec 27, 2015 10:22 pm

Re: Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file

Post by Anexenaumoon »

This SHOULD dump KTSS from .ktsl2asbin:

Code: Select all

get BASENAME basename
for FILES = 0
    FindLoc OFFSET string "KTSS" ""
    if OFFSET == ""
        cleanexit
    endif
    goto OFFSET
    idstring "KTSS"
    get SIZE long
    set NAME string ""
    string NAME p "%s_%s.ktss" BASENAME FILES
    log NAME OFFSET SIZE
next FILES


Copy and paste that into a text file and run with QuickBMS. Files are playable with foobar2000 and vgmstream component, which can be found here:
https://www.foobar2000.org/
Mysticus
Posts: 182
Joined: Sat Mar 02, 2019 3:24 pm

Re: Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file

Post by Mysticus »

Thanks! It worked! But the extracted files doesn't have their proper file name.
Any solution, Anexenaumoon?
nickjeaster
Posts: 1
Joined: Sat Jul 27, 2019 6:11 am

Re: Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file

Post by nickjeaster »

Excuse me for barging in, but I was trying to extract the same files in the last couple of days and this seems like a perfect opportunity to ask for some help, if you please.

I copied that script by Anexenaumoon, but QuickBMS doesn't extract anything for me. It says "0 files found in 0 seconds".

Could I be doing something wrong? Thanks in advance.
Mysticus
Posts: 182
Joined: Sat Mar 02, 2019 3:24 pm

Re: Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file

Post by Mysticus »

I think he accidentaly put the script to extract .ktsl2stbin files.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file

Post by aluigi »

Just a reference for anyone finding this topic, please use this topic for updates:
https://zenhax.com/viewtopic.php?p=55774#p55774