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.

Need help on how to writing BMS script for External Directory kind of archive

Featured Replies

  • Author
  • Localization

ignis_xia, posted Sat Sep 25, 2021 10:51 am (66637)


This is my first re and using of quick bms.

I've somehow managed to get the pointer/offset, size, and filename of the archive. But have no idea as to how to write the script since it's an external directory kind of archive and there is no sample of this type of archive in here
Image
  • Author
  • Localization

aluigi, posted Sat Sep 25, 2021 12:44 pm (66641)


beginning:
Code:
open FDDE "mkh"
open FDDE "mkp" 1

fix:
Code:
log FILENAME FILE_ADDR FILE_SIZE 1


The first two instructions automatically open the two files based on their extension, no matter what file the user selects.
The first mkh file will be the current one (file number 0), while the latter is number 1.
The 1 at the end of the "log" instruction indeed tells to use the mkp file loaded as number 1.
  • Author
  • Localization

ignis_xia, posted Sun Sep 26, 2021 2:12 am (66651)


Yeah that's do the work. Thanks for your guidance aluigi!!!
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.