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"
|
|
|
|
{
|
2010-06-24 05:49:06 +02:00
|
|
|
"cstrike"
|
2009-04-07 18:59:21 +02:00
|
|
|
{
|
2011-06-26 10:25:42 +02:00
|
|
|
"Offsets"
|
|
|
|
{
|
|
|
|
//Offset of szClassName in CCSWeaponInfo
|
|
|
|
"WeaponName"
|
|
|
|
{
|
|
|
|
"windows" "6"
|
|
|
|
"linux" "6"
|
|
|
|
"mac" "6"
|
|
|
|
}
|
|
|
|
}
|
2010-05-12 02:40:14 +02:00
|
|
|
"Signatures"
|
|
|
|
{
|
|
|
|
"RoundRespawn"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2010-08-27 04:23:07 +02:00
|
|
|
"windows" "\x55\x8B\xEC\x51\x89\x2A\x2A\x8B\x2A\x2A\x8B\x10\x8B"
|
2010-05-12 02:40:14 +02:00
|
|
|
"linux" "@_ZN9CCSPlayer12RoundRespawnEv"
|
2010-06-05 00:14:52 +02:00
|
|
|
"mac" "@_ZN9CCSPlayer12RoundRespawnEv"
|
2010-05-12 02:40:14 +02:00
|
|
|
}
|
|
|
|
"SwitchTeam"
|
|
|
|
{
|
|
|
|
"library" "server"
|
2010-08-27 04:23:07 +02:00
|
|
|
"windows" "\x55\x8B\xEC\x83\xEC\x2A\x89\x4D\x2A\x8B\x45\x2A\x50\xE8\x2A\x2A\x2A\x2A\x83\xC4\x04\x85\xC0\x74"
|
2010-05-12 02:40:14 +02:00
|
|
|
"linux" "@_ZN9CCSPlayer10SwitchTeamEi"
|
2010-06-05 00:14:52 +02:00
|
|
|
"mac" "@_ZN9CCSPlayer10SwitchTeamEi"
|
2010-05-12 02:40:14 +02:00
|
|
|
}
|
2011-06-26 10:25:42 +02:00
|
|
|
"HandleCommand_Buy_Internal"
|
|
|
|
{
|
|
|
|
"library" "server"
|
|
|
|
"windows" "\x55\x8B\xEC\x81\xEC\x2A\x01\x00\x00\x89\x8D\x58"
|
|
|
|
"linux" "@_ZN9CCSPlayer26HandleCommand_Buy_InternalEPKc"
|
|
|
|
"mac" "@_ZN9CCSPlayer26HandleCommand_Buy_InternalEPKc"
|
|
|
|
}
|
|
|
|
"GetWeaponPrice"
|
|
|
|
{
|
|
|
|
"library" "server"
|
|
|
|
"windows" "\x8B\x81\xB0\x08\x00\x00\xC3"
|
|
|
|
"linux" "@_ZNK13CCSWeaponInfo14GetWeaponPriceEv"
|
|
|
|
"mac" "@_ZNK13CCSWeaponInfo14GetWeaponPriceEv"
|
|
|
|
}
|
|
|
|
"CSWeaponDrop"//Wildcard first 6 bytes for CS:S DM
|
|
|
|
{
|
|
|
|
"library" "server"
|
|
|
|
"windows" "\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x89\x8D\x5C\x2A\x2A\x2A\xC6\x45\x2A\x2A\x8B\x8D\x5C\x2A\x2A\x2A\xE8"
|
|
|
|
"linux" "@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatWeaponbb"
|
|
|
|
"mac" "@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatWeaponbb"
|
|
|
|
}
|
|
|
|
"TerminateRound"
|
|
|
|
{
|
|
|
|
"library" "server"
|
|
|
|
"windows" "\x83\xEC\x2A\x53\x8B\x5C\x2A\x2A\x55\x56\x57\x33\xF6\x8B\xE9\x33"
|
|
|
|
"linux" "@_ZN12CCSGameRules14TerminateRoundEfi"
|
|
|
|
"mac" "@_ZN12CCSGameRules14TerminateRoundEfi"
|
|
|
|
}
|
|
|
|
"GetTranslatedWeaponAlias"
|
|
|
|
{
|
|
|
|
"library" "server"
|
|
|
|
"windows" "\xA1\x2A\x2A\x2A\x2A\x80\x2A\x00\x53"
|
|
|
|
"linux" "@_Z24GetTranslatedWeaponAliasPKc"
|
|
|
|
"mac" "@_Z24GetTranslatedWeaponAliasPKc"
|
|
|
|
}
|
2010-05-12 02:40:14 +02:00
|
|
|
}
|
|
|
|
}
|
2010-06-05 00:14:52 +02:00
|
|
|
}
|