Would anyone be interested in any game data ? like models, textures ? I'm a huge fan of DDS, so I've just begun investigating the game's files and it seems that Nocturne, DDS1 & 2 and Devil Summoner all share the same file format so I'm trying to make a program that can extract models & textures. I was curious if anyone else was interested ?
|
Logged genious7 has 2 Posts (+10/-0 Karma) |
|
|
I would be extremely interested. Definitely let us know what you dig up.
|
Logged Tony has 485 Posts (+10/-0 Karma) |
|
|
I same interesting to. I want translate all games on Russian language.
|
Logged BoreS has 46 Posts (+10/-0 Karma) |
|
|
I managed to open up only textures so far. And the ones I've got aren't from the game's levels, but rather miscellaneous stuff. Game models are embedded with textures so I need to hack them and extract their textures from there and I'm having difficulties getting their right size, because their palleted textures, something like GIFs. Atlus made a little mistake on Nocturne and accidentally left a windows executable capable of opening textures :D
|
Logged genious7 has 2 Posts (+10/-0 Karma) |
|
|
That sounds pretty promising so far. I hope it turns out. :)
|
Logged Tony has 485 Posts (+10/-0 Karma) |
|
|
I don't see any executables on the Nocturne disc. There is, however, a program someone developed that will allow one to convert the file format Atlus uses for some of their games to a readable format. I believe they made it for Persona 3, but it works for other TMX files, as well, but if you're ripping the files using a hex editor, you will most likely run into the palette and size issues.
Not like there's anything of worth on there, though.
« Last Edit: October 22, 2007, 01:11:07 PM by Heat »
|
Logged Heat has 394 Posts (+10/-0 Karma) |
|
|
Can you take me reference on this prog?
|
Logged BoreS has 46 Posts (+10/-0 Karma) |
|
|
yksehtniycul
|
don't play with me 'cause you're playing with fire |
For the core data, that is your intellectual property breaking stuff, Japanese games tend to compile this into the executible at often random addresses and in hair raising ways. If they make the effort to break the models up into pieces throughout the executible, then there is little you can do to get at it. If Atlus is this paranoid, which realistically they should be, then most likely the demon and character models are stored this way.
There are other ways to get at such data, but the pitfalls outnumber the incentives in almost all cases, and are way too involved to delve into.
Of course I don't want to discourage investigation. But you might have an easier time petitioning Atlus to release the data for posterity sake, eg. fat chance -- under the contemporary climate.
editted: There is a reasonable chance that you could get the models from Imagine, being a PC game targeted for hardware acceleration. If it had an opengl mode this assumption would be much safer. However you could look into apps like OpenglInterceptor and Ogle, only you would need something similar for DirectX.
« Last Edit: October 23, 2007, 05:53:52 AM by yksehtniycul »
|
Logged yksehtniycul has 2094 Posts (+0/-0 Karma) |
|
|
Can you take me reference on this prog?
Excuse me?
|
Logged Heat has 394 Posts (+10/-0 Karma) |
|
|
Excuse me?
I had in view of this program, you do not know where it is possible to take it?
There is, however, a program someone developed that will allow one to convert the file format Atlus uses for some of their games to a readable format.
|
Logged BoreS has 46 Posts (+10/-0 Karma) |
|
|
|
|