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.

Extract "Big Fish Games Studios" file.

Featured Replies

  • Author
  • Localization

antalindor, posted Sun Oct 03, 2021 4:46 pm (66840)


Hi! I need help.
I trying to extracting file "data.pak" from "Drawn: The Painted Tower" with .quickbms script (Bigfishgames81.bms) and Raviolli.
And I got an error
Quote:
- signature of 4 bytes at offset 0x00000000 doesn't match the one expected by the script: this one: "BASP" 42 41 53 50 BASP expected: "bfg 62 66 67 81 bfg. - 0 files found in 0 seconds coverage file 0 0% 4 633825243

file
sorry for my bad english. i'm from russia
  • Author
  • Localization

Ekey, posted Sun Oct 03, 2021 8:24 pm (66843)


Code:
# Drawn: The Painted Tower (PAK) format
# script for QuickBMS http://quickbms.aluigi.org

idstring "BASPACK"
get TABLE_OFFSET long
get FILES long
math FILES >>= 6
goto TABLE_OFFSET

for i = 1 < FILES
   getdstring NAME 255
   get OFFSET long
   get SIZE long
   filexor "0x37"
   log NAME OFFSET SIZE
   filexor ""
next i
  • Author
  • Localization

antalindor, posted Mon Oct 04, 2021 12:37 am (66846)


Thanks! Working
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.