bmwmj 发表于 2011-5-16 01:00

Telltale Games全系列解包打包器

不同于以前的工具,这是最新的,用命令行方式执行

下载

注意:这个系列似乎可以支持免打包,如果不支持,你可以把你修改的文件单独打包,建立一个新的名为0.ttarch的文件,这个文件将成为游戏补丁。

Telltale Games推出的avg游戏

官方网站http://www.telltalegames.com/products

猴岛系列 Tales of Monkey Island
赫克托:卡内奇的勋章 - 第一章 Hector Badge of Carnage Episode 1
回到未来1-4章 Back to the Future
萨姆和马克斯系列
CSI系列
超低无敌掌门狗系列
侏罗纪公园(未出)

使用方法
Telltale TTARCH files extractor/rebuilder 0.1.12
by Luigi Auriemma
e-mail: [email protected]
web:    aluigi.org

Usage: ttarchext.exe <gamenum> <file.TTARCH> <output_folder>

Options:
-l      list the files without extracting them, you can use . as output folder
-f W    filter the files to extract using the W wildcard, example -f "*.mp3"
-o      if the output files already exist this option will overwrite them
      automatically without asking the user's confirmation
-m      automatically extract the data inside the meta files, for example the
      DDS from FONT and D3DTX files and OGG from AUD and so on... USEFUL!
-b      rebuild option, instead of extracting it performs the building of the
      ttarch archive, example: ttarchext -b 24 output.ttarch input_folder
      do NOT use -m in the extraction if you want to rebuild the archive!
-k K    specify a custom key in hexadecimal (like 0011223344), use gamenum 0
-d OFFperform only the blowfish decryption of the input file from offset OFF
-D O Sas above but the decryption is performed only on the piece of file
      from offset O for a total of S bytes, the rest will remain as is
-e OFFperform the blowfish encryption of the input file (debug)
-E O Sas above but the encryption is performed only on the piece of file
      from offset O for a total of S bytes, the rest will remain as is
-V VERforce a specific version number, needed ONLY with -d and -e when
      handling archives of version 7 (like Tales of Monkey Island)
-O      force the old mode format (needed sometimes with old archives, debug)
-x      for versions >= 7 only in rebuild mode, if the game crashes when uses
      the rebuilt archive try to rebuild it adding this -x option
-T F    dump the decrypted name table in the file F (debug)

Games (gamenum):
0   Wallace & Gromit: Episode 1: Fright of the Bumblebees
1   Wallace & Gromit: Episode 2: The Last Resort
2   Wallace & Gromit: Episode 3: Muzzled
3   Telltale Texas Hold'em
4   Bone: Out From Boneville
5   Bone: The Great Cow Race
6   Sam & Max: Episode 101 - Culture Shock
7   Sam & Max: Episode 102 - Situation: Comedy
8   Sam & Max: Episode 103 - The Mole, The Mob, and the Meatball
9   Sam & Max: Episode 104 - Abe Lincoln Must Die!
10Sam & Max: Episode 105 - Reality 2.0
11Sam & Max: Episode 106 - Bright Side of the Moon
12Sam & Max: Episode 201 - Ice Station Santa
13Sam & Max: Episode 202 - Moai Better Blues
14Sam & Max: Episode 203 - Night of the Raving Dead
15Sam & Max: Episode 204 - Chariots of the Dogs
16Sam & Max: Episode 205 - What's New, Beelzebub
17Strong Bad: Episode 1 - Homestar Ruiner
18Strong Bad: Episode 2 - Strong Badia the Free
19Strong Bad: Episode 3 - Baddest of the Bands
20Strong Bad: Episode 4 - Daneresque 3
21Strong Bad: Episode 5 - 8-Bit Is Enough
22CSI 3 - Dimensions of Murder
23CSI 4 - Hard Evidence (demo)
24Tales of Monkey Island 101: Launch of the Screaming Narwhal
25Wallace & Gromit: Episode 4: The Bogey Man
26Tales of Monkey Island 102: The Siege of Spinner Cay
27Tales of Monkey Island 103: Lair of the Leviathan
28CSI 5 - Deadly Intent
29Tales of Monkey Island 104: The Trial and Execution of Guybrush Threepwood
30CSI 4 - Hard Evidence
31Tales of Monkey Island 105: Rise of the Pirate God
32CSI 5 - Deadly Intent (demo)
33Sam & Max: Episode 301 - The Penal Zone
34Sam & Max: Episode 302 - The Tomb of Sammun-Mak
35Sam & Max: Episode 303 - They Stole Max's Brain!
36Puzzle Agent - The Mystery of Scoggins
37Sam & Max: Episode 304 - Beyond the Alley of the Dolls
38Sam & Max: Episode 305 - The City That Dares Not Sleep
39Poker Night at the Inventory
40CSI 6 - Fatal Conspiracy
41Back To The Future: Episode 1 - It's About Time
42Back To The Future: Episode 2 - Get Tannen!
43Back To The Future: Episode 3 - Citizen Brown
44Hector: Episode 1 - We Negotiate with Terrorists
45Back To The Future: Episode 4 - Double Visions

Examples:
ttarchext.exe -m 24 c:\4_MonkeyIsland101_pc_tx.ttarch "c:\new folder"
ttarchext.exe -l 24 c:\4_MonkeyIsland101_pc_tx.ttarch "c:\new folder"
ttarchext.exe -b -V 7 24 c:\1_output.ttarch c:\1_input_folder

the tool can work also on single encrypted files like the prop files usually
located in the main folder or the various aud files, examples:
ttarchext.exe -V 7 24 c:\ttg_splash_a_telltale.d3dtx "c:\new folder"
ttarchext.exe -V 7 -e 0 24 "c:\new folder\ttg_splash_a_telltale.d3dtx" c:\

soring123 发表于 2011-5-16 11:15

可惜游戏不支持双字节输出

页: [1]
查看完整版本: Telltale Games全系列解包打包器