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.

Jackbox Party Pack assets.bin

Featured Replies

  • Author
  • Localization

coggy9, posted Fri Mar 13, 2015 8:17 pm (3846)


I've been trying to get files out of the "assets.bin" file that JPP uses. It turns out that WinRAR/7zip can open it as a ZIP and extract every file except the first file named "Loader.swf". The game will read the extracted files if the bin file is gone, but the only thing that loads without Loader is the background music. Does anyone have any ideas on how to extract this file? I'd really like to see if mod support is possible, but TBH I'm not so great with REing stuff like this.
  • Author
  • Localization

aluigi, posted Fri Mar 13, 2015 9:02 pm (3850)


It's a zip file with just the first 4 bytes modified so both the normal ZIP programs and zip.bms aren't able to open it.

You can use this script that automatically adds the correct header depending by the input archive.
So you can extract the files from assets.bin, create a new zip archive and use this same script to make it working with the game:
Code:
get SIZE asize
log MEMORY_FILE 0 SIZE
get NAME basename
get MAGIC long
if MAGIC == 0x04034b50
    putvarchr MEMORY_FILE 0 0x5047424a long
    string NAME = ".bin"
else
    putvarchr MEMORY_FILE 0 0x04034b50 long
    string NAME = ".zip"
endif
log NAME 0 SIZE MEMORY_FILE
  • Author
  • Localization

coggy9, posted Fri Mar 13, 2015 10:57 pm (3854)


After getting Loader.swf out, and replacing a few things, it works without the packed file now. Thanks!
  • Author
  • Localization

aluigi, posted Fri Mar 13, 2015 11:00 pm (3856)


Cool :D
  • Author
  • Localization

GREY, posted Sat Mar 21, 2015 7:50 pm (4022)


coggy9 wrote:
After getting Loader.swf out, and replacing a few things, it works without the packed file now. Thanks!

Can you please provide Loader.swf? Or tell me how to unpack it? I'm bad at this :(
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.