Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Found another set of common hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Feb 27, 2024
1 parent 0080056 commit 0c820f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extra/010 Editor/helldivers2_meshinfo.bt
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,13 @@ struct meshinfo_t {
FSeek(startof(this) + offsets[i]);
struct {
uint32_t __unk <format=hex>;
uint32_t __unk <format=hex>;
BigEndian();
uint32_t __unk_commonhash <format=hex>;
LittleEndian();
uint32_t __unk <format=hex>;
uint32_t __unk <format=hex>;

uint32_t count <format=decimal>;
uint32_t count <format=decimal>; // But this odd offset seems to fix itself if this is 4 in the last element. wtf is going on.
uint32_t offsets[count] <format=decimal>;
uint32_t offset <format=decimal>;

Expand Down

0 comments on commit 0c820f1

Please sign in to comment.