ScreamSkyPop39 Posted August 3, 2024 Posted August 3, 2024 Hello, I'm trying to extract contents of the game VitaminX Destination. The thing is, I have no idea how to extract the files, because they were stored inside .hpb archive. Using Arcana Famiglia (by the same developer, HuneX) bms script gave no result, cause they have different header. Here the file, any help to extract it would be appreciated: https://drive.google.com/file/d/1qgsoG2FoazZCwLgZ-nMfGhDXiMPw2Jj0/view?usp=sharing
Engineer Rabatini Posted August 3, 2024 Engineer Posted August 3, 2024 you have to make the file public, can´t download.
ScreamSkyPop39 Posted August 3, 2024 Author Posted August 3, 2024 Oh, sorry, I forgot to set it to public. The file should be available to download now.
Engineer Solution Rabatini Posted August 4, 2024 Engineer Solution Posted August 4, 2024 (edited) The file is a container with many Standard LZSS files, each with a custom header. I wrote a tool to handle these files. It can: Unpack/pack files Decompress/compress files Process individual or multiple files https://drive.google.com/file/d/1HuPfcZizqHyJfH67QrvQP31v_ypEy7Sn/view?usp=sharing EDIT: Change to .rar, for some unknow reason windows defender be a false positive for virus in zip version. Edited August 4, 2024 by Rabatini 2
Toshikami Posted August 31, 2024 Posted August 31, 2024 On 2024/8/4 at AM8点56分, Rabatini said: 该文件是一个包含许多标准 LZSS 文件的容器,每个文件都有一个自定义标头。 我编写了一个工具来处理这些文件。它可以: 解压/打包文件 解压/压缩文件 处理单个或多个文件 https://drive.google.com/file/d/1HuPfcZizqHyJfH67QrvQP31v_ypEy7Sn/view?usp=sharing 编辑:更改为 .rar,由于某些未知原因,Windows Defender 对 zip 版本中的病毒产生误报。 Excuse me, I use the tool to decompress LZSS files from another game,but I got .dec files.How can I get right files? example.rar
ScreamSkyPop39 Posted September 1, 2024 Author Posted September 1, 2024 16 hours ago, Toshikami said: Excuse me, I use the tool to decompress LZSS files from another game,but I got .dec files.How can I get right files? example.rar 2.17 MB · 3 downloads Your .dec file is actually an image because I was able to load it with a raw image viewer.
aaaaaa Posted January 31 Posted January 31 (edited) On 8/4/2024 at 8:56 AM, Rabatini said: The file is a container with many Standard LZSS files, each with a custom header. I wrote a tool to handle these files. It can: Unpack/pack files Decompress/compress files Process individual or multiple files https://drive.google.com/file/d/1HuPfcZizqHyJfH67QrvQP31v_ypEy7Sn/view?usp=sharing EDIT: Change to .rar, for some unknow reason windows defender be a false positive for virus in zip version. Hi,I am sorry but can you make a update verison for Compress LZSS? I want to modding a game https://store.steampowered.com/app/2779910/_/ It used same sysyem,I used your exe for unpacking phb. But the LZSS decompress is not working , its because LZSS compression method is different. So I using https://github.com/YuriSizuku/GalgameReverse/blob/master/project/hunex/src/hunex_hlzs.py for decompress LZSS.And its working. Then I used UABE for modding asset and used the exe for Compress LZSS,repack hpb. But when I load asset in the game it getting error. I think it should be the compressing of the LZSS. A example for the hpb and lzss file.And the py. BGM.zip hunex_hlzs.py Edited January 31 by aaaaaa
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now