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

PSP "edat" format

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Cloud452
veteran
Posts: 91
Joined: Sat Oct 23, 2010 2:50 pm
Has thanked: 2 times

PSP "edat" format

Post by Cloud452 »

So since the DLC for Dissidia 012 Duodecim are in "edat" format (found KH Cloud and Aerith data..though her model is in the game itself.... posted at the GameFAQ's savedata area)... it's currently impossible to decrypt them to get at the data? The recent PSP private keys being released doesn't change matters?

If so... that's a shame, I really wanted access to the models (to do more of these: http://www.youtube.com/watch?v=2Rf-c-xZRY8 and to have a friend make more cool wallpapers).
Zerox
mega-veteran
mega-veteran
Posts: 186
Joined: Mon Aug 09, 2010 3:50 am
Has thanked: 4 times
Been thanked: 8 times

Re: PSP "edat" format

Post by Zerox »

I personally want to get access to these models as well. I could post the edat's of WoL's 4th costume with his helmet off if we figure this out.

I've been trying to find similarities to the gmo models but there doesn't seem to be any real similarities. I can't find bone names and the like. So I think it is a real archive rather than a gmo with a new extension.

But since this is mostly regarding models you may get more luck if you posted this thread in the 3D Model section.
codestation
n00b
Posts: 10
Joined: Mon Jan 17, 2011 8:52 pm
Been thanked: 1 time

Re: PSP "edat" format

Post by codestation »

The contents of this post was deleted because of possible forum rules violation.
Zerox
mega-veteran
mega-veteran
Posts: 186
Joined: Mon Aug 09, 2010 3:50 am
Has thanked: 4 times
Been thanked: 8 times

Re: PSP "edat" format

Post by Zerox »

Well I thought I'd be clever and try GitMO on these to see if I could get anything out of them. And that doesn't work. Codestation you posted as if you were able to get the gmo out of them but the file you posted is still an Edat so it appears.
codestation
n00b
Posts: 10
Joined: Mon Jan 17, 2011 8:52 pm
Been thanked: 1 time

Re: PSP "edat" format

Post by codestation »

Zerox wrote:Well I thought I'd be clever and try GitMO on these to see if I could get anything out of them. And that doesn't work. Codestation you posted as if you were able to get the gmo out of them but the file you posted is still an Edat so it appears.
I just left the file extension intact but is the decrypted gmo file (look at it in a hex editor), just try to change the extension and load it with the dissidia tools.
Image
Zerox
mega-veteran
mega-veteran
Posts: 186
Joined: Mon Aug 09, 2010 3:50 am
Has thanked: 4 times
Been thanked: 8 times

Re: PSP "edat" format

Post by Zerox »

Awesome I should have examined it more closely. So how did you go about decrypting the edat so it wws a normal gmo model? In the first post on this thread he posted a mediafire link to Cloud's edat files if you want to take a look.
codestation
n00b
Posts: 10
Joined: Mon Jan 17, 2011 8:52 pm
Been thanked: 1 time

Re: PSP "edat" format

Post by codestation »

Zerox wrote:Awesome I should have examined it more closely. So how did you go about decrypting the edat so it wws a normal gmo model? In the first post on this thread he posted a mediafire link to Cloud's edat files if you want to take a look.
I think that the decryption of edat files is a little offtopic because the ".edat" isn't a file format per se (just the edat header followed by the DLC id, something like a hash then the encrypted content). Anyway i can't use the DLC files that the OP posted because they are tied to the PSP that downloaded it so it wont decrypt on another one (and yes, they could be loaded on another psp once decrypted).

So the only way to get the KH-Cloud GMO files is that i would have a code to download the DLC (i dont have one) or somebody with the activated DLC and CFW wants to make a dump of it.
Zerox
mega-veteran
mega-veteran
Posts: 186
Joined: Mon Aug 09, 2010 3:50 am
Has thanked: 4 times
Been thanked: 8 times

Re: PSP "edat" format

Post by Zerox »

Well could you explain how you decrypted the WoL DLC? It wasn't dnas decryptor was it?
codestation
n00b
Posts: 10
Joined: Mon Jan 17, 2011 8:52 pm
Been thanked: 1 time

Re: PSP "edat" format

Post by codestation »

Zerox wrote:Well could you explain how you decrypted the WoL DLC? It wasn't dnas decryptor was it?
Not at all, in fact is very simple because the game reads the DLC like they were normal files, the only difference is that the game tells the psp that the file is encrypted so when the game reads the data it gets decrypted data (i don't know why anybody has published a DLC decrypter yet, i suppose that is because the devs that can do it don't use DLC or don't care).

The simplest decrypter can be a plugin that hooks the open and read functions of the game, identify the dlc via the filename when the game tries to open it, then dump the decrypted data when the game tries to read it.

The DLC that i am interested is the Tifa one but not for the content, i want to try to modify the GMO to make my own char so i can play that without modify the game itself. Sadly i dont have a preorder code so i 'll have to wait until SE post a new Tifa DLC on the PSN.
Last edited by codestation on Mon Apr 04, 2011 6:49 pm, edited 1 time in total.
Zerox
mega-veteran
mega-veteran
Posts: 186
Joined: Mon Aug 09, 2010 3:50 am
Has thanked: 4 times
Been thanked: 8 times

Re: PSP "edat" format

Post by Zerox »

codestation wrote:The simplest decrypter can be a plugin that hooks the open and read functions of the game, identify the dlc via the filename when the game tries to open it, then dump the decrypted data when the game tries to read it.
So then is this how you did it?
codestation
n00b
Posts: 10
Joined: Mon Jan 17, 2011 8:52 pm
Been thanked: 1 time

Re: PSP "edat" format

Post by codestation »

Zerox wrote:
codestation wrote:The simplest decrypter can be a plugin that hooks the open and read functions of the game, identify the dlc via the filename when the game tries to open it, then dump the decrypted data when the game tries to read it.
So then is this how you did it?
Yes (well, mine is a little different as i force the dump of all the dlc files without waiting for the game to read it), that way you dont even need to know how the DLC is decrypted, what are the keys or things like that, just grab the read buffer and dump into a file (with the drawback that you must own the DLC to do it, but after the file is dumped that doesn't matter anymore). I have my doubts about releasing a PSN DLC decrypter but i also want to work with game models and textures (whats the point to have a decrypter to myself if i am a noob to edit game models and custom textures).
Last edited by codestation on Mon Apr 04, 2011 8:27 pm, edited 1 time in total.
Zerox
mega-veteran
mega-veteran
Posts: 186
Joined: Mon Aug 09, 2010 3:50 am
Has thanked: 4 times
Been thanked: 8 times

Re: PSP "edat" format

Post by Zerox »

Well the people at DissidiaForums.com are trying to mod the textures for the dlc models much like you are. They are against piracy but are open to the idea of texture modding an ISO for a game you dump an ISO from yourself. So I'm sure if you shared your tool there than they would only use it as something to mod content they already own. Who knows maybe they'll teach you about texturing more than you already know.

Besides their modding section is members only so not everyone would find it via search engine and if you say its a tool for only Dissidia I'm sure they'll treat it that way even if it was secretly capable of other things.
codestation
n00b
Posts: 10
Joined: Mon Jan 17, 2011 8:52 pm
Been thanked: 1 time

Re: PSP "edat" format

Post by codestation »

Ok then, moving the DLC discussion to DissidiaForums :)
Zerox
mega-veteran
mega-veteran
Posts: 186
Joined: Mon Aug 09, 2010 3:50 am
Has thanked: 4 times
Been thanked: 8 times

Re: PSP "edat" format

Post by Zerox »

Alrighty. I'll watch for your thread then as I love using custom skins in my game and wouldn't mind modding my own pre-ordered dlc Cloud.
MrAdults
Moderator
Posts: 1007
Joined: Mon Mar 23, 2009 2:57 am
Has thanked: 44 times
Been thanked: 505 times

Re: PSP "edat" format

Post by MrAdults »

codestation wrote:
Zerox wrote:Well I thought I'd be clever and try GitMO on these to see if I could get anything out of them. And that doesn't work. Codestation you posted as if you were able to get the gmo out of them but the file you posted is still an Edat so it appears.
I just left the file extension intact but is the decrypted gmo file (look at it in a hex editor), just try to change the extension and load it with the dissidia tools.
Image
That explains why people are still using mesh2rdm. Some tool took an ancient version of it, renamed it to "gmoprw.exe", and shoved it into a "Dissidia Modding Suite" package.
Post Reply