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

166 lines
3.1 KiB
Plaintext
Raw Normal View History

/**
* 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 */
"garrysmod"
{
"Offsets"
{
"GiveNamedItem"
{
2011-12-02 16:04:28 +01:00
"windows" "433"
"linux" "434"
"mac" "434"
}
"RemovePlayerItem"
{
2011-12-02 16:04:28 +01:00
"windows" "305"
"linux" "306"
"mac" "306"
}
"Weapon_GetSlot"
{
2011-12-02 16:04:28 +01:00
"windows" "303"
"linux" "304"
"mac" "304"
}
"Ignite"
{
2011-04-15 21:16:47 +02:00
"windows" "240"
"linux" "241"
"mac" "241"
}
"Extinguish"
{
2011-04-15 21:16:47 +02:00
"windows" "244"
"linux" "245"
"mac" "245"
}
"Teleport"
{
2011-04-15 21:16:47 +02:00
"windows" "107"
"linux" "108"
"mac" "108"
}
"CommitSuicide"
{
2011-12-02 16:04:28 +01:00
"windows" "472"
"linux" "472"
"mac" "472"
}
"GetVelocity"
{
2011-04-15 21:16:47 +02:00
"windows" "139"
"linux" "140"
"mac" "140"
}
"EyeAngles"
{
2011-04-15 21:16:47 +02:00
"windows" "130"
"linux" "131"
"mac" "131"
}
"AcceptInput"
{
2011-04-15 21:16:47 +02:00
"windows" "35"
"linux" "36"
"mac" "36"
}
"SetEntityModel"
{
"windows" "23"
"linux" "24"
"mac" "24"
}
"WeaponEquip"
{
2011-12-02 16:04:28 +01:00
"windows" "296"
"linux" "297"
"mac" "297"
}
"Activate"
{
2011-04-15 21:16:47 +02:00
"windows" "32"
"linux" "33"
"mac" "33"
}
"PlayerRunCmd"
{
2011-12-02 16:04:28 +01:00
"windows" "451"
"linux" "452"
"mac" "452"
}
}
"Signatures"
{
"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"
"linux" "@_ZN17CGlobalEntityList21FindEntityByClassnameEP11CBaseEntityPKc"
"mac" "@_ZN17CGlobalEntityList21FindEntityByClassnameEP11CBaseEntityPKc"
}
"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"
"mac" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
}
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"
}
}
}
}