From fc29f4249a8b65f72815a2a5d5f15791f2c44ddf Mon Sep 17 00:00:00 2001 From: Dr!fter Date: Thu, 15 Aug 2013 17:04:33 -0400 Subject: [PATCH] Update some more CS:GO gamedata --- gamedata/sm-cstrike.games/game.csgo.txt | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/gamedata/sm-cstrike.games/game.csgo.txt b/gamedata/sm-cstrike.games/game.csgo.txt index 16feb8c3a..bf831de8d 100644 --- a/gamedata/sm-cstrike.games/game.csgo.txt +++ b/gamedata/sm-cstrike.games/game.csgo.txt @@ -155,17 +155,16 @@ { "Keys" { - "CScoreBase" "m_iWeaponPurchasesThisRound" + "CScoreBase" "m_bIsLookingAtWeapon" } "Offsets" { - /* factors in 256 (size of m_iWeaponPurchasesThisRound array (int size * 64 maxplayers)) */ "CScore" { - "windows" "276" - "linux" "276" - "mac" "276" + "windows" "36" + "linux" "36" + "mac" "36" } } } @@ -174,17 +173,16 @@ { "Keys" { - "MVPsBase" "m_iWeaponPurchasesThisRound" + "MVPsBase" "m_bIsLookingAtWeapon" } "Offsets" { "MVPs" { - /* factors in 256 (size of m_iWeaponPurchasesThisRound array (int size * 64 maxplayers)) */ - "windows" "256" - "linux" "256" - "mac" "256" + "windows" "16" + "linux" "16" + "mac" "16" } } }