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.

RAYMAN 2 ps1 (Combin.dat)

Featured Replies

  • Author
  • Localization

domingo, posted Sun Sep 11, 2022 10:44 am (73425)


He, I would like to extract the game dialogs that seem to be located in this row.

https://mega.nz/file/eBljRCKT#ff5iGqGE_c1Tt0U59IAmQ-Z_kfEvYsBdPsm6JsWG9LY

I have located this script that extracts and decompresses only 5 rows, since because the index is not available it is impossible to extract rows anymore.

Code:
comtype lzo1x
for
    log MEMORY_FILE 0 0
    append
    for
        get CHUNK_SIZE long
        if CHUNK_SIZE == 0
            break
        endif
        get CHUNK_ZSIZE long
        savepos OFFSET
        clog MEMORY_FILE OFFSET CHUNK_ZSIZE CHUNK_SIZE
        goto CHUNK_ZSIZE 0 SEEK_CUR
    next
    append
    get SIZE asize MEMORY_FILE
    log "" 0 SIZE MEMORY_FILE
next



That's why Aluigi wanted to ask you that maybe you don't need to extract the content, just create a script to uncompress the file and be able to work with it in hex.
Maybe that is possible to do.

Regards
  • Author
  • Localization

Wesker, posted Tue Sep 13, 2022 8:03 pm (73448)


I would also be interested in this. It's necessary to extract the voiced dialogues which are unique to this particular version.
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.