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.

Beetle Bug .stg

Featured Replies

  • Author
  • Localization

puggsoy, posted Sun Apr 05, 2015 6:42 am (4342)


Code:
# Beetle Bug .stg
#
# Written by puggsoy
# script for QuickBMS http://quickbms.aluigi.org

idstring "stg2"
getdstring DUMMY 0x0e
get TBLEND long
get FILES long
get DUMMY short

for i = 0 < FILES
   get INFOFF long
   get CHNKNM long
   
   if CHNKNM != 0
      savepos TMP
      goto INFOFF
      
      for j = 0 < CHNKNM
         get NMSZ short #not necessary but whatever
         get DUMMY long
         get ZERO byte
         get SIZE long
         get OFFSET long
         getdstring NAME NMSZ
         
         log NAME OFFSET SIZE
         
         for TEST = 0 == 0
            get TEST byte
         next
         
         savepos POS
         math POS -= 1
         goto POS
         math i = 1
      next j
      
      goto TMP
   endif
next
  • Author
  • Localization

puggsoy, posted Mon Apr 06, 2015 4:00 am (4363)


Updated script to work with Beetle Bug 2 (and hopefully the other games as well). It's probably better for reimporting now as well.
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.