New plugin: FixLagCompensation. Disables engine lag comp for players on moving objects.

This commit is contained in:
BotoX
2019-12-21 21:53:09 +01:00
parent 4c52227886
commit 0388e606d9
2 changed files with 118 additions and 0 deletions
@@ -0,0 +1,45 @@
"Games"
{
"cstrike"
{
"Offsets"
{
"IsMoving"
{
"windows" "74"
"linux" "75"
}
}
"Signatures"
{
"CLagCompensationManager::BacktrackPlayer"
{
"library" "server"
"linux" "@_ZN23CLagCompensationManager15BacktrackPlayerEP11CBasePlayerf"
}
}
"Functions"
{
"CLagCompensationManager__BacktrackPlayer"
{
"signature" "CLagCompensationManager::BacktrackPlayer"
"callconv" "thiscall"
"return" "void"
"this" "ignore"
"arguments"
{
"pPlayer"
{
"type" "cbaseentity"
}
"flTargetTime"
{
"type" "float"
}
}
}
}
}
}