From ba2e9d22a52e663ff662e8fbfd5b1fc0abe2f160 Mon Sep 17 00:00:00 2001 From: rio Date: Thu, 6 Dec 2018 20:50:49 -0600 Subject: [PATCH] Update gamedata for CSGO's Danger Zone update --- plugin/gamedata/rngfix.games.txt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/plugin/gamedata/rngfix.games.txt b/plugin/gamedata/rngfix.games.txt index 163e473..35b2076 100644 --- a/plugin/gamedata/rngfix.games.txt +++ b/plugin/gamedata/rngfix.games.txt @@ -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 @@ } } } -} \ No newline at end of file +}