Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

ttarchext - German version of Bone games can't be extracted

Featured Replies

  • Author
  • Localization

webfischi, posted Tue Oct 31, 2017 1:10 am (29570)


At the moment I try to create a language patch for the Steam version but ttarchext can't extract the german ttarch file, it says:
Error: version 218899 is not supported yet

The same for Bone 2:
Error: version 352082 is not supported yet

It would be great, if someone could give a hint on what to change or fix this in an update, I'm using the latest version from the website, which is version 0.3

If the files are needed to fix this, I will upload the files.
  • Author
  • Localization

aluigi, posted Tue Oct 31, 2017 10:14 am (29577)


Upload some archives
  • Author
  • Localization

aluigi, posted Tue Oct 31, 2017 8:27 pm (29594)


That's a completely different format than the other ttarch archives.

I downloaded the demo of "Bone: Out From Boneville" and that one is a classical ttarch in old mode so you must specify the -O option in ttarchext.exe.

I downloaded also the demo of "Bone: The Great Cow Race" and... bingo :)

Basically it's just the old format plus encryption but while the key of the demo is "4$l3Crlud2eSWiE2Oac9lutxl72R-*8I1qO4oajl_$e#iacp4*uFle0" (game_num 22 of CSI3), the one of your game is not known, it's not even the one stored in ttarchext with game 5.

Long story short, I can do it but I need the game executable.
  • Author
  • Localization

aluigi, posted Tue Oct 31, 2017 8:52 pm (29597)


Ok I have the keys, no need of the exe :)
I will work on a new version of ttarchext in the next days but there is a way to extract the files even now.
I will think about what's the best and easiest solution.
  • Author
  • Localization

webfischi, posted Tue Oct 31, 2017 11:35 pm (29602)


Great, the german files can now be extracted, but if I try to list Bone1v20_english.ttarch from the Steam version now, ttarchext crashes with game_num 65 and "Error: Not enough space" with game_num 4. In Version 0.3 I could extract the english files with game_num 4.
The same for Bone 2 :(

If you still need the complete game, to get this all into one game_num, feel free to cantact me directly. I don't want to share that link in public.
  • Author
  • Localization

aluigi, posted Wed Nov 01, 2017 7:13 am (29606)


You can provide only the first few megabytes of the archive, not the whole one.
Use this script to generate 2 files and upload only the first file (the one with _0_ ):
http://aluigi.org/bms/filecutter.bms
  • Author
  • Localization

aluigi, posted Wed Nov 01, 2017 4:20 pm (29620)


Version 0.3.1a
The error was simply that I had set the "old_mode" by default for game_num 4 and 5 which was wrong.
  • Author
  • Localization

Zdarck, posted Fri Dec 15, 2017 10:46 pm (30788)


Hello,

First of all, I should adress a big thx to Aluigi and other members here for their great work and efforts to help all of us here ...

I could extract every single telltale game with the aim of making my own game library and the only game that I could not extract using ttarch.exe is bone : the great cow race

I have tried older ttarchext version using 4 and 5 num key and yet it says that the version is not supported.... I have tried ttarchext 3.1a with 65 and 66 switch and it only works

out with Bone : Out from Boneville (data.ttarch)

it gives an error with Bone : the great cow race ....



can I ask for a fix .... for this last game ?



Thx in advance (I can aslo provide samples if needed)



edit : my version is not steam but it seems to be v2.0 though (Bone2v20.exe)
  • Author
  • Localization

aluigi, posted Sat Dec 16, 2017 1:37 pm (30799)


The problem with that game is that there are various versions using different keys and a particular format that I called old_mode.
Long story short try the following with ttarchext 0.3.1a and for sure one of them will work:

ttarchext.exe 66 file.ttarch output_folder

ttarchext.exe 5 file.ttarch output_folder

ttarchext.exe -O 5 file.ttarch output_folder

ttarchext.exe 22 file.ttarch output_folder
  • Author
  • Localization

Zdarck, posted Sat Dec 16, 2017 3:35 pm (30803)


aluigi wrote:
The problem with that game is that there are various versions using different keys and a particular format that I called old_mode.
Long story short try the following with ttarchext 0.3.1a and for sure one of them will work:

ttarchext.exe 66 file.ttarch output_folder

ttarchext.exe 5 file.ttarch output_folder

ttarchext.exe -O 5 file.ttarch output_folder

ttarchext.exe 22 file.ttarch output_folder




Oh well thx for advice... I'll have a try today and definitely come back to give feedback ...thx again for your hard work and this brilliant piece of programming : I am a big fan of ttarchext (as well as quickbms :)
  • Author
  • Localization

Zdarck, posted Sat Dec 16, 2017 4:23 pm (30805)


I could make the tests:

ttarchext.exe 5 "M:\Bone\Bone 2 - The Great Cow Race\Pack\data\data.ttarch" "M:\Bone\Bone 2 - The Great Cow Race\Pack\data\1"
result/ Error : Version 349624 is not supported yet

ttarchext.exe -O 5 "M:\Bone\Bone 2 - The Great Cow Race\Pack\data\data.ttarch" "M:\Bone\Bone 2 - The Great Cow Race\Pack\data\1"
result/ Error : Incomplete input file, can't read 1396504698 bytes

ttarchext.exe 66 "M:\Bone\Bone 2 - The Great Cow Race\Pack\data\data.ttarch" "M:\Bone\Bone 2 - The Great Cow Race\Pack\data\1"
result/ Error, TTarchext gives a crash files while retrieving folders but seems to be the right blowfish key

ttarchext.exe -O 66 "M:\Bone\Bone 2 - The Great Cow Race\Pack\data\data.ttarch" "M:\Bone\Bone 2 - The Great Cow Race\Pack\data\1"
result/ Error : Incomplete input file, can't read 1396504698 bytes

ttarchext.exe 22 "M:\Bone\Bone 2 - The Great Cow Race\Pack\data\data.ttarch" "M:\Bone\Bone 2 - The Great Cow Race\Pack\data\1"
result/ Error : This key is for CSI 3Dimensions of Murder


I am using ttarchext 3.1a and this perfectly works with Bone : Out From Boneville , using 65 key .... error is with Bone The Great Cow Race ....

Don't want to bother you , I am not in a hurry neither .... but if ever you feel like going through this version bug , I can provide sample of this data.ttarch from my version...just ask me :)

see ya.
  • Author
  • Localization

aluigi, posted Mon Dec 18, 2017 8:40 am (30851)


ok, upload the game executable and a small ttarch sample.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.