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

Shark Tale (GameCube/PS2/Xbox) .arc files

Featured Replies

  • Localization

I looked online for some way to extract the data from the arc files of the Shark Tale game for GameCube

 

Game Extractor says it's able to extract the files from the Over the Hedge game which was made by the same developers. I tried both Shark Tale and Over the Hedge files and it didn't work.

I put the datasets.arc file on Google Drive if anyone knows how I can deal with this

  • Supporter

Try this

#Shark Tale (GameCube/PS2/Xbox) .arc files

get OFFSET long
goto OFFSET
endian big
get FILES long
for i = 0 < FILES
    get SOME_CRC long
    get INFO_OFF long
    get SIZE long
    get NAME string     # resource name
    get SOME_CRC long
    get DUMMY long
    get SOME_CRC long


    savepos TMP
    math tmp - 4
    goto INFO_OFF

    savepos OFFSET
    xmath SIZE "SIZE - (OFFSET - INFO_OFF)"
    log NAME OFFSET SIZE
    goto TMP
next i

 

Edited by Rabatini

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.