Posts: 75
Threads: 14
Joined: Mar 2016
09-12-2019, 12:00 AM
(This post was last modified: 03-10-2021, 05:28 AM by Random Talking Bush.)
I have the files from the latest mobile game Mega Man X DiVE closed beta.
The game runs on Unity, and AssetStudio can read the files on the .apk just fine, but the additional data seems to be unreadable.
Files here
{LINK REMOVED}
Posts: 18
Threads: 4
Joined: Aug 2017
So how does one extract it's contents with assets studio? non of the files I tried with could be extracted
Posts: 75
Threads: 14
Joined: Mar 2016
(02-05-2020, 06:37 PM)Sneakyerz Wrote: So how does one extract it's contents with assets studio? non of the files I tried with could be extracted
They are encrypted. The decryption process is simply but painfully slow until somebody figures how to do it in batch.
Posts: 5
Threads: 0
Joined: Mar 2020
(02-05-2020, 08:07 PM)Deep Weeb Wrote: (02-05-2020, 06:37 PM)Sneakyerz Wrote: So how does one extract it's contents with assets studio? non of the files I tried with could be extracted
They are encrypted. The decryption process is simply but painfully slow until somebody figures how to do it in batch. I don't mind slow, what exactly is the decryption process. I'd really like to rip these.
Posts: 103
Threads: 23
Joined: Feb 2014
Since the game is released, has anyone started reverse engineering it?
With each day, one draws closer to death,
With each day, one expends more of one's life,
With each day, one obtains more memories,
With each day, one gets closer to losing them all.
Posts: 19
Threads: 2
Joined: Aug 2014
(09-12-2019, 12:00 AM)Deep Weeb Wrote: I have the files from the latest mobile game Mega Man X DiVE closed beta.
The game runs on Unity, and AssetStudio can read the files on the .apk just fine, but the additional data seems to be unreadable.
Files here
Same problem here.
This guy seems to know how to read the additional data. I already asked him how.
Posts: 37
Threads: 1
Joined: Oct 2011
03-28-2020, 11:03 AM
(This post was last modified: 03-10-2021, 05:28 AM by Random Talking Bush.)
It uses XOR, basically.
Also, i've ripped every playable character models (this include spoilers for the next event tho)
{LINK REMOVED}
Posts: 154
Threads: 12
Joined: Oct 2010
03-28-2020, 12:08 PM
(This post was last modified: 03-10-2021, 05:28 AM by Random Talking Bush.)
(03-28-2020, 11:03 AM)LJSTAR Wrote: It uses XOR, basically.
Also, i've ripped every playable character models (this include spoilers for the next event tho)
{LINK REMOVED}
You wouldn't happen to have models of the Mavericks and other characters that appear in the game, would you?
I'd also have some usage out of those, if you don't mind.
Posts: 12
Threads: 4
Joined: Nov 2017
03-28-2020, 02:03 PM
(This post was last modified: 03-10-2021, 05:28 AM by Random Talking Bush.)
(03-28-2020, 11:03 AM)LJSTAR Wrote: It uses XOR, basically.
Also, i've ripped every playable character models (this include spoilers for the next event tho)
{LINK REMOVED} Man how you did it? Could teach me? I want to rip the animations as well
Posts: 37
Threads: 1
Joined: Oct 2011
(03-28-2020, 12:08 PM)The Prawn Wrote: You wouldn't happen to have models of the Mavericks and other characters that appear in the game, would you?
I'd also have some usage out of those, if you don't mind.
I don't mind, altho they aren't as conventionally named like player models, so it would be neat if you could make me a list of the ones you'd want in particular.
(03-28-2020, 02:03 PM)TheUltimateDark Wrote: Man how you did it? Could teach me? I want to rip the animations as well
Well, you pretty much need to find something for XOR files and the key for it
the key is "556E6974794653000000" altho it may not work on some files (but should for the majority of them)
PS: Added weapons models as well, I couldn't find their "animator" so they are unrigged .obj files
Posts: 12
Threads: 4
Joined: Nov 2017
(03-28-2020, 05:42 PM)LJSTAR Wrote: (03-28-2020, 12:08 PM)The Prawn Wrote: You wouldn't happen to have models of the Mavericks and other characters that appear in the game, would you?
I'd also have some usage out of those, if you don't mind.
I don't mind, altho they aren't as conventionally named like player models, so it would be neat if you could make me a list of the ones you'd want in particular.
(03-28-2020, 02:03 PM)TheUltimateDark Wrote: Man how you did it? Could teach me? I want to rip the animations as well
Well, you pretty much need to find something for XOR files and the key for it
the key is "556E6974794653000000" altho it may not work on some files (but should for the majority of them)
PS: Added weapons models as well, I couldn't find their "animator" so they are unrigged .obj files what you recommend to open those XOR files? maybe do a BMS script works too?
Posts: 154
Threads: 12
Joined: Oct 2010
(03-28-2020, 05:42 PM)LJSTAR Wrote: I don't mind, altho they aren't as conventionally named like player models, so it would be neat if you could make me a list of the ones you'd want in particular.
You got a Discord of the sort? I feel it'd be easier to send you the list that way. I'll DM you my username so that you may add me there.
Posts: 5
Threads: 0
Joined: Mar 2020
Okay, I've been ripping these models myself using ninja ripper on Nox Emulator. The downside is that I actually have to play the game and don't care for it, lol. Being able to rip the models directly from the files would be extremely handy! Also, the ones I rip aren't rigged, and are just ripped in their current pose on screen. Please help me to understand how to rip them this way, and I will upload every enemy in the game!
Posts: 19
Threads: 2
Joined: Aug 2014
03-30-2020, 07:28 AM
(This post was last modified: 03-10-2021, 05:28 AM by Random Talking Bush.)
(03-28-2020, 11:03 AM)LJSTAR Wrote: It uses XOR, basically.
Also, i've ripped every playable character models (this include spoilers for the next event tho)
{LINK REMOVED}
Did you use XOR to decrypt the files and AssetStudio to export them?
Posts: 37
Threads: 1
Joined: Oct 2011
(03-30-2020, 07:28 AM)hyago Wrote: Did you use XOR to decrypt the files and AssetStudio to export them?
It's encrypted using XOR, so using something to decrypt it (using the key) and then opening the files (and export) in Asset Studio, yeah
|