Batman Beyond: Return of the Joker PS1 LOADDATA.IMC

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
lemurboy12
Posts: 265
Joined: Fri Oct 17, 2014 2:57 am

Batman Beyond: Return of the Joker PS1 LOADDATA.IMC

Post by lemurboy12 »

Most of the game's data is in this file:
rabatini
Posts: 179
Joined: Tue Jan 18, 2022 12:21 am

Re: Batman Beyond: Return of the Joker PS1 LOADDATA.IMC

Post by rabatini »

Code: Select all

GET ENTRIES LONG

FOR RIP = 1 TO ENTRIES

GET OFFSET LONG
SAVEPOS TMP
XMATH OFFSET "(OFFSET * 0X800)"
GET SIZE LONG
XMATH SIZE "(SIZE * 0X800)"
XMATH SIZE "(SIZE - OFFSET)"
GOTO TMP
LOG ""  OFFSET SIZE
NEXT RIP