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.

Super Bubsy .FST

Featured Replies

  • Author
  • Localization

puggsoy, posted Wed Mar 11, 2015 8:42 am (3742)


I made a script for this a while ago:
Code:
# Super Bubsy .fst format
#
# Written by puggsoy
# script for QuickBMS http://quickbms.aluigi.org

get FILES long
math FILES -= 1

for i = 0 < FILES
    get OFFSET long
    getdstring NAME 0x0D
    savepos POS
   
    set SIZEPOS OFFSET
    math SIZEPOS = 4
    goto SIZEPOS
    get SIZE short
    math SIZE = 8
   
    goto POS
   
    log NAME OFFSET SIZE
next i

Unfortunately, the format of the BMP files is not standard BMP. It's a strange sort of compressed RLE pixel format. I studied it with someone else on this forum but we never completely figured it out.

If you are interested in getting these in a usable form then probably make a thread in the Graphic file formats section, I might try figure it out again, but perhaps someone else can help too.
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.