Bannerlord has encountered a problem and will close itself.
This is a community Crash Report. Please save it and use it for reporting the error. Do not provide screenshots, provide the report!
Most likely this error was caused by a custom installed module.

If you were in the middle of something, the progress might be lost.

Launcher: steam (07.59.54.17)


+ Exception

Exception information
Type: System.Collections.Generic.KeyNotFoundException
Message: The given key was not present in the dictionary.
Source: mscorlib
CallStack:
  1. at System.ThrowHelper.ThrowKeyNotFoundException()
  2. at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  3. at TaleWorlds.MountAndBlade.DetachmentManager.RemoveAgentAsMovingToDetachment(Agent agent)
  4. at TaleWorlds.MountAndBlade.UsableMissionObject.OnMoveToStopped(Agent movingAgent)
  5. at TaleWorlds.MountAndBlade.HumanAIComponent.MoveToClear()
  6. at TaleWorlds.MountAndBlade.Agent.StopUsingGameObjectAux(Boolean isSuccessful, Boolean autoAttach, Boolean dontWieldWeaponAnyway)
  7. at TaleWorlds.MountAndBlade.Agent.StopUsingGameObject(Boolean isSuccessful, Boolean autoAttach, Boolean dontWieldWeaponAnyway)
  8. at TaleWorlds.MountAndBlade.UsableMissionObject.set_IsDeactivated(Boolean value)
  9. at TaleWorlds.MountAndBlade.UsableMachine.Disable()
  10. at TaleWorlds.MountAndBlade.Mission.OnObjectDisabled_Patch1(Mission this, DestructableComponent destructionComponent)
  11. at TaleWorlds.MountAndBlade.DestructableComponent.OnHit(Agent attackerAgent, Int32 inflictedDamage, Vec3 impactPosition, Vec3 impactDirection, MissionWeapon& weapon, ScriptComponentBehavior attackerScriptComponentBehavior, Boolean& reportDamage)
  12. at TaleWorlds.MountAndBlade.Mission.OnEntityHit(GameEntity entity, Agent attackerAgent, Int32 inflictedDamage, DamageTypes damageType, Vec3 impactPosition, Vec3 impactDirection, MissionWeapon& weapon)
  13. at TaleWorlds.MountAndBlade.Mission.RegisterBlow_Patch1(Mission this, Agent attacker, Agent victim, GameEntity realHitEntity, Blow b, AttackCollisionData& collisionData, MissionWeapon& attackerWeapon, CombatLogData& combatLogData)
  14. at TaleWorlds.MountAndBlade.Mission.MeleeHitCallback(AttackCollisionData& collisionData, Agent attacker, Agent victim, GameEntity realHitEntity, Single& inOutMomentumRemaining, MeleeCollisionReaction& colReaction, CrushThroughState crushThroughState, Vec3 blowDir, Vec3 swingDir, HitParticleResultData& hitParticleResultData, Boolean crushedThroughWithoutAgentCollision)
  15. at ManagedCallbacks.CoreCallbacksGenerated.Mission_MeleeHitCallback(Int32 thisPointer, AttackCollisionData& collisionData, Int32 attacker, Int32 victim, NativeObjectPointer realHitEntity, Single& inOutMomentumRemaining, MeleeCollisionReaction& colReaction, CrushThroughState crushThroughState, Vec3 blowDir, Vec3 swingDir, HitParticleResultData& hitParticleResultData, Boolean crushedThroughWithoutAgentCollision)
  16. at TaleWorlds.MountAndBlade.Mission.Tick_Patch1(Mission this, Single dt)
  17. at TaleWorlds.MountAndBlade.MissionState.TickMission(Single realDt)
  18. at TaleWorlds.MountAndBlade.MissionState.OnTick(Single realDt)
  19. at TaleWorlds.Core.GameStateManager.OnTick(Single dt)
  20. at TaleWorlds.Core.Game.OnTick(Single dt)
  21. at TaleWorlds.Core.GameManagerBase.OnTick(Single dt)
  22. at TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, Single dt)
  23. at TaleWorlds.DotNet.Managed.ApplicationTick_Patch1(Single dt)

