Skip to content

Commit 1e45e84

Browse files
committed
Update movement unlocker patch for Windows
1 parent 2120b66 commit 1e45e84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gamedata/cs2fixes.games.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"ServerMovementUnlock"
4343
{
4444
"library" "server"
45-
"windows" "\x76\x2A\xF3\x0F\x58\xD4\x0F\x57\xC0\xF3\x0F\x58\xD3" // TODO: needs reworking, compiler fucked with the jump instruction
45+
"windows" "\x0F\x86\xB8\x2A\x2A\x2A\xF3\x0F\x58\xD4"
4646
"linux" "\x0F\x87\x2A\x2A\x2A\x2A\xF3\x0F\x10\x3D\x2A\x2A\x2A\x2A\xF3\x0F\x11\xBD"
4747
}
4848
// String: "CCSPlayerPawnBase::SwitchTeam", just keep in mind this is actually CCSPlayerController::SwitchTeam
@@ -544,7 +544,7 @@
544544
// Server
545545
"ServerMovementUnlock"
546546
{
547-
"windows" "\xEB"
547+
"windows" "\xE9\xB9\x00\x00\x00\x90"
548548
"linux" "\x90\x90\x90\x90\x90\x90"
549549
}
550550
"FixWaterFloorJump"

0 commit comments

Comments
 (0)