Fix (parts of) CS:GO gamedata (#656)

* Fix SDKTools gamedata (thanks to Rodya)

* Fix CStrike Linux gamedata

* Fix keys

* Fix keys #2

* Adjust Windows offsets as well

* Update CommitSuicide (from Bara)
This commit is contained in:
awillinger 2017-08-18 15:06:31 +02:00 committed by Asher Baker
parent 902cae595b
commit cb83a307ec
2 changed files with 14 additions and 14 deletions

View File

@ -219,9 +219,9 @@
{ {
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "449" "windows" "450"
"linux" "450" "linux" "451"
"mac" "450" "mac" "451"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
@ -255,9 +255,9 @@
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "499" "windows" "500"
"linux" "499" "linux" "500"
"mac" "499" "mac" "500"
} }
"GetVelocity" "GetVelocity"
{ {
@ -297,15 +297,15 @@
} }
"PlayerRunCmd" "PlayerRunCmd"
{ {
"windows" "469" "windows" "470"
"linux" "470" "linux" "471"
"mac" "470" "mac" "471"
} }
"GiveAmmo" "GiveAmmo"
{ {
"windows" "275" "windows" "276"
"linux" "276" "linux" "277"
"mac" "276" "mac" "277"
} }
} }
} }

View File

@ -58,7 +58,7 @@
"CCSPlayerInventoryOffset" "CCSPlayerInventoryOffset"
{ {
"windows" "55" "windows" "55"
"linux" "87" "linux" "97"
"mac" "109" "mac" "109"
} }
"GetItemInLoadout" "GetItemInLoadout"
@ -97,7 +97,7 @@
{ {
"library" "server" "library" "server"
"windows" "\x2A\x2A\x2A\x2A\x2A\x2A\x81\xEC\x7C\x01\x00\x00\x53\x56\x57\x6A\x00" "windows" "\x2A\x2A\x2A\x2A\x2A\x2A\x81\xEC\x7C\x01\x00\x00\x53\x56\x57\x6A\x00"
"linux" "\x2A\x2A\x2A\x2A\x2A\x2A\x81\xEC\x9C\x01\x00\x00\x0F\xB6\x55\x14" "linux" "\x2A\x2A\x2A\x2A\x2A\x2A\x0F\xB6\x55\x14\x89\x75\xF8\x8B\x75\x08"
} }
"CSWeaponDrop"//Wildcard first 6 bytes for CS:S DM (kept for backcompat with old SM versions) "CSWeaponDrop"//Wildcard first 6 bytes for CS:S DM (kept for backcompat with old SM versions)
{ {