- 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
This commit is contained in:
David Anderson
2007-06-16 05:42:16 +00:00
parent fa92af4907
commit b706a6990c
5 changed files with 216 additions and 5 deletions
+40
View File
@@ -0,0 +1,40 @@
"Games"
{
"#default"
{
"Offsets"
{
"GetDataDescMap"
{
"windows" "13"
"linux" "14"
}
}
}
"cstrike"
{
"Keys"
{
"HudRadioMenuMsg" "ShowMenu"
}
}
"dod"
{
"Keys"
{
"HudRadioMenuMsg" "ShowMenu"
}
}
"sourceforts"
{
"Keys"
{
"HudRadioMenuMsg" "ShowMenu"
}
}
}
+19
View File
@@ -0,0 +1,19 @@
"Games"
{
"#default"
{
"#supported"
{
"game" "cstrike"
}
"Offsets"
{
"GiveNamedItem"
{
"windows" "329"
"linux" "330"
}
}
}
}