Skip to content

Commit

Permalink
Update patches for 2021-11-16 update
Browse files Browse the repository at this point in the history
Closes #53.  I think.
  • Loading branch information
nosoop committed Nov 16, 2021
1 parent 647a0e6 commit adf5e1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gamedata/tf2.cattr_starterpack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
"signature" "CTFLunchBox::SecondaryAttack()"
"linux"
{
"offset" "25Bh"
"offset" "262h"

// mov eax, "item_healthammokit"; cmp ecx, 5; jz +0x14
"verify" "\xB8\x2A\x2A\x2A\x2A\x83\xF9\x05\x74\x14"
Expand All @@ -752,13 +752,13 @@
"signature" "CTFPlayer::ApplyPushFromDamage()"
"linux"
{
"offset" "78Ch"
"offset" "754h"
"verify" "\x74"
"patch" "\x71"
}
"windows"
{
"offset" "835h"
"offset" "846h"
"verify" "\x74"
"patch" "\xEB" // unconditional JMP
}
Expand All @@ -768,7 +768,7 @@
"signature" "CTFPlayerShared::UpdateCloakMeter()"
"linux"
{
"offset" "13Bh"
"offset" "123h"
"verify" "\xF3\x0F\x10\x1D\x2A\x2A\x2A\x2A"
"patch" "\xF3\x0F\x10\x1D\x00\x00\x00\x00"
}
Expand Down

0 comments on commit adf5e1d

Please sign in to comment.