sourcemod/gamedata/sdktools.games/game.tf.txt

160 lines
3.0 KiB
Plaintext
Raw Normal View History

2015-12-16 20:53:13 +01:00
/**
* Do not edit this file. Any changes will be overwritten by the gamedata
* updater or by upgrading your SourceMod install.
*
* 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
* after SM's own.
*
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
*/
"Games"
{
/* Team Fortress 2 */
"tf"
{
"Offsets"
{
"SetOwnerEntity"
{
"windows" "17"
"linux" "18"
"mac" "18"
}
2015-12-16 20:53:13 +01:00
"GiveNamedItem"
{
2022-06-22 03:48:25 +02:00
"windows" "409"
"linux" "410"
"mac" "410"
2015-12-16 20:53:13 +01:00
}
"RemovePlayerItem"
{
"windows" "277"
"linux" "278"
"mac" "278"
2015-12-16 20:53:13 +01:00
}
"Weapon_GetSlot"
{
"windows" "275"
"linux" "276"
"mac" "276"
2015-12-16 20:53:13 +01:00
}
"Ignite"
{
"windows" "216"
"linux" "217"
"mac" "217"
2015-12-16 20:53:13 +01:00
}
"Extinguish"
{
"windows" "220"
"linux" "221"
"mac" "221"
2015-12-16 20:53:13 +01:00
}
"Teleport"
{
"windows" "111"
"linux" "112"
"mac" "112"
2015-12-16 20:53:13 +01:00
}
"CommitSuicide"
{
2022-06-22 03:48:25 +02:00
"windows" "450"
"linux" "450"
"mac" "450"
2015-12-16 20:53:13 +01:00
}
"GetVelocity"
{
"windows" "143"
"linux" "144"
"mac" "144"
2015-12-16 20:53:13 +01:00
}
"EyeAngles"
{
"windows" "134"
"linux" "135"
"mac" "135"
2015-12-16 20:53:13 +01:00
}
"SetEntityModel"
{
"windows" "24"
"linux" "25"
"mac" "25"
}
"AcceptInput"
{
"windows" "36"
"linux" "37"
"mac" "37"
}
"WeaponEquip"
{
"windows" "268"
"linux" "269"
"mac" "269"
2015-12-16 20:53:13 +01:00
}
"Activate"
{
"windows" "33"
"linux" "34"
"mac" "34"
}
"PlayerRunCmd"
{
2022-06-22 03:48:25 +02:00
"windows" "427"
"linux" "428"
"mac" "428"
2015-12-16 20:53:13 +01:00
}
"GiveAmmo"
{
"windows" "259"
"linux" "260"
"mac" "260"
2015-12-16 20:53:13 +01:00
}
"GetAttachment"
{
"windows" "212"
"linux" "213"
"mac" "213"
}
2015-12-16 20:53:13 +01:00
}
"Keys"
{
"GameRulesProxy" "CTFGameRulesProxy"
"GameRulesDataTable" "tf_gamerules_data"
}
}
2017-02-21 01:30:07 +01:00
/* CBaseEntityOutput::FireOutput */
"#default"
{
"Signatures"
{
"FireOutput"
{
"library" "server"
2017-10-20 05:59:14 +02:00
"windows" "\x55\x8B\xEC\x81\xEC\x24\x01\x00\x00\x53\x8B\xC1"
2017-02-21 01:30:07 +01:00
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
"mac" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
}
/* CBaseAnimating::LookupAttachment */
"#default"
{
"Signatures"
{
"LookupAttachment"
{
"library" "server"
"windows" "\x55\x8B\xEC\x56\x8B\xF1\x80\xBE\x41\x03\x00\x00\x00\x75\x2A\x83\xBE\x6C\x04\x00\x00\x00\x75\x2A\xE8\x2A\x2A\x2A\x2A\x85\xC0\x74\x2A\x8B\xCE\xE8\x2A\x2A\x2A\x2A\x8B\x86\x6C\x04\x00\x00\x85\xC0\x74\x2A\x83\x38\x00\x74\x2A\xFF\x75\x08\x50\xE8\x2A\x2A\x2A\x2A\x83\xC4\x08\x40"
"linux" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
"mac" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
}
}
}
2015-12-16 20:53:13 +01:00
}