Fix gamedata for CS:GO "mods".
This commit is contained in:
parent
fbe377a53d
commit
600f7e2342
@ -133,6 +133,7 @@
|
|||||||
{
|
{
|
||||||
"#supported"
|
"#supported"
|
||||||
{
|
{
|
||||||
|
"engine" "csgo"
|
||||||
"game" "cstrike"
|
"game" "cstrike"
|
||||||
"game" "dod"
|
"game" "dod"
|
||||||
"game" "sourceforts"
|
"game" "sourceforts"
|
||||||
@ -159,7 +160,6 @@
|
|||||||
"game" "dinodday"
|
"game" "dinodday"
|
||||||
"game" "esmod"
|
"game" "esmod"
|
||||||
"game" "nucleardawn"
|
"game" "nucleardawn"
|
||||||
"game" "csgo"
|
|
||||||
"game" "berimbau"
|
"game" "berimbau"
|
||||||
"game" "nmrih"
|
"game" "nmrih"
|
||||||
"game" "KreedzClimbing"
|
"game" "KreedzClimbing"
|
||||||
@ -178,6 +178,7 @@
|
|||||||
{
|
{
|
||||||
"#supported"
|
"#supported"
|
||||||
{
|
{
|
||||||
|
"engine" "csgo"
|
||||||
"game" "tf"
|
"game" "tf"
|
||||||
"game" "synergy"
|
"game" "synergy"
|
||||||
"game" "dod"
|
"game" "dod"
|
||||||
@ -195,7 +196,6 @@
|
|||||||
"game" "fof"
|
"game" "fof"
|
||||||
"game" "dinodday"
|
"game" "dinodday"
|
||||||
"game" "nucleardawn"
|
"game" "nucleardawn"
|
||||||
"game" "csgo"
|
|
||||||
"game" "berimbau"
|
"game" "berimbau"
|
||||||
"game" "$INSURGENCY" // retail game
|
"game" "$INSURGENCY" // retail game
|
||||||
"game" "nmrih"
|
"game" "nmrih"
|
||||||
@ -258,8 +258,8 @@
|
|||||||
{
|
{
|
||||||
"#supported"
|
"#supported"
|
||||||
{
|
{
|
||||||
|
"engine" "csgo"
|
||||||
"game" "cstrike"
|
"game" "cstrike"
|
||||||
"game" "csgo"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Keys"
|
"Keys"
|
||||||
|
@ -14,11 +14,6 @@
|
|||||||
/* CGlobalEntityList */
|
/* CGlobalEntityList */
|
||||||
"#default"
|
"#default"
|
||||||
{
|
{
|
||||||
"#supported"
|
|
||||||
{
|
|
||||||
"game" "csgo"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Addresses"
|
"Addresses"
|
||||||
{
|
{
|
||||||
"EntInfosPtr"
|
"EntInfosPtr"
|
||||||
|
@ -208,7 +208,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"csgo"
|
"#default"
|
||||||
{
|
{
|
||||||
"Keys"
|
"Keys"
|
||||||
{
|
{
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"Games"
|
"Games"
|
||||||
{
|
{
|
||||||
"csgo"
|
"#default"
|
||||||
{
|
{
|
||||||
"Keys"
|
"Keys"
|
||||||
{
|
{
|
||||||
@ -165,7 +165,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"csgo"
|
"#default"
|
||||||
{
|
{
|
||||||
"Keys"
|
"Keys"
|
||||||
{
|
{
|
||||||
@ -183,7 +183,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"csgo"
|
"#default"
|
||||||
{
|
{
|
||||||
"Keys"
|
"Keys"
|
||||||
{
|
{
|
||||||
@ -201,7 +201,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"csgo"
|
"#default"
|
||||||
{
|
{
|
||||||
"Keys"
|
"Keys"
|
||||||
{
|
{
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
/**
|
/**
|
||||||
* Do not edit this file. Any changes will be overwritten by the gamedata
|
* Do not edit this file. Any changes will be overwritten by the gamedata
|
||||||
* updater or by upgrading your SourceMod install.
|
* updater or by upgrading your SourceMod install.
|
||||||
*
|
*
|
||||||
* To override data in this file, create a subdirectory named "custom" and
|
* 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
|
* place your own gamedata file(s) inside of it. Such files will be parsed
|
||||||
* after SM's own.
|
* after SM's own.
|
||||||
*
|
*
|
||||||
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
|
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
"Game Master"
|
"Game Master"
|
||||||
{
|
{
|
||||||
"game.csgo.txt"
|
"game.csgo.txt"
|
||||||
{
|
{
|
||||||
"game" "csgo"
|
"engine" "csgo"
|
||||||
}
|
}
|
||||||
|
|
||||||
"game.css.txt"
|
"game.css.txt"
|
||||||
{
|
{
|
||||||
"game" "cstrike"
|
"game" "cstrike"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user