Skip to content

Commit

Permalink
Update gamedata for 2022-12-01 TF2 update (#14)
Browse files Browse the repository at this point in the history
* Update signatures and offsets for TF2 VScript update

* Bump version
  • Loading branch information
Mikusch authored Dec 2, 2022
1 parent f68a646 commit 552c956
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions addons/sourcemod/gamedata/tf-bhop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
"library" "server"
"linux" "@_ZNK9CTFPlayer10CanAirDashEv"
"windows" "\x55\x8B\xEC\x83\xEC\x08\x57\x8B\xF9\xF7\x87\x84\x1A\x00\x00\x00\x00\x04\x00"
"windows" "\x55\x8B\xEC\x83\xEC\x08\x57\x8B\xF9\xF7\x87\xB4\x1B\x00\x00\x00\x00\x04\x00"
}
"CAttributeManager::AttribHookValue<int>"
{
Expand All @@ -37,13 +37,13 @@
{
"library" "server"
"linux" "@_ZN15CTFGameMovement15CheckJumpButtonEv"
"windows" "\x55\x8B\xEC\x83\xEC\x0C\x57\x8B\xF9\x8B\x47\x04\x80\xB8\x54\x0A\x00\x00\x00"
"windows" "\x55\x8B\xEC\x83\xEC\x0C\x57\x8B\xF9\x8B\x47\x04\x80\xB8\x84\x0B\x00\x00\x00"
}
"CTFGameMovement::PreventBunnyJumping"
{
"library" "server"
"linux" "@_ZN15CTFGameMovement19PreventBunnyJumpingEv"
"windows" "\x56\x8B\xF1\x6A\x52\x8B\x8E\xA8\x07\x00\x00\x81\xC1\xB0\x19\x00\x00\xE8\x2A\x2A\x2A\x2A\x84\xC0\x75\x2A"
"windows" "\x56\x8B\xF1\x6A\x52\x8B\x8E\xA8\x07\x00\x00\x81\xC1\xE0\x1A\x00\x00\xE8\x2A\x2A\x2A\x2A\x84\xC0\x75\x2A"
}
}
"Addresses"
Expand All @@ -53,12 +53,12 @@
"linux"
{
"signature" "CTFGameMovement::CheckJumpButton"
"offset" "215" // CTFGameMovement::CheckJumpButton+D7
"offset" "223" // CTFGameMovement::CheckJumpButton+DF
}
"windows"
{
"signature" "CTFGameMovement::CheckJumpButton"
"offset" "507" // CTFGameMovement::CheckJumpButton+1FB
"offset" "511" // CTFGameMovement::CheckJumpButton+1FF
}
}
"MemoryPatch_AllowBunnyJumping"
Expand All @@ -84,8 +84,8 @@
}
"MemoryPatch_AllowBunnyJumping"
{
"linux" "\xEB" // jz short -> jmp short
"windows" "\xEB" // jz short -> jmp short
"linux" "\xEB" // jnz short -> jmp short
"windows" "\xEB" // jnz short -> jmp short
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/tf-bhop.sp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public Plugin myinfo =
name = "[TF2] Simple Bunnyhop",
author = "Mikusch",
description = "Simple TF2 bunnyhopping plugin",
version = "1.5.1",
version = "1.5.2",
url = "https://github.com/Mikusch/tf-bhop"
}

Expand Down

0 comments on commit 552c956

Please sign in to comment.