Xaymar / Hellextractor

A simple tool to extract things from Helldivers 2 for your 3D printing needs.
BSD 3-Clause "New" or "Revised" License
32 stars 5 forks source link

[Feature]: Add converter for .wwise_dep #21

Open Xaymar opened 6 months ago

Xaymar commented 6 months ago

Describe the Feature

This file appears to only contain c-style null terminated strings.

uint32_t __unk;
struct {
  uint32_t length;
  char text[length];
}; // So far, always only one.

Possibly only used to mark the .wwise_bank as used?