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