TTARCH FILE

Codecs, formats, encoding/decoding of game audio, video and music
Kerem123
Posts: 27
Joined: Fri Dec 01, 2017 5:42 pm

TTARCH FILE

Post by Kerem123 »

I'm making a vocalization for telltale's the walking dead season 1. Any tool for extract and pack ? :)
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH FILE

Post by aluigi »

There is only one tool for extraction and rebuilding:
http://aluigi.altervista.org/papers.htm#ttarchext
Kerem123
Posts: 27
Joined: Fri Dec 01, 2017 5:42 pm

Re: TTARCH FILE

Post by Kerem123 »

aluigi wrote:There is only one tool for extraction and rebuilding:
http://aluigi.altervista.org/papers.htm#ttarchext


How can i use it ?
Kerem123
Posts: 27
Joined: Fri Dec 01, 2017 5:42 pm

Re: TTARCH FILE

Post by Kerem123 »

aluigi wrote:There is only one tool for extraction and rebuilding:
http://aluigi.altervista.org/papers.htm#ttarchext


Do you have a tool for extract and repack fsb files ?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH FILE

Post by aluigi »

Regarding ttarchext, I guess Walking Dead is the number 52 so you should use:

Code: Select all

ttarchext.exe -m 52 c:\file.ttarch "c:\new folder"

For rebuilding:

Code: Select all

ttarchext.exe -b -V 7 52 c:\1_output.ttarch "c:\new folder"

Anyway modders use it better than me so this is just the "technical" howto usage and not how to work with it successfully on a game.