2009-07-24 02:34:31 +02:00
|
|
|
/**
|
|
|
|
* 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)
|
|
|
|
*/
|
|
|
|
|
|
|
|
"Games"
|
|
|
|
{
|
|
|
|
/* CGlobalEntityList */
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"game" "ageofchivalry"
|
2009-07-28 01:04:43 +02:00
|
|
|
"game" "zps"
|
2009-12-19 09:03:57 +01:00
|
|
|
"game" "bg2"
|
2010-03-10 00:29:31 +01:00
|
|
|
"game" "pvkii"
|
2010-03-12 04:00:46 +01:00
|
|
|
"game" "gesource"
|
2010-05-21 19:55:29 +02:00
|
|
|
"game" "empires"
|
2010-05-21 20:04:19 +02:00
|
|
|
"game" "RnLBeta"
|
2010-06-02 13:47:00 +02:00
|
|
|
"game" "obsidian"
|
2010-07-23 03:38:55 +02:00
|
|
|
"game" "synergy"
|
2010-07-24 03:16:15 +02:00
|
|
|
"game" "fas"
|
2010-07-27 01:26:32 +02:00
|
|
|
"game" "fistful_of_frags"
|
2011-02-01 19:50:17 +01:00
|
|
|
"game" "cspromod"
|
2011-12-07 17:54:53 +01:00
|
|
|
"game" "ag2"
|
2011-12-08 02:17:34 +01:00
|
|
|
"game" "nmrih"
|
2009-07-24 02:34:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
"Offsets"
|
|
|
|
{
|
|
|
|
/* Offset into LevelShutdown */
|
|
|
|
"gEntList"
|
|
|
|
{
|
|
|
|
"windows" "11"
|
|
|
|
}
|
|
|
|
|
|
|
|
"EntInfo"
|
|
|
|
{
|
|
|
|
"windows" "4"
|
|
|
|
"linux" "4"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"Signatures"
|
|
|
|
{
|
|
|
|
"LevelShutdown"
|
|
|
|
{
|
|
|
|
"library" "server"
|
|
|
|
"windows" "\xE8\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\xE8"
|
|
|
|
}
|
|
|
|
"gEntList"
|
|
|
|
{
|
|
|
|
"library" "server"
|
|
|
|
"linux" "@gEntList"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2009-08-17 00:03:53 +02:00
|
|
|
}
|