- 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:
@@ -0,0 +1,40 @@
|
||||
"Games"
|
||||
{
|
||||
"#default"
|
||||
{
|
||||
"Offsets"
|
||||
{
|
||||
"GetDataDescMap"
|
||||
{
|
||||
"windows" "13"
|
||||
"linux" "14"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
"cstrike"
|
||||
{
|
||||
"Keys"
|
||||
{
|
||||
"HudRadioMenuMsg" "ShowMenu"
|
||||
}
|
||||
}
|
||||
|
||||
"dod"
|
||||
{
|
||||
"Keys"
|
||||
{
|
||||
"HudRadioMenuMsg" "ShowMenu"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
"sourceforts"
|
||||
{
|
||||
"Keys"
|
||||
{
|
||||
"HudRadioMenuMsg" "ShowMenu"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
"Games"
|
||||
{
|
||||
"#default"
|
||||
{
|
||||
"#supported"
|
||||
{
|
||||
"game" "cstrike"
|
||||
}
|
||||
|
||||
"Offsets"
|
||||
{
|
||||
"GiveNamedItem"
|
||||
{
|
||||
"windows" "329"
|
||||
"linux" "330"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user