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.
Zero Tolerance for Disrespect

Bitsquid / Stingray engine (Warhammer, Magicka Wizard Wars, Showdown Effect, Gauntlet)

Featured Replies

  • Author
  • Localization

id-daemon, posted Sat Jun 06, 2015 10:24 am (5584)


The latest version of all tools. Tested on Showdown Effect demo, Gauntlet, Wizard Wars, Helldivers. May also work with other Bitsquid games and also the new Autodesk Stingray Engine games like Warhammer: End Times.

bitsquid_unp [package file name]

It will unpack the contents into the same folder. Files will be named as hash, with proper extensions. If the file is too large, use bitsquid_unp_hd, that will unpack the temporary (.BIN) file into the hard drive instead of memory. You can delete this file afterwards.

Multi-language files have the same name inside the package. So I decide to unpack them adding "version" flag at the end. This will not correspond to languages, just some special flag. Some files have multiple flags set. I don't know what it means.

bitsquid_txt [strings file name]

Strings exporter/importer. If the parameter is txt file, it will do import. If it is ".strings", it will do export.
Text file must be in UTF-8 encoding. Some lines contain "next line" characters and when converted to txt it will be impossible to leave them. I just replaced 0xD to 0xF0 and 0xA to 0xF1. If the source file will contain either of these bytes, it will not work.

bitsquid_str [strings file name]

Repack ONE strings file into the new package. "data.bin" file made by extractor must be in the same folder. It contains some unknown info that we need to put back into the package.

It will make "out.packet" file, rename it to whatever it was originally and put into the game.

bitsquid_timpani [bank file name]

Audio bank unpacker for Showdown. It will unpack all sounds to OGG and WAV files, with no filenames, just hash. I'm working on this.

bitsquid_timpani [bank file name] [stream file name]

Audio bank unpacker for other games. It requires stream name too. If there's no stream for some particular bank, just type anything you want for second parameter. If you run it with 1 parameter, the result is unpredictable. If the stream will not be present, it will work, but files may be cut, having only some first seconds of sound.

About the .stream files

Streams are just an "addition" to the bank, you can't extract it without the bank. Bank files have extension "timpani_bank" and they are extracted from the packages with all the other files. During this process, the main stream file is also been cut into parts (small stream files) that are corresponding to each bank contained within a package.

bitsquid.rar

  • Author
  • Localization

id-daemon, posted Sun Jun 07, 2015 4:59 pm (5612)


Tools updated:

- There was an error with stream unpacking.
- Batch file added to rename all 1187 known audio files to proper filenames. As they are not the real original filenames, but just guessed from events names, I decide not to put this in unpacking process.
  • Author
  • Localization

The_Reaper_CooL, posted Sat Dec 05, 2015 3:40 pm (10320)


Hey there daemon, long time no see! :D

I'd also use it with Helldivers, but I can't extract the strings from it (also there's a file called Language Changer, and it talks about an XML format).

Example of said file:

"; Defines if language changer should use XML format (comment if not needed, "XMLElement" , "XMLChildElement" , "LanguageFileTemplate" , "LanguageFileTemplateConstant" affected)
;
;UseXMLFormat = 1
;
; Defines if language changer should use INI format (comment if not needed, "INISection" and "INIKey" affected)
;
UseINIFormat = 1"
  • Author
  • Localization

id-daemon, posted Sat Dec 05, 2015 8:09 pm (10329)


Savage wrote:
Hi! i tried your tool with the game Helldivers, it works with the data but not with the streams


It works perfectly with this game, you probably just don't understand how to use it. Read the explanation, and if it won't help, describe whats wrong, and how you do it.
  • Author
  • Localization

id-daemon, posted Sat Dec 05, 2015 8:49 pm (10330)


The_Reaper_CooL wrote:
I'd also use it with Helldivers, but I can't extract the strings from it


Why not? They are in this file:

dd5d5b00fde9b0fb
  • Author
  • Localization

Savage, posted Sat Dec 05, 2015 9:45 pm (10331)


id-daemon2 wrote:
It works perfectly with this game, you probably just don't understand how to use it. Read the explanation, and if it won't help, describe whats wrong, and how you do it.


You right i don't understand how it works, i don't know what is a "bank_name" and how to found it, i have this file 1ca39585d1e7d491.stream how i can extract it? i did the usual bitsquid_timpani.exe 1ca39585d1e7d491.stream but crashes, and i tried this too bitsquid_timpani.exe 99736BE1FFF739A4 1ca39585d1e7d491.stream, and crashes too

I know i'm doing wrong.
  • Author
  • Localization

id-daemon, posted Sun Dec 06, 2015 6:49 am (10337)


Savage wrote:
i don't know what is a "bank_name" and how to found it


Streams are just an "addition" to the bank, you can't extract it without the bank. Bank files have extension "timpani_bank" and they are extracted from the packages with all the other files. During this process, the main stream file is also been cut into parts (small stream files) that are corresponding to each bank contained within a package.

So if you have some bank, and you want to extract it, you also need to provide the corresponding stream name.
  • Author
  • Localization

The_Reaper_CooL, posted Sun Dec 06, 2015 8:05 am (10340)


id-daemon2 wrote:
The_Reaper_CooL wrote:
I'd also use it with Helldivers, but I can't extract the strings from it


Why not? They are in this file:

dd5d5b00fde9b0fb


You are right! I extracted almost (keyword: ALMOST) all files before that were like 30 MB's maximum, but didn't think of extracting bigger ones.

Also I see a pattern here, but I didn't try it out with other BitSquid games, but I think that ALL of these games store their strings in the dd5d5...etc file (at least in Magicka 2 it's stored in the same filename).

Thanks again, will test it to see how it works :)
  • Author
  • Localization

id-daemon, posted Sun Dec 06, 2015 8:10 am (10341)


dd5d5b00fde9b0fb is a hash for "resource_packages/localization", nothing more ;)

the file is big because of Chinese fonts
  • Author
  • Localization

id-daemon, posted Sun Dec 06, 2015 11:41 am (10342)


Ekey wrote:
https://github.com/Atvaark/VermintideBundleTool


I don't think this tool may help here. They don't even have the code to split .stream files, the fields to do this are marked as "unknown" in their code. Also that warhammer game has wwise as audio engine and so this tool can't unpack streams for timpani banks.
  • Author
  • Localization

happyend, posted Mon Dec 07, 2015 2:46 am (10364)


hi~daemon
tool Does not support large files?test game Helldivers
  • Author
  • Localization

id-daemon, posted Mon Dec 07, 2015 5:50 pm (10376)


Somehow the memory_stream object is not working with files larger that 1GB. So I decided to make a version of unpacker bitsquid_unp_hd, that will unpack the temporary (.BIN) file into the hard drive instead of memory.

Tools updated. Readme file added with all the text from the title post.
  • Author
  • Localization

happyend, posted Wed Dec 09, 2015 2:21 am (10393)


bitsquid_unp_hd Does not support 21f858a58ab6cce7?
  • Author
  • Localization

id-daemon, posted Wed Dec 09, 2015 4:02 pm (10401)


Some compilation problem. Updated again.
  • Author
  • Localization

Doctor Loboto, posted Fri Jul 17, 2020 6:59 pm (57629)


I too would like a method to extract Vermindtide 2's files. The current one doesn't really do anything at all with them...
  • Author
  • Localization

AlphaTwentyThree, posted Fri Jun 10, 2022 7:20 am (71930)


Hm, somehow the *.streams don't get extracted in the PS Vita version of Helldivers: https://1fichier.com/?hod7grn2ewe4zkmsyn1q
Does the tool need an update or am I doing something wrong?
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.