sourcemod/gamedata/sdktools.games/game.cstrike.txt

117 lines
1.8 KiB
Plaintext
Raw Normal View History

/**
* 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"
{
/* Counter-Strike: Source */
"cstrike"
{
"Keys"
{
"SlapSoundCount" "3"
"SlapSound1" "player/damage1.wav"
"SlapSound2" "player/damage2.wav"
"SlapSound3" "player/damage3.wav"
"GameRulesProxy" "CCSGameRulesProxy"
}
"Offsets"
{
"GiveNamedItem"
{
2013-09-17 03:22:49 +02:00
"windows" "400"
"linux" "401"
"mac" "401"
}
"RemovePlayerItem"
{
2013-09-17 03:22:49 +02:00
"windows" "269"
"linux" "270"
"mac" "270"
}
"Weapon_GetSlot"
{
2013-09-17 03:22:49 +02:00
"windows" "267"
"linux" "268"
"mac" "268"
}
"Ignite"
{
2013-09-17 03:22:49 +02:00
"windows" "208"
"linux" "209"
"mac" "209"
}
"Extinguish"
{
2013-09-17 03:22:49 +02:00
"windows" "212"
"linux" "213"
"mac" "213"
}
"Teleport"
{
2013-09-17 03:22:49 +02:00
"windows" "108"
"linux" "109"
"mac" "109"
}
"CommitSuicide"
{
2013-09-17 03:22:49 +02:00
"windows" "439"
"linux" "439"
"mac" "439"
}
"GetVelocity"
{
2013-09-17 03:22:49 +02:00
"windows" "140"
"linux" "141"
"mac" "141"
}
"EyeAngles"
{
2013-09-17 03:22:49 +02:00
"windows" "131"
"linux" "132"
"mac" "132"
}
"AcceptInput"
{
2012-08-23 00:23:31 +02:00
"windows" "36"
"linux" "37"
"mac" "37"
}
"SetEntityModel"
{
2012-08-23 00:23:31 +02:00
"windows" "24"
"linux" "25"
"mac" "25"
}
"WeaponEquip"
{
2013-09-17 03:22:49 +02:00
"windows" "260"
"linux" "261"
"mac" "261"
}
"Activate"
{
2012-08-23 00:23:31 +02:00
"windows" "33"
"linux" "34"
"mac" "34"
}
"PlayerRunCmd"
{
2013-09-17 03:22:49 +02:00
"windows" "418"
"linux" "419"
"mac" "419"
}
}
}
}
2011-10-14 01:15:02 +02:00