Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Do not edit this file unless you know what you are doing! */
- "Games"
- {
- "cstrike"
- {
- /* FFA patch bytes */
- "Keys"
- {
- "LagCompPatch_Linux" "\x90\x90\x90\x90\x90\x90" // ok
- "TakeDmgPatch1_Linux" "\x74"
- "CalcDomRevPatch_Linux" "\x90\x90\x90\x90\x90\x90" // ok
- }
- "Offsets"
- {
- /* Patch offsets for FFA */
- "LagCompPatch" // ok
- {
- "linux" "25"
- }
- "TakeDmgPatch1"
- {
- "linux" "504"
- }
- /* Offset into gamerules constructor - bogo value linux/mac */
- "g_pGameRules"
- {
- "linux" "1"
- }
- /* Virtual indexes */
- "IPointsForKill" // ok
- {
- "linux" "81"
- }
- "Weapon_GetSlot" // ok
- {
- "linux" "275"
- }
- "RemoveAllItems" // ok
- {
- "linux" "349"
- }
- "GiveAmmo" // ok
- {
- "linux" "259"
- }
- /* Next _two_ are detour byte "save" counts */
- "DropWeaponsPatch" // not used
- {
- "linux" "6"
- }
- "CSWeaponDropPatch" // not used
- {
- "linux" "6"
- }
- "CalcDomRevPatch" // ok
- {
- "linux" "72"
- }
- }
- "Signatures" // ok
- {
- "UTIL_Remove" // ok
- {
- "library" "server"
- "linux" "@_Z11UTIL_RemoveP11CBaseEntity"
- }
- "RoundRespawn" // ok
- {
- "library" "server"
- "linux" "@_ZN9CCSPlayer12RoundRespawnEv"
- }
- "OnTakeDamage" // ok
- {
- "library" "server"
- "linux" "@_ZN9CCSPlayer12OnTakeDamageERK15CTakeDamageInfo"
- }
- "WantsLagComp" // ok
- {
- "library" "server"
- "linux" "@_ZNK11CBasePlayer28WantsLagCompensationOnEntityEPKS_PK8CUserCmdPK7CBitVecILi2048EE"
- }
- "CGameRules" // ok
- {
- "library" "server"
- "linux" "@g_pGameRules"
- }
- "CSWeaponDrop" // ok
- {
- "library" "server"
- "linux" "@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatWeaponbb"
- }
- "DropWeapons" // ok
- {
- "library" "server"
- "linux" "@_ZN9CCSPlayer11DropWeaponsEbb"
- }
- "CalcDominationAndRevenge" // ok
- {
- "library" "server"
- "linux" "@_ZN12CCSGameStats24CalcDominationAndRevengeEP9CCSPlayerS1_Pi"
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement