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.
Zero Tolerance for Disrespect

South Park: Tenorman's Revenge .arc / .bundle

Featured Replies

  • Localization

Hello, I'm trying to get the the graphics from the XBLA game South Park: Tenorman's Revenge, however there are two file types in the files and I don't know which they are in and would like help with opening them. I believe they are the data_uncompressed.arc file but I also included a .bundle file just in case. Thank you.

 

Link: https://drive.google.com/file/d/1kKqmUC8bHqLbBavUyLB2WT3NBw-BwXmE/view?usp=sharing

  • 1 month later...
  • Supporter
On 5/5/2025 at 12:16 PM, redtarp said:

Hello, I'm trying to get the the graphics from the XBLA game South Park: Tenorman's Revenge, however there are two file types in the files and I don't know which they are in and would like help with opening them. I believe they are the data_uncompressed.arc file but I also included a .bundle file just in case. Thank you.

 

Link: https://drive.google.com/file/d/1kKqmUC8bHqLbBavUyLB2WT3NBw-BwXmE/view?usp=sharing

These two file formats share the same structure

I wrote a script to disassemble your patch so that you can continue researching it later

The DDS file seems to be compressed or encrypted, but I can't see what it is compressed or encrypted

All DDS files seem to have the same header bytes

00 00 00 00 00 00 00 AB CD

FF FF FF FF 46 AF 00 81

8C 42 06 A1

Another file that may be compressed or encrypted is the .krkb file

All krkb files share the same header byte 00, which I guess is the definition of the compression type or is originally part of compression or encryption, and it is only assumed at this time

If it is compression, it is not clear how many bytes are the extra ones before compressing the data.

If there is no extra data, you can try to test all the decompression

arc.py

Edited by wq223

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.