Higurashi Desktop Pets (.pac)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
gosc
Posts: 2
Joined: Mon Aug 15, 2022 11:50 am

Higurashi Desktop Pets (.pac)

Post by gosc »

Hello! I have these .pac files from a bunch of old Higurashi desktop pets but there doesn't seem to be a script for this specific type of .pac files. I found another thread with a .pac script and it doesn't seem to work on this one.
Sample here: https://drive.google.com/file/d/1vPn92S ... sp=sharing
rabatini
Posts: 179
Joined: Tue Jan 18, 2022 12:21 am

Re: Higurashi Desktop Pets (.pac)

Post by rabatini »

gosc wrote:Hello! I have these .pac files from a bunch of old Higurashi desktop pets but there doesn't seem to be a script for this specific type of .pac files. I found another thread with a .pac script and it doesn't seem to work on this one.
Sample here: https://drive.google.com/file/d/1vPn92S ... sp=sharing


Code: Select all

get ENTRIES long
for RIP = 1 to ENTRIES
get OFFSET long
get SIZE long
Getdstring NAME 0x38
log NAME OFFSET SIZE
next RIP
gosc
Posts: 2
Joined: Mon Aug 15, 2022 11:50 am

Re: Higurashi Desktop Pets (.pac)

Post by gosc »

thanks!