sourcemod/gamedata/sdktools.games/game.cstrike.txt

204 lines
3.5 KiB
Plaintext
Raw Normal View History

/**
* 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"
{
/* Counter-Strike: Source */
"cstrike"
{
"Keys"
{
"SlapSoundCount" "3"
"SlapSound1" "player/damage1.wav"
"SlapSound2" "player/damage2.wav"
"SlapSound3" "player/damage3.wav"
"GameRulesProxy" "CCSGameRulesProxy"
}
"Offsets"
{
"GiveNamedItem"
{
2011-11-08 00:23:56 +01:00
"windows" "392"
"linux" "393"
"mac" "393"
}
"RemovePlayerItem"
{
2011-11-08 00:23:56 +01:00
"windows" "263"
"linux" "264"
"mac" "264"
}
"Weapon_GetSlot"
{
2011-11-08 00:23:56 +01:00
"windows" "261"
"linux" "262"
"mac" "262"
}
"Ignite"
{
"windows" "204"
"linux" "205"
"mac" "205"
}
"Extinguish"
{
"windows" "208"
"linux" "209"
"mac" "209"
}
"Teleport"
{
"windows" "106"
"linux" "107"
"mac" "107"
}
"CommitSuicide"
{
"windows" "433"
"linux" "433"
"mac" "433"
}
"GetVelocity"
{
"windows" "138"
"linux" "139"
"mac" "139"
}
"EyeAngles"
{
"windows" "129"
"linux" "130"
"mac" "130"
}
"AcceptInput"
{
"windows" "35"
"linux" "36"
"mac" "36"
}
"SetEntityModel"
{
"windows" "23"
"linux" "24"
"mac" "24"
}
"WeaponEquip"
{
2011-11-08 00:23:56 +01:00
"windows" "254"
"linux" "255"
"mac" "255"
}
"Activate"
{
"windows" "32"
"linux" "33"
"mac" "33"
}
"PlayerRunCmd"
{
2011-11-08 00:23:56 +01:00
"windows" "410"
"linux" "411"
"mac" "411"
}
}
}
"#default"
{
"Offsets"
{
"SetUserCvar"
{
"windows" "17"
"linux" "57"
"mac" "57"
}
"InfoChanged"
{
"windows" "140"
"linux" "140"
"mac" "140"
}
}
}
"#default"
{
"Offsets"
{
"s_pTempEntities"
{
"windows" "17"
}
"GetTEName"
{
"windows" "4"
"linux" "4"
"mac" "4"
}
"GetTENext"
{
"windows" "8"
"linux" "8"
"mac" "8"
}
"TE_GetServerClass"
{
"windows" "0"
"linux" "0"
"mac" "0"
}
}
"Signatures"
{
"CBaseTempEntity"
{
"library" "server"
"windows" "\x8B\xC1\x8B\x4C\x24\x04\xC7\x00\x2A\x2A\x2A\x2A\x89\x48\x04\x8B\x15\x2A\x2A\x2A\x2A\x89\x50\x08\xA3\x2A\x2A\x2A\x2A\xC2\x04\x00"
}
"s_pTempEntities"
{
"library" "server"
"linux" "@_ZN15CBaseTempEntity15s_pTempEntitiesE"
"mac" "@_ZN15CBaseTempEntity15s_pTempEntitiesE"
}
}
}
"#default"
{
"Signatures"
{
/* Functions in CGlobalEntityList */
"FindEntityByClassname"
{
"library" "server"
"windows" "\x53\x55\x56\x8B\xF1\x8B\x4C\x24\x10\x85\xC9\x57\x74\x19\x8B\x01\x8B\x50\x08\xFF\xD2\x8B\x00\x25\xFF\x0F\x00\x00\x83\xC0\x01\xC1\xE0\x04\x8B\x3C\x30\xEB\x06\x8B\xBE\x2A\x2A\x2A\x2A\x85\xFF\x74\x39\x8B\x5C\x24\x18\x8B\x2D\x2A\x2A\x2A\x2A\xEB\x03"
"linux" "@_ZN17CGlobalEntityList21FindEntityByClassnameEP11CBaseEntityPKc"
"mac" "@_ZN17CGlobalEntityList21FindEntityByClassnameEP11CBaseEntityPKc"
}
"FireOutput"
{
"library" "server"
"windows" "\x81\xEC\x2A\x2A\x00\x00\x53\x55\x56\x8B\x71\x14\x85\xF6"
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
"mac" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
}
}
2011-10-14 01:15:02 +02:00