TTARCH versions of the games [Telltale Games / ttarch / ttarch2]
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: TTARCH versions of the games
"ttarchext 0.2.6 released " thanks very much!
Last edited by Mygoshi on Fri Jan 14, 2022 2:11 pm, edited 1 time in total.
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: TTARCH versions of the games
aluigi wrote:Refresh your browser.
Thanks
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: TTARCH versions of the games
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.
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: TTARCH versions of the games
When i rebuild ttarch file, the size is very big ??? And the game was crashed.
http://imgur.com/nBE4GNP
i'm using
edited files attached
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: TTARCH versions of the games
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.
For the crash you can try to add the -x option.
I don't have other solutions.
-
- Posts: 13
- Joined: Sat Oct 18, 2014 12:19 am
Re: TTARCH versions of the games
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
edit: nope, doesn't work....
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
edit: nope, doesn't work....
-
- Posts: 320
- Joined: Sun Aug 10, 2014 12:49 pm
Re: TTARCH versions of the games
aluigi ill upload some archive from X360 versions by today, u can have a look, but it never worked on any game from TT
-
- Posts: 13
- Joined: Sat Oct 18, 2014 12:19 am
Re: TTARCH versions of the games
-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 :/
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: TTARCH versions of the games
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 ?
-
- Posts: 3
- Joined: Tue Oct 28, 2014 9:01 am
Re: TTARCH versions of the games
Hi Aluigi, is it possible to add in ttarchext support for unpacking Minecraft: Story Mode?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: TTARCH versions of the games
It seems that the format of the archives is probably changed.
I will work on them and will keep you update.
I will work on them and will keep you update.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 3
- Joined: Tue Oct 28, 2014 9:01 am
Re: TTARCH versions of the games
Thank you very much, Aluigi!
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: TTARCH versions of the games
Thanks so much and can you give me the command for Minecraft: Story Mode 's *.ttarch2
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: TTARCH versions of the games
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.
Maybe you want to use the -m option for the automatic "header removal" in some files.
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: TTARCH versions of the games
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
-
- Posts: 2
- Joined: Mon Oct 19, 2015 4:55 pm
Re: TTARCH versions of the games
It is necessary to fix the ttarch_import_lua function for new version of lua files.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: TTARCH versions of the games
You are right, fixed in 0.2.7a
-
- Posts: 233
- Joined: Sun Aug 24, 2014 5:26 pm
Re: TTARCH versions of the games
How can i decrypt .ttarch2 file without unpacking it and then encrypt it back?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: TTARCH versions of the games
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).