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

View File

@ -248,6 +248,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 */ /* Counter-Strike: Source */
"cstrike" "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"
}
}
}
} }