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.

Marvel Ultimate Alliance 2 (.pak), XBOX360 version.

Featured Replies

  • Author
  • Localization

aluigi, posted Tue Dec 09, 2014 2:47 pm (2136)


I have made a script available here:
http://aluigi.org/papers/bms/others/mar ... ance_2.bms

BUT it's not complete.
You will be able to extract the files but some of them are FOR SURE invalid or corrupted.
There is an explanation about this problem in the header of the script.
So I consider it an experimental and incomplete script, but many files are extracted correctly (I hope).
  • Author
  • Localization

pechenko121, posted Tue Dec 09, 2014 4:49 pm (2138)


aluigi wrote:
I have made a script available here:
http://aluigi.org/papers/bms/others/mar ... ance_2.bms

BUT it's not complete.
You will be able to extract the files but some of them are FOR SURE invalid or corrupted.
There is an explanation about this problem in the header of the script.
So I consider it an experimental and incomplete script, but many files are extracted correctly (I hope).


Thank you a lot, script opened that archive, but there is anoter problem, models and textures are in .igz. Hope i can find any information how to convert them
It would be nice, if you could write script that open or convert .igz files :roll:

I think that it is an archive that can be opened on linux, but i can't check this because i'm the windows user.
  • Author
  • Localization

aluigi, posted Wed Dec 10, 2014 6:26 pm (2146)


igz is not a linux file, it's just a custom format.
Maybe someone else is interested in making a script for it.
  • Author
  • Localization

AlphaTwentyThree, posted Fri Nov 06, 2015 2:40 pm (9367)


I'm also interested in the extraction of the pak files. I don't know, does it help if you take a look at some of the PS3 version files? http://www33.zippyshare.com/v/gPcH0Rbj/file.html
Would be cool to resolve this issue, for the big music archive!
  • Author
  • Localization

aluigi, posted Fri Nov 06, 2015 4:13 pm (9371)


Script updated to 0.2.
The unsupported files (just one in the archive that was provided) are saved in a folder called UNSUPPORTED.
All the files in that ps3 version were mp3s.
  • Author
  • Localization

AlphaTwentyThree, posted Sat Nov 07, 2015 1:33 pm (9394)


This is really great Luigi! :D
  • Author
  • Localization

pechenko121, posted Sat Nov 07, 2015 3:22 pm (9404)


Sorry for bumping, but Luigi, maybe you are able to write script that can extract models and textures from that game in readeable format? (obj or 3ds and tga or png?) I would really appreciate it :D
Samples:
https://mega.nz/#!RFRVmTpb!7uhkGpWOa9Az ... OVIl2XD8Fw

i think model is stored in 1701.igz wich located in actors folder, and textures located in archives that located in materials folder.
BTW i found this in one file
Image

wich seem to be tga texture.
  • Author
  • Localization

aluigi, posted Sat Nov 07, 2015 6:26 pm (9410)


I don't know what you mean.
The only thing I see in the IGZ files is the header and the possibility of extracting their content:
Code:
endian big
idstring "IGZ\x01"
get FILES long
for i = 0 < FILES
    get DUMMY long
    get NAME_OFF long
    get OFFSET long
    get SIZE long
    log "" OFFSET SIZE
next i
Note that the first extracted file will have the IGZ\1 magic but is NOT the same format.
  • Author
  • Localization

pechenko121, posted Sat Nov 07, 2015 6:29 pm (9411)


aluigi wrote:
I don't know what you mean.
The only thing I see in the IGZ files is the header and the possibility of extracting their content:
Code:
endian big
idstring "IGZ\x01"
get FILES long
for i = 0     get DUMMY long
    get NAME_OFF long
    get OFFSET long
    get SIZE long
    log "" OFFSET SIZE
next i
Note that the first extracted file will have the IGZ\1 magic but is NOT the same format.


i just thought that i found name of texture inside this file and it's possible to extract i in tga :mrgreen:

Sooo, i used your script and it gave me bunch of .dat files.
  • Author
  • Localization

aluigi, posted Sat Nov 07, 2015 6:40 pm (9412)


Eh easy life :D
Often the non-PC games use files converted as resources for being directly used in the engine, so their are not known formats easy to view.
  • Author
  • Localization

pechenko121, posted Sat Nov 07, 2015 6:43 pm (9414)


