sourcemod/gamedata/sdktools.games/game.cstrike.txt
2012-07-02 23:27:22 -04:00

117 lines
1.8 KiB
Plaintext

/**
* 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"
{
"windows" "393"
"linux" "394"
"mac" "394"
}
"RemovePlayerItem"
{
"windows" "264"
"linux" "265"
"mac" "265"
}
"Weapon_GetSlot"
{
"windows" "262"
"linux" "263"
"mac" "263"
}
"Ignite"
{
"windows" "205"
"linux" "206"
"mac" "206"
}
"Extinguish"
{
"windows" "209"
"linux" "210"
"mac" "210"
}
"Teleport"
{
"windows" "106"
"linux" "107"
"mac" "107"
}
"CommitSuicide"
{
"windows" "434"
"linux" "434"
"mac" "434"
}
"GetVelocity"
{
"windows" "138"
"linux" "139"
"mac" "139"
}
"EyeAngles"
{
"windows" "129"
"linux" "130"
"mac" "130"
}
"AcceptInput"
{
"windows" "35"
"linux" "36"
"mac" "36"
}
"SetEntityModel"
{
"windows" "23"
"linux" "24"
"mac" "24"
}
"WeaponEquip"
{
"windows" "255"
"linux" "256"
"mac" "256"
}
"Activate"
{
"windows" "32"
"linux" "33"
"mac" "33"
}
"PlayerRunCmd"
{
"windows" "411"
"linux" "412"
"mac" "412"
}
}
}
}