morkt / GARbro

Visual Novels resource browser
MIT License
2.35k stars 249 forks source link

Data not recoginzed as zlib-compressed stream #636

Closed Yukinacchi closed 3 months ago

Yukinacchi commented 3 months ago

Idk what is the problem here, im trying to extract files from a new visual novel called Seifuku kanojo and its a pac file, when i tried to open it, it appeared, but i cant open or see it, it just says on the bottom left corner "Data not recoginzed as zlib-compressed stream" Im am new trying this software, do i need to request to add the game so it can support it? Or it need to be unpacked to be readed? I tried soo many method to unpack the pac file and every single time it didnt work, i was going insane doing it. Pls help me :(

https://store.steampowered.com/app/2673490/Seifuku_Kanojo/

Refrain69 commented 3 months ago

Seem issue on アイキスFD 七瀬アフター,both NeXAS(Giga) engine.It's because the files(at least audio,image,.etc) inside the pac archive are actually not zlib-compressed,but raw.You may try to modify the source code and compile it yourself.Or you can try some other tools around.

1
Refrain69 commented 3 months ago

You can try this fork.Maybe it works.

Yukinacchi commented 3 months ago

How do i use it? I dont know how to use the fork

Refrain69 commented 3 months ago

Alright……you can download release now.

Yukinacchi commented 3 months ago

Thanks bro, it works, you are a lifesaver holy sh*t. Are you jesus? 😂 anyways thank you very much

Refrain69 commented 2 months ago

I made a mistake.Actually,the compression method is zstd(implied by the sign 0x00000007),but not every file is compressed,like ogg,etc.There are "unpacked file size" and "packed file size" in every entry in the archive,which imply whether the file specified is compressed.You can try the latest release of Crsky's fork or GalArc.

Yukinacchi commented 2 months ago

I made a mistake.Actually,the compression method is zstd(implied by the sign 0x00000007),but not every file is compressed,like ogg,etc.There are "unpacked file size" and "packed file size" in every entry in the archive,which imply whether the file specified is compressed.You can try the latest release of Crsky's fork or GalArc.

Thank you for pointing out, ill try to extract the game again after this 🙏