2011-12-08 02:17:34 +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"
|
|
|
|
{
|
2014-06-28 15:52:03 +02:00
|
|
|
/* General GameRules */
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"Offsets"
|
|
|
|
{
|
|
|
|
/* Offset into CreateGameRulesObject */
|
|
|
|
"g_pGameRules"
|
|
|
|
{
|
2014-10-30 11:54:09 +01:00
|
|
|
"windows" "5"
|
2014-06-28 15:52:03 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"Signatures"
|
|
|
|
{
|
|
|
|
/* This signature sometimes has multiple matches, but this
|
|
|
|
* does not matter as g_pGameRules is involved in all of them.
|
|
|
|
* The same g_pGameRules offset applies to each match.
|
|
|
|
*
|
|
|
|
* Sometimes this block of bytes is at the beginning of the static
|
|
|
|
* CreateGameRulesObject function and sometimes it is in the middle
|
|
|
|
* of an entirely different function. This depends on the game.
|
|
|
|
*/
|
|
|
|
"CreateGameRulesObject"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2020-03-05 19:37:09 +01:00
|
|
|
"windows" "\x55\x8B\xEC\x8B\x0D\x2A\x2A\x2A\x2A\x85\xC9\x74\x2A\x8B\x01\x6A\x01"
|
2014-06-28 15:52:03 +02:00
|
|
|
}
|
|
|
|
"g_pGameRules"
|
|
|
|
{
|
|
|
|
"library" "server"
|
|
|
|
"linux" "@g_pGameRules"
|
|
|
|
"mac" "@g_pGameRules"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-11-01 02:42:45 +01:00
|
|
|
|
2014-06-28 15:52:03 +02:00
|
|
|
/* CBaseEntityOutput::FireOutput */
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"Signatures"
|
|
|
|
{
|
|
|
|
"FireOutput"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "\x55\x8B\xEC\x81\xEC\x28\x01\x00\x00\xD9\x45\x24\x53\x8B\xD9\xC7"
|
2014-06-28 15:52:03 +02:00
|
|
|
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
|
|
|
|
"mac" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-01-26 19:51:37 +01:00
|
|
|
|
|
|
|
/* CBaseAnimating::LookupAttachment */
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"Signatures"
|
|
|
|
{
|
|
|
|
"LookupAttachment"
|
|
|
|
{
|
|
|
|
"library" "server"
|
|
|
|
"windows" "\x55\x8B\xEC\x56\x8B\xF1\x80\xBE\x31\x03\x00\x00\x00\x75\x2A\x83\xBE\xA4\x04\x00\x00\x00\x75\x2A\xE8\x2A\x2A\x2A\x2A\x85\xC0\x74\x2A\x8B\xCE\xE8\x2A\x2A\x2A\x2A\x8B\x86\xA4\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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-06-28 15:52:03 +02:00
|
|
|
|
2013-10-30 21:03:09 +01:00
|
|
|
/* No More Room in Hell */
|
2011-12-08 02:17:34 +01:00
|
|
|
"nmrih"
|
|
|
|
{
|
|
|
|
"Offsets"
|
|
|
|
{
|
2022-01-26 19:51:37 +01:00
|
|
|
"SetOwnerEntity"
|
|
|
|
{
|
|
|
|
"windows" "18"
|
|
|
|
"linux" "19"
|
|
|
|
"mac" "19"
|
|
|
|
}
|
2011-12-08 02:17:34 +01:00
|
|
|
"GiveNamedItem"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "420"
|
|
|
|
"linux" "421"
|
|
|
|
"mac" "421"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"RemovePlayerItem"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "278"
|
|
|
|
"linux" "279"
|
|
|
|
"mac" "279"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"Weapon_GetSlot"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "276"
|
|
|
|
"linux" "277"
|
|
|
|
"mac" "277"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"Ignite"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "214"
|
|
|
|
"linux" "215"
|
|
|
|
"mac" "215"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"Extinguish"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "218"
|
|
|
|
"linux" "219"
|
|
|
|
"mac" "219"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"Teleport"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "112"
|
|
|
|
"linux" "113"
|
|
|
|
"mac" "113"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"CommitSuicide"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "459"
|
2021-11-12 09:19:41 +01:00
|
|
|
"linux" "459"
|
|
|
|
"mac" "459"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"GetVelocity"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "144"
|
|
|
|
"linux" "145"
|
|
|
|
"mac" "145"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"EyeAngles"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "135"
|
|
|
|
"linux" "136"
|
|
|
|
"mac" "136"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"AcceptInput"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "38"
|
|
|
|
"linux" "39"
|
|
|
|
"mac" "39"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"SetEntityModel"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "26"
|
|
|
|
"linux" "27"
|
|
|
|
"mac" "27"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"WeaponEquip"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "269"
|
|
|
|
"linux" "270"
|
|
|
|
"mac" "270"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"Activate"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "35"
|
|
|
|
"linux" "36"
|
|
|
|
"mac" "36"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
"PlayerRunCmd"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "438"
|
|
|
|
"linux" "439"
|
|
|
|
"mac" "439"
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
2014-02-10 17:46:10 +01:00
|
|
|
"GiveAmmo"
|
|
|
|
{
|
2021-11-01 02:42:45 +01:00
|
|
|
"windows" "260"
|
|
|
|
"linux" "260"
|
|
|
|
"mac" "260"
|
2014-02-10 17:46:10 +01:00
|
|
|
}
|
2022-01-26 19:51:37 +01:00
|
|
|
"GetAttachment"
|
|
|
|
{
|
|
|
|
"windows" "210"
|
|
|
|
"linux" "211"
|
|
|
|
"mac" "211"
|
|
|
|
}
|
2011-12-08 02:17:34 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|