diff --git a/gamedata/cs2fixes.games.txt b/gamedata/cs2fixes.games.txt index 9db4904d..7f86942b 100644 --- a/gamedata/cs2fixes.games.txt +++ b/gamedata/cs2fixes.games.txt @@ -31,13 +31,6 @@ "windows" "\x48\x89\x5C\x24\x2A\x48\x89\x7C\x24\x2A\x55\x48\x8D\xAC\x24\x2A\x2A\x2A\x2A\xB8\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x48\x2B\xE0\x48\x8B\x02\x48\x8B\xF9" "linux" "\x55\x48\x89\xE5\x41\x57\x41\x56\x41\x55\x49\x89\xF5\x41\x54\x49\x89\xFC\x53\x48\x81\xEC\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x84\xC0\x74\x2A\x41\x80\xBC\x24" } - // In the vtable it comes right above Touch - "TriggerTeleport_StartTouch" - { - "library" "server" - "windows" "\x40\x56\x57\x48\x81\xEC\x2A\x00\x00\x00\x48\x8B\x01\x48\x8B\xFA" - "linux" "\x55\x48\x89\xE5\x41\x57\x49\x89\xFF\x41\x56\x41\x55\x41\x54\x49\x89\xF4\x53\x48\x81\xEC\x2A\x00\x00\x00\x48\x8B\x07" - } // this is called in CTriggerPush::Touch, using IDA pseudocode look in an `if ( ( v & 0x80 ) != 0 )` and then `if ( v > 0.0 ) SetGroundEntity()` "SetGroundEntity" {