Fixed tempents gamedata on GMod.

This commit is contained in:
Nicholas Hastings 2012-04-18 07:17:18 -04:00
parent 6fe32b3b49
commit 2d0a0b5a62
2 changed files with 44 additions and 1 deletions

View File

@ -18,7 +18,6 @@
{
"game" "dod"
"game" "tf"
"game" "garrysmod"
"game" "hl2mp"
}

View File

@ -119,4 +119,48 @@
}
}
}
"#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"
}
}
}
}