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.

A question about a script written by aLuigi

Featured Replies

  • Author
  • Localization

Tgames, posted Sun Oct 20, 2019 6:57 am (51637)


Hi everyone :)

I have a question about 2 datas written "DUMMY" (BUT not null as written in the script) in your BMS Script, they are used by the game.

And i would like to know for what they are used ? I've fully builded a tool to make .BIG file from zero (without adding files to the end like QuickBMS).
But i don't know for what theses 2 "Dummy" are used.
Others Dummy are really dummy (so i've not changed the name down here to ask you about them).

Here your script with 2 Dummy i'm searching their usage.

Code:
# ZeroZone
# script for QuickBMS http://quickbms.aluigi.org

idstring "BigFile 1.00\0\0\0\0"
get FILES long
get FILES_SIZE long
get FILES_OFF long
get DUMMY long

for i = 0     get NAMESZ long
[b][u]    get WHAT_DUMMY_1 long[/u][/b]
    get SIZE long
    get SIZE2 long
    get SIZE3 long
    get DUMMY long
    get OFFSET long
[u][b]    get WHAT_DUMMY_2 long[/b][/u]
    getdstring NAME NAMESZ

    math OFFSET = FILES_OFF

    log NAME OFFSET SIZE
next i


Image



  • Author
  • Localization

aluigi, posted Sun Oct 20, 2019 3:55 pm (51644)


They are sequential numbers with a step of 0x18 but they aren't offsets or anything else (the file is smaller than these numbers).
So... no idea :)
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.