PageRenderTime 105ms CodeModel.GetById 22ms RepoModel.GetById 0ms 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. "Games"
  12. {
  13. /* Day of Defeat: Source */
  14. "dod"
  15. {
  16. "Offsets"
  17. {
  18. "GiveNamedItem"
  19. {
  20. "windows" "397"
  21. "linux" "398"
  22. "mac" "398"
  23. }
  24. "RemovePlayerItem"
  25. {
  26. "windows" "268"
  27. "linux" "269"
  28. "mac" "269"
  29. }
  30. "Weapon_GetSlot"
  31. {
  32. "windows" "266"
  33. "linux" "267"
  34. "mac" "267"
  35. }
  36. "Ignite"
  37. {
  38. "windows" "207"
  39. "linux" "208"
  40. "mac" "208"
  41. }
  42. "Extinguish"
  43. {
  44. "windows" "211"
  45. "linux" "212"
  46. "mac" "212"
  47. }
  48. "Teleport"
  49. {
  50. "windows" "107"
  51. "linux" "108"
  52. "mac" "108"
  53. }
  54. "CommitSuicide"
  55. {
  56. "windows" "435"
  57. "linux" "436"
  58. "mac" "436"
  59. }
  60. "GetVelocity"
  61. {
  62. "windows" "139"
  63. "linux" "140"
  64. "mac" "140"
  65. }
  66. "EyeAngles"
  67. {
  68. "windows" "130"
  69. "linux" "131"
  70. "mac" "131"
  71. }
  72. "AcceptInput"
  73. {
  74. "windows" "36"
  75. "linux" "37"
  76. "mac" "37"
  77. }
  78. "SetEntityModel"
  79. {
  80. "windows" "24"
  81. "linux" "25"
  82. "mac" "25"
  83. }
  84. "WeaponEquip"
  85. {
  86. "windows" "259"
  87. "linux" "260"
  88. "mac" "260"
  89. }
  90. "Activate"
  91. {
  92. "windows" "33"
  93. "linux" "34"
  94. "mac" "34"
  95. }
  96. "PlayerRunCmd"
  97. {
  98. "windows" "415"
  99. "linux" "416"
  100. "mac" "416"
  101. }
  102. }
  103. "Keys"
  104. {
  105. "GameRulesProxy" "CDODGameRulesProxy"
  106. }
  107. }
  108. }