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

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

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

Post by aluigi »

Currently ttarchext forces the user to specify the version of the format during the rebuilding/encryption with the -V option.

I would like to make a small database to put inside ttarchext with all the format versions of the various games.

This is useful for the recent games like Game of Thrones where you are forced to use -V 7 to encrypt the single LUA files, because if you don't do it then the game will not work.
In fact while you don't need to use -V for building the ttarch2 archives, you MUST do it for the few single files that are not in the archives.

The version is shown by ttarchext during the listing or extraction of the archive, for example:

Code: Select all

- set the blowfish key of "Tales of Monkey Island 105: Rise of the Pirate God"
- version    8        <<== this one
- info_mode  1
- type3      2
- files_mode 1
- set chunk size to 0x10000 bytes
It's not really something necessary but I think it may be useful.

So if you have many games from Telltale you can tell me these version numbers.

Thanks in advance.
anarkad
Posts: 13
Joined: Sat Oct 18, 2014 12:19 am

Re: TTARCH versions of the games

Post by anarkad »

The walking dead 1 (xbox360 version)

Image
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

If I remember correctly it happened in the past to have a game containing ttarch archives of different version.
Maybe I'm wrong but I remember this situation, in which case the "version database" idea is a fail.

I guess the simplest solution is just setting version 7 in automatic for the games that use ttarch2, so any game from "The Wolf Among Us" (The Wolf Among Us, Tales from the Borderlands and Game of Thrones).

After all the only problem is just with the stand-alone lua files.
Teancum
Posts: 94
Joined: Mon Sep 22, 2014 5:13 pm

Re: TTARCH versions of the games

Post by Teancum »

It's been a while since I've used this, but does it support Back to the Future?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

From 2010 :)
ttarchext supports all the games and archives.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

Ok I have solved the problem by simply setting the version to 7 for those games that use the ttarch2 format, so now it's possible to encrypt the lua/lenc files without specifying -V.
The new version will be released when Telltale will release Borderlands ep.2.
anarkad
Posts: 13
Joined: Sat Oct 18, 2014 12:19 am

Re: TTARCH versions of the games

Post by anarkad »

I would like to create an archive, choose -v 7 and is ok?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

For Game of Thrones:
ttarchext -b -V 7 57 output_file.ttarch2 input_folder
Teancum
Posts: 94
Joined: Mon Sep 22, 2014 5:13 pm

Re: TTARCH versions of the games

Post by Teancum »

Is there somewhere that documents which games belong to which versions? I'm curious as to whether version-wise (theoretically) it's possible to port Back to the Future to the 360 using some other Telltale game
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: TTARCH versions of the games

Post by michalss »

can you please fix repack for x360 versions ? Non of them work :(
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

I don't know in what way the x360 versions are different.
If you have the same file for PC and x360 maybe I can check it.
anarkad
Posts: 13
Joined: Sat Oct 18, 2014 12:19 am

Re: TTARCH versions of the games

Post by anarkad »

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

Re: TTARCH versions of the games

Post by aluigi »

That's the Unreal engine :)
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

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?
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: TTARCH versions of the games

Post by hackspeedok »

When i extracted this file, i recieved only one file named "_actors.aam" and no more. I used

Code: Select all

ttarchext.exe 24 "E:\WalkingDead\2_WalkingDead101_english_iphone_data.ttarch" Q:\IOS
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: TTARCH versions of the games

Post by hackspeedok »

Aluigi, help me
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

Thanks for the report, it's caused by the lua files that are not encrypted.
It will be fixed in the next version.

If I have the confirmation by someone else that the keys of the new episodes of GoT and TftB are the same of the old ones, I can release the new version even now.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

ttarchext 0.2.6 released :D
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: TTARCH versions of the games

Post by hackspeedok »

aluigi wrote:ttarchext 0.2.6 released :D

sorry, i can't find this. Only seen 0.2.5a from http://aluigi.altervista.org/papers.htm
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

Refresh your browser.