Update gamedata for CSGO's Danger Zone update

This commit is contained in:
rio 2018-12-06 20:50:49 -06:00
parent 1c85683a7e
commit ba2e9d22a5

View File

@ -5,10 +5,10 @@
"Keys"
{
"IGameMovement" "GameMovement001"
"IServerGameEnts" "ServerGameEnts001"
}
"Signatures"
{
"CreateInterface"
@ -18,7 +18,7 @@
"linux" "@CreateInterface"
}
}
"Offsets"
{
"ProcessMovement"
@ -28,7 +28,7 @@
}
}
}
"csgo"
{
"Offsets"
@ -36,17 +36,17 @@
// applies to trigger_vphysics_motion and trigger_wind
"CBaseVPhysicsTrigger::PassesTriggerFilters"
{
"windows" "196"
"linux" "197"
"windows" "200"
"linux" "201"
}
// applies to all other triggers
"CBaseTrigger::PassesTriggerFilters"
{
"windows" "206"
"linux" "207"
"windows" "210"
"linux" "211"
}
"IServerGameEnts::MarkEntitiesAsTouching"
{
"windows" "1"
@ -54,25 +54,25 @@
}
}
}
"cstrike"
{
"Offsets"
{
{
// applies to trigger_vphysics_motion and trigger_wind
"CBaseVPhysicsTrigger::PassesTriggerFilters"
{
"windows" "188"
"linux" "189"
}
// applies to all other triggers
"CBaseTrigger::PassesTriggerFilters"
{
"windows" "197"
"linux" "198"
}
"IServerGameEnts::MarkEntitiesAsTouching"
{
"windows" "2"
@ -80,4 +80,4 @@
}
}
}
}
}