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

.unit: Type 0x7, Format 0x0 is unsupported #2

Closed Xaymar closed 6 months ago

Xaymar commented 6 months ago

Width: 4 bytes

Xaymar commented 6 months ago

Usually found with 0x0000803F, which when converted to a signed byte is [0, 0, -128, 63]. This would make all vertices point "down" in the Z axis, so not sure what this is yet.

Xaymar commented 6 months ago

Type 7 cannot reasonably exist in the same space as everything else. The vertex stride does not allow for it. See #1