Users browsing this thread: 1 Guest(s)
[SOLVED] How I do extract/open/convert .psz file (from Nekopara vol. 3)?
#1
Thumbs Up 
Hello everyone! 
Do anyone know how to extract/open/convert .psz file (from Nekopara vol. 3)?
Anyone can help me?

Thank you in advance.

   

Here's the file: psz file
Reply
Thanked by:
#2
Here's a QuickBMS script for it:

Code:
# Nekopara PSZ format
#
# Written by puggsoy
# script for QuickBMS http://quickbms.aluigi.org

idstring PSZ\x0
get ZSIZE long
get SIZE long
get DUMMY long
savepos OFFSET

get NAME basename
string NAME += ".psb"

comtype zlib
clog NAME OFFSET ZSIZE SIZE

I'm a bit rusty and very tired but luckily it was mostly just zlib compressed data so I managed to figure it out fairly quickly. The PSB file it spits out is a bit tougher, but I did find image data and some research for it has been done online. I'll see what I can do later on, or maybe someone else can figure it out.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Reply
Thanked by: sena_kaito
#3
(12-02-2018, 05:35 AM)puggsoy Wrote: Here's a QuickBMS script for it:

Code:
# Nekopara PSZ format
#
# Written by puggsoy
# script for QuickBMS http://quickbms.aluigi.org

idstring PSZ\x0
get ZSIZE long
get SIZE long
get DUMMY long
savepos OFFSET

get NAME basename
string NAME += ".psb"

comtype zlib
clog NAME OFFSET ZSIZE SIZE

I'm a bit rusty and very tired but luckily it was mostly just zlib compressed data so I managed to figure it out fairly quickly. The PSB file it spits out is a bit tougher, but I did find image data and some research for it has been done online. I'll see what I can do later on, or maybe someone else can figure it out.

It's work like a charm! Thank you so much Cute
Hmm... I usually open that files with GARbro and then convert/extract them.
Once again, thank you Big Grin
Reply
Thanked by:


Forum Jump: