From 12055586ac29df686c105b9d0c372f9a0f14b7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miikka=20Yl=C3=A4talo?= Date: Thu, 4 Feb 2021 20:22:11 +0200 Subject: [PATCH] Update CS 1.6 offsets --- ezauto/games.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ezauto/games.ini b/ezauto/games.ini index fbe745b..a4780ba 100644 --- a/ezauto/games.ini +++ b/ezauto/games.ini @@ -14,12 +14,13 @@ ; Useful stuff: github.com/ValveSoftware/halflife/ ; ; pm_shared/pm_defs.h +; common/const.h ; ; ================================ ; ================================ -; Please note that for Source games, m_fFlags and m_lifeState are ALWAYS an offset from PlayerBase!! +; Please note that for Source games, m_fFlags and m_MoveType are ALWAYS an offset from PlayerBase!! ; ================================ [Counter-Strike: Global Offensive] WindowTitle=Counter-Strike: Global Offensive @@ -36,6 +37,6 @@ Offset:m_MoveType=0x178 [Counter-Strike 1.6] WindowTitle=Counter-Strike Engine=goldsrc -Offset:flags=hw.dll+0x1009D38 +Offset:flags=hw.dll+0x100A0B8 Offset:movetype=flags+0x24 Offset:BUNNYJUMP_MAX_SPEED_FACTOR=client.dll+0xC42F0