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"
|
|
|
|
{
|
|
|
|
"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"
|
2013-10-29 23:59:00 +01:00
|
|
|
"linux" "@_ZN15CTFPlayerShared4BurnEP9CTFPlayerP13CTFWeaponBasef"
|
|
|
|
"mac" "@_ZN15CTFPlayerShared4BurnEP9CTFPlayerP13CTFWeaponBasef"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
"RemoveDisguise"
|
|
|
|
{
|
|
|
|
"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"
|
2009-04-07 18:59:21 +02:00
|
|
|
"linux" "@_ZN15CTFPlayerShared14RemoveDisguiseEv"
|
2010-06-11 00:12:52 +02:00
|
|
|
"mac" "@_ZN15CTFPlayerShared14RemoveDisguiseEv"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
"Disguise"
|
|
|
|
{
|
|
|
|
"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"
|
2011-04-15 07:34:18 +02:00
|
|
|
"linux" "@_ZN15CTFPlayerShared8DisguiseEiiP9CTFPlayerb"
|
|
|
|
"mac" "@_ZN15CTFPlayerShared8DisguiseEiiP9CTFPlayerb"
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
2010-03-18 16:35:05 +01:00
|
|
|
"Regenerate"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2014-05-16 03:58:24 +02:00
|
|
|
"windows" "\x55\x8B\xEC\x83\xEC\x24\x53\x56\x57\x8B\xF9\x8B\x07\xFF\x90"
|
2012-08-16 00:29:04 +02:00
|
|
|
"linux" "@_ZN9CTFPlayer10RegenerateEb"
|
|
|
|
"mac" "@_ZN9CTFPlayer10RegenerateEb"
|
2010-03-18 16:35:05 +01:00
|
|
|
}
|
|
|
|
"AddCondition"
|
|
|
|
{
|
|
|
|
"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"
|
2012-12-19 13:55:03 +01:00
|
|
|
"linux" "@_ZN15CTFPlayerShared7AddCondE7ETFCondfP11CBaseEntity"
|
|
|
|
"mac" "@_ZN15CTFPlayerShared7AddCondE7ETFCondfP11CBaseEntity"
|
2010-03-18 16:35:05 +01:00
|
|
|
}
|
|
|
|
"RemoveCondition"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2017-10-20 05:59:14 +02:00
|
|
|
"windows" "\x55\x8B\xEC\x83\xEC\x08\x53\x8B\x5D\x08\x56\x53"
|
2011-06-24 06:53:17 +02:00
|
|
|
"linux" "@_ZN15CTFPlayerShared10RemoveCondE7ETFCondb"
|
|
|
|
"mac" "@_ZN15CTFPlayerShared10RemoveCondE7ETFCondb"
|
2010-03-18 16:35:05 +01:00
|
|
|
}
|
|
|
|
"SetPowerplayEnabled"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2017-02-21 01:30:07 +01:00
|
|
|
"windows" "\x55\x8B\xEC\x80\x7D\x08\x00\x56\x57\x8B\xF9"
|
2010-03-18 16:35:05 +01:00
|
|
|
"linux" "@_ZN9CTFPlayer19SetPowerplayEnabledEb"
|
2010-06-11 00:12:52 +02:00
|
|
|
"mac" "@_ZN9CTFPlayer19SetPowerplayEnabledEb"
|
2010-03-18 16:35:05 +01:00
|
|
|
}
|
2011-06-27 14:29:11 +02:00
|
|
|
"SetInWaitingForPlayers"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2012-04-18 13:12:19 +02:00
|
|
|
"windows" "\x55\x8B\xEC\x56\x8B\xF1\xE8\x2A\x2A\x2A\x2A\x84\xC0\x0F\x85\x2A\x2A\x2A\x2A\xA1\x2A\x2A\x2A\x2A"
|
2011-06-27 14:29:11 +02:00
|
|
|
"linux" "@_ZN24CTeamplayRoundBasedRules22SetInWaitingForPlayersEb"
|
|
|
|
"mac" "@_ZN24CTeamplayRoundBasedRules22SetInWaitingForPlayersEb"
|
|
|
|
}
|
2010-03-31 14:51:25 +02:00
|
|
|
"StunPlayer"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2022-12-02 01:33:09 +01:00
|
|
|
"windows" "\x55\x8B\xEC\x83\xEC\x20\x57\x8B\xF9\x8B\x87\x54\x04\x00\x00"
|
2010-03-31 14:51:25 +02:00
|
|
|
"linux" "@_ZN15CTFPlayerShared10StunPlayerEffiP9CTFPlayer"
|
2010-06-11 00:12:52 +02:00
|
|
|
"mac" "@_ZN15CTFPlayerShared10StunPlayerEffiP9CTFPlayer"
|
2010-03-31 14:51:25 +02:00
|
|
|
}
|
2010-11-08 01:05:32 +01:00
|
|
|
"MakeBleed"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2021-06-22 20:19:06 +02:00
|
|
|
"windows" "\x55\x8B\xEC\x83\xEC\x2C\x57\x8B\xF9\x89\x7D\xF0"
|
2017-10-21 20:39:26 +02:00
|
|
|
"linux" "@_ZN15CTFPlayerShared9MakeBleedEP9CTFPlayerP13CTFWeaponBasefibi"
|
|
|
|
"mac" "@_ZN15CTFPlayerShared9MakeBleedEP9CTFPlayerP13CTFWeaponBasefibi"
|
2010-11-08 01:05:32 +01:00
|
|
|
}
|
|
|
|
"IsPlayerInDuel"
|
|
|
|
{
|
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"
|
2010-11-08 01:05:32 +01:00
|
|
|
"linux" "@_Z21DuelMiniGame_IsInDuelP9CTFPlayer"
|
|
|
|
"mac" "@_Z21DuelMiniGame_IsInDuelP9CTFPlayer"
|
2010-07-26 17:06:08 +02:00
|
|
|
}
|
2012-05-28 02:14:46 +02:00
|
|
|
"CanPlayerTeleport"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2015-10-02 13:43:43 +02:00
|
|
|
"windows" "\x55\x8B\xEC\x53\x57\x8B\x7D\x08\x8B\xD9\x85\xFF\x75\x2A\x5F\x32\xC0\x5B\x5D\xC2\x04\x00"
|
2012-05-28 02:14:46 +02:00
|
|
|
"linux" "@_ZN17CObjectTeleporter21PlayerCanBeTeleportedEP9CTFPlayer"
|
|
|
|
"mac" "@_ZN17CObjectTeleporter21PlayerCanBeTeleportedEP9CTFPlayer"
|
|
|
|
}
|
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"
|
|
|
|
"mac" "@_Z18TF_IsHolidayActivei"
|
|
|
|
}
|
2009-04-07 18:59:21 +02:00
|
|
|
}
|
|
|
|
"Offsets"
|
|
|
|
{
|
|
|
|
"ForceRespawn"
|
|
|
|
{
|
2022-12-02 01:33:09 +01:00
|
|
|
"windows" "336"
|
|
|
|
"linux" "337"
|
|
|
|
"mac" "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"
|
|
|
|
"linux" "405"
|
|
|
|
"mac" "405"
|
2021-06-22 20:19:06 +02:00
|
|
|
}
|
2023-01-06 00:54:37 +01:00
|
|
|
"CalcIsAttackCriticalHelperNoCrits"
|
|
|
|
{
|
|
|
|
"windows" "399"
|
|
|
|
"linux" "406"
|
|
|
|
"mac" "406"
|
|
|
|
}
|
2014-06-20 05:22:47 +02:00
|
|
|
|
|
|
|
// CTFGameRules::IsHolidayActive
|
|
|
|
"IsHolidayActive"
|
|
|
|
{
|
2015-12-16 20:53:13 +01:00
|
|
|
"windows" "139"
|
|
|
|
"linux" "140"
|
|
|
|
"mac" "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"
|
|
|
|
"linux" "440"
|
|
|
|
"mac" "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
|
|
|
}
|