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.

SpongeBob HeroPants .assets

Featured Replies

  • Author
  • Localization

lemurboy12, posted Wed Feb 04, 2015 7:51 pm (3061)


http://puu.sh/ftmGH.zip

The game clearly runs on Unity, but nothing can read any of the archives correctly.
  • Author
  • Localization

aluigi, posted Thu Feb 05, 2015 9:49 am (3072)


Ah, instead the reS archive is a raw container of RIFF files in sequence.
If you need a script:
Code:
findloc OFFSET string "RIFF"
do
    goto OFFSET
    get DUMMY long
    findloc NEXT_OFFSET string "RIFF" 0 ""
    if NEXT_OFFSET == ""
        get SIZE asize
    else
        math SIZE = NEXT_OFFSET
    endif
    math SIZE -= OFFSET
    log "" OFFSET SIZE
    math OFFSET = NEXT_OFFSET
while NEXT_OFFSET != ""
  • Author
  • Localization

lemurboy12, posted Thu Feb 05, 2015 7:16 pm (3083)


Image

Using the Unity script just gives me this.
  • Author
  • Localization

aluigi, posted Sun Feb 08, 2015 4:53 pm (3111)


Script updated to version 0.1.1.
The problem was just caused by different endianess.
  • Author
  • Localization

lemurboy12, posted Sun Feb 08, 2015 6:09 pm (3113)


Image

nope, still having the same problem
  • Author
  • Localization

aluigi, posted Sun Feb 08, 2015 6:28 pm (3116)


My fault. I re-modified it before the upload.
Now version 0.1.1a :)
  • Author
  • Localization

lemurboy12, posted Sun Feb 08, 2015 6:43 pm (3117)


It works now! Thanks.
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.