Advertisement
Guest User

cssdm.games.txt - linux

a guest
Feb 21st, 2025
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. /* Do not edit this file unless you know what you are doing! */
  2. "Games"
  3. {
  4. "cstrike"
  5. {
  6. /* FFA patch bytes */
  7. "Keys"
  8. {
  9. "LagCompPatch_Linux" "\x90\x90\x90\x90\x90\x90" // ok
  10.  
  11. "TakeDmgPatch1_Linux" "\x74"
  12.  
  13. "CalcDomRevPatch_Linux" "\x90\x90\x90\x90\x90\x90" // ok
  14. }
  15. "Offsets"
  16. {
  17. /* Patch offsets for FFA */
  18. "LagCompPatch" // ok
  19. {
  20. "linux" "25"
  21. }
  22. "TakeDmgPatch1"
  23. {
  24. "linux" "504"
  25. }
  26. /* Offset into gamerules constructor - bogo value linux/mac */
  27. "g_pGameRules"
  28. {
  29. "linux" "1"
  30. }
  31. /* Virtual indexes */
  32. "IPointsForKill" // ok
  33. {
  34. "linux" "81"
  35. }
  36. "Weapon_GetSlot" // ok
  37. {
  38. "linux" "275"
  39. }
  40. "RemoveAllItems" // ok
  41. {
  42. "linux" "349"
  43. }
  44. "GiveAmmo" // ok
  45. {
  46. "linux" "259"
  47. }
  48. /* Next _two_ are detour byte "save" counts */
  49. "DropWeaponsPatch" // not used
  50. {
  51. "linux" "6"
  52. }
  53. "CSWeaponDropPatch" // not used
  54. {
  55. "linux" "6"
  56. }
  57. "CalcDomRevPatch" // ok
  58. {
  59. "linux" "72"
  60. }
  61. }
  62. "Signatures" // ok
  63. {
  64. "UTIL_Remove" // ok
  65. {
  66. "library" "server"
  67. "linux" "@_Z11UTIL_RemoveP11CBaseEntity"
  68. }
  69. "RoundRespawn" // ok
  70. {
  71. "library" "server"
  72. "linux" "@_ZN9CCSPlayer12RoundRespawnEv"
  73. }
  74. "OnTakeDamage" // ok
  75. {
  76. "library" "server"
  77. "linux" "@_ZN9CCSPlayer12OnTakeDamageERK15CTakeDamageInfo"
  78. }
  79. "WantsLagComp" // ok
  80. {
  81. "library" "server"
  82. "linux" "@_ZNK11CBasePlayer28WantsLagCompensationOnEntityEPKS_PK8CUserCmdPK7CBitVecILi2048EE"
  83. }
  84. "CGameRules" // ok
  85. {
  86. "library" "server"
  87. "linux" "@g_pGameRules"
  88. }
  89. "CSWeaponDrop" // ok
  90. {
  91. "library" "server"
  92. "linux" "@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatWeaponbb"
  93. }
  94. "DropWeapons" // ok
  95. {
  96. "library" "server"
  97. "linux" "@_ZN9CCSPlayer11DropWeaponsEbb"
  98. }
  99. "CalcDominationAndRevenge" // ok
  100. {
  101. "library" "server"
  102. "linux" "@_ZN12CCSGameStats24CalcDominationAndRevengeEP9CCSPlayerS1_Pi"
  103. }
  104. }
  105. }
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement