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

The *.PAK file format of the Orneon Limited games

The Original Forum. Game archives, full of resources. How to open them? Get help here.
brandiw
ultra-n00b
Posts: 2
Joined: Tue Mar 20, 2012 11:57 am

Re: The *.PAK file format of the Orneon Limited games

Post by brandiw »

thx a lot,aluigi,i'll try this later.
warwar
advanced
Posts: 41
Joined: Sat Jun 04, 2011 8:36 am

Re: The *.PAK file format of the Orneon Limited games

Post by warwar »

<Echoes of the Past 4 - The Revenge of the Witch> with
filexor "0x65 0x34 0x31 0x33 0x33 0x39" OFFSET
or
filexor "0x75 0x66 0x65 0x64 0x38 0x30 0x63 0x35" OFFSET
doesn't work on 4
Why??
amdl
n00b
Posts: 16
Joined: Mon Apr 16, 2012 1:38 pm
Has thanked: 2 times

Re: The *.PAK file format of the Orneon Limited games

Post by amdl »

Echoes of the Past 4 - The Revenge of the Witch CE

I found Xor pass "ufed8Oc5"
instead of zero is an O

would be:

filexor "0x75 0x66 0x65 0x64 0x38 0x4F 0x63 0x35" OFFSET

but neither opens.

well I have the bms

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  "0x75 0x66 0x65 0x64 0x38 0x4F 0x63 0x35" OFFSET
    clog NAME OFFSET ZSIZE SIZE
    filexor ""
next i
What am I doing wrong?

Thanks
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: The *.PAK file format of the Orneon Limited games

Post by aluigi »

ops for the 'O/0' :)

can you put the following line before the clog command?

Code: Select all

print "XXX %SIZE% %ZSIZE%"
and then tell me what get reported by quickbms.
just to be sure that the file is compressed
amdl
n00b
Posts: 16
Joined: Mon Apr 16, 2012 1:38 pm
Has thanked: 2 times

Re: The *.PAK file format of the Orneon Limited games

Post by amdl »

Thanks luigi, I hope I have done well

Code: Select all

idstring "\xcf\x01"
get ZSIZE short
savepos OFFSET
print "XXX %SIZE% %ZSIZE%"
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  "0x75 0x66 0x65 0x64 0x38 0x4F 0x63 0x35" OFFSET
    print "XXX %SIZE% %ZSIZE%"
	clog NAME OFFSET ZSIZE SIZE
    filexor ""
next i
Image
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: The *.PAK file format of the Orneon Limited games

Post by aluigi »

I have found it: e43037

Code: Select all

filexor  "0x65 0x34 0x33 0x30 0x33 0x37" OFFSET
amdl
n00b
Posts: 16
Joined: Mon Apr 16, 2012 1:38 pm
Has thanked: 2 times

Re: The *.PAK file format of the Orneon Limited games

Post by amdl »

yeeeeeeeeeeees!!!!

aluigi thank you very much, you're amazing!

:)
warwar
advanced
Posts: 41
Joined: Sat Jun 04, 2011 8:36 am

Re: The *.PAK file format of the Orneon Limited games

Post by warwar »

New game
The Agency of Anomalies: The Last Performance
Whok know the Xor pass?? Please help me.
Thanks
Marry
ultra-n00b
Posts: 9
Joined: Tue Jan 25, 2011 12:30 pm
Has thanked: 1 time

Re: The *.PAK file format of the Orneon Limited games

Post by Marry »

Hi everyone!
Help me, please [roll]
New game from Orneorn limited's game - Echoes Of The Past 5: Kingdom Of Despair
Who know the Xor pass?

Download: http://www.mediafire.com/?kdl39nr4nmaib4q

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: The *.PAK file format of the Orneon Limited games

Post by Ekey »

Marry wrote:Hi everyone!
Help me, please [roll]
New game from Orneorn limited's game - Echoes Of The Past 5: Kingdom Of Despair
Who know the Xor pass?

Download: http://www.mediafire.com/?kdl39nr4nmaib4q

Thanks :]
e53485

Code: Select all

filexor  "0x65, 0x35, 0x33, 0x34, 0x38, 0x35" OFFSET
Marry
ultra-n00b
Posts: 9
Joined: Tue Jan 25, 2011 12:30 pm
Has thanked: 1 time

Re: The *.PAK file format of the Orneon Limited games

Post by Marry »

Ekey, thank you very much!! :bravo:
Jreen
ultra-n00b
Posts: 6
Joined: Thu Jan 26, 2012 3:09 am
Has thanked: 2 times

Re: The *.PAK file format of the Orneon Limited games

Post by Jreen »

Hi guys!
Help me, please
New game from Orneorn limited's game:

The Agency of Anomalies Mind Invasion Collectors Edition
Who know the Xor pass?

Download:http://www.downturk.net/1702645-the-age ... -0-te.html
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: The *.PAK file format of the Orneon Limited games

Post by Ekey »

Jreen wrote:Hi guys!
Help me, please
New game from Orneorn limited's game:

The Agency of Anomalies Mind Invasion Collectors Edition
Who know the Xor pass?

Download:http://www.downturk.net/1702645-the-age ... -0-te.html
Thanks
a45342

Code: Select all

filexor  "0x61, 0x34, 0x35, 0x33, 0x34, 0x32" OFFSET
Jreen
ultra-n00b
Posts: 6
Joined: Thu Jan 26, 2012 3:09 am
Has thanked: 2 times

Re: The *.PAK file format of the Orneon Limited games

Post by Jreen »

Thanks Ekey.
warwar
advanced
Posts: 41
Joined: Sat Jun 04, 2011 8:36 am

Re: The *.PAK file format of the Orneon Limited games

Post by warwar »

Hi guys!
Help me, please
A New game from Orneorn limited's game:
Fatal Passion - Art Prison Collector's Edition
Who know the Xor pass?

Download:
http://uploaded.net/file/wkk92b79/Fatal ... Prison.rar
OR
http://www.filefactory.com/file/6v9tr6c ... Prison.rar

Thanks
Post Reply