sourcemod/gamedata/core.games.txt
David Anderson b706a6990c - moved gamedata out of "configs"
- added signature scanning to gameconfs
- renamed "*" to "#default" in gameconfs
- added new inheritance feature to gameconfs

--HG--
rename : configs/gamedata/core.games.txt => gamedata/core.games.txt
rename : configs/gamedata/sdktools.games.txt => gamedata/sdktools.games.txt
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40953
2007-06-16 05:42:16 +00:00

41 lines
365 B
Plaintext

"Games"
{
"#default"
{
"Offsets"
{
"GetDataDescMap"
{
"windows" "13"
"linux" "14"
}
}
}
"cstrike"
{
"Keys"
{
"HudRadioMenuMsg" "ShowMenu"
}
}
"dod"
{
"Keys"
{
"HudRadioMenuMsg" "ShowMenu"
}
}
"sourceforts"
{
"Keys"
{
"HudRadioMenuMsg" "ShowMenu"
}
}
}