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.

[script] Lost Winds auddata.zap

Featured Replies

  • Author
  • Localization

AlphaTwentyThree, posted Wed Jul 26, 2017 11:51 am (25036)


Code:
# extractor for the auddata.zap of Lost Winds (WiiWare)
# written by AlphaTwentyThree of Zenhax
# script for QuickBMS http://quickbms.aluigi.org

idstring "ZAP"
get DUMMY byte
get DUMMY long
get ENTRIES_ALL long # files & folders
get UNK long
get NL short
set OFFSET 0x800
set i 1
do
   get DUMMY long
   get ENTRIES short
   get FOLDER string
   get NL short
   for k = 2 <= ENTRIES
      get SIZE long
      get UNK short
      get FNAME string
      get NL short
      string NAME p= "%s%s" FOLDER FNAME
      if SIZE != 0
         log NAME OFFSET SIZE
      endif
      math OFFSET = SIZE
      math OFFSET x= 0x800
   next k
   math i = ENTRIES
while i <= ENTRIES_ALL


P.S.: I hope it's ok to just post my scripts in separate posts. If you want me to gather all of them in a single thread, please rename this thread "My QuickBMS scripts" and move it to code talk.
  • Author
  • Localization

Mygoshi, posted Wed Jul 26, 2017 12:06 pm (25037)


Thank you for this script.
  • Author
  • Localization

aluigi, posted Thu Aug 03, 2017 6:19 pm (25202)


@AlphaTwentyThree
As you prefer. With google there is no problem to find the scripts you post in "My QuickBMS scripts" so for me it's ok if you want to continue to post them there.
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.