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.

connect .bms to func_getTYPE

Featured Replies

  • Author
  • Localization

Shokoniraya, posted Sat Sep 22, 2018 6:06 am (38720)


how can i connect func_getTYPE.bms to a script like this? is this possible?

Code:
idstring "TAFS"
get SECTOIN long
get FILE_VERSION long
get FILES long
get DIRACTORY_NAME long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
for i = 0 < FILES
    get CRC long
    get DUMMY long
    get SIZE long
    get OFFSET long
    math OFFSET -= 1040
    string NAME p "x" CRC
    log NAME OFFSET SIZE
next i

func_getTYPE.bms

  • Author
  • Localization

aluigi, posted Sat Sep 22, 2018 9:51 am (38721)


If you add a dot after x quickbms will automatically give a guessed extension during extraction.

If you want to use that function anyway, even if many extensions are not supported, then replace the current "string NAME p ..." with:
Code:
include "func_getTYPE.bms"
log MEMORY_FILE 0 SIZE
callfunction getTYPE 1
string NAME p "x%s" CRC EXT
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.