//------------------------------------------------ //--- 010 Editor v12.0.1 Binary Template // // File: dt_wwise_bank.bt // Authors: Lucas Schwiderski // Version: // Purpose: // Category: Darktide // File Mask: *.wwise_bank // ID Bytes: // History: //------------------------------------------------ uint32 version ; Assert(version == 0x1b); uint32 length; // A section of values that don't belong the actual Wwise bank struct { uint32 unknown1; Assert(unknown1 == 0x0); // Matches the file itself uint64 this_file ; uint32 unknown2; Assert(unknown2 == 0x20); uint32 unknown3; Assert(unknown3 == 0x0); } header; struct bnk { #include "bnk.bt"; } wwise_bank ;