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

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
ExPlayer
Posts: 5
Joined: Tue Jun 23, 2015 3:45 pm

Re: TTARCH versions of the games

Post by ExPlayer »

aluigi, if you update the program, i will be grateful :)
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

Once we will have the key of the new game I will do for sure (yeah I'm lazy and I want to get 2 keys with one update! :D ).
ExPlayer
Posts: 5
Joined: Tue Jun 23, 2015 3:45 pm

Re: TTARCH versions of the games

Post by ExPlayer »

Well, I will wait further :)
BlaNeMistID
Posts: 1
Joined: Tue Jul 11, 2017 10:46 am

Re: TTARCH versions of the games

Post by BlaNeMistID »

Hey umm, do u guys know what MCSM S2 code?
or umm how u can make a custom code for ttarchext?
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

Re: TTARCH versions of the games

Post by AlphaTwentyThree »

Hey, can you please look at these two file from the wii version of Tales of Monkey Island? They don't extract at all: https://1fichier.com/?64t20syadl
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

Ok it's a flag that when is set to 1 has a 32bit field after it.
I can fix it in two ways: read the 32bit if that flag is 1 or reading the size field till it's not zero (because that field was zero in the files you provided).
I don't have old samples to check if other games had that flag different than zero.

Any news about samples and keys for the MCSM S2?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

Does someone have any version 9 ttarch file to provide?
I don't know what old games use it.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

Minecraft: Story Mode - Season Two

Code: Select all

-k 8cd29b9987de94a9e69ea5947fcec1bccc9c8eddb1a7669fb28addba9cdec29ad377627faecca7d1d8e6d9d2ab64829f92cc9498d3e4a0


P.S.: is there any other game to add to ttarchext other than "Marvel's Guardians of the Galaxy" and "Batman: The Enemy Within"?
hangre07
Posts: 9
Joined: Fri Aug 11, 2017 6:09 pm

Re: TTARCH versions of the games

Post by hangre07 »

aluigi wrote:Minecraft: Story Mode - Season Two

Code: Select all

-k 8cd29b9987de94a9e69ea5947fcec1bccc9c8eddb1a7669fb28addba9cdec29ad377627faecca7d1d8e6d9d2ab64829f92cc9498d3e4a0


P.S.: is there any other game to add to ttarchext other than "Marvel's Guardians of the Galaxy" and "Batman: The Enemy Within"?


I'm eagerly waiting for Batman
thanks in advance.
rico555
Posts: 11
Joined: Fri Aug 11, 2017 9:19 pm

Re: TTARCH versions of the games

Post by rico555 »

Guardians: -k 86DE8EA688D594B1E59DA59479DAB4C9CD938EE5B0A6669FAC96D0C79DD5C2A2D276627FA8D89ADED9DDD9DAAA63829F8CD887A5D4DBA0 (thanks, pashok6798)

Batman S2: -k 81CAA1A185DA6573A2AED6D89FC6C189995A6FD8B1E297DD97519F979AE0CE95CD77627FA3C4ADD9D6E2AA9C6774B3E3B2C49465A0A281 (thanks, Maximmum, and vivec)
hangre07
Posts: 9
Joined: Fri Aug 11, 2017 6:09 pm

Re: TTARCH versions of the games

Post by hangre07 »

rico555 wrote:Guardians: -k 86DE8EA688D594B1E59DA59479DAB4C9CD938EE5B0A6669FAC96D0C79DD5C2A2D276627FA8D89ADED9DDD9DAAA63829F8CD887A5D4DBA0 (thanks, pashok6798)

Batman S2: -k 81CAA1A185DA6573A2AED6D89FC6C189995A6FD8B1E297DD97519F979AE0CE95CD77627FA3C4ADD9D6E2AA9C6774B3E3B2C49465A0A281 (thanks, Maximmum, and vivec)


can you please give a sample for batman
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

Do you mean a "sample" file or sample of usage for ttarchext?

Anyway, I have finally released the new version of ttarchext:
http://aluigi.altervista.org/papers.htm#ttarchext

The new version is 0.3 because it contains the fix for the rare issue reported few posts above and I hpoe it doesn't break compatibility with othe old games (unfortunately I didn't have old version 8 and 9 samples for more tests).
hangre07
Posts: 9
Joined: Fri Aug 11, 2017 6:09 pm

Re: TTARCH versions of the games

Post by hangre07 »

aluigi wrote:Do you mean a "sample" file or sample of usage for ttarchext?

Anyway, I have finally released the new version of ttarchext:
http://aluigi.altervista.org/papers.htm#ttarchext

The new version is 0.3 because it contains the fix for the rare issue reported few posts above and I hpoe it doesn't break compatibility with othe old games (unfortunately I didn't have old version 8 and 9 samples for more tests).

yeah usage for ttarchext
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

ttarchext.exe 64 c:\PATH\your_file.ttarch2 c:\output_folder

But probably you want to use the -m option that removes the useless header and gives you playable files:

ttarchext.exe -m 64 c:\PATH\your_file.ttarch2 c:\output_folder

Yeah it must be used from command-line and you have to create the output folder (any name, mine is just an example) before running the tool.
hangre07
Posts: 9
Joined: Fri Aug 11, 2017 6:09 pm

Re: TTARCH versions of the games

Post by hangre07 »

aluigi wrote:ttarchext.exe 64 c:\PATH\your_file.ttarch2 c:\output_folder

But probably you want to use the -m option that removes the useless header and gives you playable files:

ttarchext.exe -m 64 c:\PATH\your_file.ttarch2 c:\output_folder

Yeah it must be used from command-line and you have to create the output folder (any name, mine is just an example) before running the tool.

thanks u are king
hangre07
Posts: 9
Joined: Fri Aug 11, 2017 6:09 pm

Re: TTARCH versions of the games

Post by hangre07 »

aluigi wrote:ttarchext.exe 64 c:\PATH\your_file.ttarch2 c:\output_folder

But probably you want to use the -m option that removes the useless header and gives you playable files:

ttarchext.exe -m 64 c:\PATH\your_file.ttarch2 c:\output_folder


again thank you
hangre07
Posts: 9
Joined: Fri Aug 11, 2017 6:09 pm

Re: TTARCH versions of the games

Post by hangre07 »

aluigi I need help
batman landb files not work ttg tools please help
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: TTARCH versions of the games

Post by aluigi »

I can't help with that stuff. Wait the (possible) answers in the topic you already opened.
hangre07
Posts: 9
Joined: Fri Aug 11, 2017 6:09 pm

Re: TTARCH versions of the games

Post by hangre07 »

aluigi wrote:I can't help with that stuff. Wait the (possible) answers in the topic you already opened.

thanks aluigi you are the best
I solved my error download ttg tools latest version
ExPlayer
Posts: 5
Joined: Tue Jun 23, 2015 3:45 pm

Re: TTARCH versions of the games

Post by ExPlayer »

aluigi, update, please, blowfish_ttarch.dll.

I copied the file MC2_pc_Minecraft201_txmesh.ttarch2. In the script (bms) I changed the code:

Image

but this did not affect the file in any way:

Image


Even updated QuickBMS to the latest version.

What am I doing wrong? :cry: