Updated GMod gamedata.

This commit is contained in:
Nicholas Hastings 2012-06-30 09:08:06 -04:00
parent 01de453d25
commit b3372ebba2
2 changed files with 27 additions and 85 deletions

View File

@ -20,6 +20,7 @@
"game" "tf" "game" "tf"
"game" "hl2mp" "game" "hl2mp"
"game" "cstrike" "game" "cstrike"
"game" "garrysmod"
} }
"Offsets" "Offsets"
@ -74,6 +75,7 @@
"game" "tf" "game" "tf"
"game" "hl2mp" "game" "hl2mp"
"game" "cstrike" "game" "cstrike"
"game" "garrysmod"
} }
"Signatures" "Signatures"
@ -195,6 +197,7 @@
"game" "tf" "game" "tf"
"game" "hl2mp" "game" "hl2mp"
"game" "cstrike" "game" "cstrike"
"game" "garrysmod"
} }
"Signatures" "Signatures"
{ {

View File

@ -18,33 +18,33 @@
{ {
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "433" "windows" "434"
"linux" "434" "linux" "435"
"mac" "434" "mac" "435"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "305" "windows" "306"
"linux" "306" "linux" "307"
"mac" "306" "mac" "307"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "303" "windows" "304"
"linux" "304" "linux" "305"
"mac" "304" "mac" "305"
} }
"Ignite" "Ignite"
{ {
"windows" "240" "windows" "241"
"linux" "241" "linux" "242"
"mac" "241" "mac" "242"
} }
"Extinguish" "Extinguish"
{ {
"windows" "244" "windows" "245"
"linux" "245" "linux" "246"
"mac" "245" "mac" "246"
} }
"Teleport" "Teleport"
{ {
@ -54,9 +54,9 @@
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "472" "windows" "473"
"linux" "472" "linux" "473"
"mac" "472" "mac" "473"
} }
"GetVelocity" "GetVelocity"
{ {
@ -84,9 +84,9 @@
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "296" "windows" "297"
"linux" "297" "linux" "298"
"mac" "297" "mac" "298"
} }
"Activate" "Activate"
{ {
@ -96,70 +96,9 @@
} }
"PlayerRunCmd" "PlayerRunCmd"
{ {
"windows" "451" "windows" "452"
"linux" "452" "linux" "453"
"mac" "452" "mac" "453"
}
}
"Signatures"
{
"FindEntityByClassname"
{
"library" "server"
"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"
"windows" "\x81\xEC\x2A\x2A\x2A\x2A\x53\x55\x56\x8B\x71\x2A\x85\xF6"
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
"mac" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
}
"#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"
} }
} }
} }