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
Higurashi Desktop Pets (.pac)
-
- Posts: 179
- Joined: Tue Jan 18, 2022 12:21 am
Re: Higurashi Desktop Pets (.pac)
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