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] MARVEL Contest Of Champions Archives (.assetbundle)

Featured Replies

  • Author
  • Localization

Irastris, posted Wed Oct 14, 2015 9:19 am (8427)


Hello, I'm requesting help on how I could possibly extract the files from the game's .assetbundle archives.

My goal is to get the game's 3D models, but unfortunately due to the size of the archives (3 totaling 309 MB), I'll be uploading the archive containing the game's audio and hope whatever you guys find works with the other archives.

Also included in the .zip is a .txt containing a few settings as well as the names and paths of every single file inside the .assetbundle. I'm really surprised Kabam left something like that in there.

Cheers to any helpers!
  • Author
  • Localization

aluigi, posted Wed Oct 14, 2015 9:54 am (8429)


It's UnityRaw, you have to cut the first 0x74 bytes with a hex editor and then you can use any Unity tool/script you desire.
If you don't know how to do that use this script:
Code:
idstring "UnityRaw"
math OFFSET = 0x74
get SIZE asize
math SIZE - OFFSET
log "dump.dat" OFFSET SIZE
  • Author
  • Localization

Irastris, posted Wed Oct 14, 2015 4:23 pm (8443)


aluigi wrote:
It's UnityRaw, you have to cut the first 0x74 bytes with a hex editor and then you can use any Unity tool/script you desire.
If you don't know how to do that use this script:
Code:
idstring "UnityRaw"
math OFFSET = 0x74
get SIZE asize
math SIZE - OFFSET
log "dump.dat" OFFSET SIZE


Forgive my arrogance, but what do I do with the resulting dump.dat?
  • Author
  • Localization

Irastris, posted Wed Oct 14, 2015 6:18 pm (8449)


aluigi wrote:
Then try these solutions on dump.dat:
viewtopic.php?f=9&t=12


I don't see dump.dat mentioned anywhere in that thread...
  • Author
  • Localization

aluigi, posted Wed Oct 14, 2015 7:24 pm (8450)


Because "dump.dat" is just a name. You can call the output filename in any way you desire...
  • Author
  • Localization

Irastris, posted Wed Oct 14, 2015 9:04 pm (8451)


aluigi wrote:
Because "dump.dat" is just a name. You can call the output filename in any way you desire...


Okay, but I renamed it to .assets and DisUnity produces an error, and Unity Assets Explorer just crashes.
  • Author
  • Localization

Acewell, posted Thu Oct 15, 2015 1:14 am (8453)


open your unedited assetbundle with the Unity Assets Bundle Extractor found here, get 1.7
https://7daystodie.com/forums/showthrea ... -Extractor
then click on Info and you'll get a list of contents in the file.
you can export textures as png or tga and export audio as wav and models as raw data and a text file describing the model data. :D
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.