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.

Island Xtreme Stunts (.BMB)

Featured Replies

  • Author
  • Localization

Xiron, posted Sat Sep 12, 2015 8:08 pm (7425)


Edit - File decompressor: http://aluigi.org/bms/island_xtreme_stunts.bms
(still needs work after the decompression)

What I've gathered thus far is that the BMB file is a package of multiple materials at once, and it may or may not just hold one texture. I've also found that:

  • All files have an IDX2 somewhere at the start of every file (header?), followed by what seems to be the list of the texture(s) in the file [i.e. chicken, stud_bla, blackskin, etc]
  • All files have an INFO section(s) (comes after texture name)
  • Some files notably have a MIPM(s). Sometimes, non-existent, appearing once, or even twice.
  • All files have an IMAG(s) section (comes after INFO)
  • All files have an END(s) (comes after IMAG)

The (s) means it is dependant on if either one or multiple materials are used in a file or not.

I've attached a few sample .BMB files, as well as their ripped counterparts that were gotten via NinjaRipper, as well as included a few other files which are relatively short, making them possibly easier to study, especially since the pattern is very repetitive.

Please note that CHAR002 (aka Tree Alpha) may be the only one in the attachment that uses alpha transparency, and funnily enough the I-NFO is broken up as well as the I missing from IMAG...
  • Author
  • Localization

Xiron, posted Sat Sep 19, 2015 5:39 am (7545)


I manged to change a colour on a texture, and I thought the colour was going to be either YRB format for a second (except byte order is reversed because little-endian) as I first hit blue, then yellow, followed by, wait for it.... grey! Well, that all depends on if the following byte is FF or 00. If the following is FF it is grey and 00 it is dark blue (saturation?)... so yeah, I don't know. I've attached the file so you can see where I was editing, the spot is at offset BA4, the blue being E0, FD being yellow, and C0 being that grey/dark blue, oh, and on top of what I noted earlier, setting the following FF to 00 just made the colour have a darker tone on yellow. My last note is that changing that one colour changed all spots on the texture that uses that colour, not just one pixel.

Anyhow, help would be appreciated!
  • Author
  • Localization

Xiron, posted Fri Oct 30, 2015 4:53 pm (9102)


  1. The data part of the BMB actually looks exactly how a uncompressed 32-bit .tga texture looks.

  2. As for multi-texture file. There is an 'index' of texture names at the start of the file, and for as many names there are there is one corresponding INFO, IMAG, and END.
  3. Each label is spaced out with "00 ## 00", where 0 is a count up number (one value higher then the last)
  4. Information in the INFO section which comes directly before IMAG is unknown.
  5. When to insert END is unknown
  • Author
  • Localization

luna rom, posted Fri Jan 22, 2016 9:13 pm (10956)


Hey Xiron, I think it would help if you were to view some of LEGO Soccer manias .bmb files (there the same format) that are all the same kind but instead they are compressing the .jpg file format
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.