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?
Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file
-
- Posts: 182
- Joined: Sat Mar 02, 2019 3:24 pm
-
- Posts: 119
- Joined: Sun Dec 27, 2015 10:22 pm
Re: Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file
This SHOULD dump KTSS from .ktsl2asbin:
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/
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/
-
- Posts: 182
- Joined: Sat Mar 02, 2019 3:24 pm
Re: Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file
Thanks! It worked! But the extracted files doesn't have their proper file name.
Any solution, Anexenaumoon?
Any solution, Anexenaumoon?
-
- Posts: 1
- Joined: Sat Jul 27, 2019 6:11 am
Re: Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file
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.
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.
-
- Posts: 182
- Joined: Sat Mar 02, 2019 3:24 pm
Re: Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file
I think he accidentaly put the script to extract .ktsl2stbin files.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Marvel Ultimate Alliance 3 The Black Order .ktsl2asbin file
Just a reference for anyone finding this topic, please use this topic for updates:
https://zenhax.com/viewtopic.php?p=55774#p55774
https://zenhax.com/viewtopic.php?p=55774#p55774