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