Jump to content

Home

Extractor & DAT Editor W/ Gui (Released on Jan19)


DanteRenEvo

Recommended Posts

Hey guys, just found this board, quite hard to do if you ask me, anyway...

 

Me and another programmer on my site wrote two apps, one a DAT editor for the strings of the games, the other an extractor with a gui.

 

 

You can get them here:

Extractor

 

Dat Editor

 

 

Also, to let everyone know, whom has been playing with the .meg file format for the last 5 days or so.

 

The first int32 in the fileheader chunk is a crc32 of the file content bytes, the last int32 is the index of the name from the file name chunk.

 

Anywho, right now crc32 checks aren't in place on read, but i would almost guarantee that they will be in place in the live game for at least multiplayer.

 

Well, hope you guys find these tools helpful.

Link to comment
Share on other sites

  • 3 weeks later...

The first int32 in the fileheader chunk is a crc32 of the file content bytes, the last int32 is the index of the name from the file name chunk.

 

I've been playing with meg files too and came up with an extractor as well. The first int32 you're referring to is still a mystery to me. Your assumption (CRC32 check) is logical and i've thought about it as well but when i try CRC32 calculations on the extracted files the values don't check correctly.

Are you sure it's a CRC32 check ?

 

BTW, congratulations for your tools.

 

Pythagoras

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...