Fix gamedata for CS:GO "mods".

This commit is contained in:
Nicholas Hastings 2016-12-24 23:28:08 -05:00
parent fbe377a53d
commit 600f7e2342
5 changed files with 31 additions and 36 deletions

View File

@ -133,6 +133,7 @@
{
"#supported"
{
"engine" "csgo"
"game" "cstrike"
"game" "dod"
"game" "sourceforts"
@ -159,7 +160,6 @@
"game" "dinodday"
"game" "esmod"
"game" "nucleardawn"
"game" "csgo"
"game" "berimbau"
"game" "nmrih"
"game" "KreedzClimbing"
@ -178,6 +178,7 @@
{
"#supported"
{
"engine" "csgo"
"game" "tf"
"game" "synergy"
"game" "dod"
@ -195,7 +196,6 @@
"game" "fof"
"game" "dinodday"
"game" "nucleardawn"
"game" "csgo"
"game" "berimbau"
"game" "$INSURGENCY" // retail game
"game" "nmrih"
@ -258,8 +258,8 @@
{
"#supported"
{
"engine" "csgo"
"game" "cstrike"
"game" "csgo"
}
"Keys"

View File

@ -14,11 +14,6 @@
/* CGlobalEntityList */
"#default"
{
"#supported"
{
"game" "csgo"
}
"Addresses"
{
"EntInfosPtr"

View File

@ -208,7 +208,7 @@
}
}
"csgo"
"#default"
{
"Keys"
{

View File

@ -11,7 +11,7 @@
"Games"
{
"csgo"
"#default"
{
"Keys"
{
@ -165,7 +165,7 @@
}
}
"csgo"
"#default"
{
"Keys"
{
@ -183,7 +183,7 @@
}
}
"csgo"
"#default"
{
"Keys"
{
@ -201,7 +201,7 @@
}
}
"csgo"
"#default"
{
"Keys"
{

View File

@ -1,23 +1,23 @@
/**
* Do not edit this file. Any changes will be overwritten by the gamedata
* updater or by upgrading your SourceMod install.
*
* To override data in this file, create a subdirectory named "custom" and
* place your own gamedata file(s) inside of it. Such files will be parsed
* after SM's own.
*
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
*/
"Game Master"
{
"game.csgo.txt"
{
"game" "csgo"
}
"game.css.txt"
{
"game" "cstrike"
}
}
/**
* Do not edit this file. Any changes will be overwritten by the gamedata
* updater or by upgrading your SourceMod install.
*
* To override data in this file, create a subdirectory named "custom" and
* place your own gamedata file(s) inside of it. Such files will be parsed
* after SM's own.
*
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
*/
"Game Master"
{
"game.csgo.txt"
{
"engine" "csgo"
}
"game.css.txt"
{
"game" "cstrike"
}
}