Users browsing this thread: 1 Guest(s)
[SOLVED] How I do extract/open/convert .psz file (from Nekopara vol. 3)?
#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


Messages In This Thread
RE: How I do extract/open/convert .psz file (from Nekopara vol. 3)? - by puggsoy - 12-02-2018, 05:35 AM

Forum Jump: