Fix some gamedata issues.

"engine" and "game" were in the same #supported key in places, where
we wanted either to match, rather than both match.
This commit is contained in:
Nicholas Hastings 2016-12-26 16:13:38 -05:00
parent 0b7d99f03d
commit 0aa11374d8

View File

@ -100,8 +100,6 @@
"engine" "sdk2013"
"engine" "contagion"
"engine" "bms"
// DOI doesn't have it's own SDK yet, but may in future
"game" "doi"
}
"Offsets"
@ -133,7 +131,6 @@
{
"#supported"
{
"engine" "csgo"
"game" "cstrike"
"game" "dod"
"game" "sourceforts"
@ -173,12 +170,24 @@
}
}
"#default"
{
"#supported"
{
"engine" "csgo"
}
"Keys"
{
"HudRadioMenuMsg" "ShowMenu"
}
}
/* Which games need a radio menu timeout? */
"#default"
{
"#supported"
{
"engine" "csgo"
"game" "tf"
"game" "synergy"
"game" "dod"
@ -210,6 +219,19 @@
}
}
"#default"
{
"#supported"
{
"engine" "csgo"
}
"Keys"
{
"RadioMenuTimeout" "4"
}
}
/**
* Which games support HudMsg?
*/
@ -254,12 +276,19 @@
}
}
"cstrike"
{
"Keys"
{
"GameExtension" "game.cstrike"
}
}
"#default"
{
"#supported"
{
"engine" "csgo"
"game" "cstrike"
}
"Keys"
@ -291,7 +320,6 @@
"engine" "csgo"
"engine" "blade"
"engine" "insurgency"
"game" "doi"
}
"Keys"
@ -300,13 +328,8 @@
}
}
"#default"
"bms"
{
"#supported"
{
"game" "bms"
}
"Keys"
{
"RadioMenuMaxPageItems" "6"