Skip to content

Commit 45e788b

Browse files
SirPleaseKevonLin
authored andcommitted
Update l4d2_resolve_collision
Thanks to Alan for letting me know we're behind on the latest and greatest.
1 parent c60bafe commit 45e788b

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

Binary file not shown.
Binary file not shown.

addons/sourcemod/gamedata/l4d2_resolve_collision.txt

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"left4dead2"
44
{
55
"Offsets"
6-
{
6+
{
77
"Infected::m_vecNeighbors"
88
{
99
"windows" "7468"
@@ -118,6 +118,30 @@
118118
"linux" "@_ZN11CBaseEntity15SetGroundEntityEPS_"
119119
"windows" "\x55\x8B\xEC\x53\x8B\xD9\x8B\x83\x44\x02\x00\x00"
120120
}
121+
122+
"ZombieBotLocomotion::OnAnimationActivityComplete"
123+
{
124+
"library" "server"
125+
"linux" "@_ZN19ZombieBotLocomotion27OnAnimationActivityCompleteEi"
126+
"windows" "\x55\x8B\xEC\x83\xEC\x0C\x57\x8B\xF9\x83\xBF\xE8\x00\x00\x00\x00"
127+
}
128+
129+
"CBaseEntity::SetAbsVelocity" // https://github.com/Psykotikism/L4D1-2_Signatures
130+
{
131+
"library" "server"
132+
"linux" "@_ZN11CBaseEntity14SetAbsVelocityERK6Vector"
133+
"mac" "@_ZN11CBaseEntity14SetAbsVelocityERK6Vector"
134+
"windows" "\x2A\x2A\x2A\x2A\x2A\x2A\x56\x8B\x2A\x2A\xF3\x2A\x2A\x2A\x57\x8B\x2A\x0F"
135+
/* ? ? ? ? ? ? 56 8B ? ? F3 ? ? ? 57 8B ? 0F */
136+
}
137+
138+
"ZombieBotLocomotion::UpdatePosition"
139+
{
140+
"library" "server"
141+
"linux" "@_ZN19ZombieBotLocomotion14UpdatePositionERK6Vector"
142+
"windows" "\x55\x8B\xEC\x83\xEC\x30\xA1\x2A\x2A\x2A\x2A\x53\x56\x57\x8B\xF9"
143+
/* ? ? ? ? ? ? 56 8B ? ? F3 ? ? ? 57 8B ? 0F */
144+
}
121145
}
122146
}
123147
}

0 commit comments

Comments
 (0)