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.

[PSX] Batman & Robin (.MCD)

Featured Replies

Solved by Rabatini

  • Supporter

Well, cant find any toc in slus or MCD file.
Maybe BloodRaynare, can find as per he/she is better digger than I.

I just find some LNZP inside them, wich means that have some sort of LZ custom compression.

A workaround to extract those LZNP

 

# Script by Rabatini (Luke)
# BATMAN AND ROBIN PSX (.MCD)
# Version 0.1b

findloc OFFSET string "LZNP" 0 "" 0
math i = 0
do
    goto OFFSET
    get DUMMY long
    findloc NEXT_OFFSET string "LZNP" "" 0

     if NEXT_OFFSET == ""

        get SIZE asize
    else
        math SIZE = NEXT_OFFSET

    endif
    math SIZE -= OFFSET
    string NAME p= OFFSET SIZE i
    STRING PATH = NAME
    log "" OFFSET SIZE
    math i += 1
    math OFFSET = NEXT_OFFSET

while NEXT_OFFSET != ""

 

Edited by Rabatini

  • Author

Hi thanks for the help.

I did extract some LZN files.

is this compressed? how can i descompressed  it?

Could you help?

thanks in advance

00000002.zip

  • Supporter
  • Solution
4 hours ago, Sassarai said:

Hi thanks for the help.

I did extract some LZN files.

is this compressed? how can i descompressed  it?

Could you help?

thanks in advance

 

00000002.zip 24.85 kB · 1 download

I still haven't been able to find any logic in TOC, even with DkDave's comment. The decompression, I remember seeing it before, in the past.

Anyway, I've attached the decompressor; just use the .bat file or command in cmd to use it
Works with LZNP files. (with LZNP magic)


b@0000000000.png.0015b64a8301dcb9cf6cec28dff414af.png9@0000000000.png.72105e5b00b908103853159b8d10e7d7.pngdescompressed@0000000000.png.a1cfc262f779c4b5a33e0742a52246cc.png

 

LZNP-Decompressor.rar

Edited by Rabatini

Create an account or sign in to comment

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.