The walking dead season 2 ps vita file: ttarch2

How to translate the files of a game
neptuniapp
Posts: 22
Joined: Sat Aug 27, 2016 11:58 pm

The walking dead season 2 ps vita file: ttarch2

Post by neptuniapp »

Hello,
Please, Can you give me a script to unpack this file : .ttarch2 (the walking dead season 2 ps vita)

File:

https://mega.nz/#!yEtGRbbL!VxUsDP8Fu7Yf ... bpqeQxogtw


Thanks.
pashok6798
Posts: 14
Joined: Fri Dec 19, 2014 6:05 am

Re: The walking dead season 2 ps vita file: ttarch2

Post by pashok6798 »

neptuniapp wrote:Hello,
Please, Can you give me a script to unpack this file : .ttarch2 (the walking dead season 2 ps vita)

File:

https://mega.nz/#!yEtGRbbL!VxUsDP8Fu7Yf ... bpqeQxogtw


Thanks.

Hello. This archive from license game? You can unpack only from dumped image. To unpack just enter in command line like this command: ttarchext -o 55 your_archive_name.ttarch2 C:\Extracted_folder.
neptuniapp
Posts: 22
Joined: Sat Aug 27, 2016 11:58 pm

Re: The walking dead season 2 ps vita file: ttarch2

Post by neptuniapp »

Thanks, but what really interests me is able to package without damaging the file . how can I do it?

What is the command to package ? thanks
pashok6798
Posts: 14
Joined: Fri Dec 19, 2014 6:05 am

Re: The walking dead season 2 ps vita file: ttarch2

Post by pashok6798 »

neptuniapp wrote:Thanks, but what really interests me is able to package without damaging the file . how can I do it?

What is the command to package ? thanks

ttarchext -b 55 archive.ttarch2 resource_folder

I recommend make lua scripts for loading your's archive, not rebuild original.
neptuniapp
Posts: 22
Joined: Sat Aug 27, 2016 11:58 pm

Re: The walking dead season 2 ps vita file: ttarch2

Post by neptuniapp »

Can you provide your scripts lua's ? and you explain the procedure. Thank you