Skip to content

Commit

Permalink
Create 2020.12.3.yml (#10)
Browse files Browse the repository at this point in the history
Add support for version 2020.12.3
  • Loading branch information
vrnagy authored Dec 4, 2020
1 parent edd0123 commit 72d99d1
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions offsets/2020.12.3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
meetingHud: [0x14B2A7C, 0x5c, 0]
meetingHudCachePtr: [0x8]
meetingHudState: [0x84]
gameState: [0x14B2C9C, 0x5C, 0, 0x64]

allPlayersPtr: [0x14B2E9C, 0x5c, 0, 0x24]
allPlayers: [0x08]
playerCount: [0x0c]
playerAddrPtr: 0x10
exiledPlayerId: [0xff, 0x14B2A7C, 0x5c, 0, 0x94, 0x08]

gameCode: [0x1858970, 0x5c, 0, 0x20, 0x28]

player:
struct:
- type: SKIP
skip: 8
name: unused
- type: UINT
name: id
- type: UINT
name: name
- type: UINT
name: color
- type: UINT
name: hat
- type: UINT
name: pet
- type: UINT
name: skin
- type: UINT
name: disconnected
- type: UINT
name: taskPtr
- type: BYTE
name: impostor
- type: BYTE
name: dead
- type: SKIP
skip: 2
name: unused
- type: UINT
name: objectPtr
isLocal: [0x54]
localX: [0x60, 0x50]
localY: [0x60, 0x54]
remoteX: [0x60, 0x3C]
remoteY: [0x60, 0x40]
bufferLength: 56
offsets: [0, 0]
inVent: [0x31]

0 comments on commit 72d99d1

Please sign in to comment.