sourcemod/gamedata/core.games.txt
David Anderson b76bcaf808 added cstrike extension to the core gamedata file
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401469
2007-09-23 20:16:26 +00:00

54 lines
573 B
Plaintext

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