Updated DOD:S Beta offsets

Added FireOutput support for DOD:S (amb1749)

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402308
This commit is contained in:
Scott Ehlert 2008-06-30 05:41:44 +00:00
parent 50327a252a
commit 82cb558335
2 changed files with 57 additions and 56 deletions

View File

@ -331,23 +331,23 @@
{
"RemovePlayerItem"
{
"windows" "237"
"linux" "238"
"windows" "238"
"linux" "239"
}
"Weapon_GetSlot"
{
"windows" "235"
"linux" "236"
"windows" "236"
"linux" "237"
}
"Ignite"
{
"windows" "192"
"linux" "193"
"windows" "193"
"linux" "194"
}
"Extinguish"
{
"windows" "196"
"linux" "197"
"windows" "197"
"linux" "198"
}
"Teleport"
{
@ -356,18 +356,18 @@
}
"CommitSuicide"
{
"windows" "386"
"linux" "386"
"windows" "388"
"linux" "388"
}
"GetVelocity"
{
"windows" "129"
"linux" "130"
"windows" "130"
"linux" "131"
}
"EyeAngles"
{
"windows" "121"
"linux" "122"
"windows" "122"
"linux" "123"
}
"AcceptInput"
{
@ -396,8 +396,8 @@
}
"WeaponEquip"
{
"windows" "228"
"linux" "229"
"windows" "229"
"linux" "230"
}
"Activate"
{

View File

@ -249,6 +249,47 @@
}
}
/* EntityFactoryDictionary function */
"#default"
{
"Signatures"
{
"EntityFactory"
{
"library" "server"
"windows" "\xB8\x01\x00\x00\x00\x84\x2A\x2A\x2A\x2A\x2A\x75\x1D\x09\x2A\x2A\x2A\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x83\xC4\x04\xB8\x2A\x2A\x2A\x2A\xC3"
"linux" "@_Z23EntityFactoryDictionaryv"
}
}
}
/* CBaseEntityOutput::FireOutput */
"#default"
{
"#supported"
{
"game" "cstrike"
"game" "dod"
"game" "hl2mp"
}
"Signatures"
{
"FireOutput"
{
"library" "server"
"windows" "\x81\xEC\x1C\x03\x00\x00\x53\x55\x56\x8B\x71\x14"
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
"Offsets"
{
"FireOutputBackup"
{
"windows" "6"
"linux" "6"
}
}
}
/* Counter-Strike: Source */
"cstrike"
{
@ -1818,45 +1859,5 @@
}
}
}
/* EntityFactoryDictionary function */
"#default"
{
"Signatures"
{
"EntityFactory"
{
"library" "server"
"windows" "\xB8\x01\x00\x00\x00\x84\x2A\x2A\x2A\x2A\x2A\x75\x1D\x09\x2A\x2A\x2A\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x83\xC4\x04\xB8\x2A\x2A\x2A\x2A\xC3"
"linux" "@_Z23EntityFactoryDictionaryv"
}
}
}
/* CBaseEntityOutput::FireOutput */
"#default"
{
"#supported"
{
"game" "cstrike"
"game" "hl2mp"
}
"Signatures"
{
"FireOutput"
{
"library" "server"
"windows" "\x81\xEC\x1C\x03\x00\x00\x53\x55\x56\x8B\x71\x14"
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
"Offsets"
{
"FireOutputBackup"
{
"windows" "6"
"linux" "6"
}
}
}
}