Jump to content

Recommended Posts

Posted
21 hours ago, ikskoks said:

Please specify more details. What game is it from, which platform etc.

It's Insomniac game but I don't wanna say name because I don't wanna trouble and PC now

  • 5 months later...
  • Engineers
Posted

This will parse basic info. You'll need decompiler for those dat. Looks like lua or somethin...

//------------------------------------------------
//--- 010 Editor v14.0 Binary Template
//
//      File: 
//   Authors: 
//   Version: 
//   Purpose: 
//  Category: 
// File Mask: 
//  ID Bytes: 
//   History: 
//------------------------------------------------
local uint32 Var;

do
{
    Var=ReadUByte(FTell());
    if (Var == 0)
        break;
    struct
    {
        ubyte Version;
        char Sign[3];
        uint32 Unknown_0;
        uint32 ResourceSize;
        byte Data[ResourceSize - 12];
        
    }DAT;
}    
while(DAT.Version == 49);

 

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...