Jump to content

[PSV] VitaminX .hpb file


Go to solution Solved by Rabatini,

Recommended Posts

Posted

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
  • Solution
Posted (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.

image.thumb.png.8222581d7d401d2f02ced68e1fd7bb3b.png

Edited by Rabatini
  • Thanks 2
  • 4 weeks later...
Posted
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 版本中的病毒产生误报。

图像.缩略图.png.8222581d7d401d2f02ced68e1fd7bb3b.png

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

  • 4 months later...
Posted (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.

image.thumb.png.8222581d7d401d2f02ced68e1fd7bb3b.png

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 by aaaaaa

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...