

Someone tool export_import?
Code: Select all
//------------------------------------------------
//--- 010 Editor v8.0 Binary Template
//
//      File: Broken Sword 5 (*.txa) Template
//   Authors: Shegorat
//   Version: 1.0
//      Game: Broken Sword 5 - the Serpent's Curse
//  Category: Text resource
// File Mask: *.txa
//  ID Bytes: 
//   History: 
//------------------------------------------------
struct {
    char id[8];
    uint32 count;
    struct {
        uint32 id;
        uint32 offset;
    } offsets[count];
    struct {
        string str;
    } strings[count] <optimize=false>;
    
} header;

