67 lines
1.8 KiB
Plaintext
67 lines
1.8 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"
|
|
{
|
|
"#default"
|
|
{
|
|
"#supported"
|
|
{
|
|
"engine" "original"
|
|
"game" "cstrike"
|
|
}
|
|
|
|
"Signatures"
|
|
{
|
|
"RoundRespawn"
|
|
{
|
|
"library" "server"
|
|
"windows" "\x56\x8B\xF1\x8B\x06\xFF\x90\x2A\x04\x00\x00\x8B\x86\x2A\x0D\x00"
|
|
"linux" "@_ZN9CCSPlayer12RoundRespawnEv"
|
|
}
|
|
"SwitchTeam"
|
|
{
|
|
"library" "server"
|
|
"windows" "\x83\xEC\x10\x56\x57\x8B\x7C\x24\x1C\x57\x8B\xF1\xE8\x2A\x2A\x2A\x2A\x83\xC4\x04\x85\xC0\x0F\x84\xEA\x00\x00\x00\x83\xFF\x03\x74\x09\x83\xFF\x02\x0F\x85\xDC\x00\x00\x00\x8B\xCE\xE8\x2A\x2A\x2A\x2A\x3B\xF8\x0F\x84\xDC\x00\x00\x00\x57\x8B\xCE\xC6\x86\x2A\x2A"
|
|
"linux" "@_ZN9CCSPlayer10SwitchTeamEi"
|
|
}
|
|
}
|
|
}
|
|
|
|
"#default"
|
|
{
|
|
"#supported"
|
|
{
|
|
"engine" "orangebox_valve"
|
|
"game" "cstrike"
|
|
"game" "cstrike_beta"
|
|
}
|
|
|
|
"Signatures"
|
|
{
|
|
"RoundRespawn"
|
|
{
|
|
"library" "server"
|
|
"windows" "\x56\x8B\xF1\x8B\x06\x8B\x2A\x2A\x2A\x2A\x2A\xFF\xD2\x8B\x2A\x2A\x2A\x2A\x2A\x85"
|
|
"linux" "@_ZN9CCSPlayer12RoundRespawnEv"
|
|
"mac" "@_ZN9CCSPlayer12RoundRespawnEv"
|
|
}
|
|
"SwitchTeam"
|
|
{
|
|
"library" "server"
|
|
"windows" "\x83\xEC\x10\x56\x57\x8B\x7C\x24\x1C\x57\x8B\xF1\xE8\x2A\x2A\x2A\x2A\x83\xC4\x04\x85\xC0\x0F\x2A\x2A\x2A\x2A\x2A\x83\xFF\x03\x74\x09\x83\xFF\x02\x0F\x2A\x2A\x2A\x2A\x2A\x8B\xCE\xE8\x2A\x2A\x2A\x2A\x3B"
|
|
"linux" "@_ZN9CCSPlayer10SwitchTeamEi"
|
|
"mac" "@_ZN9CCSPlayer10SwitchTeamEi"
|
|
}
|
|
}
|
|
}
|
|
}
|