2009-04-07 18:59:21 +02: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"
|
|
|
|
{
|
2012-04-28 19:47:35 +02:00
|
|
|
/* Garry's Mod */
|
2009-04-07 18:59:21 +02:00
|
|
|
"garrysmod"
|
|
|
|
{
|
|
|
|
"Offsets"
|
|
|
|
{
|
|
|
|
"GiveNamedItem"
|
|
|
|
{
|
2011-12-02 16:04:28 +01:00
|
|
|
"windows" "433"
|
|
|
|
"linux" "434"
|
|
|
|
"mac" "434"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
"RemovePlayerItem"
|
|
|
|
{
|
2011-12-02 16:04:28 +01:00
|
|
|
"windows" "305"
|
|
|
|
"linux" "306"
|
|
|
|
"mac" "306"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
"Weapon_GetSlot"
|
|
|
|
{
|
2011-12-02 16:04:28 +01:00
|
|
|
"windows" "303"
|
|
|
|
"linux" "304"
|
|
|
|
"mac" "304"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
"Ignite"
|
|
|
|
{
|
2011-04-15 21:16:47 +02:00
|
|
|
"windows" "240"
|
|
|
|
"linux" "241"
|
|
|
|
"mac" "241"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
"Extinguish"
|
|
|
|
{
|
2011-04-15 21:16:47 +02:00
|
|
|
"windows" "244"
|
|
|
|
"linux" "245"
|
|
|
|
"mac" "245"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
"Teleport"
|
|
|
|
{
|
2011-04-15 21:16:47 +02:00
|
|
|
"windows" "107"
|
|
|
|
"linux" "108"
|
|
|
|
"mac" "108"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
"CommitSuicide"
|
|
|
|
{
|
2011-12-02 16:04:28 +01:00
|
|
|
"windows" "472"
|
|
|
|
"linux" "472"
|
|
|
|
"mac" "472"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
"GetVelocity"
|
|
|
|
{
|
2011-04-15 21:16:47 +02:00
|
|
|
"windows" "139"
|
|
|
|
"linux" "140"
|
|
|
|
"mac" "140"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
"EyeAngles"
|
|
|
|
{
|
2011-04-15 21:16:47 +02:00
|
|
|
"windows" "130"
|
|
|
|
"linux" "131"
|
|
|
|
"mac" "131"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
"AcceptInput"
|
|
|
|
{
|
2011-04-15 21:16:47 +02:00
|
|
|
"windows" "35"
|
|
|
|
"linux" "36"
|
|
|
|
"mac" "36"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
2010-02-09 05:08:14 +01:00
|
|
|
"SetEntityModel"
|
|
|
|
{
|
|
|
|
"windows" "23"
|
2010-08-25 01:23:57 +02:00
|
|
|
"linux" "24"
|
|
|
|
"mac" "24"
|
2010-02-09 05:08:14 +01:00
|
|
|
}
|
|
|
|
"WeaponEquip"
|
|
|
|
{
|
2011-12-02 16:04:28 +01:00
|
|
|
"windows" "296"
|
|
|
|
"linux" "297"
|
|
|
|
"mac" "297"
|
2010-02-09 05:08:14 +01:00
|
|
|
}
|
|
|
|
"Activate"
|
|
|
|
{
|
2011-04-15 21:16:47 +02:00
|
|
|
"windows" "32"
|
|
|
|
"linux" "33"
|
|
|
|
"mac" "33"
|
2010-02-09 05:08:14 +01:00
|
|
|
}
|
|
|
|
"PlayerRunCmd"
|
|
|
|
{
|
2011-12-02 16:04:28 +01:00
|
|
|
"windows" "451"
|
|
|
|
"linux" "452"
|
|
|
|
"mac" "452"
|
2010-02-09 05:08:14 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
"Signatures"
|
|
|
|
{
|
2011-07-13 01:58:16 +02:00
|
|
|
"FindEntityByClassname"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2012-04-28 19:47:35 +02:00
|
|
|
"windows" "\x53\x55\x56\x8B\xF1\x8B\x2A\x2A\x2A\x85\xC9\x57\x74\x2A\x8B\x01\x8B\x50\x2A\xFF\xD2\x8B\x00\x25\x2A\x2A\x2A\x2A\x83\xC0\x2A\xC1\xE0\x2A\x8B\x3C\x30\xEB\x2A\x8B\x2A\x2A\x2A\x2A\x2A\x85\xFF\x74\x2A\x8B\x2A\x2A\x2A\x8B\x2A\x2A\x2A\x2A\x2A\xEB\x2A\x8D\x2A\x2A\x8B\x37\x85\xF6\x75\x2A\x68\x2A\x2A\x2A\x2A\xFF\x2A\x83\x2A\x2A\xEB\x2A\x39"
|
2011-07-13 01:58:16 +02:00
|
|
|
"linux" "@_ZN17CGlobalEntityList21FindEntityByClassnameEP11CBaseEntityPKc"
|
|
|
|
"mac" "@_ZN17CGlobalEntityList21FindEntityByClassnameEP11CBaseEntityPKc"
|
|
|
|
}
|
2010-02-09 05:08:14 +01:00
|
|
|
"FireOutput"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2012-04-28 19:47:35 +02:00
|
|
|
"windows" "\x81\xEC\x2A\x2A\x2A\x2A\x53\x55\x56\x8B\x71\x2A\x85\xF6"
|
2011-05-25 02:36:09 +02:00
|
|
|
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
|
2010-08-25 01:23:57 +02:00
|
|
|
"mac" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
|
|
|
|
}
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
}
|
2012-04-18 13:17:18 +02:00
|
|
|
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"Offsets"
|
|
|
|
{
|
|
|
|
"s_pTempEntities"
|
|
|
|
{
|
|
|
|
"windows" "17"
|
|
|
|
}
|
|
|
|
"GetTEName"
|
|
|
|
{
|
|
|
|
"windows" "4"
|
|
|
|
"linux" "4"
|
|
|
|
"mac" "4"
|
|
|
|
}
|
|
|
|
"GetTENext"
|
|
|
|
{
|
|
|
|
"windows" "8"
|
|
|
|
"linux" "8"
|
|
|
|
"mac" "8"
|
|
|
|
}
|
|
|
|
"TE_GetServerClass"
|
|
|
|
{
|
|
|
|
"windows" "0"
|
|
|
|
"linux" "0"
|
|
|
|
"mac" "0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"Signatures"
|
|
|
|
{
|
|
|
|
"CBaseTempEntity"
|
|
|
|
{
|
|
|
|
"library" "server"
|
|
|
|
"windows" "\x8B\xC1\x8B\x4C\x24\x04\xC7\x00\x2A\x2A\x2A\x2A\x89\x48\x04\x8B\x15\x2A\x2A\x2A\x2A\x89\x50\x08\xA3\x2A\x2A\x2A\x2A\xC2\x04\x00"
|
|
|
|
}
|
|
|
|
"s_pTempEntities"
|
|
|
|
{
|
|
|
|
"library" "server"
|
|
|
|
"linux" "@_ZN15CBaseTempEntity15s_pTempEntitiesE"
|
|
|
|
"mac" "@_ZN15CBaseTempEntity15s_pTempEntitiesE"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2009-01-12 08:28:22 +01:00
|
|
|
}
|