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.

Disney's Cinderella Castle Designer .DPK

Featured Replies

  • Author
  • Localization

LinkOFF, posted Tue Jan 24, 2023 12:06 am (75151)


Code:
# Friends: The One with All the Trivia / Artech Digital Entertainment (zlib)
# script for QuickBMS http://quickbms.aluigi.org

getdstring DPK_NAME 0x48
get DPK_SIZE long
get FILES long
get DUMMY short
padding 4
for i = 0 < FILES
    get DUMMY long
    getdstring FILE_TYPE 4
    get SIZE1 long
    get SIZE2 long   # probably something related to compression
    get OFFSET long
    getdstring NAME 0x86
    getdstring NAME 260
    padding 4
    get TSTAMP long
    if SIZE2 > 0 # idk how it is with no compression
      clog NAME OFFSET SIZE2 SIZE1
    else
      log NAME OFFSET SIZE1
    endif
next i
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.