Echoes of the Past (Orneon)
-
- Posts: 53
- Joined: Mon May 27, 2019 10:04 pm
Echoes of the Past (Orneon)
All files are packed in several swf archives. They do not open plugins orneon_limited_games.bms and echoes_of_the_past.bms . In the 5th part of the game, all the archives in the format .pak and also do not open. Than can be open?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Echoes of the Past (Orneon)
Please upload the archive file.
-
- Posts: 53
- Joined: Mon May 27, 2019 10:04 pm
Re: Echoes of the Past (Orneon)
aluigi wrote:Please upload the archive file.
Ah exactly, here is brought together all archives in one of game "Echoes of the Past 5" Here even the problem not quite in unpacking data.pak. Here the problem is that after unpacking for some reason all the files are in swf format. And all would be well, if not for the fact that the swf format is animation or video files. And the rest of the files, soundtracks, Wallpapers, etc., are not compatible with swf, that's how to open them, I would like to know.
https://yadi.sk/d/fjeqWuHIKc6PQw
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Echoes of the Past (Orneon)
based on Echoes Of The Past 3 and 4 scripts, just they used other key.
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
filexor "0x65 0x35 0x33 0x38 0x34 0x33" OFFSET # Echoes of the Past 5 - The Kingdom of Despair
clog NAME OFFSET ZSIZE SIZE
filexor ""
next i
-
- Posts: 53
- Joined: Mon May 27, 2019 10:04 pm
Re: Echoes of the Past (Orneon)
I mean, I take it there's no way to open it?
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Echoes of the Past (Orneon)
I posted script for unpack, you can use it. Script already contain new key.
-
- Posts: 53
- Joined: Mon May 27, 2019 10:04 pm
Re: Echoes of the Past (Orneon)
Ekey wrote:I posted script for unpack, you can use it. Script already contain new key.
Where can I find him
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Echoes of the Past (Orneon)
arty1998-007 wrote:Where can I find him
Ekey wrote:based on Echoes Of The Past 3 and 4 scripts, just they used other key.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
filexor "0x65 0x35 0x33 0x38 0x34 0x33" OFFSET # Echoes of the Past 5 - The Kingdom of Despair
clog NAME OFFSET ZSIZE SIZE
filexor ""
next i