PageRenderTime 31ms CodeModel.GetById 19ms app.highlight 7ms RepoModel.GetById 2ms app.codeStats 0ms

/addons/sourcemod/gamedata/sdktools.games/game.dod.txt

https://bitbucket.org/kimoto/sushi
Plain Text | 110 lines | 108 code | 2 blank | 0 comment | 0 complexity | 73016a22c86a29c64dbfc2271645ef3a MD5 | raw file
  1/**
  2 * Do not edit this file.  Any changes will be overwritten by the gamedata
  3 * updater or by upgrading your SourceMod install.
  4 *
  5 * To override data in this file, create a subdirectory named "custom" and
  6 * place your own gamedata file(s) inside of it.  Such files will be parsed
  7 * after SM's own.
  8 *
  9 * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
 10 */
 11
 12"Games"
 13{
 14	/* Day of Defeat: Source */
 15	"dod"
 16	{
 17		"Offsets"
 18		{
 19			"GiveNamedItem"
 20			{
 21				"windows"	"397"
 22				"linux"		"398"
 23				"mac"		"398"
 24			}
 25			"RemovePlayerItem"
 26			{
 27				"windows"	"268"
 28				"linux"		"269"
 29				"mac"		"269"
 30			}
 31			"Weapon_GetSlot"
 32			{
 33				"windows"	"266"
 34				"linux"		"267"
 35				"mac"		"267"
 36			}
 37			"Ignite"
 38			{
 39				"windows"	"207"
 40				"linux"		"208"
 41				"mac"		"208"
 42			}
 43			"Extinguish"
 44			{
 45				"windows"	"211"
 46				"linux"		"212"
 47				"mac"		"212"
 48			}
 49			"Teleport"
 50			{
 51				"windows"	"107"
 52				"linux"		"108"
 53				"mac"		"108"
 54			}
 55			"CommitSuicide"
 56			{
 57				"windows"	"435"
 58				"linux"		"436"
 59				"mac"		"436"
 60			}
 61			"GetVelocity"
 62			{
 63				"windows"	"139"
 64				"linux"		"140"
 65				"mac"		"140"
 66			}
 67			"EyeAngles"
 68			{
 69				"windows"	"130"
 70				"linux"		"131"
 71				"mac"		"131"
 72			}
 73			"AcceptInput"
 74			{
 75				"windows"	"36"
 76				"linux"		"37"
 77				"mac"		"37"
 78			}
 79			"SetEntityModel"
 80			{
 81				"windows"	"24"
 82				"linux"		"25"
 83				"mac"		"25"
 84			}
 85			"WeaponEquip"
 86			{
 87				"windows"	"259"
 88				"linux"		"260"
 89				"mac"		"260"
 90			}
 91			"Activate"
 92			{
 93				"windows"	"33"
 94				"linux"		"34"
 95				"mac"		"34"
 96			}
 97			"PlayerRunCmd"
 98			{
 99				"windows"	"415"
100				"linux"		"416"
101				"mac"		"416"
102			}
103		}
104		
105		"Keys"
106		{
107			"GameRulesProxy"	"CDODGameRulesProxy"
108		}
109	}
110}