Hellextractor icon indicating copy to clipboard operation
Hellextractor copied to clipboard

A simple tool to extract things from Helldivers 2 for your 3D printing needs.

Results 7 Hellextractor issues
Sort by recently updated
recently updated
newest added

Seems that bitsquid (stingray) partially moved to 64bit offsets and header includes some clues for read buffers E.g. aligned offsets seems to suggest that during load they allocate full buffer...

### Describe the Feature Removes the need for people to manually enter a xorpad.bin for tools like wwiser. Bank headers (BKHD chunks) are "encrypted" from 0x8-0x10 with this key: `ACBC1192387010A3`...

type:feature
triage

### Describe the Feature With the recent few commits, Hellextractor now works on Linux with seemingly no issues. Might be useful to have a linux binary as well now. Flatpak...

type:feature
triage

### Describe the Feature If this is out of scope for the Hellextractor, please remove this request. I did a very simple test with a bik file (b2b8b34553f957cb.bik) from the...

type:feature

Everything about the `.unit` file structure. ##### Known Information - X is Up, forward is either Z or Y - Vertex Data: - Types: - 0: Position - 1: Color...

type:help

### Describe the Feature This heavily relies on the completion of #1

type:feature

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

type:feature