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
So if you have many games from Telltale you can tell me these version numbers.
Thanks in advance.