Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Help with .pak archive agency 2

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
danny
beginner
Posts: 22
Joined: Mon Apr 11, 2011 11:16 am

Help with .pak archive agency 2

Post by danny »

I want to decompress the archive data.pak but the code for agency of anomalies Hospital Mystic Not function

The Archive

<link removed due forum rules violation>

Thanks for Help! And sorry for my bad english
Last edited by danny on Tue Mar 13, 2012 8:21 am, edited 3 times in total.
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: Help with .pak archive in The Agency of Anomalies 2

Post by aluigi »

the format is the same of the other Orneon games but the xor key is different (unknown).

the following is the reference thread (echoes of the past):
viewtopic.php?f=10&t=3919
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Help with .pak archive in The Agency of Anomalies 2

Post by Ekey »

key - a26551. here script :)

Code: Select all

idstring "\xcf\x01"
get ZSIZE short
savepos OFFSET
clog MEMORY_FILE OFFSET ZSIZE 0x10000

get DUMMY byte MEMORY_FILE  # zip?
get FILES short MEMORY_FILE
for i = 0 < FILES
    math OFFSET += ZSIZE
    get NAMESZ byte MEMORY_FILE
    getdstring NAME NAMESZ MEMORY_FILE
    get ZSIZE long MEMORY_FILE
    get SIZE long MEMORY_FILE

    # thanx bacter
    filexor  "0x61 0x32 0x36 0x35 0x35 0x31" OFFSET   # The Agency of Anomalies 2 - Cinderstone Orphanage CE
    clog NAME OFFSET ZSIZE SIZE
    filexor ""
next i
enjoy
ubrax
advanced
Posts: 46
Joined: Sun Mar 15, 2009 2:16 pm
Has thanked: 20 times

Re: Help with .pak archive agency 2

Post by ubrax »

Hi Ekey
How do you determine the Xor password? Echoes = e34596; Secrets = tm7224; Anomalies = a26551
I'll appreciate help with the Xor password and the modified lines for the QuickBMS script for "Echoes of the Past The Revenge of the Witch".
The head and tail of the data.pak file may be downloaded here:
<link removed due forum rules violation>
Regards, and thanks
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Help with .pak archive agency 2

Post by Ekey »

Upload only main executable with all modules (dlls)
Post Reply