diff --git a/addons/sourcemod/gamedata/noclipspeed.games.txt b/addons/sourcemod/gamedata/noclipspeed.games.txt index 210447f..0d0ffe3 100644 --- a/addons/sourcemod/gamedata/noclipspeed.games.txt +++ b/addons/sourcemod/gamedata/noclipspeed.games.txt @@ -1,6 +1,6 @@ "Games" { - "csgo" + "#default" { "Keys" { @@ -12,6 +12,24 @@ "CBaseEntity::m_RefEHandle" "12" } + "Offsets" + { + "OSType" + { + "windows" "1" + "linux" "2" + } + + "m_angRotation" + { + "class" "CBaseEntity" + "prop" "m_angRotation" + } + } + } + + "csgo" + { "Signatures" { "CGameMovement::FullNoClipMove" @@ -21,34 +39,10 @@ "linux" "\x55\x89\xE5\x57\x56\x53\x81\xEC\x9C\x00\x00\x00\xA1\x2A\x2A\x2A\x2A\x8B\x5D\x08\x3D\x2A\x2A\x2A\x2A" } } - - "Offsets" - { - "OSType" - { - "windows" "1" - "linux" "2" - } - - "m_angRotation" - { - "class" "CBaseEntity" - "prop" "m_angRotation" - } - } } + "cstrike" { - "Keys" - { - //CGameMovement - "CGameMovement::player" "4" - - //CBaseEntity - //Offset is relative to m_angRotation netprop - "CBaseEntity::m_RefEHandle" "12" - } - "Signatures" { "CGameMovement::FullNoClipMove" @@ -58,20 +52,5 @@ "linux" "@_ZN13CGameMovement14FullNoClipMoveEff" } } - - "Offsets" - { - "OSType" - { - "windows" "1" - "linux" "2" - } - - "m_angRotation" - { - "class" "CBaseEntity" - "prop" "m_angRotation" - } - } } } \ No newline at end of file