Jump to content

Iron Man 2 .pkg


Go to solution Solved by ikskoks,

Recommended Posts

  • 3 weeks later...
//------------------------------------------------
//--- 010 Editor v14.0 Binary Template
//
//      File: 
//   Authors: 
//   Version: 
//   Purpose: 
//  Category: 
// File Mask: 
//  ID Bytes: 
//   History: 
//------------------------------------------------
BigEndian();
struct TableInfo {
    uint32 Sign;
    uint32 TableSize;
    uint32 Unk[5];
    uint32 Count;
};

struct TableEntry {
    uint32 Flag;
    uint32 Offset;
    uint32 Size;
    uint32 Value0;
    uint32 Value1;
    uint32 CompressedSize;
    uint32 Value2;
    uint32 Value3;
    uint32 Value4;
};

TableInfo Info;
TableEntry Entry[Info.Count];

for compressed files use zlib. qbms should be easy to write.

Link to comment
Share on other sites

  • 5 months later...
Posted (edited)

it works thank you very much,

 

The only "problem" I found is not really a problem as BMS says it has extracted 95% of the file

Edited by LeoFeroz
I saw an error later
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...