Update SDKTools gamedata for IOSoccer (fixes #833).

This commit is contained in:
Nick Hastings 2018-06-22 16:30:22 -04:00
parent dc4d597fb9
commit 6287774d69
2 changed files with 99 additions and 114 deletions

View File

@ -1,113 +1,98 @@
/** /**
* Do not edit this file. Any changes will be overwritten by the gamedata * Do not edit this file. Any changes will be overwritten by the gamedata
* updater or by upgrading your SourceMod install. * updater or by upgrading your SourceMod install.
* *
* To override data in this file, create a subdirectory named "custom" and * To override data in this file, create a subdirectory named "custom" and
* place your own gamedata file(s) inside of it. Such files will be parsed * place your own gamedata file(s) inside of it. Such files will be parsed
* after SM's own. * after SM's own.
* *
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod) * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
*/ */
"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" "AcceptInput"
{ {
"windows" "31" "windows" "34"
"linux" "30" "linux" "35"
} }
"DispatchKeyValueFloat" "SetEntityModel"
{ {
"windows" "30" "windows" "23"
"linux" "31" "linux" "24"
} }
"DispatchKeyValueVector" "WeaponEquip"
{ {
"windows" "29" "windows" "232"
"linux" "32" "linux" "233"
} }
"AcceptInput" "Activate"
{ {
"windows" "35" "windows" "31"
"linux" "36" "linux" "32"
} }
"SetEntityModel" "PlayerRunCmd"
{ {
"windows" "25" "windows" "356"
"linux" "26" "linux" "357"
} }
"WeaponEquip" }
{
"windows" "217" "Keys"
"linux" "218" {
} "GameRulesProxy" "CSDKGameRulesProxy"
"Activate" "GameRulesDataTable" "sdk_gamerules_data"
{ }
"windows" "32" }
"linux" "33" }
}
"PlayerRunCmd"
{
"windows" "346"
"linux" "347"
}
}
"Keys"
{
"GameRulesProxy" "CSDKGameRulesProxy"
"GameRulesDataTable" "sdk_gamerules_data"
}
}
}

View File

@ -217,7 +217,7 @@
} }
"game.ios.txt" "game.ios.txt"
{ {
"game" "ios" "game" "iosoccer"
} }
"game.left4dead2.txt" "game.left4dead2.txt"
{ {