aluigi wrote:
Eh easy life :D
Often the non-PC games use files converted as resources for being directly used in the engine, so their are not known formats easy to view.


That mean it is possible to extract character models and textures from this archives? :o
  • Author
  • Localization

aluigi, posted Sat Nov 07, 2015 6:51 pm (9416)


What I mean is that the script extracts everything it finds referenced in the archive.
Understanding what this content means or how to view/open/edit it, it's not its job.
  • Author
  • Localization

pechenko121, posted Sat Nov 07, 2015 6:53 pm (9417)


aluigi wrote:
What I mean is that the script extracts everything it finds referenced in the archive.
Understanding what this content means or how to view/open/edit it, it's not is job.

oh, ok i got it :oops:
  • Author
  • Localization

pechenko121, posted Mon Nov 09, 2015 5:30 pm (9484)


i knew that i'm really annoying person, but this maybe last time i'm asking help :oops:
Is it ever possible to extract images from this .DAT files? One guy helped me to extract model with UV's but not textures.
Thank you so much

Here's the model if you are interested :mrgreen:
Image

Files here
Textures located in folder "maybe textures"

Thank you again, you and other Members of Xentax very helped me!

Cheers!
  • Author
  • Localization

MUALover, posted Tue Dec 15, 2015 6:11 pm (10463)


aluigi wrote:
I have made a script available here:
http://aluigi.org/papers/bms/others/mar ... ance_2.bms

BUT it's not complete.
You will be able to extract the files but some of them are FOR SURE invalid or corrupted.
There is an explanation about this problem in the header of the script.
So I consider it an experimental and incomplete script, but many files are extracted correctly (I hope).


Hi there!
I'm new at these programming and hacking skill :D

So I used the script you mentioned earlier to extract some of the Marvel - Ultimate Alliance 2 .pak files from the PlayStation 3 version of the game.

But then an error happens :

-------

Error: the compressed zlib/deflate input is wrong or incomplete (-3)
Info: algorithm 2
offset 00c5f002
input size 0x00000e01 3585
output size 0x00008000 32768
result 0xffffffff -1

Error: the uncompressed data (-1) is bigger than the allocated buffer (32768)

Last script line before the error or that produced the error:
59 clog MEMORY_FILE OFFSET ZSIZE 0x8000

-------

I know that you said the script was incomplete, but could you identify the problem? Or maybe could you solve it if you're not busy?

I'm so curious about the contents inside those .pak files..

Thanks!
  • Author
  • Localization

LarsMasters, posted Fri Dec 25, 2015 12:01 am (10546)


Are there any news if Marvel Ultimate Alliance 1 IGB porting is planned since some of them are exclusive to some console (particularly on Xbox 360 Gold Edition & Wii)?
  • Author
  • Localization

TRDaz, posted Thu Feb 11, 2016 9:56 pm (11359)


I seem to get an error when using these on all character files that I can see in the game, it errored on the first file it tries to extract. This is the error:
Image
  • Author
  • Localization

aluigi, posted Tue Feb 16, 2016 11:42 am (11454)


I have updated the script replacing comtype deflate with deflate_noerror, so it will not terminate.
It's not a solution but consider that the script is a work-around.
  • Author
  • Localization

pechenko121, posted Thu Feb 25, 2016 10:47 am (11630)


Luigi, can you take a look at script to make it extract all content out of archieves, if it possible, when you will have some time?
I can provide you with sample file from PS3 version, if needed. Thank you so much :D
  • Author
  • Localization

aluigi, posted Thu Feb 25, 2016 4:29 pm (11634)


The script is already the result of tentatives and work-arounds.
It will be no longer updated.
  • Author
  • Localization

pechenko121, posted Thu Feb 25, 2016 6:21 pm (11639)


aluigi wrote:
The script is already the result of tentatives and work-arounds.
It will be no longer updated.


Okay.
  • Author
  • Localization

Game Ripper, posted Sun Jan 26, 2020 4:07 pm (53525)


I've just tested the script on those *.pak files from XBOX360 version & found out that it only works with 3/825 (!) PAKs...
Is there anyone willing to look into some samples? Could this piece of code by ALuigi be tweaked to be able to extract most/all *.pak files or maybe it'd be better to write a new script from the ground-up? I'd surely appreciate any help with these archives!

So long!
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.