EDIT: Or, is it the same as Bone TTARCH?
Little extractor program
- Dinoguy1000
- Site Admin
- Posts: 759
- Joined: Mon Sep 13, 2004 1:55 am
- Has thanked: 129 times
- Been thanked: 142 times
Re: Little extractor program
Is it a format used by default by a certain game engine that all those games are built on? If so, a wiki entry for Telltale TTARCH (or whatever the engine's official name is) would be greatly appreciated. 
EDIT: Or, is it the same as Bone TTARCH?
EDIT: Or, is it the same as Bone TTARCH?
- asmxtx
- veteran
- Posts: 127
- Joined: Sun Jun 08, 2008 10:32 pm
- Location: Developers Country
- Has thanked: 1 time
- Been thanked: 30 times
Re: Little extractor program
I am very occupied at the moment. Just download the latest version and see if it works.
@stevenx: viewtopic.php?p=28511#p28511
GOBREAD should work for the latest versions, but not for the oldest ones. Just try.
@cenkzenk: viewtopic.php?p=28631#p28631
There is no creation support for ARCHxx-files.
GOBREAD crashes (!!!) in case of one file. Use another extractor this case.
@stevenx: viewtopic.php?p=28511#p28511
GOBREAD should work for the latest versions, but not for the oldest ones. Just try.
@cenkzenk: viewtopic.php?p=28631#p28631
There is no creation support for ARCHxx-files.
GOBREAD crashes (!!!) in case of one file. Use another extractor this case.
- asmxtx
- veteran
- Posts: 127
- Joined: Sun Jun 08, 2008 10:32 pm
- Location: Developers Country
- Has thanked: 1 time
- Been thanked: 30 times
Re: Little extractor program
Added extraction support for "7.62: High Calibre", AZP-files
Game-info: http://pc.ign.com/objects/142/14272762.html
To extract these files a processor with SSE2-instruction set is required.
The filenametable is encrypted with a kind of sophisticated MULTIPLY-/MODULO-algorithm.
After the table has been decrypted the good old filename/offset/length structure is exposed.
All data seem to be ZLIB-compressed. There are lot of zero-length and duplicate files within these containers.
Game-info: http://pc.ign.com/objects/142/14272762.html
To extract these files a processor with SSE2-instruction set is required.
The filenametable is encrypted with a kind of sophisticated MULTIPLY-/MODULO-algorithm.
After the table has been decrypted the good old filename/offset/length structure is exposed.
All data seem to be ZLIB-compressed. There are lot of zero-length and duplicate files within these containers.
You do not have the required permissions to view the files attached to this post.
Re: Little extractor program
Hey,cool extractor!
Can you also try to make them for those games:
God of War (.wad, see other thread)
Prince of Persia: Sands of Time and Warrior Within(.bin files)
Beyond Good and Evil(.bin files)
Can you also try to make them for those games:
God of War (.wad, see other thread)
Prince of Persia: Sands of Time and Warrior Within(.bin files)
Beyond Good and Evil(.bin files)
Re: Little extractor program
Can you take a look at the moment of silence?
viewtopic.php?f=10&t=1476&p=28887#p28887
viewtopic.php?f=10&t=1476&p=28887#p28887
-
Kataah
- beginner
- Posts: 39
- Joined: Thu May 24, 2007 7:21 pm
- Has thanked: 12 times
- Been thanked: 4 times
Re: Little extractor program
@Pengulord
Gow can be extracted by the Xpert2 tool you can find a gow plugin here: http://www.alucard.cc/forums/
Pop: http://turfster.cjb.net/
Beyond Good and Evil: http://www.terrygoodkind.net/~rahly/bgae.php
Google first before you you ask!
Gow can be extracted by the Xpert2 tool you can find a gow plugin here: http://www.alucard.cc/forums/
Pop: http://turfster.cjb.net/
Beyond Good and Evil: http://www.terrygoodkind.net/~rahly/bgae.php
Google first before you you ask!
-
Kataah
- beginner
- Posts: 39
- Joined: Thu May 24, 2007 7:21 pm
- Has thanked: 12 times
- Been thanked: 4 times
Re: Little extractor program
If you talk about textures why you upload WAD files with ps2 adpcm stream?
And the other games? -no comment?
Anyway i dont think you will get an extarctor for Wad files generally.
If you want only textures then use a simple format scanner, the files are uncompressed.
And the other games? -no comment?
Anyway i dont think you will get an extarctor for Wad files generally.
If you want only textures then use a simple format scanner, the files are uncompressed.
Re: Little extractor program
You know,
I would appreciate your help if you would talk less like smart ass about it.
Also, GoW only use WAD files for compressing their textures.
I would appreciate your help if you would talk less like smart ass about it.
Because they aren't redable on 3D max or any other 3D-model program. I need them atleast in .tga like from any other normal game.Kataah wrote:If you talk about textures why you upload WAD files with ps2 adpcm stream?
Also, GoW only use WAD files for compressing their textures.
It's true that Persianrug can decompress the bin files from the PoP-series, but it doesn't work on Beyond Good and Evil. 'sides, the tool needs alot of improvement since you can't rip many models comepletly out for example the Farrah-textures.Kataah wrote: And the other games? -no comment?
Not only textures, but also the object files.And if you couldKataah wrote: Anyway i dont think you will get an extarctor for Wad files generally.
If you want only textures then use a simple format scanner, the files are uncompressed.
- asmxtx
- veteran
- Posts: 127
- Joined: Sun Jun 08, 2008 10:32 pm
- Location: Developers Country
- Has thanked: 1 time
- Been thanked: 30 times
Re: Little extractor program
@Kataah, @Pengulord...:
I think you are asking me for support of your problems. If not, please don't bloat this post up with your dispute.
If you have requests, please post it to the "Game Archive Research" subject and provide working download links to evaluable files.
Thank you.
Added: Extraction support for Memento Mori
This is the first file format where I encounter UNICODE filenames.
There is no special, just the simple filename/offset/length structure and ZLIB-compression.
I think you are asking me for support of your problems. If not, please don't bloat this post up with your dispute.
If you have requests, please post it to the "Game Archive Research" subject and provide working download links to evaluable files.
Thank you.
Added: Extraction support for Memento Mori
This is the first file format where I encounter UNICODE filenames.
There is no special, just the simple filename/offset/length structure and ZLIB-compression.
You do not have the required permissions to view the files attached to this post.
Re: Little extractor program
Sorry about that, I can't really stand those replies from people who think they know everything.asmxtx wrote:@Kataah, @Pengulord...:
I think you are asking me for support of your problems. If not, please don't bloat this post up with your dispute.
If you have requests, please post it to the "Game Archive Research" subject and provide working download links to evaluable files.
Thank you.
For GoW II:
viewtopic.php?f=10&t=3438
For PoP:
viewtopic.php?f=10&t=3393&p=28564#p28564
I don't have anything from Beyond Good and Evil and GoW I yet, but I'll upload that for you.
If you need more files, just ask.
Re: Little extractor program
This is fantastic! I can finally try modding Legend: Hand of God
. One little problem though, I need to repack the files once I'm finished with them. Does anybody know of a program that can repack them?
Cheers.
Cheers.
- shekofte
- mega-veteran

- Posts: 218
- Joined: Sun Jan 18, 2009 1:45 pm
- Location: Sagittarius
- Has thanked: 265 times
- Been thanked: 17 times
- Contact:
Re: Little extractor program
please guide me how i can convert Nancy Drew , Danger on Deception Island , HDVideos , with the .avf extension to common images ? thanks
ILLUSORY VIDEO GAMES ARE MORE IMPORTANT THAN PRECIOUS INTERNATIONAL FOOTBALLs
- asmxtx
- veteran
- Posts: 127
- Joined: Sun Jun 08, 2008 10:32 pm
- Location: Developers Country
- Has thanked: 1 time
- Been thanked: 30 times
Re: Little extractor program
Added extraction support for "Angels vs. Devils", DAT-files
Game-info: http://www.mobygames.com/game/windows/angels-vs-devils
This one has got a simple old-school file structure: offset/length/name, no compression. Not worth to loose a word about it.
Updated: Adventure Game Studio (AGS/AGD), EXE & Multivolume-files
(tested on Kings Quest 2)
To make analyzing harder they have updated their encryption algorithm using random numbers with initialization values stored within the file. In contrast to previous versions where only the filenames were encrypted, the whole file information table is encrypted now in one piece.
Further changes:
- Nancy-Drew: Improved speed during extraction of encrypted+compressed files.
- ZLIB: Some assembler optimizations.
- Extended umlaut-table. Some game developers use foreign character sets within file tables. Such names weren't converted correctly. This could have made files undeletable by GUI-based applications.
- Changed switch "/INFO" to "/CHECK" which reflects its purpose more, I think.
- Updated USAGE.TXT
Game-info: http://www.mobygames.com/game/windows/angels-vs-devils
This one has got a simple old-school file structure: offset/length/name, no compression. Not worth to loose a word about it.
Updated: Adventure Game Studio (AGS/AGD), EXE & Multivolume-files
(tested on Kings Quest 2)
To make analyzing harder they have updated their encryption algorithm using random numbers with initialization values stored within the file. In contrast to previous versions where only the filenames were encrypted, the whole file information table is encrypted now in one piece.
Further changes:
- Nancy-Drew: Improved speed during extraction of encrypted+compressed files.
- ZLIB: Some assembler optimizations.
- Extended umlaut-table. Some game developers use foreign character sets within file tables. Such names weren't converted correctly. This could have made files undeletable by GUI-based applications.
- Changed switch "/INFO" to "/CHECK" which reflects its purpose more, I think.
- Updated USAGE.TXT
You do not have the required permissions to view the files attached to this post.