+ Enhanced Stacktrace

  • Frame: ThrowKeyNotFoundException at offset 38 in file:line:column :0:0 (IL Offset: 5)
    • Module: UNKNOWN
      Method: static System.Void System.ThrowHelper::ThrowKeyNotFoundException()
  • Frame: get_Item at offset 54 in file:line:column :0:0 (IL Offset: 30)
    • Module: UNKNOWN
      Method: virtual System.Collections.Generic.TValue System.Collections.Generic.Dictionary`2::get_Item(System.Collections.Generic.TKey key)
  • Frame: RemoveAgentAsMovingToDetachment at offset 32 in file:line:column :0:0 (IL Offset: 8)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.DetachmentManager::RemoveAgentAsMovingToDetachment(TaleWorlds.MountAndBlade.Agent agent)
  • Frame: OnMoveToStopped at offset 42 in file:line:column :0:0 (IL Offset: 28)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.UsableMissionObject::OnMoveToStopped(TaleWorlds.MountAndBlade.Agent movingAgent)
  • Frame: MoveToClear at offset 31 in file:line:column :0:0 (IL Offset: 23)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.HumanAIComponent::MoveToClear()
  • Frame: StopUsingGameObjectAux at offset 394 in file:line:column :0:0 (IL Offset: 169)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Agent::StopUsingGameObjectAux(System.Boolean isSuccessful, System.Boolean autoAttach, System.Boolean dontWieldWeaponAnyway)
  • Frame: StopUsingGameObject at offset 79 in file:line:column :0:0 (IL Offset: 12)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Agent::StopUsingGameObject(System.Boolean isSuccessful, System.Boolean autoAttach, System.Boolean dontWieldWeaponAnyway)
  • Frame: set_IsDeactivated at offset 156 in file:line:column :0:0 (IL Offset: 73)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.UsableMissionObject::set_IsDeactivated(System.Boolean value)
  • Frame: Disable at offset 577 in file:line:column :0:0 (IL Offset: 142)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.UsableMachine::Disable()
  • Frame: TaleWorlds.MountAndBlade.Mission.OnObjectDisabled_Patch1 at offset 80 in file:line:column :0:0 (IL Offset: -1)
    • Module: RBM
      Method: static System.Void RBMAI.AiModule.MissionPatch::PostfixOnObjectDisabled(TaleWorlds.MountAndBlade.DestructableComponent destructionComponent)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Mission.OnObjectDisabled_Patch1(TaleWorlds.MountAndBlade.Mission this, TaleWorlds.MountAndBlade.DestructableComponent destructionComponent)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Mission::OnObjectDisabled(TaleWorlds.MountAndBlade.DestructableComponent destructionComponent)
  • Frame: OnHit at offset 527 in file:line:column :0:0 (IL Offset: 258)
    • Module: UNKNOWN
      Method: virtual System.Boolean TaleWorlds.MountAndBlade.DestructableComponent::OnHit(TaleWorlds.MountAndBlade.Agent attackerAgent, System.Int32 inflictedDamage, TaleWorlds.Library.Vec3 impactPosition, TaleWorlds.Library.Vec3 impactDirection, TaleWorlds.MountAndBlade.MissionWeapon& weapon, TaleWorlds.Engine.ScriptComponentBehavior attackerScriptComponentBehavior, System.Boolean& reportDamage)
  • Frame: OnEntityHit at offset 322 in file:line:column :0:0 (IL Offset: 20)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Mission::OnEntityHit(TaleWorlds.Engine.GameEntity entity, TaleWorlds.MountAndBlade.Agent attackerAgent, System.Int32 inflictedDamage, TaleWorlds.Core.DamageTypes damageType, TaleWorlds.Library.Vec3 impactPosition, TaleWorlds.Library.Vec3 impactDirection, TaleWorlds.MountAndBlade.MissionWeapon& weapon)
  • Frame: TaleWorlds.MountAndBlade.Mission.RegisterBlow_Patch1 at offset 853 in file:line:column :0:0 (IL Offset: -1)
    • Module: RBM
      Method: static System.Boolean RBMCombat.RegisterBlowPatch::Prefix(TaleWorlds.MountAndBlade.Mission& __instance, TaleWorlds.MountAndBlade.Agent& attacker, TaleWorlds.MountAndBlade.Agent& victim, TaleWorlds.Engine.GameEntity realHitEntity, TaleWorlds.MountAndBlade.Blow& b, TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, TaleWorlds.MountAndBlade.MissionWeapon& attackerWeapon, TaleWorlds.MountAndBlade.CombatLogData& combatLogData)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Mission.RegisterBlow_Patch1(TaleWorlds.MountAndBlade.Mission this, TaleWorlds.MountAndBlade.Agent attacker, TaleWorlds.MountAndBlade.Agent victim, TaleWorlds.Engine.GameEntity realHitEntity, TaleWorlds.MountAndBlade.Blow b, TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, TaleWorlds.MountAndBlade.MissionWeapon& attackerWeapon, TaleWorlds.MountAndBlade.CombatLogData& combatLogData)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Mission::RegisterBlow(TaleWorlds.MountAndBlade.Agent attacker, TaleWorlds.MountAndBlade.Agent victim, TaleWorlds.Engine.GameEntity realHitEntity, TaleWorlds.MountAndBlade.Blow b, TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, TaleWorlds.MountAndBlade.MissionWeapon& attackerWeapon, TaleWorlds.MountAndBlade.CombatLogData& combatLogData)
  • Frame: MeleeHitCallback at offset 2163 in file:line:column :0:0 (IL Offset: 677)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Mission::MeleeHitCallback(TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, TaleWorlds.MountAndBlade.Agent attacker, TaleWorlds.MountAndBlade.Agent victim, TaleWorlds.Engine.GameEntity realHitEntity, System.Single& inOutMomentumRemaining, TaleWorlds.MountAndBlade.MeleeCollisionReaction& colReaction, TaleWorlds.MountAndBlade.CrushThroughState crushThroughState, TaleWorlds.Library.Vec3 blowDir, TaleWorlds.Library.Vec3 swingDir, TaleWorlds.MountAndBlade.HitParticleResultData& hitParticleResultData, System.Boolean crushedThroughWithoutAgentCollision)
  • Frame: Mission_MeleeHitCallback at offset 273 in file:line:column :0:0 (IL Offset: 92)
    • Module: UNKNOWN
      Method: static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_MeleeHitCallback(System.Int32 thisPointer, TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, System.Int32 attacker, System.Int32 victim, TaleWorlds.DotNet.NativeObjectPointer realHitEntity, System.Single& inOutMomentumRemaining, TaleWorlds.MountAndBlade.MeleeCollisionReaction& colReaction, TaleWorlds.MountAndBlade.CrushThroughState crushThroughState, TaleWorlds.Library.Vec3 blowDir, TaleWorlds.Library.Vec3 swingDir, TaleWorlds.MountAndBlade.HitParticleResultData& hitParticleResultData, System.Boolean crushedThroughWithoutAgentCollision)
  • Frame: TaleWorlds.MountAndBlade.Mission.Tick_Patch1 at offset 175 in file:line:column :0:0 (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Mission.Tick_Patch1(TaleWorlds.MountAndBlade.Mission this, System.Single dt)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Mission::Tick(System.Single dt)
  • Frame: TickMission at offset 1092 in file:line:column :0:0 (IL Offset: 453)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.MissionState::TickMission(System.Single realDt)
  • Frame: OnTick at offset 339 in file:line:column :0:0 (IL Offset: 279)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.MissionState::OnTick(System.Single realDt)
  • Frame: OnTick at offset 114 in file:line:column :0:0 (IL Offset: 47)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)
  • Frame: OnTick at offset 75 in file:line:column :0:0 (IL Offset: 25)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.Game::OnTick(System.Single dt)
  • Frame: OnTick at offset 219 in file:line:column :0:0 (IL Offset: 70)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameManagerBase::OnTick(System.Single dt)
  • Frame: TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1 at offset 1835 in file:line:column :0:0 (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(TaleWorlds.MountAndBlade.Module this, System.Single dt)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Module::OnApplicationTick(System.Single dt)
  • Frame: TaleWorlds.DotNet.Managed.ApplicationTick_Patch1 at offset 164 in file:line:column :0:0 (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.DotNet.Managed.ApplicationTick_Patch1(System.Single dt)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.DotNet.Managed::ApplicationTick(System.Single dt)

+ Involved Modules

  • RBM
    • Method: static System.Void RBMAI.AiModule.MissionPatch::PostfixOnObjectDisabled(TaleWorlds.MountAndBlade.DestructableComponent destructionComponent)
      Frame: TaleWorlds.MountAndBlade.Mission.OnObjectDisabled_Patch1 at offset 80 in file:line:column :0:0 (IL Offset: -1)
    • Method: static System.Boolean RBMCombat.RegisterBlowPatch::Prefix(TaleWorlds.MountAndBlade.Mission& __instance, TaleWorlds.MountAndBlade.Agent& attacker, TaleWorlds.MountAndBlade.Agent& victim, TaleWorlds.Engine.GameEntity realHitEntity, TaleWorlds.MountAndBlade.Blow& b, TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, TaleWorlds.MountAndBlade.MissionWeapon& attackerWeapon, TaleWorlds.MountAndBlade.CombatLogData& combatLogData)
      Frame: TaleWorlds.MountAndBlade.Mission.RegisterBlow_Patch1 at offset 853 in file:line:column :0:0 (IL Offset: -1)

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.2.2.140)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.3.1.0)
  • + ButterLib (Bannerlord.ButterLib, v2.5.1.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.3.1.0)
  • + Native (Native, v1.0.1.0)
  • + SandBox Core (SandBoxCore, v1.0.1.0)
  • + Birth and Death Options (BirthAndDeath, v1.0.1.0)
  • + CustomBattle (CustomBattle, v1.0.1.0)
  • + Sandbox (Sandbox, v1.0.1.0)
  • + StoryMode (StoryMode, v1.0.1.0)
  • + (RBM) Realistic Battle Mod (RBM, v3.2.1.0)
  • + Better Time (BetterTime, v1.2.7.0)
  • + Realistic Weather (RealisticWeather, v1.1.3.0)
  • + Helmet Hair Cover Continued Plus (HelmetHairContinuedPlus, v2.3.0.0)

+ Assemblies

+ Harmony Patches

  • TaleWorlds.Engine.GauntletUI.UIConfig.set_DoNotUseGeneratedPrefabs
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.UIConfigPatch.Prefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetPrefab.LoadFrom
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.WidgetPrefabPatch.WidgetPrefab_LoadFrom_Transpiler;

  • TaleWorlds.GauntletUI.BrushFactory.get_Brushes
    • Postfixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.GetBrushesPostfix;

  • TaleWorlds.GauntletUI.BrushFactory.GetBrush
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.GetBrushPrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.ConstantDefinition.GetValue
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.SetWidgetAttributeFromString
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.UIContext.GetBrush
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.ConvertObject
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetCustomType
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.GetCustomTypePrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.CreateBuiltinWidget
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.CreateBuiltinWidgetPrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetWidgetTypes
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.GetWidgetTypesPostfix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.IsCustomType
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.IsCustomTypePrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.OnUnload
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.OnUnloadPrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.CreateWidgets
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.OnRelease
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.Data.GauntletMovie.LoadMovie
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;

  • SandBox.SandBoxSubModule.OnSubModuleLoad
    • Prefixes
      • Owner: butterlib.delayedsubmoduleloader.sandboxsubmodule; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManager.SubModuleLoadPrefix;
    • Postfixes
      • Owner: Bannerlord.UIExtenderEx.UIPatch; Namespace: Bannerlord.UIExtenderEx.UIPatchSubModule.SandBoxSubModuleOnSubModuleLoadPostfix;
      • Owner: butterlib.delayedsubmoduleloader.sandboxsubmodule; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManager.SubModuleLoadPostfix; Index: 1;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix;
      • Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManager.BaseSubModuleLoadPostfix; Index: 1;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleUnloaded
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix;
      • Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManager.BaseOnSubModuleUnloadedPostfix; Index: 1;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnApplicationTick
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnApplicationTickPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeInitialModuleScreenSetAsRoot
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix;
      • Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManager.BaseOnBeforeInitialModuleScreenSetAsRootPostfix; Index: 1;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameStartPostfix;
      • Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManager.BaseOnGameStartPostfix; Index: 1;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.InitializeGameStarter
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.InitializeGameStarterPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.DoLoading
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.DoLoadingPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameLoaded
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameLoadedPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnCampaignStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnCampaignStartPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.BeginGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.BeginGameStartPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameEnd
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameEndPostfix;
      • Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManager.BaseOnGameEndPostfix; Index: 1;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameInitializationFinished
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameInitializationFinishedPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeMissionBehaviorInitialize
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeMissionBehaviourInitializePostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnMissionBehaviorInitialize
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnMissionBehaviourInitializePostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnMultiplayerGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnMultiplayerGameStartPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnNewGameCreated
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnNewGameCreatedPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.RegisterSubModuleObjects
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.RegisterSubModuleObjectsPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.AfterRegisterSubModuleObjects
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.AfterRegisterSubModuleObjectsPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnAfterGameInitializationFinished
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnAfterGameInitializationFinishedPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnConfigChanged
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnConfigChangedPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnInitialState
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnInitialStatePostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.AfterAsyncTickTick
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.AfterAsyncTickTickPostfix;

  • TaleWorlds.MountAndBlade.Module.FinalizeSubModules
    • Postfixes
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.FinalizeSubModulesPostfix;

  • TaleWorlds.MountAndBlade.Module.SetInitialModuleScreenAsRootScreen
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.Transpiler;

  • TaleWorlds.MountAndBlade.MBGameManager.OnGameStart
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler;

  • TaleWorlds.MountAndBlade.MBGameManager.OnGameEnd
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler;

  • TaleWorlds.CampaignSystem.CampaignBehaviorBase..ctor
    • Postfixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.BehaviourNamePatch.CampaignBehaviorBaseCtorPostfix;

  • TaleWorlds.SaveSystem.TypeExtensions.IsContainer
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.TypeExtensionsPatch.IsContainerPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddBasicTypeDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddBasicTypeDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddClassDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddClassDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddContainerDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddContainerDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddEnumDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddEnumDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddGenericClassDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericClassDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddGenericStructDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericStructDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddInterfaceDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddInterfaceDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddRootClassDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddRootClassDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddStructDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddStructDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.ConstructContainerDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.ConstructContainerDefinitionPrefix;

  • TaleWorlds.Library.ViewModel.ExecuteCommand
    • Prefixes
      • Owner: bannerlord.mcm.ui.viewmodelpatch; Namespace: MCM.UI.Patches.ViewModelPatch.ExecuteCommandPatch;

  • TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen.OnInitialize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.OptionsGauntletScreenPatch.OnInitializePostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen.OnFinalize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.OptionsGauntletScreenPatch.OnFinalizePostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler..ctor
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch.OnInitializePostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler.OnMissionScreenFinalize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch.OnFinalizePostfix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.SetSelectedCategory
    • Prefixes
      • Owner: bannerlord.mcm.ui.optionsswitchpatch; Namespace: MCM.UI.Patches.OptionsVMPatch.SetSelectedCategoryPatch;

  • SandBox.SandBoxSubModule.OnBeforeInitialModuleScreenSetAsRoot
    • Prefixes
      • Owner: butterlib.delayedsubmoduleloader.sandboxsubmodule; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManager.OnBeforeInitialModuleScreenSetAsRootPrefix;
    • Postfixes
      • Owner: butterlib.delayedsubmoduleloader.sandboxsubmodule; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManager.OnBeforeInitialModuleScreenSetAsRootPostfix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.Campaign.TickMapTime
    • Prefixes
      • Owner: mod.bannerlord.bettertime; Namespace: BetterTime.Support.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapTimeControlVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BetterTime; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapTimeControlVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BetterTime; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.MountAndBlade.Mission.AddMissileAux
    • Prefixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.RealisticWeatherMission.Prefix;

  • TaleWorlds.MountAndBlade.CustomBattle.CustomBattle.MapSelectionGroupVM.RandomizeAll
    • Postfixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.ViewModels.RealisticWeatherSelectionGroupVM.Postfix;

  • TaleWorlds.MountAndBlade.CustomBattle.CustomBattle.MapSelectionGroupVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.RealisticWeather; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.MountAndBlade.CustomBattle.CustomBattle.MapSelectionGroupVM.RefreshValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.RealisticWeather; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.Library.ViewModel.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.RealisticWeather; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.MountAndBlade.ViewModelCollection.InitialMenu.InitialMenuVM.RefreshMenuOptions
    • Postfixes
      • Owner: bannerlord.mcm.mainmenuscreeninjection_v4; Namespace: MCM.UI.Functionality.DefaultGameMenuScreenHandler.RefreshMenuOptionsPostfix; Priority: 300;

  • TaleWorlds.ObjectSystem.MBObjectManager.MergeTwoXmls
    • Prefixes
      • Owner: com.rbmmain; Namespace: RBM.XmlLoadingPatches+MergeTwoXmlsPatch.Prefix;

  • SandBox.Tournaments.MissionLogics.TournamentFightMissionController.Simulate
    • Prefixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+TournamentFightMissionControllerPatch.SimulatePrefix;

  • SandBox.Tournaments.MissionLogics.TournamentFightMissionController.PrepareForMatch
    • Postfixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+TournamentFightMissionControllerPatch.PrepareForMatchPrefix;

  • TaleWorlds.CampaignSystem.TournamentGames.FightTournamentGame.GetParticipantCharacters
    • Prefixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+FightTournamentGamePatch.GetParticipantCharactersPrefix;

  • TaleWorlds.CampaignSystem.TournamentGames.FightTournamentGame.GetTournamentPrize
    • Postfixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+FightTournamentGamePatch.GetTournamentPrizePostfix;

  • TaleWorlds.CampaignSystem.TournamentGames.TournamentGame.UpdateTournamentPrize
    • Prefixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+TournamentGamePatch.UpdateTournamentPrizePrefix;

  • TaleWorlds.CampaignSystem.TournamentGames.TournamentManager.GivePrizeToWinner
    • Prefixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+GivePrizeToWinnerPatch.GivePrizeToWinnerPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultTournamentModel.GetRenownReward
    • Prefixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+DefaultTournamentModelPatch.GetRenownRewardPrefix;

  • TaleWorlds.MountAndBlade.MissionCombatantsLogic.EarlyStart
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+EarlyStartPatch.Postfix;
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+EarlyStartPatch.Postfix; Index: 1;
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+TeamAiFieldBattle.Postfix; Index: 2;

  • SandBox.Missions.MissionLogics.CampaignMissionComponent.EarlyStart
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+CampaignMissionComponentPatch.Postfix;
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+CampaignMissionComponentPatch.Postfix; Index: 1;

  • TaleWorlds.Core.ItemModifier.ModifyArmor
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ModifyArmorPatch.Prefix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.GetEntityDamageMultiplier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.GetEntityDamageMultiplierPatch.Prefix;

  • TaleWorlds.Core.CombatStatCalculator.CalculateStrikeMagnitudeForPassiveUsage
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ChangeLanceDamage.Prefix;

  • TaleWorlds.Core.CombatStatCalculator.CalculateStrikeMagnitudeForThrust
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CalculateStrikeMagnitudeForThrustPatch.Prefix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.ComputeBlowDamage
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.OverrideDamageCalc.Prefix;

  • SandBox.GameComponents.SandboxAgentStatCalculateModel.UpdateHumanStats
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.SandboxAgentUpdateHumanStats.Postfix;

  • TaleWorlds.MountAndBlade.Mission.CreateMeleeBlow
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CreateMeleeBlowPatch.Postfix;
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+CreateMeleeBlowPatch.Postfix; Index: 1;
      • Owner: com.rbmai; Namespace: RBMAI.PostureLogic+CreateMeleeBlowPatch.Postfix; Index: 2;

  • TaleWorlds.MountAndBlade.Mission.RegisterBlow
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RegisterBlowPatch.Prefix;

  • SandBox.Missions.MissionLogics.BattleAgentLogic.OnAgentHit
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.OnAgentHitPatch.Prefix;

  • TaleWorlds.MountAndBlade.Agent.HandleBlow
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.HandleBlowPatch.Prefix;

  • TaleWorlds.MountAndBlade.Mission.DecideAgentHitParticles
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.DecideAgentHitParticlesPatch.Postfix;

  • TaleWorlds.MountAndBlade.RangedSiegeWeapon.GetTargetReleaseAngle
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.OverrideRangedSiegeWeapon.PrefixGetTargetReleaseAngle;

  • TaleWorlds.MountAndBlade.RangedSiegeWeapon.ShootProjectileAux
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.OverrideRangedSiegeWeapon.PrefixShootProjectileAux;

  • TaleWorlds.MountAndBlade.Mangonel.OnTick
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.OverrideMangonel.PrefixOnTick;

  • TaleWorlds.MountAndBlade.Agent.GetBaseArmorEffectivenessForBodyPart
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ArmorRework+ChangeBodyPartArmor.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyHealingModel.GetSurvivalChance
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideDefaultPartyHealingModel.PrefixGetAiWeight;

  • StoryMode.GameComponents.StoryModeGenericXpModel.GetXpMultiplier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+AddSkillXpPatch.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCombatXpModel.GetXpMultiplierFromShotDifficulty
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+GetXpMultiplierFromShotDifficultyPatch.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCombatXpModel.GetXpFromHit
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+GetXpFromHitPatch.PrefixGetXpFromHit;

  • StoryMode.Missions.TrainingFieldMissionController.BowInTrainingAreaUpdate
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+BowInTrainingAreaUpdatePatch.Postfix;

  • StoryMode.Missions.TrainingFieldMissionController.BowTrainingEndedSuccessfully
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+BowTrainingEndedSuccessfullyPatch.Postfix;

  • StoryMode.Missions.TrainingFieldMissionController.MountedTrainingUpdate
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+MountedTrainingUpdatePatch.Postfix;

  • StoryMode.Missions.TrainingFieldMissionController.MountedTrainingEndedSuccessfully
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+MountedTrainingEndedSuccessfullyPatch.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultVolunteerModel.GetBasicVolunteer
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+DefaultVolunteerModelPatch.Prefix;

  • Helpers.PerkHelper.AddPerkBonusForParty
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideAddPerkBonusForParty.PrefixAddPerkBonusForParty;

  • SandBox.GameComponents.SandboxAgentStatCalculateModel.GetEffectiveMaxHealth
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideGetEffectiveMaxHealth.PrefixGetEffectiveMaxHealth;

  • TaleWorlds.CampaignSystem.CharacterObject.GetPowerImp
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideCharacterObject.PrefixGetPowerImp;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultMilitaryPowerModel.GetTroopPowerBasedOnContext
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideDefaultMilitaryPowerModel.PrefixGetTroopPowerBasedOnContext;

  • SandBox.GameComponents.SandboxAgentStatCalculateModel.UpdateHorseStats
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+UpdateHorseStatsPatch.Postfix;
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+ChangeHorseChargeBonus.Postfix; Index: 1;

  • TaleWorlds.MountAndBlade.CustomBattleAgentStatCalculateModel.UpdateAgentStats
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+CustomBattleAgentStatCalculateModelUpdateHorseStatsPatch.Postfix;
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+CustomBattleUpdateAgentStats.Postfix; Index: 1;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.DecideMountRearedByBlow
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+DecideMountRearedByBlowPatch.Prefix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.DecideAgentDismountedByBlow
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+DecideAgentDismountedByBlowPatch.PrefixDecideAgentDismountedByBlow;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.ComputeBlowMagnitudeFromHorseCharge
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+ChangeHorseDamageCalculation.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateValue
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+OverrideCalculateValue.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateHorseTier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+OverrideCalculateHorseTier.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateTierMeleeWeapon
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+OverrideCalculateTierMeleeWeapon.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateAmmoTier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+CalculateAmmoTierPatch.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateShieldTier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+CalculateShieldTierPatch.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateRangedWeaponTier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+OverrideCalculateRangedWeaponTier.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateArmorTier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+OverrideCalculateArmorTier.Prefix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.ComputeBlowMagnitudeMissile
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.DamageRework+RealArrowDamage.Prefix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.ComputeBlowDamageOnShield
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.OverrideDamageCalc+OverrideDamageCalcShield.Prefix;

  • TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+MissionLoadChangeParameters.Postfix;
      • Owner: com.rbmai; Namespace: RBMAI.PostureLogic+FinishMissionLoadingPatch.Postfix; Index: 1;

  • TaleWorlds.MountAndBlade.Agent.WeaponEquipped
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OverrideWeaponEquipped.Prefix;

  • TaleWorlds.MountAndBlade.Agent.EquipItemsFromSpawnEquipment
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OverrideEquipItemsFromSpawnEquipment.Prefix;
      • Owner: com.rbmai; Namespace: RBMAI.PostureLogic+EquipItemsFromSpawnEquipmentPatch.Prefix; Index: 1;
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OverrideEquipItemsFromSpawnEquipment.Postfix;

  • TaleWorlds.MountAndBlade.Mission.OnAgentShootMissile
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OverrideOnAgentShootMissile.Prefix;
      • Owner: com.rbmai; Namespace: RBMAI.OverrideOnAgentShootMissile.Prefix; Index: 1;
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OverrideOnAgentShootMissile.Postfix;

  • TaleWorlds.MountAndBlade.Mission.EndMission
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OverrideEndMission.PrefixOnEndMissionResult;

  • TaleWorlds.MountAndBlade.Agent.OnWieldedItemIndexChange
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OnWieldedItemIndexChangePatch.Postfix;
      • Owner: com.rbmai; Namespace: RBMAI.PostureLogic+OnWieldedItemIndexChangePatch.Postfix; Index: 1;

  • TaleWorlds.MountAndBlade.AgentStatCalculateModel.SetAiRelatedProperties
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.OverrideRangedSiegeWeapon+OverrideSetAiRelatedProperties.Postfix;
      • Owner: com.rbmai; Namespace: RBMAI.AgentAi+OverrideSetAiRelatedProperties.Postfix; Index: 1;

  • TaleWorlds.MountAndBlade.Agent.InitializeSpawnEquipment
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideDefaultMilitaryPowerModel+InitializeSpawnEquipmentPatch.Prefix;

  • TaleWorlds.Core.Equipment.GetRandomizedEquipment
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideDefaultMilitaryPowerModel+GetRandomizedEquipmentPatch.Prefix;

  • RBMAI.PostureLogic+CreateMeleeBlowPatch.calculateDefenderPostureDamage
    • Postfixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.RealisticWeatherPostureLogic.Postfix;

  • RBMAI.PostureLogic+CreateMeleeBlowPatch.calculateAttackerPostureDamage
    • Postfixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.RealisticWeatherPostureLogic.Postfix;

  • SandBox.GameComponents.SandboxAgentStatCalculateModel.GetSkillEffectsOnAgent
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.GetSkillEffectsOnAgentPatch.Prefix;

  • TaleWorlds.MountAndBlade.ArrangementOrder.GetShieldDirectionOfUnit
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.HoldTheDoor.Postfix;

  • TaleWorlds.MountAndBlade.Agent.UpdateLastAttackAndHitTimes
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.UpdateLastAttackAndHitTimesFix.Prefix;

  • TaleWorlds.MountAndBlade.HumanAIComponent.OnTickAsAI
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.OnTickAsAIPatch.Postfix;

  • TaleWorlds.MountAndBlade.Mission.OnAgentDismount
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.OnAgentDismountPatch.Postfix;

  • TaleWorlds.MountAndBlade.Mission.OnAgentMount
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.OnAgentMountPatch.Postfix;

  • TaleWorlds.MountAndBlade.Formation.ApplyActionOnEachUnit
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.ApplyActionOnEachUnitPatch.Prefix;

  • TaleWorlds.MountAndBlade.BehaviorCautiousAdvance.CalculateCurrentOrder
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorCautiousAdvance.PostfixCalculateCurrentOrder;

  • TaleWorlds.MountAndBlade.BehaviorMountedSkirmish.CalculateCurrentOrder
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorMountedSkirmish.PostfixCalculateCurrentOrder;

  • TaleWorlds.MountAndBlade.BehaviorMountedSkirmish.GetAiWeight
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorMountedSkirmish.PostfixGetAiWeight;

  • TaleWorlds.MountAndBlade.BehaviorProtectFlank.CalculateCurrentOrder
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorProtectFlank.PrefixCalculateCurrentOrder;

  • TaleWorlds.MountAndBlade.BehaviorProtectFlank.CheckAndChangeState
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorProtectFlank.PrefixCheckAndChangeState;

  • TaleWorlds.MountAndBlade.BehaviorProtectFlank.OnBehaviorActivatedAux
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorProtectFlank.PostfixOnBehaviorActivatedAux;

  • TaleWorlds.MountAndBlade.BehaviorProtectFlank.GetAiWeight
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorProtectFlank.PostfixGetAiWeight;

  • TaleWorlds.MountAndBlade.HumanAIComponent.AdjustSpeedLimit
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OnDismountPatch.AdjustSpeedLimitPrefix;

  • TaleWorlds.MountAndBlade.BehaviorHorseArcherSkirmish.GetAiWeight
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorHorseArcherSkirmish.PrefixGetAiWeight;

  • TaleWorlds.MountAndBlade.BehaviorPullBack.GetAiWeight
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorPullBack.PrefixGetAiWeight;

  • TaleWorlds.MountAndBlade.BehaviorVanguard.TickOccasionally
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorVanguard.PrefixTickOccasionally;

  • TaleWorlds.MountAndBlade.BehaviorVanguard.OnBehaviorActivatedAux
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorVanguard.PostfixOnBehaviorActivatedAux;

  • TaleWorlds.MountAndBlade.BehaviorCharge.CalculateCurrentOrder
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorCharge.PrefixCalculateCurrentOrder;

  • TaleWorlds.MountAndBlade.BehaviorCharge.GetAiWeight
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorCharge.PrefixGetAiWeight;

  • TaleWorlds.MountAndBlade.MovementOrder.SetChargeBehaviorValues
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideMovementOrder.PrefixSetChargeBehaviorValues;

  • TaleWorlds.MountAndBlade.MovementOrder.SetFollowBehaviorValues
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideMovementOrder.PrefixSetFollowBehaviorValues;

  • TaleWorlds.MountAndBlade.MovementOrder.SetDefaultMoveBehaviorValues
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideMovementOrder.PrefixSetDefaultMoveBehaviorValues;

  • TaleWorlds.MountAndBlade.MovementOrder.GetSubstituteOrder
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideMovementOrder.PrefixGetSubstituteOrder;

  • TaleWorlds.MountAndBlade.MovementOrder.GetPositionAux
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideMovementOrder.GetPositionAuxPostfix;

  • TaleWorlds.MountAndBlade.Agent.SetFiringOrder
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideAgent.PrefixSetFiringOrder;

  • TaleWorlds.MountAndBlade.Agent.UpdateFormationOrders
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideUpdateFormationOrders.PrefixUpdateFormationOrders;

  • TaleWorlds.MountAndBlade.Formation.SetPositioning
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.SetPositioningPatch.PrefixSetPositioning;

  • TaleWorlds.MountAndBlade.Formation.SetMovementOrder
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideSetMovementOrder.PrefixSetOrder;

  • TaleWorlds.MountAndBlade.BehaviorRegroup.GetAiWeight
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorRegroup.PrefixGetAiWeight;

  • TaleWorlds.MountAndBlade.BehaviorRegroup.CalculateCurrentOrder
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorRegroup.PrefixCalculateCurrentOrder;

  • TaleWorlds.MountAndBlade.BehaviorRegroup.TickOccasionally
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorRegroup.PrefixTickOccasionally;

  • TaleWorlds.MountAndBlade.BehaviorAdvance.CalculateCurrentOrder
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorAdvance.PrefixCalculateCurrentOrder;

  • TaleWorlds.MountAndBlade.BehaviorAdvance.TickOccasionally
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideBehaviorAdvance.PrefixTickOccasionally;

  • TaleWorlds.MountAndBlade.HumanAIComponent.UpdateFormationMovement
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideFormation.PostfixUpdateFormationMovement;

  • TaleWorlds.MountAndBlade.HumanAIComponent.GetFormationFrame
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.OverrideFormationMovementComponent.PrefixGetFormationFrame;

  • TaleWorlds.MountAndBlade.TacticDefensiveEngagement.HasBattleBeenJoined
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.TacticDefensiveEngagementPatch.PrefixHasBattleBeenJoined;

  • TaleWorlds.MountAndBlade.TacticDefensiveEngagement.Defend
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.TacticDefensiveEngagementPatch.PostfixDefend;

  • TaleWorlds.MountAndBlade.TacticDefensiveEngagement.Engage
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.TacticDefensiveEngagementPatch.PostfixAttack;

  • TaleWorlds.MountAndBlade.TacticDefensiveLine.HasBattleBeenJoined
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.RbmTactics.TacticDefensiveLinePatch.PrefixHasBattleBeenJoined;

  • TaleWorlds.MountAndBlade.TacticDefensiveLine.Defend
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.RbmTactics.TacticDefensiveLinePatch.PostfixDefend;

  • TaleWorlds.MountAndBlade.TacticDefensiveLine.Engage
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.RbmTactics.TacticDefensiveLinePatch.PostfixEngage;

  • TaleWorlds.MountAndBlade.TacticFullScaleAttack.Advance
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.RbmTactics.TacticFullScaleAttackPatch.PostfixAdvance;

  • TaleWorlds.MountAndBlade.TacticFullScaleAttack.Attack
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.RbmTactics.TacticFullScaleAttackPatch.PostfixAttack;

  • TaleWorlds.MountAndBlade.TacticFullScaleAttack.HasBattleBeenJoined
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.RbmTactics.TacticFullScaleAttackPatch.PostfixHasBattleBeenJoined;

  • TaleWorlds.MountAndBlade.TacticFullScaleAttack.GetTacticWeight
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.RbmTactics.TacticFullScaleAttackPatch.PostfixGetAiWeight;

  • TaleWorlds.MountAndBlade.TacticFullScaleAttack.ManageFormationCounts
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.RbmTactics.TacticFullScaleAttackPatch.PostfixManageFormationCounts;

  • TaleWorlds.MountAndBlade.ArrangementOrder.GetCloseStrategicAreas
    • Prefixes
      • Owner: com.rbmai; Namespace: SiegeArcherPoints+GetCloseStrategicAreasPatch.Prefix;

  • TaleWorlds.MountAndBlade.BehaviorSkirmishLine.CalculateCurrentOrder
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Behaviours+OverrideBehaviorSkirmishLine.PostfixCalculateCurrentOrder;

  • TaleWorlds.MountAndBlade.BehaviorSkirmishLine.OnBehaviorActivatedAux
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Behaviours+OverrideBehaviorSkirmishLine.PostfixOnBehaviorActivatedAux;

  • TaleWorlds.MountAndBlade.BehaviorDefend.CalculateCurrentOrder
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Behaviours+OverrideBehaviorDefend.PostfixCalculateCurrentOrder;

  • TaleWorlds.MountAndBlade.BehaviorHoldHighGround.CalculateCurrentOrder
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Behaviours+OverrideBehaviorHoldHighGround.PostfixCalculateCurrentOrder;

  • TaleWorlds.MountAndBlade.BehaviorScreenedSkirmish.CalculateCurrentOrder
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Behaviours+OverrideBehaviorScreenedSkirmish.PostfixCalculateCurrentOrder;

  • TaleWorlds.MountAndBlade.BehaviorScreenedSkirmish.TickOccasionally
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.Behaviours+OverrideBehaviorScreenedSkirmish.PrefixTickOccasionally;

  • TaleWorlds.MountAndBlade.BehaviorScreenedSkirmish.OnBehaviorActivatedAux
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Behaviours+OverrideBehaviorScreenedSkirmish.PostfixOnBehaviorActivatedAux;

  • TaleWorlds.MountAndBlade.Formation.GetOrderPositionOfUnit
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.Frontline+OverrideFormation.PrefixGetOrderPositionOfUnit;

  • TaleWorlds.MountAndBlade.Formation.GetOrderPositionOfUnitAux
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.Frontline+OverrideFormation.PrefixGetOrderPositionOfUnitAux;

  • TaleWorlds.CampaignSystem.TournamentGames.TournamentRound.EndMatch
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.PostureLogic+EndMatchPatch.Postfix;

  • TaleWorlds.MountAndBlade.Mission.OnAgentHit
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+CustomBattleAgentLogicOnAgentHitPatch.Postfix;

  • TaleWorlds.MountAndBlade.Team.Tick
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTick.Postfix;

  • TaleWorlds.MountAndBlade.TeamAIGeneral.OnUnitAddedToFormationForTheFirstTime
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTeamAIGeneral.PostfixOnUnitAddedToFormationForTheFirstTime;

  • TaleWorlds.MountAndBlade.ViewModelCollection.HUD.FormationMarker.MissionFormationMarkerTargetVM.Refresh
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideRefresh.Postfix;

  • TaleWorlds.MountAndBlade.TacticCoordinatedRetreat.GetTacticWeight
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTacticCoordinatedRetreat.PrefixGetTacticWeight;

  • TaleWorlds.MountAndBlade.TacticFrontalCavalryCharge.Advance
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTacticFrontalCavalryCharge.PostfixAdvance;

  • TaleWorlds.MountAndBlade.TacticFrontalCavalryCharge.Attack
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTacticFrontalCavalryCharge.PostfixAttack;

  • TaleWorlds.MountAndBlade.TacticFrontalCavalryCharge.HasBattleBeenJoined
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTacticFrontalCavalryCharge.PostfixHasBattleBeenJoined;

  • TaleWorlds.MountAndBlade.TacticFrontalCavalryCharge.GetTacticWeight
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTacticFrontalCavalryCharge.PostfixGetTacticWeight;

  • TaleWorlds.MountAndBlade.TacticRangedHarrassmentOffensive.Advance
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTacticRangedHarrassmentOffensive.PostfixAdvance;

  • TaleWorlds.MountAndBlade.TacticRangedHarrassmentOffensive.Attack
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTacticRangedHarrassmentOffensive.PostfixAttack;

  • TaleWorlds.MountAndBlade.TacticRangedHarrassmentOffensive.HasBattleBeenJoined
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTacticRangedHarrassmentOffensive.PostfixHasBattleBeenJoined;

  • TaleWorlds.MountAndBlade.TacticRangedHarrassmentOffensive.ManageFormationCounts
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTacticRangedHarrassmentOffensive.PostfixManageFormationCounts;

  • TaleWorlds.MountAndBlade.TacticRangedHarrassmentOffensive.GetTacticWeight
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTacticRangedHarrassmentOffensive.PostfixGetTacticWeight;

  • TaleWorlds.MountAndBlade.TacticComponent.SetDefaultBehaviorWeights
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+OverrideTacticComponent.PrefixSetDefaultBehaviorWeights;

  • TaleWorlds.MountAndBlade.TacticComponent.ManageFormationCounts
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+ManageFormationCountsPatch.PrefixSetDefaultBehaviorWeights;

  • TaleWorlds.MountAndBlade.TacticDefendCastle.CarryOutDefense
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+TacticDefendCastlePatch.PrefixCarryOutDefense;

  • TaleWorlds.MountAndBlade.TacticDefendCastle.ArcherShiftAround
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+TacticDefendCastlePatch.PrefixArcherShiftAround;

  • TaleWorlds.MountAndBlade.Mission.OnObjectDisabled
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+MissionPatch.PostfixOnObjectDisabled;

  • TaleWorlds.MountAndBlade.BehaviorAssaultWalls.CalculateCurrentOrder
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideBehaviorAssaultWalls.PrefixCalculateCurrentOrder;
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideBehaviorAssaultWalls.PostfixCalculateCurrentOrder;

  • TaleWorlds.MountAndBlade.BehaviorShootFromCastleWalls.OnBehaviorActivatedAux
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideBehaviorShootFromCastleWalls.PrefixOnBehaviorActivatedAux;

  • TaleWorlds.MountAndBlade.BehaviorShootFromCastleWalls.TickOccasionally
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideBehaviorShootFromCastleWalls.PrefixTickOccasionally;

  • TaleWorlds.MountAndBlade.BehaviorUseSiegeMachines.GetAiWeight
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideBehaviorUseSiegeMachines.PrefixGetAiWeight;

  • TaleWorlds.MountAndBlade.BehaviorWaitForLadders.GetAiWeight
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideBehaviorWaitForLadders.PrefixOnGetAiWeight;

  • TaleWorlds.MountAndBlade.BehaviorDefendCastleKeyPosition.OnBehaviorActivatedAux
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideBehaviorDefendCastleKeyPosition.PrefixOnBehaviorActivatedAux;

  • TaleWorlds.MountAndBlade.BehaviorDefendCastleKeyPosition.ResetOrderPositions
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideBehaviorDefendCastleKeyPosition.PrefixResetOrderPositions;
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideBehaviorDefendCastleKeyPosition.PostfixResetOrderPositions;

  • TaleWorlds.MountAndBlade.BehaviorDefendCastleKeyPosition.TickOccasionally
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideBehaviorDefendCastleKeyPosition.PrefixTickOccasionally;

  • TaleWorlds.MountAndBlade.LadderQueueManager.Initialize
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideLadderQueueManager.PostfixInitialize;

  • TaleWorlds.MountAndBlade.SiegeLane.GetLaneCapacity
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideSiegeLane.PrefixGetLaneCapacity;

  • TaleWorlds.MountAndBlade.SiegeLane.DetermineLaneState
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+OverrideSiegeLane.postfixDetermineLaneState;

  • TaleWorlds.MountAndBlade.Source.Missions.Handlers.Logic.AgentMoraleInteractionLogic.ApplyMoraleEffectOnAgentIncapacitated
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+AgentMoraleInteractionLogicPatch.PrefixAfterStart;

  • TaleWorlds.MountAndBlade.TacticDefendCastle.StopUsingStrategicAreas
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+StopUsingStrategicAreasPatch.Prefix;

  • TaleWorlds.MountAndBlade.TacticDefendCastle.StopUsingAllMachines
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+StopUsingAllMachinesPatch.Prefix;

  • TaleWorlds.MountAndBlade.TacticDefendCastle.StopUsingAllRangedSiegeWeapons
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SiegePatches+StopUsingAllRangedSiegeWeaponsPatch.Prefix;

  • TaleWorlds.MountAndBlade.Mission.SpawnTroop
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SpawningPatches+SpawnTroopPatch.PrefixSpawnTroop;

  • SandBox.Missions.MissionLogics.SandBoxSiegeMissionSpawnHandler.AfterStart
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SpawningPatches+OverrideSandBoxSiegeMissionSpawnHandler.PrefixAfterStart;

  • TaleWorlds.MountAndBlade.MissionSpawnHandlers.CustomSiegeMissionSpawnHandler.AfterStart
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SpawningPatches+OverrideCustomSiegeMissionSpawnHandler.PrefixAfterStart;

  • TaleWorlds.MountAndBlade.MissionSpawnHandlers.CustomBattleMissionSpawnHandler.AfterStart
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SpawningPatches+OverrideAfterStartCustomBattleMissionSpawnHandler.PrefixAfterStart;

  • SandBox.Missions.MissionLogics.SandBoxBattleMissionSpawnHandler.AfterStart
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SpawningPatches+OverrideAfterStartSandBoxBattleMissionSpawnHandler.PrefixAfterStart;

  • TaleWorlds.MountAndBlade.MissionAgentSpawnLogic.CheckReinforcementBatch
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SpawningPatches+OverrideBattleSizeSpawnTick.PrefixBattleSizeSpawnTick;

  • TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.CheckIfBattleShouldContinueAfterBattleMission
    • Prefixes
      • Owner: com.rbmai; Namespace: RBMAI.AiModule.SpawningPatches+SetRoutedPatch.Prefix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.ExecuteCloseOptions
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsvm; Namespace: MCM.UI.UIExtenderEx.OptionsVMMixin.ExecuteCloseOptionsPostfix; Priority: 300;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.RefreshValues
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsvm; Namespace: MCM.UI.UIExtenderEx.OptionsVMMixin.RefreshValuesPostfix; Priority: 300;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.set_CategoryIndex
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsvm; Namespace: MCM.UI.UIExtenderEx.OptionsVMMixin.SetSelectedCategoryPostfix; Priority: 300;