sourcemod/gamedata/core.games.txt
David Anderson 6e03cb39a1 filled in data for core's TF2 support
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401581
2007-10-15 18:51:11 +00:00

67 lines
704 B
Plaintext

"Games"
{
"#default"
{
"Offsets"
{
"GetDataDescMap"
{
"windows" "13"
"linux" "14"
}
}
}
"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"
}
}
}