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.

[PC] Independence Day (*.baf)

Featured Replies

  • Author
  • Localization

Acewell, posted Wed Jul 06, 2016 8:18 pm (15093)


I have written my first bms script to extract the bmp textures from baf files for this 1997 game :D

Code:
idstring "BAFF"
get DUMMY long
get tableoffset long
get FILES long
goto tableoffset
for i = 0     getdstring NAME 0x10
    get Offset long
    get SIZE long
    savepos tmp
    math tmp 40
    goto tmp
    log NAME OFFSET SIZE
next i




i do have a question though, how i can skip 40 unneeded bytes with one line in the script? :oops:
  • Author
  • Localization

aluigi, posted Fri Jul 08, 2016 7:19 am (15115)


getdstring DUMMY 40
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.