Game File Formats

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
revelation
mega-veteran
mega-veteran
Posts: 183
Joined: Mon May 12, 2008 5:15 pm
Has thanked: 5 times
Been thanked: 85 times

Game File Formats

Post by revelation » Sun Jan 25, 2009 2:28 am

Hello,

I am a programmer working on graphics programming related topics, one of which involves the area of character animation systems. I have been looking into becoming more knowledgeable in reverse engineering game file formats. I was particularly interested in the model and animation formats for a number of games. I plan on creating model viewer and and animation system to allow viewing, modifying and experimenting with various character animation and motion control systems. I would like to find more information on the structure of these files in order to attempt implementing their formats into the system. As I would like to gain more knowledge and experience in reverse engineering, any resources in that regard would be helpful, and I would be glad to apply my skills if I am able to help in any way.

Final Fantasy series.
Metal Gear Solid series.
Kingdom Hearts series.
Zone of the Enders.
Resident Evil series.
Super Smash Brothers series.
Ninja Gaiden series.
Devil May Cry series.
Prince of Persia series.
Metroid Prime series.
God of War series.
Legend of Zelda series.

From lurking here in the forums I am sure there are other games with a good deal of 3d data to work with. I will be looking into a number of pc games as well. I am always looking for high quality graphics and animation data to work with. I plan on doing a number of investigations into gameplay mechanics, control schemes, motion synthesis and retargetting, character animation, blending, locomotion and physics, as well as a number of other areas.

Any information you could provide would be greatly appreciated.

Thanks in advance.

Pengulord
advanced
Posts: 43
Joined: Tue Aug 21, 2007 10:21 am

Re: Game File Formats

Post by Pengulord » Sun Jan 25, 2009 3:10 pm

Like it's follower,DMC3 is using .pac-files for the skin texture of the characters and weapon.Alo it's using .tm2 for other textures.
Sounds are bin files, but they can be replaced with normal music files by renaming,so it makes fun to switch the music in the game 8)
If you are interested, you can change the data.pak to data.AFS and open it by AFSExplorer to see the certain files.
Modders also posted an indification thread for the skins:
http://z9.invisionfree.com/Hells_Atelie ... owtopic=15

As for PoP, it's more complicated.For sounds it's using sb0 files. Skins and textures are made with .TGA , .MTL , .OBJ and mostly BIN-files.They are packed in a .BF file, just as BG&E.
You can extract them with MultiEx and persianrug, both offered here.


The new game uses .forge files and uses the same engine as assassins creed.

Unfortunately,nobody knows how to mod the Sand of Time/warrior within/Two Thrones game, like opening the ressource-kit and replace the files in there with modded ones. So I have no idea how to mod the SoT-franchise alittle.

pixellegolas
ultra-veteran
ultra-veteran
Posts: 423
Joined: Mon Aug 11, 2008 11:30 pm
Has thanked: 27 times
Been thanked: 15 times

Re: Game File Formats

Post by pixellegolas » Mon Jan 26, 2009 12:42 am

this is pretty much spot on what i want. extract models and animations but i just want to play around and import to my 3d engine. SO far i have this:

NIF files native in max, games:

REQUIEM ONLINE, works perfectly in max with models + animations

Then you have quake4 that can import in max with models + animation

I also am looking or final fantasy 11 files. In viewer we can see animations but not eport though yet

I really really really like the animations in CABAL ONLINE and would like to see it extracted :)

Post Reply