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.

Ridge Racer (Vita) RRN.DAT

Featured Replies

  • Author
  • Localization

bxaimc, posted Thu Nov 16, 2017 7:24 pm (30076)


This archive contains the main game itself minus all of the assets such as most of the music, tracks, cars, and movies. It also contains all o the sound effects packed in NUS3Banks which aren't a problem to extract but once you to around 0x101C34A8, it starts to become a bit funky. The NUS3Bank found around this address contains the menu BGM but some of the bytes seem shifted and the file sizes for the AT9 files inside also don't match the data present so I can only assume some compression is involved to further shrink the data. Unfortunately, I'm stumped so any help is much appreciated!

Please see for yourselves:

RRN.DAT
  • Author
  • Localization

aluigi, posted Thu Nov 16, 2017 8:56 pm (30078)


That's a container, basically the information about the archived files are stored somewhere else like a small file (usually with the same name and different extension).
Many files there are compressed, that's why you are probably experiencing that problem.
Check if you can find this small index file with the information.
  • Author
  • Localization

aluigi, posted Sun Nov 19, 2017 9:33 pm (30133)


Upload the file cmFileListDisc.info
  • Author
  • Localization

bxaimc, posted Mon Nov 20, 2017 2:08 am (30138)


Oops. Sorry for the wait.

cmFileListDisc.info

Thanks for looking into it, aluigi.
  • Author
  • Localization

aluigi, posted Mon Nov 20, 2017 10:08 am (30142)


Unfortunately the compression algorithm seems unknown so there is nothing to do since all the blocks of the archive are compressed.
  • Author
  • Localization

bxaimc, posted Tue Nov 21, 2017 5:51 pm (30175)


Aww. Thanks for taking a look though.
  • Author
  • Localization

aluigi, posted Tue Nov 21, 2017 10:36 pm (30182)


Anyway some files are not compressed like the NUS3 files that you mentioned, for example at offset 0xb4800 and 0xb66c0... mah both format and compression are a headache :)
  • Author
  • Localization

bnnm, posted Tue Nov 13, 2018 8:10 pm (40344)


Here is a simple decompressor of the nus3bank, may work for other files: https://pastebin.com/Wx5Cpqkw

It's a simplified LZ w/ standard 0-init window, were 'command' is always 16b LE, upper byte=0xFF means copy lower byte 1, otherwise neg_offset=(command>>5) 1, length=(command&0x1f) 3.
  • Author
  • Localization

aluigi, posted Tue Nov 13, 2018 10:34 pm (40353)


cmFileListDisc.info says that there is another DAT archive having a size of over 1.2 Gb (1325826207), what's the name of this file?

Additionally the compressed data doesn't seem to match the offset in cmFileListDisc.info while NUS3 is correct.
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.