Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Echoes of the Past (Orneon)

Featured Replies

  • Author
  • Localization

arty1998-007, posted Mon Aug 26, 2019 12:49 pm (50445)


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?
  • Author
  • Localization

aluigi, posted Sun Sep 29, 2019 7:11 am (51085)


Please upload the archive file.
  • Author
  • Localization

arty1998-007, posted Thu Nov 07, 2019 10:24 pm (51953)


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
  • Author
  • Localization

Ekey, posted Thu Nov 07, 2019 11:32 pm (51955)


based on Echoes Of The Past 3 and 4 scripts, just they used other key.

Code:
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
  • Author
  • Localization

arty1998-007, posted Fri Nov 08, 2019 12:42 am (51956)


I mean, I take it there's no way to open it?
  • Author
  • Localization

Ekey, posted Fri Nov 08, 2019 12:45 am (51957)


I posted script for unpack, you can use it. Script already contain new key. :)
  • Author
  • Localization

arty1998-007, posted Fri Nov 08, 2019 11:49 am (51963)


Ekey wrote:
I posted script for unpack, you can use it. Script already contain new key. :)

Where can I find him :?:
  • Author
  • Localization

Ekey, posted Fri Nov 08, 2019 12:15 pm (51964)


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:
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     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
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.