Skip to content

Commit

Permalink
Update gamedata after CS:GO update to 1.38.5.2 (#5)
Browse files Browse the repository at this point in the history
* Update gamedata after CS:GO update to 1.38.5.2

* Add warning comments to gamedata
  • Loading branch information
Wend4r committed Feb 4, 2023
1 parent fe49de4 commit 58bdb0b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions addons/sourcemod/gamedata/econ_persona_data_public.games.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{
"signature" "CInventoryManager::Init"

"read" "170" // 0xAA
"read" "103" // 0x67
}
}
}
Expand All @@ -78,8 +78,15 @@
"CInventoryManager::Init"
{
"library" "server"

"windows" "\x55\x8B\xEC\x83\xEC\x1C\x8D\x45\xE4\xC7\x45\xE4\x01\x00\x00\x00"
"linux" "\x55\x89\xE5\x83\xEC\x28\xC7\x44\x24\x18"

//FIXME: @Wend4r : UNSTABLE!
// CS:GO team planned updating to glibc 2.31 .
// CStike15_src build environment may have more GCC updates!
"linux" "\x55\x89\xE5\x83\xEC\x0C\x68\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\x6A\x00\x68\x2A\x2A\x2A\x2A\x6A\x01\xE8"

//TODO: @Wend4r (03.02.2023): add x86_64 platforms.
}
}
}
Expand Down

0 comments on commit 58bdb0b

Please sign in to comment.