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] Star Wars: Rebels. Recon missions (.obb)

Featured Replies

  • Author
  • Localization

Acewell, posted Thu Oct 29, 2015 10:42 pm (9090)


Hi, i'm trying to extract the files from this obb file but none of the current bms scripts are capable.
The closest one was This War of Mine bms script
viewtopic.php?p=6606#p6606

When i used that script it went into an endless loop and many extracted files were 0 bytes or were overlapping others or cut short.

here is a sample made from the filecutter script


if you need a larger sample i will generate another.

Thanks for any help! :D
  • Author
  • Localization

aluigi, posted Sat Oct 31, 2015 3:59 pm (9118)


Yeah the the starting cut must be bigger, let's say 10 Mb at least.
In the part you provide there is a table with references to unicode names followed by codepages, but no offsets.
  • Author
  • Localization

Acewell, posted Sat Oct 31, 2015 6:41 pm (9130)


Okay thanks here is 10 MB from start and end
Code:
http://www.mediafire.com/download/63884tqcvahvcyz/filecutter10MB_SWRebels.7z
  • Author
  • Localization

Acewell, posted Sun Nov 01, 2015 12:56 am (9145)


Awesome thanks! :D
  • Author
  • Localization

Acewell, posted Wed Apr 12, 2017 3:36 am (22153)


here is an updated bms script to extract the files with names from game version 1.4.0 .obb :D
Code:
# Star Wars: Rebels. Recon missions 1.4.0 (.obb)

get SKIP long
get FILES long
math NAME_OFF = 0x299bc520
for i = 0     get SKIP long
    get OFFSET longlong
    savepos TMP
    math OFFSET 0x53228
    goto OFFSET
    get SIZE longlong
    savepos OFFSET
    goto NAME_OFF
    getct NAME string 0x0a
    savepos NAME_OFF
    log NAME OFFSET SIZE
    goto TMP
next i
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.