Skip to content

Commit

Permalink
Update some hl2mp gamedata
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Nov 17, 2024
1 parent a16ba7c commit c30f033
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gamedata/sdkhooks.games/engine.ep2v.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{
"Offsets"
{
//This sucks, this comment HAS to stay, if you remove it, sourcemod WILl crash, why? Ask god.
"EntityListeners"
{
"windows" "131108"
Expand Down Expand Up @@ -195,6 +194,13 @@
{
"Offsets"
{
"EntityListeners"
{
"windows" "131108"
"windows64" "262200"
"linux" "131108"
"linux64" "262200"
}
"EndTouch"
{
"windows" "100"
Expand Down
10 changes: 10 additions & 0 deletions gamedata/sdktools.games/game.hl2mp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
"linux" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
"mac" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
}
"FireOutput"
{
/* CBaseEntityOutput::FireOutput */
/* String: "(%0.2f) output: (%s,%s) -> (%s,%s,%.1f)" */
"library" "server"
"windows" "\x55\x8B\xEC\x81\xEC\x40\x01\x00\x00\x8B\xC1"
"windows64" "\x48\x8B\xC4\x48\x89\x50\x10\x48\x89\x48\x08\x41\x54"
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
"linux64" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
"Offsets"
{
Expand Down

0 comments on commit c30f033

Please sign in to comment.