gamedata: SetCollisionGroup signatures for L4D (#1514)
This commit is contained in:
parent
f603b7aec3
commit
c38d45b9e7
@ -168,6 +168,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* CBaseEntity::SetCollisionGroup */
|
||||||
|
"#default"
|
||||||
|
{
|
||||||
|
"Signatures"
|
||||||
|
{
|
||||||
|
"SetCollisionGroup"
|
||||||
|
{
|
||||||
|
"library" "server"
|
||||||
|
"windows" "\x53\x56\x8B\xD9\x57\x8B\x2A\x2A\x2A\x39\xBB\x2A\x2A\x00\x00\x8D\xB3\x2A\x2A\x00\x00\x74\x2A\x80\xBE\x80\x2A\x2A\x2A\x00"
|
||||||
|
"linux" "@_ZN11CBaseEntity17SetCollisionGroupEi"
|
||||||
|
/* Windows found by string "Warning, funcladder with blocked bottom point" in CFuncLadder::Spawn, this function has XRef to */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* SetUserInfo data */
|
/* SetUserInfo data */
|
||||||
"#default"
|
"#default"
|
||||||
{
|
{
|
||||||
|
@ -37,6 +37,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* CBaseEntity::SetCollisionGroup */
|
||||||
|
"#default"
|
||||||
|
{
|
||||||
|
"Signatures"
|
||||||
|
{
|
||||||
|
"SetCollisionGroup"
|
||||||
|
{
|
||||||
|
"library" "server"
|
||||||
|
"windows" "\x55\x8B\xEC\x56\x57\x8B\x7D\x08\x8B\xF1\x39\xBE\x2A\x2A\x00\x00\x74\x33"
|
||||||
|
"linux" "@_ZN11CBaseEntity17SetCollisionGroupEi"
|
||||||
|
/* Windows found by string "Warning, funcladder with blocked bottom point" in CFuncLadder::Spawn, this function has XRef to */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* SetUserInfo data */
|
/* SetUserInfo data */
|
||||||
"#default"
|
"#default"
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user