TTARCH FILE
-
- Posts: 27
- Joined: Fri Dec 01, 2017 5:42 pm
TTARCH FILE
I'm making a vocalization for telltale's the walking dead season 1. Any tool for extract and pack ?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: TTARCH FILE
There is only one tool for extraction and rebuilding:
http://aluigi.altervista.org/papers.htm#ttarchext
http://aluigi.altervista.org/papers.htm#ttarchext
-
- Posts: 27
- Joined: Fri Dec 01, 2017 5:42 pm
Re: TTARCH FILE
aluigi wrote:There is only one tool for extraction and rebuilding:
http://aluigi.altervista.org/papers.htm#ttarchext
How can i use it ?
-
- Posts: 27
- Joined: Fri Dec 01, 2017 5:42 pm
Re: TTARCH FILE
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 ?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: TTARCH FILE
Regarding ttarchext, I guess Walking Dead is the number 52 so you should use:
For rebuilding:
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.
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.