Maidens of the Kaleidoscope

~Hakurei Shrine~ => Rika and Nitori's Garage Experiments => Topic started by: Uruwi on February 05, 2016, 08:17:19 AM

Title: An unarchiver for ph3 .dat files
Post by: Uruwi on February 05, 2016, 08:17:19 AM
Source (https://github.com/bluebear94/cripper) - download the source

This version is rewritten in C. It depends on Zlib. While I tried to support as many platforms as possible, I tested the program only on Cygwin. If you're compiling for vanilla Windows, then I can't guarantee that everything goes right. If you do find any issues, then please file a ticket on the GitHub repo.

(old version) (https://gist.github.com/bluebear94/3f6318bfa1b67620b1f2)

You will need Rakudo (http://rakudo.org/) to run it. Tested on the 2015.09 release of Rakudo Star, which was, until very recently, the latest one that had an .msi installer.

Now that 2016.01 has one too, I'm trying to test the program on that version, but some dependencies broke on that version as well. Edit: Until issues with dependencies are fixed, use the 2015.09 release. Edit 2: There's now a 2016.01.1 that fixes the issue, but that has yet to receive an .msi installer. If you're willing build Rakudo yourself and test the program, feel free to do so. Edit 2: Still broken on 2016.04. Use the new version instead.

You will also need the Compress::Zlib module, which can be installed using


Code: [Select]
panda --notests install Find::Bundled
panda --notests install Compress::Zlib::Raw
panda --notests install Compress::Zlib