sourcemod/gamedata/sdktools.games/game.fof.txt
El Diablo 2dcee81f22
Linux [SDKTOOLS] Sigscan for FireOutput FIX (#1923)
Addie said:
test the signatures:
\x55\x89\xE5\x57\x56\x53\x81\xEC\x8C\x01\x00\x00\x8B\x55\x08
or
digby's \x55\x89\xE5\x57\x56\x53\x81\xEC\x8C\x01\x00\x00\x8B\x55\x2A\x65\xA1

\x55\x89\xE5\x57\x56\x53\x81\xEC\x8C\x01\x00\x00\x8B\x55\x08 fixed the issue for linux server.
2023-02-04 14:46:57 +00:00

133 lines
2.2 KiB
Plaintext

/**
* Do not edit this file. Any changes will be overwritten by the gamedata
* updater or by upgrading your SourceMod install.
*
* To override data in this file, create a subdirectory named "custom" and
* place your own gamedata file(s) inside of it. Such files will be parsed
* after SM's own.
*
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
*/
"Games"
{
/* CBaseEntityOutput::FireOutput */
"#default"
{
"Signatures"
{
"FireOutput"
{
"library" "server"
"windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\xA1\x2A\x2A\x2A\x2A\x33\xC5\x89\x45\xFC\x53\x8B\x5D\x20\x8B\xC1\x8B\x4D\x1C\x56\x57\x8B"
"linux" "\x55\x89\xE5\x57\x56\x53\x81\xEC\x8C\x01\x00\x00\x8B\x55\x08"
"mac" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
}
/* Fistful of Frags */
"#default"
{
"Offsets"
{
"GiveNamedItem"
{
"windows" "402"
"linux" "403"
"mac" "403"
}
"RemovePlayerItem"
{
"windows" "271"
"linux" "272"
"mac" "272"
}
"Weapon_GetSlot"
{
"windows" "269"
"linux" "270"
"mac" "270"
}
"Ignite"
{
"windows" "210"
"linux" "211"
"mac" "211"
}
"Extinguish"
{
"windows" "214"
"linux" "215"
"mac" "215"
}
"Teleport"
{
"windows" "108"
"linux" "109"
"mac" "109"
}
"CommitSuicide"
{
"windows" "444"
"linux" "444"
"mac" "444"
}
"GetVelocity"
{
"windows" "140"
"linux" "141"
"mac" "141"
}
"EyeAngles"
{
"windows" "131"
"linux" "132"
"mac" "132"
}
"AcceptInput"
{
"windows" "36"
"linux" "37"
"mac" "37"
}
"SetEntityModel"
{
"windows" "24"
"linux" "25"
"mac" "25"
}
"WeaponEquip"
{
"windows" "262"
"linux" "263"
"mac" "263"
}
"Activate"
{
"windows" "33"
"linux" "34"
"mac" "34"
}
"PlayerRunCmd"
{
"windows" "420"
"linux" "421"
"mac" "421"
}
"GiveAmmo"
{
"windows" "253"
"linux" "254"
"mac" "254"
}
}
"Keys"
{
"GameRulesProxy" "CHL2MPGameRulesProxy"
"GameRulesDataTable" "hl2mp_gamerules_data"
}
}
}