2009-05-13 01:43:02 +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"
|
|
|
|
{
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"Offsets"
|
|
|
|
{
|
|
|
|
"m_lifeState"
|
|
|
|
{
|
|
|
|
"class" "CBasePlayer"
|
|
|
|
"prop" "m_lifeState"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Send properties and datamaps used by stocks in entity_prop_stocks.inc */
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"m_fFlags" "m_fFlags"
|
|
|
|
"m_MoveType" "m_MoveType"
|
|
|
|
"m_nRenderMode" "m_nRenderMode"
|
|
|
|
"m_nRenderFX" "m_nRenderFX"
|
|
|
|
"m_clrRender" "m_clrRender"
|
|
|
|
"m_flGravity" "m_flGravity"
|
|
|
|
"m_iHealth" "m_iHealth"
|
|
|
|
"m_nButtons" "m_nButtons"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Original engine specifics */
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "original"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Offsets"
|
|
|
|
{
|
|
|
|
"GetDataDescMap"
|
|
|
|
{
|
|
|
|
"windows" "13"
|
|
|
|
"linux" "14"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Dark Messiah engine specifics */
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "darkmessiah"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"m_iHealth" "m_fHealth"
|
|
|
|
"HintTextPreByte" "yes"
|
|
|
|
"ChatSayText" "yes"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Offsets"
|
|
|
|
{
|
|
|
|
"GetDataDescMap"
|
|
|
|
{
|
|
|
|
"windows" "12"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* OB/L4D engine specifics */
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "orangebox"
|
2011-01-12 05:36:32 +01:00
|
|
|
"engine" "bloodygoodtime"
|
2009-08-17 00:03:53 +02:00
|
|
|
"engine" "orangebox_valve"
|
2009-05-13 01:43:02 +02:00
|
|
|
"engine" "left4dead"
|
2009-10-30 09:24:55 +01:00
|
|
|
"engine" "left4dead2"
|
2010-08-02 18:28:38 +02:00
|
|
|
"engine" "alienswarm"
|
2009-05-13 01:43:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
"Offsets"
|
|
|
|
{
|
|
|
|
"GetDataDescMap"
|
|
|
|
{
|
|
|
|
"windows" "11"
|
|
|
|
"linux" "12"
|
2010-06-05 00:14:52 +02:00
|
|
|
"mac" "12"
|
2009-05-13 01:43:02 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* The Ship is completely different */
|
|
|
|
"ship"
|
|
|
|
{
|
|
|
|
"Offsets"
|
|
|
|
{
|
|
|
|
"GetDataDescMap"
|
|
|
|
{
|
|
|
|
"windows" "18"
|
|
|
|
"linux" "19"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Which games support ShowMenu? */
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"game" "cstrike"
|
|
|
|
"game" "dod"
|
|
|
|
"game" "sourceforts"
|
|
|
|
"game" "insurgency"
|
|
|
|
"game" "tf"
|
|
|
|
"game" "pvkii"
|
|
|
|
"game" "diprip"
|
|
|
|
"game" "synergy"
|
|
|
|
"game" "left4dead"
|
2009-10-30 09:24:55 +01:00
|
|
|
"game" "left4dead2"
|
2009-05-13 01:43:02 +02:00
|
|
|
"game" "obsidian"
|
2009-07-28 01:13:55 +02:00
|
|
|
"game" "empires"
|
2009-10-06 12:06:02 +02:00
|
|
|
"game" "gesource"
|
2009-12-15 05:29:23 +01:00
|
|
|
"game" "NeotokyoSource"
|
2009-12-19 09:03:57 +01:00
|
|
|
"game" "bg2"
|
2010-02-09 05:25:11 +01:00
|
|
|
"game" "cspromod"
|
2010-03-10 00:50:47 +01:00
|
|
|
"game" "FortressForever"
|
2010-03-10 02:39:56 +01:00
|
|
|
"game" "zps"
|
2010-03-12 04:00:46 +01:00
|
|
|
"game" "gesource"
|
2010-05-21 20:04:19 +02:00
|
|
|
"game" "RnLBeta"
|
2010-07-24 03:16:15 +02:00
|
|
|
"game" "fas"
|
2010-07-27 01:26:32 +02:00
|
|
|
"game" "fistful_of_frags"
|
2009-05-13 01:43:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"HudRadioMenuMsg" "ShowMenu"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Which games need a radio menu timeout? */
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"game" "tf"
|
|
|
|
"game" "synergy"
|
|
|
|
"game" "dod"
|
2009-07-28 01:13:55 +02:00
|
|
|
"game" "empires"
|
2009-12-15 05:29:23 +01:00
|
|
|
"game" "NeotokyoSource"
|
2009-12-19 09:03:57 +01:00
|
|
|
"game" "bg2"
|
2010-02-09 05:25:11 +01:00
|
|
|
"game" "cspromod"
|
2010-03-10 00:29:31 +01:00
|
|
|
"game" "pvkii"
|
2010-03-10 00:50:47 +01:00
|
|
|
"game" "FortressForever"
|
2010-03-10 02:39:56 +01:00
|
|
|
"game" "zps"
|
2010-03-12 04:00:46 +01:00
|
|
|
"game" "gesource"
|
2010-04-05 08:50:27 +02:00
|
|
|
"game" "obsidian"
|
2010-05-12 02:40:14 +02:00
|
|
|
"game" "cstrike"
|
2010-05-21 20:04:19 +02:00
|
|
|
"game" "RnLBeta"
|
2010-07-27 01:26:32 +02:00
|
|
|
"game" "fistful_of_frags"
|
2009-05-13 01:43:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"RadioMenuTimeout" "4"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Which games support HudMsg?
|
|
|
|
*/
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"game" "hl2mp"
|
|
|
|
"game" "sourceforts"
|
|
|
|
"game" "tf"
|
|
|
|
"game" "ageofchivalry"
|
|
|
|
"game" "obsidian"
|
2009-12-15 05:30:04 +01:00
|
|
|
"game" "zombie_master"
|
2009-12-19 09:03:57 +01:00
|
|
|
"game" "bg2"
|
2009-12-20 05:42:32 +01:00
|
|
|
"game" "insurgency"
|
2010-02-09 05:25:11 +01:00
|
|
|
"game" "cspromod"
|
2010-03-10 00:29:31 +01:00
|
|
|
"game" "pvkii"
|
2010-03-10 02:39:56 +01:00
|
|
|
"game" "zps"
|
2010-03-12 04:00:46 +01:00
|
|
|
"game" "gesource"
|
2010-05-21 20:04:19 +02:00
|
|
|
"game" "RnLBeta"
|
2010-07-24 03:16:15 +02:00
|
|
|
"game" "fas"
|
2010-07-27 01:26:32 +02:00
|
|
|
"game" "fistful_of_frags"
|
2010-08-02 18:28:38 +02:00
|
|
|
"game" "swarm"
|
2011-04-09 06:29:57 +02:00
|
|
|
"game" "dinodday"
|
2009-05-13 01:43:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"HudTextMsg" "HudMsg"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2010-05-12 02:40:14 +02:00
|
|
|
"#default"
|
2009-05-13 01:43:02 +02:00
|
|
|
{
|
2010-05-12 02:40:14 +02:00
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"game" "cstrike"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"GameExtension" "game.cstrike"
|
|
|
|
}
|
|
|
|
}
|
2009-05-13 01:43:02 +02:00
|
|
|
|
|
|
|
"tf"
|
|
|
|
{
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"GameExtension" "game.tf2"
|
|
|
|
}
|
|
|
|
}
|
2009-07-28 01:45:30 +02:00
|
|
|
"insurgency"
|
|
|
|
{
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"ChatSayText" "yes"
|
|
|
|
}
|
|
|
|
}
|
2009-05-13 01:43:02 +02:00
|
|
|
}
|