2012-05-27 22:08:03 +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"
|
|
|
|
{
|
|
|
|
/* CGlobalEntityList */
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"game" "csgo"
|
|
|
|
}
|
|
|
|
|
2014-02-08 02:44:52 +01:00
|
|
|
"Addresses"
|
2012-05-27 22:08:03 +02:00
|
|
|
{
|
2014-02-08 02:44:52 +01:00
|
|
|
"EntInfosPtr"
|
2012-05-27 22:08:03 +02:00
|
|
|
{
|
2014-02-08 02:44:52 +01:00
|
|
|
"windows"
|
|
|
|
{
|
|
|
|
"signature" "EntInfosFinder"
|
2014-02-08 18:22:02 +01:00
|
|
|
"read" "19"
|
2014-02-08 02:44:52 +01:00
|
|
|
}
|
2012-05-27 22:08:03 +02:00
|
|
|
}
|
2014-02-08 02:44:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
"Offsets"
|
|
|
|
{
|
2012-05-27 22:08:03 +02:00
|
|
|
"EntInfo"
|
|
|
|
{
|
|
|
|
"linux" "4"
|
|
|
|
"mac" "4"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"Signatures"
|
|
|
|
{
|
2014-02-08 18:22:02 +01:00
|
|
|
// This is not unique, but all matches have what we need. Found from FindEntityByClassname.
|
2014-02-08 02:44:52 +01:00
|
|
|
"EntInfosFinder"
|
2012-05-27 22:08:03 +02:00
|
|
|
{
|
|
|
|
"library" "server"
|
2014-02-08 18:22:02 +01:00
|
|
|
"windows" "\xEB\x15\x0F\xB7\xC0\x8D\x34\x40\x8B\x34\x2A\x2A\x2A\x2A\x2A\xEB\x06\x8B\x35"
|
2012-05-27 22:08:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
"gEntList"
|
|
|
|
{
|
|
|
|
"library" "server"
|
|
|
|
"linux" "@gEntList"
|
|
|
|
"mac" "@gEntList"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|