Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Marvel's Avengers Game Release [Steam] 2020

Post questions about game models here, or help out others!
Post Reply
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by Ekey »

@IcarusTwine - Have you checked the types 49, 75, 87 and 95, right?
@LazyCat2k3 - Here the situation is such that each DRM can refer to 1 and the same resource, that's why all resources have a unique ID :)
IcarusTwine
beginner
Posts: 22
Joined: Mon Aug 17, 2020 11:36 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by IcarusTwine »

Ekey wrote: Sun Aug 30, 2020 5:23 pm @IcarusTwine - Have you checked the types 49, 75, 87 and 95, right?
@LazyCat2k3 - Here the situation is such that each DRM can refer to 1 and the same resource, that's why all resources have a unique ID :)
i will do when i'm back at pc.
For now though i can confirm that

Code: Select all

textures/icons/Thor/White_Thor.tga
textures/icons/Ms_Marvel/White_Ms_Marvel,textures/icons/Ms_Marvel/White_Ms_Marvel.tga
textures/icons/Artifacts/Animation_files/VishantiAppendix_lettering.tga
textures/icons/Stats/Stat_Emblems_Heroic,textures/icons/Stats/Stat_Emblems_Heroic.tga
etc....
do not exist in .dtp files,
these files are requested from the
Resource_182592.dtp (actual file name is symbollibraryB.gfx or swf but it has a gfx header) from global_menus.drm
any more thoughts where those textures might be?
Update to this: the /Texture folder seems to have the .tga files i was looking for. just so many to go through manually so i didnt properly check.

Update: I got UNKNOWN_3 = 95 to work with BC7, i'll check more though for any compression.
this was the header

Code: Select all

CD C1 03 00 5F 00 00 00 00 40 00 00 00 40 00 00
00 00 00 00 01 01 FF 00
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by Ekey »

IcarusTwine wrote: Sun Aug 30, 2020 6:02 pm i will do when i'm back at pc.
For now though i can confirm that

Code: Select all

textures/icons/Thor/White_Thor.tga
textures/icons/Ms_Marvel/White_Ms_Marvel,textures/icons/Ms_Marvel/White_Ms_Marvel.tga
textures/icons/Artifacts/Animation_files/VishantiAppendix_lettering.tga
textures/icons/Stats/Stat_Emblems_Heroic,textures/icons/Stats/Stat_Emblems_Heroic.tga
etc....
Okay, probably this icons you can found in next path, but first we need to find all the drm real names that should be in this folder, since not all have been found. We still have 15,800 unknown DRMs. Sadly but only 1 person helped me with the log. :(

Code: Select all

pcx64-w\Design\Image Resources\scaleform\SharedTextures\
IcarusTwine
beginner
Posts: 22
Joined: Mon Aug 17, 2020 11:36 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by IcarusTwine »

The only way i can think of doing it would be pulling strings from the xml/gfx/swf files but that only works on a small percentage for it. i'd imagine if we could hook it in memory to whatever resources is requested then we could probably produce a better list for you.
IcarusTwine
beginner
Posts: 22
Joined: Mon Aug 17, 2020 11:36 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by IcarusTwine »

i did attempt the strings method and this is what i got. no filetype though but it's probably safe to assume all .drm besides the sheets/ or audio/
https://filebin.net/j9qrbfsohzqzbjor
LazyCat2k3
ultra-n00b
Posts: 7
Joined: Tue Aug 25, 2020 6:03 pm
Has thanked: 7 times
Been thanked: 1 time

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by LazyCat2k3 »

Has anyone found the file local\localization\voices\movies\1100_cin_005_aftermath_DARWIN_ONLY.sch ?
I looked for the F7FEC2D1BA0CD5FE hash code but couldn't find it.
IcarusTwine
beginner
Posts: 22
Joined: Mon Aug 17, 2020 11:36 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by IcarusTwine »

LazyCat2k3 wrote: Sun Aug 30, 2020 11:12 pm Has anyone found the file local\localization\voices\movies\1100_cin_005_aftermath_DARWIN_ONLY.sch ?
I looked for the F7FEC2D1BA0CD5FE hash code but couldn't find it.
this file is already extracted for me at

Code: Select all

\Unpacked\default\local\localization\voices\movies
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by Ekey »

Tiger.Unpacker - updated project base, сurrent state is:

Code: Select all

bigfile.000.tiger -> 243360 of 253476 => [96%]
bigfile.update1.000.000.tiger -> 39515 of 42361 => [93%]
All links in this post
IcarusTwine
beginner
Posts: 22
Joined: Mon Aug 17, 2020 11:36 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by IcarusTwine »

Tools might need to be updated for the release. theres now

Code: Select all

bigfile.000.tiger 
->
bigfile.010.tiger
also theres a new update file (bigfile.update2.000.000)
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by Ekey »

I'm pure sure that there is encryption also in the release version (maybe only the key will changed). Wait for Gh0stBlade
The unpacker and dumper will not work correctly, since, as I see new archives has been added in release version, like:

Code: Select all

bigfile.007.tiger
bigfile.008.tiger
bigfile.009.tiger
bigfile.010.tiger
bigfile.update1.000.001.tiger
bigfile.update1.000.002.tiger
bigfile.update2.000.000.tiger
bigfile_ultra.005.tiger
bigfile_ultra.006.tiger
As I said, I didn’t pre-order the game, and i can’t help, sorry. :)
Espio
n00b
Posts: 18
Joined: Mon Jan 08, 2007 12:47 am
Been thanked: 1 time

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by Espio »

Any idea what's up with BIN files in bin folder? They have encrypted filenames and content as well.
IcarusTwine
beginner
Posts: 22
Joined: Mon Aug 17, 2020 11:36 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by IcarusTwine »

Espio wrote: Tue Sep 01, 2020 11:12 pm Any idea what's up with BIN files in bin folder? They have encrypted filenames and content as well.

the bin files are encrypted or at least compressed. the filenames are named using a Caesar Cipher + 13
Espio
n00b
Posts: 18
Joined: Mon Jan 08, 2007 12:47 am
Been thanked: 1 time

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by Espio »

An no way to decrypt-unpack them yet, right?
Gh0stBlade
Moderator
Posts: 719
Joined: Mon Jul 05, 2010 8:55 pm
Has thanked: 20 times
Been thanked: 496 times

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by Gh0stBlade »

I don't have the game yet. Will likely get it when the standard version releases though and update the decryption tool.
Click the thanks button if I helped!
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Marvel's Avengers Open BETA [Steam] 2020

Post by Ekey »

Gh0stBlade wrote: Wed Sep 02, 2020 3:56 pm I don't have the game yet. Will likely get it when the standard version releases though and update the decryption tool.
I have binaries and one of small tiger archive as example from release game version.

We have a BETA keys like:

[BETA]
K1 -> 0x27 ....
K2 -> 0xA0 ....

[RELEASE]
K1 - untouched, absolutely identical to the key from BETA
K2 - the situation here is more interesting, i found 2 places where 2 different keys are initialized. I'll tried to replace K2 with the current two keys in turn, but the result is always the same, it's a partially decrypted. It looks something like this:

Image

Maybe that somewhere there is a function that mixes these 2 keys to get the final one for correct decrypt? Or I don't understand something :)

I can upload to the file sharing if you interested (PM).
Post Reply