Update SDKTools gamedata for IOSoccer (fixes #833).
This commit is contained in:
parent
ab68d046c8
commit
9a53fc4425
@ -11,96 +11,81 @@
|
|||||||
|
|
||||||
"Games"
|
"Games"
|
||||||
{
|
{
|
||||||
/* IOS:Source */
|
/* IOSoccer */
|
||||||
"ios"
|
"iosoccer"
|
||||||
{
|
{
|
||||||
"Offsets"
|
"Offsets"
|
||||||
{
|
{
|
||||||
/* CBasePlayer */
|
/* CBasePlayer */
|
||||||
"GiveNamedItem"
|
"GiveNamedItem"
|
||||||
{
|
{
|
||||||
"windows" "328"
|
"windows" "336"
|
||||||
"linux" "329"
|
"linux" "337"
|
||||||
}
|
}
|
||||||
"RemovePlayerItem"
|
"RemovePlayerItem"
|
||||||
{
|
{
|
||||||
"windows" "226"
|
"windows" "241"
|
||||||
"linux" "227"
|
"linux" "242"
|
||||||
}
|
}
|
||||||
"Weapon_GetSlot"
|
"Weapon_GetSlot"
|
||||||
{
|
{
|
||||||
"windows" "224"
|
"windows" "239"
|
||||||
"linux" "225"
|
"linux" "240"
|
||||||
}
|
}
|
||||||
"Ignite"
|
"Ignite"
|
||||||
{
|
{
|
||||||
"windows" "188"
|
"windows" "196"
|
||||||
"linux" "189"
|
"linux" "197"
|
||||||
}
|
}
|
||||||
"Extinguish"
|
"Extinguish"
|
||||||
{
|
{
|
||||||
"windows" "189"
|
"windows" "200"
|
||||||
"linux" "190"
|
"linux" "201"
|
||||||
}
|
}
|
||||||
"Teleport"
|
"Teleport"
|
||||||
{
|
{
|
||||||
"windows" "98"
|
"windows" "103"
|
||||||
"linux" "99"
|
"linux" "104"
|
||||||
}
|
}
|
||||||
"CommitSuicide"
|
"CommitSuicide"
|
||||||
{
|
{
|
||||||
"windows" "356"
|
"windows" "378"
|
||||||
"linux" "357"
|
"linux" "378"
|
||||||
}
|
}
|
||||||
"GetVelocity"
|
"GetVelocity"
|
||||||
{
|
{
|
||||||
"windows" "126"
|
"windows" "133"
|
||||||
"linux" "127"
|
"linux" "134"
|
||||||
}
|
}
|
||||||
"EyeAngles"
|
"EyeAngles"
|
||||||
{
|
{
|
||||||
"windows" "118"
|
"windows" "125"
|
||||||
"linux" "119"
|
"linux" "126"
|
||||||
}
|
|
||||||
"DispatchKeyValue"
|
|
||||||
{
|
|
||||||
"windows" "31"
|
|
||||||
"linux" "30"
|
|
||||||
}
|
|
||||||
"DispatchKeyValueFloat"
|
|
||||||
{
|
|
||||||
"windows" "30"
|
|
||||||
"linux" "31"
|
|
||||||
}
|
|
||||||
"DispatchKeyValueVector"
|
|
||||||
{
|
|
||||||
"windows" "29"
|
|
||||||
"linux" "32"
|
|
||||||
}
|
}
|
||||||
"AcceptInput"
|
"AcceptInput"
|
||||||
{
|
{
|
||||||
"windows" "35"
|
"windows" "34"
|
||||||
"linux" "36"
|
"linux" "35"
|
||||||
}
|
}
|
||||||
"SetEntityModel"
|
"SetEntityModel"
|
||||||
{
|
{
|
||||||
"windows" "25"
|
"windows" "23"
|
||||||
"linux" "26"
|
"linux" "24"
|
||||||
}
|
}
|
||||||
"WeaponEquip"
|
"WeaponEquip"
|
||||||
{
|
{
|
||||||
"windows" "217"
|
"windows" "232"
|
||||||
"linux" "218"
|
"linux" "233"
|
||||||
}
|
}
|
||||||
"Activate"
|
"Activate"
|
||||||
{
|
{
|
||||||
"windows" "32"
|
"windows" "31"
|
||||||
"linux" "33"
|
"linux" "32"
|
||||||
}
|
}
|
||||||
"PlayerRunCmd"
|
"PlayerRunCmd"
|
||||||
{
|
{
|
||||||
"windows" "346"
|
"windows" "356"
|
||||||
"linux" "347"
|
"linux" "357"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -217,7 +217,7 @@
|
|||||||
}
|
}
|
||||||
"game.ios.txt"
|
"game.ios.txt"
|
||||||
{
|
{
|
||||||
"game" "ios"
|
"game" "iosoccer"
|
||||||
}
|
}
|
||||||
"game.left4dead2.txt"
|
"game.left4dead2.txt"
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user