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.

Disney NDS Game Archive Formats (*.ARC, *.FUN, and *.RDT)

Featured Replies

  • Author
  • Localization

wertercatt, posted Mon Dec 04, 2017 12:33 am (30490)


For a reason I'm not entirely sure of, Disney's DS games (particularly ones that support DGamer) appear to use 3 or 4 different compression formats.

The first format uses the extension rdt with this file signature:
Code:
52 44 54 01 01    RDT..

Sample: WifiLogos.rdt.bin

The second and third formats use the extension arc with no consistent file signature.
I believe the chunks.arc files might be a different format than the other arc samples, but I'm not sure.
Samples (sorted by rom): https://www.dropbox.com/sh/7e3z43aftnnp ... cDbha?dl=0

The last format uses the extension fun with two similar file signatures (appears to be multiple versions)
Sample 1 (DGamerArchive.fun (v2).bin):
Code:
00 02 00 00 8A 71 00 00 00 74 00 00 48 28 00 00    ....Sq...t..H(..

Sample 2 (DGamerArchive.fun (v4).bin):
Code:
00 02 00 00 09 76 00 00 00 7A 00 00 B0 29 00 00    .....v...z..?)..
  • Author
  • Localization

aluigi, posted Sat Dec 09, 2017 3:31 pm (30638)


The problem of ARC is that there is nothing that specifies if a file is compressed or not, so if you try to decompress all of them then you get an error.
There is no solution and it's a known problem, unfortunately I don't remember what was the other topic and script that contained some work-arounds:
Code:
comtype lz77wii
get FILES long
for i = 0 < FILES
    get NAME_CRC long
    get OFFSET long
    get SIZE long
    clog "" OFFSET SIZE SIZE
next i


FUN is completely different and quite strange at a first look.
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.