Skip to content

Commit

Permalink
feat: add support for v2021.7.20e
Browse files Browse the repository at this point in the history
  • Loading branch information
kurokobo committed Jul 21, 2021
1 parent 19381e5 commit a22d83f
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions Offsets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1431,5 +1431,58 @@
"PetOffset": 0x28,
"IsYouOffset": 0x2C
}
},
"EF54F104DAFAFE191BC9A8657C3504662B8965A04AC260BE6AF2AF63FAF22A90": {
"Description": "v2021.7.20e",
"AmongUsClientOffset": 0x1C65CB0,
"GameDataOffset": 0x1C7F2FC,
"MeetingHudOffset": 0x1C5D4FC,
"GameStartManagerOffset": 0x1C40194,
"HudManagerOffset": 0x1C402B4,
"ServerManagerOffset": 0x1C407A4,
"TempDataOffset": 0x1C7AD24,
"GameOptionsOffset": 0x1C6861C,

"MeetingHudPtr": [0x1C5D4FC, 0x5C, 0x0],
"MeetingHudCachePtrOffsets": [0x8],
"MeetingHudStateOffsets": [0x74],
"GameStateOffsets": [0x1C65CB0, 0x5C, 0x0, 0x74],
"AllPlayerPtrOffsets": [0x1C7F2FC, 0x5C, 0x0, 0x24],
"AllPlayersOffsets": [0x8],
"PlayerCountOffsets": [0xC],
"ExiledPlayerIdOffsets": [0x1C5D4FC, 0x5C, 0x0, 0x80, 0x8],
"RawGameOverReasonOffsets": [0x1C7AD24, 0x5C, 0x4],
"WinningPlayersPtrOffsets": [0x1C7AD24, 0x5C, 0xC],
"WinningPlayersOffsets": [0x8],
"WinningPlayerCountOffsets": [0xC],
"GameCodeOffsets": [0x1C40194, 0x5C, 0x0, 0x20, 0x80],
"PlayRegionOffsets": [0x1C407A4, 0x5C, 0x0, 0x10, 0x8, 0x8],
"PlayMapOffsets": [0x1C6861C, 0x5C, 0x4, 0x10],
"StringOffsets": [0x8, 0xC],
"AddPlayerPtr": 0x4,
"PlayerListPtr": 0x10,
"PlayerInfoStructOffsets": {
"PlayerIDOffset": 0x8,
"PlayerNameOffset": 0xC,
"ColorIDOffset": 0x14,
"HatIDOffset": 0x18,
"PetIDOffset": 0x1C,
"SkinIDOffset": 0x20,
"DisconnectedOffset": 0x24,
"TasksOffset": 0x28,
"ImposterOffset": 0x2C,
"DeadOffset": 0x2D,
"ObjectOffset": 0x30
},
"WinningPlayerDataStructOffsets": {
"NameOffset": 0x8,
"DeadOffset": 0xC,
"ImposterOffset": 0xD,
"ColorOffset": 0x10,
"SkinOffset": 0x14,
"HatOffset": 0x18,
"PetOffset": 0x1C,
"IsYouOffset": 0x20
}
}
}

0 comments on commit a22d83f

Please sign in to comment.