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.

4 Wheel Thunder .A and .BNK file (DC)

Featured Replies

  • Author
  • Localization

z4ruz, posted Sat Jun 05, 2021 5:23 am (64504)


alternative

4WT.bms

  • Author
  • Localization

domingo, posted Sat Jun 05, 2021 9:02 am (64512)


Fantastic, many thanks to both of you!!! :)
  • Author
  • Localization

domingo, posted Sat Jun 05, 2021 5:36 pm (64522)


I have another format that I need to extract, this time they are rows with extension .BNK and header 5A5A5A5A
In these rows are the textures .TGA



Thanks :)
  • Author
  • Localization

aluigi, posted Sat Jun 05, 2021 7:06 pm (64523)


You can use this script but I'm not sure if those 4 bytes at the beginning of each file must be kept or removed (as the script does):
Code:
idstring "ZZZZ"
get DUMMY long
get FILES long
for i = 0 < FILES
    get OFFSET long
    get SIZE long
    math OFFSET 4
    math SIZE   - 4
    log "" OFFSET SIZE
next i
  • Author
  • Localization

domingo, posted Sun Jun 06, 2021 8:00 am (64547)


Thanks Aluigi, I will take into account those 4 bytes from the beginning of each row. I do not know if they are necessary

Moreover, it gives me the feeling that each row extracted from the .bnk is another package but this time with compression
  • Author
  • Localization

domingo, posted Tue Aug 03, 2021 9:15 am (65471)


aluigi wrote:
You can use this script but I'm not sure if those 4 bytes at the beginning of each file must be kept or removed (as the script does):
Code:
idstring "ZZZZ"
get DUMMY long
get FILES long
for i = 0 < FILES
    get OFFSET long
    get SIZE long
    math OFFSET 4
    math SIZE   - 4
    log "" OFFSET SIZE
next i


Hello Aluigi, I have got the source code of this ZZZZ file, maybe a tool or a script for decompression and compression of the file can be made

mkcomp.zip

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.