TF gamedata updates (bug 3948 fallout, r=dvander).
This commit is contained in:
parent
8e897f62a3
commit
6425484608
@ -1,3 +1,14 @@
|
|||||||
|
/**
|
||||||
|
* 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"
|
"Games"
|
||||||
{
|
{
|
||||||
/* Team Fortress 2 */
|
/* Team Fortress 2 */
|
||||||
@ -7,28 +18,28 @@
|
|||||||
{
|
{
|
||||||
"GiveNamedItem"
|
"GiveNamedItem"
|
||||||
{
|
{
|
||||||
"windows" "421"
|
"windows" "423"
|
||||||
"linux" "426"
|
"linux" "427"
|
||||||
}
|
}
|
||||||
"RemovePlayerItem"
|
"RemovePlayerItem"
|
||||||
{
|
{
|
||||||
"windows" "243"
|
"windows" "244"
|
||||||
"linux" "244"
|
"linux" "245"
|
||||||
}
|
}
|
||||||
"Weapon_GetSlot"
|
"Weapon_GetSlot"
|
||||||
{
|
{
|
||||||
"windows" "241"
|
"windows" "242"
|
||||||
"linux" "242"
|
"linux" "243"
|
||||||
}
|
}
|
||||||
"Ignite"
|
"Ignite"
|
||||||
{
|
{
|
||||||
"windows" "198"
|
"windows" "199"
|
||||||
"linux" "199"
|
"linux" "200"
|
||||||
}
|
}
|
||||||
"Extinguish"
|
"Extinguish"
|
||||||
{
|
{
|
||||||
"windows" "202"
|
"windows" "203"
|
||||||
"linux" "203"
|
"linux" "204"
|
||||||
}
|
}
|
||||||
"Teleport"
|
"Teleport"
|
||||||
{
|
{
|
||||||
@ -42,8 +53,8 @@
|
|||||||
}
|
}
|
||||||
"GetVelocity"
|
"GetVelocity"
|
||||||
{
|
{
|
||||||
"windows" "135"
|
"windows" "136"
|
||||||
"linux" "136"
|
"linux" "137"
|
||||||
}
|
}
|
||||||
"EyeAngles"
|
"EyeAngles"
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user