Updated gamedata for today's TF2 engine update.

This commit is contained in:
Nicholas Hastings 2012-08-24 00:53:26 -04:00
parent 3f43fca3a9
commit e4fd32609a

View File

@ -139,6 +139,14 @@
/* IServer interface pointer */ /* IServer interface pointer */
"#default" "#default"
{ {
"#supported"
{
"game" "dod"
"game" "tf"
"game" "hl2mp"
"game" "garrysmod"
}
"Keys" "Keys"
{ {
/* Signature for the beginning of IVEngineServer::CreateFakeClientEx. /* Signature for the beginning of IVEngineServer::CreateFakeClientEx.
@ -149,12 +157,45 @@
* the expected code. A pointer to sv (IServer interface) is used * the expected code. A pointer to sv (IServer interface) is used
* here. * here.
*/ */
"CreateFakeClient_Windows" "\x55\x8B\xEC\x8B\x2A\x2A\x8A\x2A\x2A\x51\xB9\x2A\x2A\x2A\x2A\xA2"
"CreateFakeClient_Windows" "\x55\x8B\xEC\x8A\x2A\x2A\xA2\x2A\x2A\x2A\x2A\x8B\x2A\x8B"
} }
"Offsets" "Offsets"
{ {
/* Offset into IVEngineServer::CreateFakeClient */ /* Offset into IVEngineServer::CreateFakeClient */
"sv"
{
"windows" "7"
}
}
"Signatures"
{
/* CBaseServer object for IServer interface */
"sv"
{
"library" "engine"
"linux" "@sv"
"mac" "@sv"
}
}
}
"#default"
{
"#supported"
{
"game" "cstrike"
}
"Keys"
{
"CreateFakeClient_Windows" "\x55\x8B\xEC\x8B\x2A\x2A\x8A\x2A\x2A\x51\xB9\x2A\x2A\x2A\x2A\xA2"
}
"Offsets"
{
"sv" "sv"
{ {
"windows" "11" "windows" "11"
@ -163,7 +204,6 @@
"Signatures" "Signatures"
{ {
/* CBaseServer object for IServer interface */
"sv" "sv"
{ {
"library" "engine" "library" "engine"