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.

[Bomberman Kart DX;Racjin] CDDATAx.DIG

Featured Replies

  • Author
  • Localization

agarpac, posted Fri Dec 20, 2019 3:34 am (52699)


Hello, new member here.
Need help for these files, CDDATAs

here's the full list tho:
    - CDDATA.DIG
    - CDDATA0.DIG
    - CDDATA1.DIG
    - CDDATA2.DIG
    - IOPRP254.IMG
    - LIBSD.IRX
    - MCMAN.IRX
    - MCSERV.IRX
    - MODHSYN.IRX
    - MODMIDI.IRX
    - MODMSIN.IRX
    - MTAPMAN.IRX
    - MUS.IRX
    - NGC_0.DSI
    - PADMAN.IRX
    - SIO2MAN.IRX
    - SLPM_624.78
    - SYSTEM.CNF
    - ZERO.NOP

never look it up other formats before, so this is just guessing and some readin on hex editor;
first, conclusion for IOPRP254.IMG is a program to handle main stuffs and modules?
second, i conclude that IRX are about somekind of modules
third, DSI is unkown for me
fourth, SLPM_624.78 is maybe some sort of region code
fifth, SYSTEM is a configuration file... it has region code and video mode..
and last, ZERO.NOP doesn't have anything in hex editor, presumably a dummy data for pushing the main data
the conclusion, most of resources stored in CDDATA files.
Link files : https://drive.google.com/file/d/1_xZoOL ... sp=sharing

this game made by Racjin and published by Hudson. the game has similar structure with previous entry (Bomberman Kart), presumably similar engine.
i looked some DIG file topics on this forum (same dev for other games), and... well... nothing concrete to be found.
hope at this time, someone knows how to do extract all of things inside it.
Note : musics and sounds are no problem here.
thank you for reading.
  • Author
  • Localization

WilliamVaz, posted Tue Jan 14, 2020 7:21 am (53212)


up
  • Author
  • Localization

aluigi, posted Wed Mar 25, 2020 1:33 pm (55075)


I didn't check what compression algorithm it's use, so the script will not work, but the format is very simple:
Code:
for
    get OFFSET long
    if OFFSET == 0
        break
    endif
    get SIZE long
    get DUMMY long
    get ZSIZE long
    math OFFSET * 0x800
    math SIZE   * 0x800
    math ZSIZE  * 0x800
    clog "" OFFSET ZSIZE SIZE
next
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.