2009-04-07 18:59:21 +02:00
/**
* 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"
{
"tf"
{
"Signatures"
{
"Burn"
{
2024-05-05 18:13:39 +02:00
/* CTFPlayerShared::Burn (No clone.)*/
/* String : -> "afterburn_immunity"*/
2009-04-07 18:59:21 +02:00
"library" "server"
2022-12-02 01:33:09 +01:00
"windows" "\x55\x8B\xEC\x83\xEC\x08\x56\x8B\xF1\x8B\x8E\x8C\x01\x00\x00\x8B\x01"
2024-05-05 18:13:39 +02:00
"windows64" "\x40\x53\x41\x54\x41\x56\x48\x83\xEC\x60"
2013-10-29 23:59:00 +01:00
"linux" "@_ZN15CTFPlayerShared4BurnEP9CTFPlayerP13CTFWeaponBasef"
2024-01-26 14:30:08 +01:00
"linux64" "@_ZN15CTFPlayerShared4BurnEP9CTFPlayerP13CTFWeaponBasef"
2009-04-07 18:59:21 +02:00
}
"RemoveDisguise"
{
2024-05-05 18:13:39 +02:00
/* CTFPlayerShared::RemoveDisguise*/
/* String : "reveal_disguised_victim_on_hit", follow the xref, RemoveDisguise is the subroutine that's called if the return value of CALL_ATTRIB_HOOK_INT( iRevealDisguisedSpyOnHit, reveal_disguised_victim_on_hit ); was true */
2009-04-07 18:59:21 +02:00
"library" "server"
2017-10-20 05:59:14 +02:00
"windows" "\x55\x8B\xEC\x51\x56\x8B\xF1\x57\xF7\x86\xD0\x00\x00\x00\x00\x00\x02\x00"
2024-05-05 18:13:39 +02:00
"windows64" "\x48\x89\x5C\x24\x10\x48\x89\x74\x24\x18\x57\x48\x83\xEC\x20\x48\x8B\xD9\xBA\x03\x00\x00\x00"
2009-04-07 18:59:21 +02:00
"linux" "@_ZN15CTFPlayerShared14RemoveDisguiseEv"
2024-01-26 14:30:08 +01:00
"linux64" "@_ZN15CTFPlayerShared14RemoveDisguiseEv"
2009-04-07 18:59:21 +02:00
}
"Disguise"
{
2024-05-05 18:13:39 +02:00
/* CTFPlayerShared::Disguise */
/* String : "disguise", follow the xref to function that involves a lot of other commands "uncloak", "taunt", "despawn"... CTFPlayerShared::Disguise is the only subroutine that is called with the return value of RandomInt */
2009-04-07 18:59:21 +02:00
"library" "server"
2022-12-02 01:33:09 +01:00
"windows" "\x55\x8B\xEC\x83\xEC\x24\x56\x57\x8B\xF9\x8B\x8F\x8C\x01\x00\x00"
2024-05-05 18:13:39 +02:00
"windows64" "\x40\x53\x55\x56\x57\x41\x54\x48\x81\xEC\x90\x00\x00\x00"
2011-04-15 07:34:18 +02:00
"linux" "@_ZN15CTFPlayerShared8DisguiseEiiP9CTFPlayerb"
2024-01-26 14:30:08 +01:00
"linux64" "@_ZN15CTFPlayerShared8DisguiseEiiP9CTFPlayerb"
2009-04-07 18:59:21 +02:00
}
2010-03-18 16:35:05 +01:00
"Regenerate"
{
2024-05-05 18:13:39 +02:00
/* CTFPlayer::Regenerate */
/* String : "item_meter_resupply_denied" -> guessing game on which one, should be the one with "player_regenerate"*/
2010-03-18 16:35:05 +01:00
"library" "server"
2024-04-20 03:00:30 +02:00
"windows" "\x55\x8B\xEC\x83\xEC\x5C\x53\x56\x57\x8B\xF9\x8B\x07"
2024-05-05 18:13:39 +02:00
"windows64" "\x48\x8B\xC4\x88\x50\x10\x48\x81\xEC\xE8\x00\x00\x00"
2012-08-16 00:29:04 +02:00
"linux" "@_ZN9CTFPlayer10RegenerateEb"
2024-01-26 14:30:08 +01:00
"linux64" "@_ZN9CTFPlayer10RegenerateEb"
2010-03-18 16:35:05 +01:00
}
"AddCondition"
{
2024-05-05 18:13:39 +02:00
/* CTFPlayerShared::AddCond */
/* String: "mult_medigun_overheal_decay" -> most bottom function, its called twice in the same "cube" of function*/
2010-03-18 16:35:05 +01:00
"library" "server"
2014-10-30 01:21:20 +01:00
"windows" "\x55\x8B\xEC\x83\xEC\x08\x56\x8B\xF1\x8B\x8E\x2A\x2A\x2A\x2A\x85\xC9\x0F\x84\x2A\x2A\x2A\x2A\x8B\x01\x8B"
2024-05-05 18:13:39 +02:00
"windows64" "\x48\x89\x5C\x24\x18\x48\x89\x7C\x24\x20\x41\x56\x48\x83\xEC\x40"
2012-12-19 13:55:03 +01:00
"linux" "@_ZN15CTFPlayerShared7AddCondE7ETFCondfP11CBaseEntity"
2024-01-26 14:30:08 +01:00
"linux64" "@_ZN15CTFPlayerShared7AddCondE7ETFCondfP11CBaseEntity"
2010-03-18 16:35:05 +01:00
}
"RemoveCondition"
{
2024-05-05 18:13:39 +02:00
/* CTFPlayerShared::RemoveCond */
/* String: "damage_prevented" */
2010-03-18 16:35:05 +01:00
"library" "server"
2017-10-20 05:59:14 +02:00
"windows" "\x55\x8B\xEC\x83\xEC\x08\x53\x8B\x5D\x08\x56\x53"
2024-05-05 18:13:39 +02:00
"windows64" "\x40\x53\x57\x41\x56\x48\x83\xEC\x20"
2011-06-24 06:53:17 +02:00
"linux" "@_ZN15CTFPlayerShared10RemoveCondE7ETFCondb"
2024-01-26 14:30:08 +01:00
"linux64" "@_ZN15CTFPlayerShared10RemoveCondE7ETFCondb"
2010-03-18 16:35:05 +01:00
}
"SetPowerplayEnabled"
{
2024-05-05 18:13:39 +02:00
/* CTFPlayer::SetPowerplayEnabled */
/* String: "scenes/player/pyro/low/1485.vcd" -> Main fuction -> That main function again.*/
2010-03-18 16:35:05 +01:00
"library" "server"
2024-04-20 03:00:30 +02:00
"windows" "\x55\x8B\xEC\x51\x80\x7D\x08\x00\x56\x57"
2024-05-05 18:13:39 +02:00
"windows64" "\x48\x89\x5C\x24\x08\x57\x48\x83\xEC\x20\x48\x8D\x99\x60\x28\x00\x00"
2010-03-18 16:35:05 +01:00
"linux" "@_ZN9CTFPlayer19SetPowerplayEnabledEb"
2024-01-26 14:30:08 +01:00
"linux64" "@_ZN9CTFPlayer19SetPowerplayEnabledEb"
2010-03-18 16:35:05 +01:00
}
2011-06-27 14:29:11 +02:00
"SetInWaitingForPlayers"
{
2024-05-05 18:13:39 +02:00
/* CTeamplayRoundBasedRules::SetInWaitingForPlayers */
/* String: "teamplay_restart_round" -> first call on the most bottom "cube" of function */
2011-06-27 14:29:11 +02:00
"library" "server"
2024-04-20 03:00:30 +02:00
"windows" "\x55\x8B\xEC\x51\x56\x8B\xF1\xE8\x2A\x2A\x2A\x2A\x84\xC0\x0F\x85\x2A\x2A\x2A\x2A"
2024-05-05 18:13:39 +02:00
"windows64" "\x48\x89\x5C\x24\x08\x57\x48\x83\xEC\x20\x0F\xB6\xFA\x48\x8B\xD9\xE8\x2A\x2A\x2A\x2A\x84\xC0\x0F\x85\x2A\x2A\x2A\x2A"
2011-06-27 14:29:11 +02:00
"linux" "@_ZN24CTeamplayRoundBasedRules22SetInWaitingForPlayersEb"
2024-01-26 14:30:08 +01:00
"linux64" "@_ZN24CTeamplayRoundBasedRules22SetInWaitingForPlayersEb"
2011-06-27 14:29:11 +02:00
}
2010-03-31 14:51:25 +02:00
"StunPlayer"
{
2024-05-05 18:13:39 +02:00
/* CTFPlayerShared::StunPlayer */
/* String: "player_stunned" */
2010-03-31 14:51:25 +02:00
"library" "server"
2024-04-20 03:00:30 +02:00
"windows" "\x55\x8B\xEC\x83\xEC\x24\x57\x8B\xF9\x8B\x87\xDC\x04\x00\x00"
2024-05-05 18:13:39 +02:00
"windows64" "\x40\x57\x41\x57\x48\x81\xEC\x98\x00\x00\x00"
2010-03-31 14:51:25 +02:00
"linux" "@_ZN15CTFPlayerShared10StunPlayerEffiP9CTFPlayer"
2024-01-26 14:30:08 +01:00
"linux64" "@_ZN15CTFPlayerShared10StunPlayerEffiP9CTFPlayer"
2010-03-31 14:51:25 +02:00
}
2010-11-08 01:05:32 +01:00
"MakeBleed"
{
2024-05-05 18:13:39 +02:00
/* CTFPlayerShared::MakeBleed */
/* String: "spell_batball_red" follow the xref to the function that also has "spell_batball_blue", in graph view, pick the node that validates the dynamic cast, MakeBleed is the only subroutine called in that node.*/
2010-11-08 01:05:32 +01:00
"library" "server"
2024-04-20 03:00:30 +02:00
"windows" "\x55\x8B\xEC\x83\xEC\x10\x53\x8B\xD9\x89\x5D\xF8\x8B\x8B\x8C\x01\x00\x00"
2024-05-05 18:13:39 +02:00
"windows64" "\x40\x56\x41\x55\x41\x57"
2017-10-21 20:39:26 +02:00
"linux" "@_ZN15CTFPlayerShared9MakeBleedEP9CTFPlayerP13CTFWeaponBasefibi"
2024-01-26 14:30:08 +01:00
"linux64" "@_ZN15CTFPlayerShared9MakeBleedEP9CTFPlayerP13CTFWeaponBasefibi"
2010-11-08 01:05:32 +01:00
}
"IsPlayerInDuel"
{
2024-05-05 18:13:39 +02:00
/* DuelMiniGame_IsInDuel */
/* String: "CTFPlayer::ForceChangeTeam( %d ) - invalid team index.\n", follow the xref, go back to the top of the subroutine, DuelMiniGame_IsInDuel is the subroutine that is called with 3 arguments and a constant value of 1.*/
2011-10-14 00:31:24 +02:00
"library" "server"
2014-05-16 03:58:24 +02:00
"windows" "\x55\x8B\xEC\x83\xEC\x08\x81\x65\x2A\x2A\x2A\x2A\x2A\x8D\x45\xF8\x8B\x4D\x08\xC6\x45\xFF\x00\x81\x65\x2A\x2A\x2A\x2A\x2A\x50\xC7\x45\x2A\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x84\xC0\x75\x04"
2024-05-05 18:13:39 +02:00
"windows64" "\x48\x83\xEC\x28\x81\x64\x24\x3C\xFF\xFF\x0F\xFF"
2010-11-08 01:05:32 +01:00
"linux" "@_Z21DuelMiniGame_IsInDuelP9CTFPlayer"
2024-01-26 14:30:08 +01:00
"linux64" "@_Z21DuelMiniGame_IsInDuelP9CTFPlayer"
2010-07-26 17:06:08 +02:00
}
2012-05-28 02:14:46 +02:00
"CanPlayerTeleport"
{
2024-05-05 18:13:39 +02:00
/* String: "bidirectional_teleport" follow the xref, pick the function that doesn't involve another attribute, follow the graph view after 2 virtual function call, the first subroutine call is CanPlayerTeleport*/
2012-05-28 02:14:46 +02:00
"library" "server"
2024-04-20 03:00:30 +02:00
"windows" "\x55\x8B\xEC\x53\x56\x57\x8B\x7D\x08\x8B\xD9\x85\xFF\x0F\x84\x2A\x2A\x2A\x2A"
2024-05-05 18:13:39 +02:00
"windows64" "\x48\x89\x5C\x24\x08\x48\x89\x74\x24\x10\x57\x48\x83\xEC\x20\x48\x8B\xFA\x48\x8B\xF1\x48\x85\xD2\x0F\x84\x2A\x2A\x2A\x2A\x45\x33\xC0"
2012-05-28 02:14:46 +02:00
"linux" "@_ZN17CObjectTeleporter21PlayerCanBeTeleportedEP9CTFPlayer"
2024-01-26 14:30:08 +01:00
"linux64" "@_ZN17CObjectTeleporter21PlayerCanBeTeleportedEP9CTFPlayer"
2012-05-28 02:14:46 +02:00
}
2014-06-20 05:22:47 +02:00
// Obsolete
"IsHolidayActive"
{
"library" "server"
"windows" "\x55\x8B\xEC\xA1\x2A\x2A\x2A\x2A\x83\x78\x30\x00\x74\x04\x32\xC0"
"linux" "@_Z18TF_IsHolidayActivei"
2024-01-26 14:30:08 +01:00
"linux64" "@_Z18TF_IsHolidayActivei"
2014-06-20 05:22:47 +02:00
}
2009-04-07 18:59:21 +02:00
}
"Offsets"
{
"ForceRespawn"
{
2022-12-02 01:33:09 +01:00
"windows" "336"
2024-05-05 18:13:39 +02:00
"windows64" "336"
2022-12-02 01:33:09 +01:00
"linux" "337"
2024-01-26 14:30:08 +01:00
"linux64" "337"
2009-04-07 18:59:21 +02:00
}
2013-08-29 15:27:35 +02:00
"CalcIsAttackCriticalHelper"
2021-06-22 20:19:06 +02:00
{
2022-12-02 01:33:09 +01:00
"windows" "398"
2024-05-05 18:13:39 +02:00
"windows64" "398"
2022-12-02 01:33:09 +01:00
"linux" "405"
2024-01-26 14:30:08 +01:00
"linux64" "405"
2021-06-22 20:19:06 +02:00
}
2023-01-06 00:54:37 +01:00
"CalcIsAttackCriticalHelperNoCrits"
{
"windows" "399"
2024-05-05 18:13:39 +02:00
"windows64" "399"
2023-01-06 00:54:37 +01:00
"linux" "406"
2024-01-26 14:30:08 +01:00
"linux64" "406"
2023-01-06 00:54:37 +01:00
}
2014-06-20 05:22:47 +02:00
// CTFGameRules::IsHolidayActive
"IsHolidayActive"
{
2015-12-16 20:53:13 +01:00
"windows" "139"
2024-05-05 18:13:39 +02:00
"windows64" "139"
2015-12-16 20:53:13 +01:00
"linux" "140"
2024-01-26 14:30:08 +01:00
"linux64" "140"
2014-06-20 05:22:47 +02:00
}
2014-07-30 03:31:27 +02:00
"RemoveWearable"
{
2022-12-02 01:33:09 +01:00
"windows" "439"
2024-05-05 18:13:39 +02:00
"windows64" "439"
2022-12-02 01:33:09 +01:00
"linux" "440"
2024-01-26 14:30:08 +01:00
"linux64" "440"
2014-07-30 03:31:27 +02:00
}
2009-04-07 18:59:21 +02:00
}
}
2014-12-10 02:21:24 +01:00
/*
* TF2 Holiday index values. Formerly SM TFHoliday enum.
*/
"tf"
{
"Keys"
{
"TFHoliday_Birthday" "1"
"TFHoliday_Halloween" "2"
"TFHoliday_Christmas" "3"
2015-10-07 15:40:06 +02:00
"TFHoliday_CommunityUpdate" "4"
"TFHoliday_EndOfTheLine" "5"
"TFHoliday_ValentinesDay" "6"
"TFHoliday_MeetThePyro" "7"
2016-07-08 21:44:16 +02:00
"TFHoliday_FullMoon" "8"
"TFHoliday_HalloweenOrFullMoon" "9"
"TFHoliday_HalloweenOrFullMoonOrValentines" "10"
"TFHoliday_AprilFools" "11"
2020-05-07 01:00:24 +02:00
"TFHoliday_Soldier" "12"
2014-12-10 02:21:24 +01:00
}
}
2009-05-22 05:43:22 +02:00
}