sourcemod/gamedata/core.games.txt
David Anderson 04b2845b0d - improved comments on ShowActivity() natives
- switched to ShowActivity2() in basecommands
- added lifestates offsets to core gamedata file
- added a few translation phrases that were missing
- added new API calls to IPlayerHelpers for extending target processing

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401629
2007-10-21 20:35:15 +00:00

73 lines
793 B
Plaintext

"Games"
{
"#default"
{
"Offsets"
{
"GetDataDescMap"
{
"windows" "13"
"linux" "14"
}
"m_lifeState"
{
"class" "CBasePlayer"
"prop" "m_lifeState"
}
}
}
"ship"
{
"Offsets"
{
"GetDataDescMap"
{
"windows" "18"
"linux" "19"
}
}
}
"tf"
{
"Offsets"
{
"GetDataDescMap"
{
"windows" "11"
"linux" "12"
}
}
}
/**
* Which games support ShowMenu?
*/
"#default"
{
"#supported"
{
"game" "cstrike"
"game" "dod"
"game" "sourceforts"
"game" "!Insurgency"
"game" "tf"
}
"Keys"
{
"HudRadioMenuMsg" "ShowMenu"
}
}
"cstrike"
{
"Keys"
{
"GameExtension" "game.cstrike"
}
}
}