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.

[Android] Transformers - Robots in Disguise (*.bin)

Featured Replies

  • Author
  • Localization

Acewell, posted Mon Nov 09, 2015 6:49 am (9466)


Hi, i have some bin archive samples that i need help with extracting files from, i believe these contain models



Any help is appreciated! :D
  • Author
  • Localization

lpriefer01, posted Sat Jan 30, 2021 9:16 am (61901)


do you have rhe files for starscream and jazz?
  • Author
  • Localization

aluigi, posted Wed Feb 17, 2021 11:53 pm (62347)


Nice necroposting...

Since I'm here I checked the sample and found the format but I don't know what compression algorithm is used:
Code:
comtype ???  # FIX ME !!!
idstring "\x89\x54\x64\x12"
get VER long    # 5
get INFO_SIZE long
xmath FILES "INFO_SIZE / (6 * 4)"
for i = 0 < FILES
    get DUMMY long
    get FLAGS long
    get OFFSET long
    get DUMMY long
    get DUMMY long
    get ZERO long
    putarray 0 i OFFSET
next i
    get OFFSET asize
    putarray 0 i OFFSET

for i = 0 < FILES
    getarray OFFSET 0 i
    math i 1
    getarray SIZE   0 i
    math SIZE - OFFSET

    goto OFFSET
    get TYPE byte
    get XSIZE long
    math OFFSET 5
    math SIZE   - 5
    clog "" OFFSET SIZE XSIZE
next
  • Author
  • Localization

lpriefer01, posted Thu Mar 04, 2021 7:44 am (62658)


aluigi wrote:
Nice necroposting...

Since I'm here I checked the sample and found the format but I don't know what compression algorithm is used:
Code:
comtype ???  # FIX ME !!!
idstring "\x89\x54\x64\x12"
get VER long    # 5
get INFO_SIZE long
xmath FILES "INFO_SIZE / (6 * 4)"
for i = 0 < FILES
    get DUMMY long
    get FLAGS long
    get OFFSET long
    get DUMMY long
    get DUMMY long
    get ZERO long
    putarray 0 i OFFSET
next i
    get OFFSET asize
    putarray 0 i OFFSET

for i = 0 < FILES
    getarray OFFSET 0 i
    math i 1
    getarray SIZE   0 i
    math SIZE - OFFSET

    goto OFFSET
    get TYPE byte
    get XSIZE long
    math OFFSET 5
    math SIZE   - 5
    clog "" OFFSET SIZE XSIZE
next


im not entirley sure but i have a feeling it might be the same as was used for the transformers 2003 ps2 game https://drive.google.com/file/d/1b9cF5o ... sp=sharing here is the bin which is un altered after i extracted it from the tf ps2 iso
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.