2015-02-05 20:44:58 +01:00
|
|
|
"Games"
|
|
|
|
{
|
|
|
|
/*
|
|
|
|
* "Keys" are used to map gamedata offset names to linux symbol.
|
|
|
|
* "Options" are used to mark validation options for windows signatures.
|
|
|
|
* Current valid options are:
|
|
|
|
* allowmultiple - don't warn if multiple matches are found
|
|
|
|
* allowmidfunc - don't warn if signature does not match the
|
|
|
|
* start of a function.
|
|
|
|
* Multiple options can be specified, separating them with a comma.
|
|
|
|
* ie. "allowmultiple,allowmidfunc"
|
|
|
|
*/
|
|
|
|
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
// SDKTools
|
|
|
|
"GiveNamedItem" "_ZN11CBasePlayer13GiveNamedItemEPKci"
|
|
|
|
"GiveAmmo" "_ZN20CBaseCombatCharacter8GiveAmmoEiib"
|
|
|
|
"RemovePlayerItem" "_ZN11CBasePlayer16RemovePlayerItemEP17CBaseCombatWeapon"
|
|
|
|
"Weapon_GetSlot" "_ZNK20CBaseCombatCharacter14Weapon_GetSlotEi"
|
|
|
|
"Ignite" "_ZN14CBaseAnimating6IgniteEfbfb"
|
|
|
|
"Extinguish" "_ZN14CBaseAnimating10ExtinguishEv"
|
|
|
|
"Teleport" "_ZN11CBaseEntity8TeleportEPK6VectorPK6QAngleS2_"
|
|
|
|
"CommitSuicide" "_ZN11CBasePlayer13CommitSuicideEbb"
|
|
|
|
"GetVelocity" "_ZN11CBaseEntity11GetVelocityEP6VectorS1_"
|
|
|
|
"EyeAngles" "_ZN11CBasePlayer9EyeAnglesEv"
|
|
|
|
"DispatchKeyValue" "_ZN11CBaseEntity8KeyValueEPKcS1_"
|
|
|
|
"DispatchKeyValueFloat" "_ZN11CBaseEntity8KeyValueEPKcf"
|
|
|
|
"DispatchKeyValueVector" "_ZN11CBaseEntity8KeyValueEPKcRK6Vector"
|
|
|
|
"SetEntityModel" "_ZN11CBaseEntity8SetModelEPKc"
|
|
|
|
"AcceptInput" "_ZN11CBaseEntity11AcceptInputEPKcPS_S2_9variant_ti"
|
|
|
|
"WeaponEquip" "_ZN11CBasePlayer12Weapon_EquipEP17CBaseCombatWeapon"
|
|
|
|
"Activate" "_ZN11CBaseEntity8ActivateEv"
|
|
|
|
"PlayerRunCmd" "_ZN11CBasePlayer16PlayerRunCommandEP8CUserCmdP11IMoveHelper"
|
|
|
|
|
|
|
|
// SDKHooks
|
|
|
|
"Blocked" "_ZN11CBaseEntity7BlockedEPS_"
|
2017-02-06 16:58:57 +01:00
|
|
|
"CanBeAutobalanced" "_ZN22CBaseMultiplayerPlayer17CanBeAutobalancedEv"
|
2015-02-05 20:44:58 +01:00
|
|
|
"EndTouch" "_ZN11CBaseEntity8EndTouchEPS_"
|
|
|
|
"FireBullets" "_ZN11CBaseEntity11FireBulletsERK17FireBulletsInfo_t"
|
|
|
|
"GroundEntChanged" "_ZN11CBaseEntity35NetworkStateChanged_m_hGroundEntityEPv"
|
|
|
|
"OnTakeDamage" "_ZN11CBaseEntity12OnTakeDamageERK15CTakeDamageInfo"
|
|
|
|
"OnTakeDamage_Alive" "_ZN11CBaseEntity18OnTakeDamage_AliveERK15CTakeDamageInfo"
|
|
|
|
"PreThink" "_ZN11CBasePlayer8PreThinkEv"
|
|
|
|
"PostConstructor" "_ZN11CBaseEntity15PostConstructorEPKc"
|
|
|
|
"PostThink" "_ZN11CBasePlayer9PostThinkEv"
|
|
|
|
"Reload" "_ZN17CBaseCombatWeapon6ReloadEv"
|
|
|
|
"SetTransmit" "_ZN11CBaseEntity11SetTransmitEP18CCheckTransmitInfob"
|
|
|
|
"ShouldCollide" "_ZNK11CBaseEntity13ShouldCollideEii"
|
|
|
|
"Spawn" "_ZN11CBaseEntity5SpawnEv"
|
|
|
|
"StartTouch" "_ZN11CBaseEntity10StartTouchEPS_"
|
|
|
|
"Think" "_ZN11CBaseEntity5ThinkEv"
|
|
|
|
"Touch" "_ZN11CBaseEntity5TouchEPS_"
|
|
|
|
"TraceAttack" "_ZN11CBaseEntity11TraceAttackERK15CTakeDamageInfoRK6VectorP10CGameTrace"
|
|
|
|
"UpdateOnRemove" "_ZN11CBaseEntity14UpdateOnRemoveEv"
|
|
|
|
"Use" "_ZN11CBaseEntity3UseEPS_S0_8USE_TYPEf"
|
|
|
|
"VPhysicsUpdate" "_ZN11CBaseEntity14VPhysicsUpdateEP14IPhysicsObject"
|
|
|
|
"Weapon_CanSwitchTo" "_ZN20CBaseCombatCharacter18Weapon_CanSwitchToEP17CBaseCombatWeapon"
|
|
|
|
"Weapon_CanUse" "_ZN20CBaseCombatCharacter13Weapon_CanUseEP17CBaseCombatWeapon"
|
|
|
|
"Weapon_Drop" "_ZN20CBaseCombatCharacter11Weapon_DropEP17CBaseCombatWeaponPK6VectorS4_"
|
|
|
|
"Weapon_Equip" "_ZN11CBasePlayer12Weapon_EquipEP17CBaseCombatWeapon"
|
|
|
|
"Weapon_Switch" "_ZN20CBaseCombatCharacter13Weapon_SwitchEP17CBaseCombatWeaponi"
|
|
|
|
|
|
|
|
// CEntity extras
|
|
|
|
"FVisible" "_ZN20CBaseCombatCharacter8FVisibleEP11CBaseEntityiPS1_"
|
|
|
|
"VPhysicsTakeDamage" "_ZN11CBaseEntity18VPhysicsTakeDamageERK15CTakeDamageInfo"
|
|
|
|
"VPhysicsGetObjectList" "_ZN11CBaseEntity21VPhysicsGetObjectListEPP14IPhysicsObjecti"
|
|
|
|
"GetClientEyeAngles" "_ZN11CBaseEntity9EyeAnglesEv"
|
|
|
|
"WeaponSwitch" "_ZN20CBaseCombatCharacter13Weapon_SwitchEP17CBaseCombatWeaponi"
|
|
|
|
"CanSpeakVoiceCommand" "_ZN22CBaseMultiplayerPlayer20CanSpeakVoiceCommandEv"
|
|
|
|
"IsReadyToSpawn" "_ZN11CBasePlayer14IsReadyToSpawnEv"
|
|
|
|
"OnTakeDamage_Alive" "_ZN20CBaseCombatCharacter18OnTakeDamage_AliveERK15CTakeDamageInfo"
|
|
|
|
"Jump" "_ZN11CBasePlayer4JumpEv"
|
|
|
|
"ProcessUserCmds" "_ZN11CBasePlayer15ProcessUsercmdsEP8CUserCmdiiib"
|
|
|
|
"GetSoundEmissionOrigin" "_ZNK11CBaseEntity22GetSoundEmissionOriginEv"
|
|
|
|
"GetServerClass" "_ZN11CBaseEntity14GetServerClassEv"
|
|
|
|
"StudioFrameAdvance" "_ZN14CBaseAnimating18StudioFrameAdvanceEv"
|
|
|
|
"ShouldGib" "_ZN9CTFPlayer9ShouldGibERK15CTakeDamageInfo"
|
|
|
|
"GetRadius" "_ZN13CTFBaseRocket9GetRadiusEv"
|
|
|
|
"DeflectPlayer" "_ZN13CTFWeaponBase13DeflectPlayerEP9CTFPlayerS1_R6VectorS3_S3_"
|
|
|
|
"GetDataDescMap" "_ZN11CBaseEntity14GetDataDescMapEv"
|
|
|
|
|
|
|
|
// TF2 ext
|
|
|
|
"CalcIsAttackCriticalHelper" "_ZN13CTFWeaponBase26CalcIsAttackCriticalHelperEv"
|
|
|
|
"CalcIsAttackCriticalHelperNoCrits" "_ZN13CTFWeaponBase33CalcIsAttackCriticalHelperNoCritsEv"
|
2017-02-06 16:58:57 +01:00
|
|
|
"IsHolidayActive" "_ZNK12CTFGameRules15IsHolidayActiveEi"
|
2015-02-05 20:44:58 +01:00
|
|
|
|
|
|
|
// CSSDM
|
|
|
|
"IPointsForKill" "_ZN14CTeamplayRules14IPointsForKillEP11CBasePlayerS1_"
|
|
|
|
"RemoveAllItems" "_ZN11CBasePlayer14RemoveAllItemsEb"
|
|
|
|
"GiveAmmo" "_ZN20CBaseCombatCharacter8GiveAmmoEiib"
|
|
|
|
|
|
|
|
// NapalmLagFix
|
|
|
|
"RadiusDamage" "_ZN10CGameRules12RadiusDamageERK15CTakeDamageInfoRK6VectorfiP11CBaseEntity"
|
|
|
|
|
|
|
|
// V
|
|
|
|
"CTFFlameThrower::FireProjectile" "_ZN16CTFWeaponBaseGun14FireProjectileEP9CTFPlayer"
|
|
|
|
"CTFFlameThrower::FireFlameRocket" "_ZN16CTFWeaponBaseGun15FireFlameRocketEP9CTFPlayer"
|
|
|
|
"CTFPlayer::GetMaxHealth" "_ZNK11CBaseEntity12GetMaxHealthEv"
|
|
|
|
"CBaseEntity::GetBaseEntity" "_ZN11CBaseEntity13GetBaseEntityEv"
|
|
|
|
"RocketTouch" "_ZN13CTFBaseRocket11RocketTouchEP11CBaseEntity"
|
|
|
|
"SRocketTouch" "_ZN13CTFBaseRocket11RocketTouchEP11CBaseEntity"
|
|
|
|
"PlayScene" "_ZN9CTFPlayer9PlaySceneEPKcfP11AI_ResponseP16IRecipientFilter"
|
|
|
|
|
|
|
|
// V V
|
|
|
|
"CBaseEntity::GetModelIndex" "_ZNK11CBaseEntity13GetModelIndexEv"
|
|
|
|
"CBaseEntity::SetModelIndex" "_ZN11CBaseEntity13SetModelIndexEi"
|
|
|
|
"CBaseEntity::GetServerClass" "_ZN11CBaseEntity14GetServerClassEv"
|
|
|
|
"CBaseEntity::GetDataDescMap" "_ZN11CBaseEntity14GetDataDescMapEv"
|
|
|
|
"CBaseEntity::ShouldCollide" "_ZNK11CBaseEntity13ShouldCollideEii"
|
|
|
|
"CBaseEntity::ShouldTransmit" "_ZN11CBaseEntity14ShouldTransmitEPK18CCheckTransmitInfo"
|
|
|
|
"CBaseEntity::UpdateTransmitState" "_ZN11CBaseEntity19UpdateTransmitStateEv"
|
|
|
|
"CBaseEntity::SetTransmit" "_ZN11CBaseEntity11SetTransmitEP18CCheckTransmitInfob"
|
|
|
|
"CBaseEntity::Spawn" "_ZN11CBaseEntity5SpawnEv"
|
|
|
|
"CBaseEntity::SetModel" "_ZN11CBaseEntity8SetModelEPKc"
|
|
|
|
"CBaseEntity::KeyValue" "_ZN11CBaseEntity8KeyValueEPKcS1_"
|
|
|
|
"CBaseEntity::Activate" "_ZN11CBaseEntity8ActivateEv"
|
|
|
|
"CBaseEntity::SetParent" "_ZN11CBaseEntity9SetParentEPS_i"
|
|
|
|
"CBaseEntity::AcceptInput" "_ZN11CBaseEntity11AcceptInputEPKcPS_S2_9variant_ti"
|
|
|
|
"CBaseEntity::Think" "_ZN11CBaseEntity5ThinkEv"
|
|
|
|
"CBaseEntity::GetResponseSystem" "_ZN11CBaseEntity17GetResponseSystemEv"
|
|
|
|
"CBaseEntity::OnTakeDamage" "_ZN11CBaseEntity12OnTakeDamageERK15CTakeDamageInfo"
|
|
|
|
"CBaseEntity::Event_Killed" "_ZN11CBaseEntity12Event_KilledERK15CTakeDamageInfo"
|
|
|
|
"CBaseEntity::ChangeTeam" "_ZN11CBaseEntity10ChangeTeamEi"
|
|
|
|
"CBaseEntity::Use" "_ZN11CBaseEntity3UseEPS_S0_8USE_TYPEf"
|
|
|
|
"CBaseEntity::Touch" "_ZN11CBaseEntity5TouchEPS_"
|
|
|
|
"CBaseEntity::Blocked" "_ZN11CBaseEntity7BlockedEPS_"
|
|
|
|
"CBaseEntity::UpdateOnRemove" "_ZN11CBaseEntity14UpdateOnRemoveEv"
|
|
|
|
"CBaseEntity::Teleport" "_ZN11CBaseEntity8TeleportEPK6VectorPK6QAngleS2_"
|
|
|
|
"CBaseEntity::CreateVPhysics" "_ZN11CBaseEntity14CreateVPhysicsEv"
|
|
|
|
"CBaseEntity::ForceVPhysicsCollide" "_ZN11CBaseEntity20ForceVPhysicsCollideEPS_"
|
|
|
|
"CBaseEntity::VPhysicsDestroyObject" "_ZN11CBaseEntity21VPhysicsDestroyObjectEv"
|
|
|
|
"CBaseEntity::VPhysicsUpdate" "_ZN11CBaseEntity14VPhysicsUpdateEP14IPhysicsObject"
|
|
|
|
"CBaseEntity::VPhysicsTakeDamage" "_ZN11CBaseEntity18VPhysicsTakeDamageERK15CTakeDamageInfo"
|
|
|
|
"CBaseEntity::VPhysicsCollision" "_ZN11CBaseEntity17VPhysicsCollisionEiP21gamevcollisionevent_t"
|
|
|
|
"CBaseEntity::VPhysicsFriction" "_ZN11CBaseEntity16VPhysicsFrictionEP14IPhysicsObjectfii"
|
|
|
|
"CBaseEntity::VPhysicsGetObjectList" "_ZN11CBaseEntity21VPhysicsGetObjectListEPP14IPhysicsObjecti"
|
|
|
|
"CBaseEntity::PhysicsSolidMaskForEntity" "_ZNK11CBaseEntity25PhysicsSolidMaskForEntityEv"
|
|
|
|
"CBaseAnimating::StudioFrameAdvance" "_ZN14CBaseAnimating18StudioFrameAdvanceEv"
|
|
|
|
"CBaseAnimating::GetBoneTransform" "_ZN14CBaseAnimating16GetBoneTransformEiR11matrix3x4_t"
|
|
|
|
"CBaseAnimating::SetupBones" "_ZN14CBaseAnimating10SetupBonesEP11matrix3x4_ti"
|
|
|
|
"CBaseAnimating::DispatchAnimEvents" "_ZN14CBaseAnimating18DispatchAnimEventsEPS_"
|
|
|
|
"CBaseAnimating::HandleAnimEvent" "_ZN14CBaseAnimating15HandleAnimEventEP11animevent_t"
|
|
|
|
"CBaseAnimating::GetAttachment" "_ZN14CBaseAnimating13GetAttachmentEiR11matrix3x4_t"
|
|
|
|
"CBasePlayer::PlayScene" "_ZN9CTFPlayer9PlaySceneEPKcfP11AI_ResponseP16IRecipientFilter"
|
|
|
|
"CBasePlayer::GiveAmmo" "_ZN9CTFPlayer8GiveAmmoEiib"
|
|
|
|
"CBasePlayer::Weapon_Equip" "_ZN11CBasePlayer12Weapon_EquipEP17CBaseCombatWeapon"
|
|
|
|
"CBasePlayer::Weapon_Switch" "_ZN9CTFPlayer13Weapon_SwitchEP17CBaseCombatWeaponi"
|
|
|
|
"CBasePlayer::RemovePlayerItem" "_ZN11CBasePlayer16RemovePlayerItemEP17CBaseCombatWeapon"
|
|
|
|
"CBasePlayer::ForceRespawn" "_ZN9CTFPlayer12ForceRespawnEv"
|
|
|
|
"CBasePlayer::PreThink" "_ZN9CTFPlayer8PreThinkEv"
|
|
|
|
"CBasePlayer::PostThink" "_ZN9CTFPlayer9PostThinkEv"
|
|
|
|
"CTFPlayer::EquipWearable" "_ZN11CBasePlayer13EquipWearableEP13CEconWearable"
|
|
|
|
"CTFPlayer::RemoveWearable" "_ZN11CBasePlayer14RemoveWearableEP13CEconWearable"
|
|
|
|
"CBasePlayer::PlayerRunCommand" "_ZN9CTFPlayer16PlayerRunCommandEP8CUserCmdP11IMoveHelper"
|
|
|
|
"CBasePlayer::CalculateTeamBalanceScore" "_ZN9CTFPlayer25CalculateTeamBalanceScoreEv"
|
|
|
|
"CTFBaseRocket::GetWeaponID" "_ZNK13CTFBaseRocket11GetWeaponIDEv"
|
|
|
|
"CBaseCombatWeapon::ItemPostFrame" "_ZN17CBaseCombatWeapon13ItemPostFrameEv"
|
|
|
|
"CBaseCombatWeapon::Reload" "_ZN17CBaseCombatWeapon6ReloadEv"
|
|
|
|
"CBaseCombatWeapon::PrimaryAttack" "_ZN17CBaseCombatWeapon13PrimaryAttackEv"
|
|
|
|
"CBaseCombatWeapon::SecondaryAttack" "_ZN17CBaseCombatWeapon15SecondaryAttackEv"
|
|
|
|
"CBaseCombatWeapon::GetViewModel" "_ZNK17CBaseCombatWeapon12GetViewModelEi"
|
|
|
|
"CBaseCombatWeapon::GetWorldModel" "_ZNK17CBaseCombatWeapon13GetWorldModelEv"
|
|
|
|
"CBaseCombatWeapon::GetMaxClip1" "_ZNK17CBaseCombatWeapon11GetMaxClip1Ev"
|
|
|
|
"CBaseCombatWeapon::GetMaxClip2" "_ZNK17CBaseCombatWeapon11GetMaxClip2Ev"
|
|
|
|
"CBaseCombatWeapon::GetDefaultClip1" "_ZNK17CBaseCombatWeapon15GetDefaultClip1Ev"
|
|
|
|
"CBaseCombatWeapon::GetDefaultClip2" "_ZNK17CBaseCombatWeapon15GetDefaultClip2Ev"
|
|
|
|
"CBaseCombatWeapon::GetEncryptionKey" "_ZN17CBaseCombatWeapon16GetEncryptionKeyEv"
|
|
|
|
"CGameRules::CanHaveAmmo" "_ZN10CGameRules11CanHaveAmmoEP20CBaseCombatCharacterPKc"
|
|
|
|
"CGameRules::GetNextLevelName" "_ZN15CMultiplayRules16GetNextLevelNameEPcib"
|
|
|
|
"CGameRules::ChangeLevel" "_ZN15CMultiplayRules11ChangeLevelEv"
|
|
|
|
"CGameRules::GoToIntermission" "_ZN12CTFGameRules16GoToIntermissionEv"
|
|
|
|
"CGameRules::PlayerMayCapturePoint" "_ZN12CTFGameRules21PlayerMayCapturePointEP11CBasePlayeriPci"
|
|
|
|
"CTeamplayRoundBasedRules::SetWinningTeam" "_ZN24CTeamplayRoundBasedRules14SetWinningTeamEiibbb"
|
|
|
|
"CTeamplayRoundBasedRules::SetStalemate" "_ZN24CTeamplayRoundBasedRules12SetStalemateEibb"
|
|
|
|
"CTeamplayRoundBasedRules::SetScrambleTeams" "_ZN14CTeamplayRules16SetScrambleTeamsEb"
|
|
|
|
"CTeamplayRoundBasedRules::CleanUpMap" "_ZN12CTFGameRules10CleanUpMapEv"
|
|
|
|
|
|
|
|
"IsValidObserverTarget" "_ZN11CBasePlayer21IsValidObserverTargetEP11CBaseEntity"
|
2017-12-29 13:38:47 +01:00
|
|
|
|
|
|
|
// Pelipoika - TF2_NextBot tf2.pets.txt
|
|
|
|
"CTFPlayer::GetAmmoCount" "_ZNK9CTFPlayer12GetAmmoCountEi"
|
|
|
|
"CTFWeaponBaseGun::GetWeaponID" "_ZNK13CTFWeaponBase11GetWeaponIDEv"
|
|
|
|
"CTFWeaponBaseGun::HasAmmo" "_ZN13CTFWeaponBase7HasAmmoEv"
|
|
|
|
"CTFWeaponBaseGun::GetProjectileSpeed" "_ZN16CTFWeaponBaseGun18GetProjectileSpeedEv"
|
|
|
|
"CTFWeaponBaseGun::GetProjectileGravity" "_ZN14CTFCompoundBow20GetProjectileGravityEv"
|
|
|
|
"CTFBaseBoss::GetCurrencyValue" "_ZN11CTFBaseBoss16GetCurrencyValueEv"
|
|
|
|
"CBaseEntity::WorldSpaceCenter" "_ZNK11CBaseEntity16WorldSpaceCenterEv"
|
|
|
|
"CBaseEntity::GetSmoothedVelocity" "_ZN11CBaseEntity19GetSmoothedVelocityEv"
|
|
|
|
"CBaseEntity::MyNextBotPointer" "_ZN11CBaseEntity16MyNextBotPointerEv"
|
2017-12-29 13:55:56 +01:00
|
|
|
"CBaseEntity::GetVectors" "_ZNK11CBaseEntity10GetVectorsEP6VectorS1_S1_"
|
|
|
|
"CBaseAnimating::StudioFrameAdvance" "_ZN14CBaseAnimating18StudioFrameAdvanceEv"
|
2017-12-29 13:38:47 +01:00
|
|
|
"CBaseAnimating::DispatchAnimEvents" "_ZN14CBaseAnimating18DispatchAnimEventsEPS_"
|
|
|
|
"CBaseAnimating::HandleAnimEvent" "_ZN14CBaseAnimating15HandleAnimEventEP11animevent_t"
|
|
|
|
"INextBot::GetLocomotionInterface" "_ZNK8INextBot22GetLocomotionInterfaceEv"
|
|
|
|
"INextBot::GetBodyInterface" "_ZNK8INextBot16GetBodyInterfaceEv"
|
|
|
|
"INextBot::GetVisionInterface" "_ZNK8INextBot18GetVisionInterfaceEv"
|
|
|
|
"INextBot::Upkeep" "_ZN8INextBot6UpkeepEv"
|
|
|
|
"INextBotComponent::GetBot" "_ZNK17INextBotComponent6GetBotEv"
|
|
|
|
"ILocomotion::Approach" "_ZN11ILocomotion8ApproachERK6Vectorf"
|
|
|
|
"ILocomotion::Run" "_ZN11ILocomotion3RunEv"
|
|
|
|
"ILocomotion::FaceTowards" "_ZN11ILocomotion11FaceTowardsERK6Vector"
|
|
|
|
"ILocomotion::IsAttemptingToMove" "_ZNK11ILocomotion18IsAttemptingToMoveEv"
|
|
|
|
"ILocomotion::StuckMonitor" "_ZN11ILocomotion12StuckMonitorEv"
|
|
|
|
"ILocomotion::ShouldCollideWith" "_ZNK11ILocomotion17ShouldCollideWithEPK11CBaseEntity"
|
|
|
|
"ILocomotion::GetVelocity" "_ZNK11ILocomotion11GetVelocityEv"
|
|
|
|
"ILocomotion::GetMotionVector" "_ZNK11ILocomotion15GetMotionVectorEv"
|
|
|
|
"ILocomotion::GetGravity" "_ZNK23NextBotGroundLocomotion10GetGravityEv"
|
|
|
|
"ILocomotion::GetGroundNormal" "_ZNK11ILocomotion15GetGroundNormalEv"
|
|
|
|
"ILocomotion::Jump" "_ZN11ILocomotion4JumpEv"
|
|
|
|
"ILocomotion::GetFrictionForward" "_ZNK23NextBotGroundLocomotion18GetFrictionForwardEv"
|
|
|
|
"ILocomotion::GetFrictionSideways" "_ZNK23NextBotGroundLocomotion19GetFrictionSidewaysEv"
|
|
|
|
"ILocomotion::IsOnGround" "_ZNK11ILocomotion10IsOnGroundEv"
|
|
|
|
"ILocomotion::IsStuck" "_ZNK11ILocomotion7IsStuckEv"
|
|
|
|
"ILocomotion::StuckMonitor" "_ZN11ILocomotion12StuckMonitorEv"
|
|
|
|
"ILocomotion::ClearStuckStatus" "_ZN11ILocomotion16ClearStuckStatusEPKc"
|
|
|
|
"ILocomotion::SetVelocity" "_ZN23NextBotGroundLocomotion11SetVelocityERK6Vector"
|
|
|
|
"ILocomotion::GetMaxDeceleration" "_ZNK11ILocomotion18GetMaxDecelerationEv"
|
|
|
|
"ILocomotion::ClimbUpToLedge" "_ZN11ILocomotion14ClimbUpToLedgeERK6VectorS2_PK11CBaseEntity"
|
|
|
|
"ILocomotion::JumpAcrossGap" "_ZN11ILocomotion13JumpAcrossGapERK6VectorS2_"
|
|
|
|
"ILocomotion::IsGap" "_ZNK11ILocomotion5IsGapERK6VectorS2_"
|
|
|
|
"ILocomotion::GetRunSpeed" "_ZNK11ILocomotion11GetRunSpeedEv"
|
|
|
|
"ILocomotion::GetStepHeight" "_ZNK11ILocomotion13GetStepHeightEv"
|
|
|
|
"ILocomotion::GetGroundSpeed" "_ZNK11ILocomotion14GetGroundSpeedEv"
|
|
|
|
"ILocomotion::GetGroundMotionVector" "_ZNK11ILocomotion21GetGroundMotionVectorEv"
|
|
|
|
"ILocomotion::GetMaxAcceleration" "_ZNK11ILocomotion18GetMaxAccelerationEv"
|
|
|
|
"IVision::GetPrimaryKnownThreat" "_ZNK7IVision21GetPrimaryKnownThreatEb"
|
|
|
|
"IVision::AddKnownEntity" "_ZN7IVision14AddKnownEntityEP11CBaseEntity"
|
|
|
|
"IVision::GetKnown" "_ZNK7IVision8GetKnownEPK11CBaseEntity"
|
|
|
|
"CKnownEntity::GetEntity" "_ZNK12CKnownEntity9GetEntityEv"
|
|
|
|
"CKnownEntity::UpdatePosition" "_ZN12CKnownEntity14UpdatePositionEv"
|
|
|
|
"CKnownEntity::UpdateVisibilityStatus" "_ZN12CKnownEntity22UpdateVisibilityStatusEb"
|
|
|
|
"IBody::GetSolidMask" "_ZNK5IBody12GetSolidMaskEv"
|
|
|
|
"IBody::StartActivity" "_ZN5IBody13StartActivityE8Activityj"
|
|
|
|
"IBody::GetHullWidth" "_ZNK5IBody12GetHullWidthEv"
|
|
|
|
"IBody::GetHullHeight" "_ZNK5IBody13GetHullHeightEv"
|
|
|
|
"IBody::GetStandHullHeight" "_ZNK5IBody18GetStandHullHeightEv"
|
|
|
|
"IBody::GetCrouchHullHeight" "_ZNK5IBody19GetCrouchHullHeightEv"
|
|
|
|
"IBody::GetHullMins" "_ZNK5IBody11GetHullMinsEv"
|
|
|
|
"IBody::GetHullMaxs" "_ZNK5IBody11GetHullMaxsEv"
|
2015-02-05 20:44:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
"Options"
|
|
|
|
{
|
|
|
|
"CreateGameRulesObject" "allowmultiple,allowmidfunc"
|
|
|
|
"TakeOverBot" "allowmidfunc"
|
|
|
|
"OnVersusRoundStart" "allowmidfunc"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "orangebox_valve"
|
|
|
|
"engine" "sdk2013"
|
|
|
|
"engine" "css"
|
|
|
|
"engine" "left4dead2"
|
|
|
|
"engine" "alienswarm"
|
|
|
|
"engine" "csgo"
|
|
|
|
"engine" "insurgency"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"GetMaxHealth" "_ZNK11CBaseEntity12GetMaxHealthEv"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"game" "tf"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"ForceRespawn" "_ZN9CTFPlayer12ForceRespawnEv"
|
2015-09-20 21:28:33 +02:00
|
|
|
"GiveNamedItemTF" "_ZN9CTFPlayer13GiveNamedItemEPKciPK13CEconItemViewb"
|
2015-02-05 20:44:58 +01:00
|
|
|
"EquipWearable" "_ZN11CBasePlayer13EquipWearableEP13CEconWearable"
|
|
|
|
"RemoveWearable" "_ZN11CBasePlayer14RemoveWearableEP13CEconWearable"
|
|
|
|
"GrenadeDetonate" "_ZN12CBaseGrenade8DetonateEv"
|
2017-02-06 17:11:01 +01:00
|
|
|
"CTFPlayer::ShouldGib" "_ZN9CTFPlayer9ShouldGibERK15CTakeDamageInfo"
|
|
|
|
"CTFBot::IsAllowedToPickUpFlag" "_ZNK6CTFBot21IsAllowedToPickUpFlagEv"
|
|
|
|
"CTFPlayer::IsValidObserverTarget" "_ZN9CTFPlayer21IsValidObserverTargetEP11CBaseEntity"
|
|
|
|
"CTFWeaponBase::GetMaxClip1" "_ZNK13CTFWeaponBase11GetMaxClip1Ev"
|
|
|
|
"CCaptureFlag::PickUp" "_ZN12CCaptureFlag6PickUpEP9CTFPlayerb"
|
2015-02-05 20:44:58 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "css"
|
|
|
|
"engine" "sdk2013"
|
|
|
|
"engine" "orangebox_valve"
|
2017-02-06 16:58:57 +01:00
|
|
|
"engine" "bms"
|
2015-02-05 20:44:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"TraceAttack" "_ZN11CBaseEntity11TraceAttackERK15CTakeDamageInfoRK6VectorP10CGameTraceP15CDmgAccumulator"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "left4dead"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"GiveNamedItem" "_ZN9CCSPlayer13GiveNamedItemEPKci"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "left4dead2"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"GiveNamedItem" "_ZN9CCSPlayer13GiveNamedItemEPKciP11CBaseEntity"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"csgo"
|
|
|
|
{
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"GiveNamedItem" "_ZN11CBasePlayer13GiveNamedItemEPKciP13CEconItemViewb"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "csgo"
|
|
|
|
"engine" "insurgency"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"Teleport" "_ZN11CBaseEntity8TeleportEPK6VectorPK6QAngleS2_b"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-12-29 13:38:47 +01:00
|
|
|
"#default"
|
2015-02-05 20:44:58 +01:00
|
|
|
{
|
2017-12-29 13:38:47 +01:00
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "insurgency"
|
|
|
|
}
|
|
|
|
|
2015-02-05 20:44:58 +01:00
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"GiveNamedItem" "_ZN11CBasePlayer13GiveNamedItemEPKcib"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "nucleardawn"
|
|
|
|
"game" "synergy"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"GiveNamedItem" "_ZN11CBasePlayer13GiveNamedItemEPKcib"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "original"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"CommitSuicide" "_ZN11CBasePlayer13CommitSuicideEv"
|
|
|
|
"DispatchKeyValueVector" "_ZN11CBaseEntity8KeyValueEPKc6Vector"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "csgo"
|
|
|
|
}
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"OnTakeDamage_Offset1" "TakeDmgPatch1"
|
|
|
|
"OnTakeDamage_Offset2" "TakeDmgPatch2"
|
|
|
|
"OnTakeDamage_Byte_Win1" "75"
|
|
|
|
"OnTakeDamage_Byte_Win2" "75"
|
|
|
|
"OnTakeDamage_Byte_Lin1" "0F"
|
|
|
|
"OnTakeDamage_Byte_Lin2" "0F"
|
|
|
|
"WantsLagComp_Offset" "LagCompPatch"
|
|
|
|
"WantsLagComp_Byte_Win" "75"
|
|
|
|
"WantsLagComp_Byte_Lin" "0F"
|
|
|
|
"CalcDominationAndRevenge_Offset" "CalcDomRevPatch"
|
|
|
|
"CalcDominationAndRevenge_Byte_Win" "0F"
|
|
|
|
"CalcDominationAndRevenge_Byte_Lin" "74"
|
2015-09-20 21:28:33 +02:00
|
|
|
"GetWeaponPrice_Offset" "GetWeaponPriceFuncGDC"
|
2017-03-25 18:27:26 +01:00
|
|
|
"GetWeaponPrice_Byte_Win" "E9"
|
|
|
|
"GetWeaponPrice_Byte_Lin" "E8"
|
2015-02-05 20:44:58 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"engine" "css"
|
|
|
|
}
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"OnTakeDamage_Offset1" "TakeDmgPatch1"
|
|
|
|
"OnTakeDamage_Offset2" "TakeDmgPatch2"
|
|
|
|
"OnTakeDamage_Byte_Win1" "75"
|
|
|
|
"OnTakeDamage_Byte_Win2" "75"
|
|
|
|
"OnTakeDamage_Byte_Lin1" "0F"
|
|
|
|
"OnTakeDamage_Byte_Lin2" "0F"
|
|
|
|
"WantsLagComp_Offset" "LagCompPatch"
|
|
|
|
"WantsLagComp_Byte_Win" "75"
|
|
|
|
"WantsLagComp_Byte_Lin" "0F"
|
|
|
|
"CalcDominationAndRevenge_Offset" "CalcDomRevPatch"
|
|
|
|
"CalcDominationAndRevenge_Byte_Win" "0F"
|
|
|
|
"CalcDominationAndRevenge_Byte_Lin" "74"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"nmrih"
|
|
|
|
{
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"Ignite" "_ZN14CBaseAnimating6IgniteEfbfbP11CBaseEntity8string_t"
|
|
|
|
}
|
|
|
|
}
|
2017-02-06 16:58:57 +01:00
|
|
|
|
|
|
|
"bms"
|
|
|
|
{
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"GiveNamedItem" "_ZN11CBasePlayer13GiveNamedItemEPKciii"
|
|
|
|
}
|
|
|
|
}
|
2015-02-05 20:44:58 +01:00
|
|
|
}
|