TTARCH versions of the games [Telltale Games / ttarch / ttarch2]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Re: TTARCH versions of the games

Post by Mygoshi »

"ttarchext 0.2.6 released :D" thanks very much!
Last edited by Mygoshi on Fri Jan 14, 2022 2:11 pm, edited 1 time in total.
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: TTARCH versions of the games

Post by hackspeedok »

aluigi wrote:Refresh your browser.

Thanks :D
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

Re: TTARCH versions of the games

Post by AlphaTwentyThree »

aluigi wrote:Am I wrong or the keys of the latest episodes of Games of Thrones and Tales from the Borderlands released this week, are the same of the old episodes already in ttarchext?

Yes, I tested that. :)
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: TTARCH versions of the games

Post by hackspeedok »

When i rebuild ttarch file, the size is very big ??? And the game was crashed.
http://imgur.com/nBE4GNP
i'm using

Code: Select all

ttarchext.exe -b -x -V 8 52 "E:\WalkingDead\2_WalkingDead101_english_iphone_data.ttarch" E:\WalkingDead\New

edited files attached
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

The file is bigger because the rebuilder doesn't use compression.
For the crash you can try to add the -x option.
I don't have other solutions.
anarkad
Posts: 13
Joined: Sat Oct 18, 2014 12:19 am

Re: TTARCH versions of the games

Post by anarkad »

i rebuild one file but i see black screen when game is loading ( menu is good ).
So, if files have compression and we rebuild one file without compression .... i think this is problem, compression.
I try rebuild all files to get rid of compression. I have that situations in skyrim for 360 version, one file had compression and other didn't have and jumped error :)

ps: sorry for my english :D


edit: nope, doesn't work....
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: TTARCH versions of the games

Post by michalss »

aluigi ill upload some archive from X360 versions by today, u can have a look, but it never worked on any game from TT :(
anarkad
Posts: 13
Joined: Sat Oct 18, 2014 12:19 am

Re: TTARCH versions of the games

Post by anarkad »

-x -V 7 / -V 7 doesn't work for TWD A New Day /GoT. Have you got bms script to import files ? probably file must contain compression :/
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: TTARCH versions of the games

Post by hackspeedok »

anarkad wrote:-x -V 7 / -V 7 doesn't work for TWD A New Day /GoT. Have you got bms script to import files ? probably file must contain compression :/

Hope,too. I tried with 54 or 52 but crashed. I'm translating with ios version. Example http://upfile.vn/uVBmA5ZmxdFQ/2-walking ... a-rar.html
Aluigi can help us ?
ThetaFan
Posts: 3
Joined: Tue Oct 28, 2014 9:01 am

Re: TTARCH versions of the games

Post by ThetaFan »

Hi Aluigi, is it possible to add in ttarchext support for unpacking Minecraft: Story Mode?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

It seems that the format of the archives is probably changed.
I will work on them and will keep you update.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

ThetaFan
Posts: 3
Joined: Tue Oct 28, 2014 9:01 am

Re: TTARCH versions of the games

Post by ThetaFan »

Thank you very much, Aluigi!
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: TTARCH versions of the games

Post by hackspeedok »

Thanks so much and can you give me the command for Minecraft: Story Mode 's *.ttarch2
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

The game number is 58 so: ttarchext 58 c:\path\file.ttarch2 c:\output_folder
Maybe you want to use the -m option for the automatic "header removal" in some files.
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: TTARCH versions of the games

Post by hackspeedok »

aluigi wrote:The game number is 58 so: ttarchext 58 c:\path\file.ttarch2 c:\output_folder
Maybe you want to use the -m option for the automatic "header removal" in some files.

thanks :D
quckly
Posts: 2
Joined: Mon Oct 19, 2015 4:55 pm

Re: TTARCH versions of the games

Post by quckly »

It is necessary to fix the ttarch_import_lua function for new version of lua files.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

You are right, fixed in 0.2.7a
spider91
Posts: 233
Joined: Sun Aug 24, 2014 5:26 pm

Re: TTARCH versions of the games

Post by spider91 »

How can i decrypt .ttarch2 file without unpacking it and then encrypt it back?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

ttarchext allows you to decrypt/encrypt only some parts of the archive manually decided by you (offset/size) through the options -d or -D (this one returns the whole file decrypting only the specified part).