Kara no Shojo - The Second Episode (Trial)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
nate37
Posts: 2
Joined: Fri Jul 17, 2015 7:37 pm

Kara no Shojo - The Second Episode (Trial)

Post by nate37 »

script.pac : https://mega.nz/#!D0AGRLzL!nkF7AhHbyhr4 ... RC1Jrcp5HA
cg_bmp.pac : https://mega.nz/#!645EnICa!vFtZOEMEnFNR ... UkAb6r-t40

I want to unpack and repack these files. Please help me~
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Kara no Shojo - The Second Episode (Trial)

Post by aluigi »

Unfortunately the files are obfuscated so the script is useless:

Code: Select all

idstring "MGPK"
get DUMMY long
get FILES long
for i = 0 < FILES
    get NAMESZ byte
    getdstring NAME 0x1f
    get OFFSET long
    get SIZE long
    get ZERO long
    get ZERO long
    log NAME OFFSET SIZE
next i