I was hoping I can get some help extracting the dialogue from The Wolf Among Us. I believe it's possible with ttarchext:
http://aluigi.altervista.org/papers.htm#ttarchext
Problem is I have no idea how to use it. I'm a noob so if it's not too much can someone give me a step-by-step? I would really appreciate it thank you.
The rules have been updated, read them now: Rules!
Wolf Among Us Audio Help
-
- ultra-veteran
- Posts: 384
- Joined: Thu Aug 12, 2010 8:15 am
- Has thanked: 54 times
- Been thanked: 87 times
Re: Wolf Among Us Audio Help
Copy and paste this into notepad.
Then save it as Convert.bat
This will convert the audio from the archives 
Then save it as Convert.bat
Code: Select all
@echo off
mkdir "Output"
for %%i in (*.ttarch2) DO ttarchext.exe -m 54 "%%i" "Output"

Re: Wolf Among Us Audio Help
Thanks I'll give it a showbrendan19 wrote:Copy and paste this into notepad.
Then save it as Convert.bat
This will convert the audio from the archivesCode: Select all
@echo off mkdir "Output" for %%i in (*.ttarch2) DO ttarchext.exe -m 54 "%%i" "Output"

Re: Wolf Among Us Audio Help
Thanks works great!!brendan19 wrote:Copy and paste this into notepad.
Then save it as Convert.bat
This will convert the audio from the archivesCode: Select all
@echo off mkdir "Output" for %%i in (*.ttarch2) DO ttarchext.exe -m 54 "%%i" "Output"
Much appreciated!
