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.94.58.87)
Runtime: .NET Framework 4.8.4614.0


+ Exception

Exception information
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: TaleWorlds.CampaignSystem
CallStack:
  1. at float TaleWorlds.CampaignSystem.GameComponents.DefaultBattleCaptainModel.GetCaptainRatingForTroopClasses(Hero hero, TroopClassFlag flag, out List compatiblePerks)
  2. at List SandBox.ViewModelCollection.SPOrderOfBattleVM.GetAgentTooltip(Agent agent)
  3. at void TaleWorlds.MountAndBlade.ViewModelCollection.OrderOfBattle.OrderOfBattleHeroItemVM.RefreshValues()
  4. at void TaleWorlds.MountAndBlade.ViewModelCollection.OrderOfBattle.OrderOfBattleVM.Initialize(Mission mission, Camera missionCamera, Action selectFormationAtIndex, Action deselectFormationAtIndex, Action clearFormationSelection, Action onAutoDeploy, Action onBeginMission, Dictionary formationIndicesAndSergeants)
  5. at void TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletOrderOfBattleUIHandler.OnPlayerTurnToChooseFormationToLead(Dictionary lockedFormationIndicesAndSergeants, List remainingFormationIndices)
  6. at void TaleWorlds.MountAndBlade.AssignPlayerRoleInTeamMissionController.OnPlayerTeamDeployed()
  7. at void TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderDeploymentControllerVM.ExecuteDeployAll()
  8. at void TaleWorlds.MountAndBlade.Missions.Handlers.BattleDeploymentHandler.OnTeamDeployed(Team team)
  9. at void TaleWorlds.MountAndBlade.Team.OnDeployed()
  10. at void TaleWorlds.MountAndBlade.MissionAgentSpawnLogic.OnBattleSideDeployed(BattleSideEnum side)
  11. at void TaleWorlds.MountAndBlade.DeploymentMissionController.SetupTeamsOfSide(BattleSideEnum side)
  12. at void TaleWorlds.MountAndBlade.DeploymentMissionController.SetupTeams()
  13. at void TaleWorlds.MountAndBlade.DeploymentMissionController.OnMissionTick(float dt)
  14. at void TaleWorlds.MountAndBlade.Mission.OnTick(float dt, float realDt, bool updateCamera, bool doAsyncAITick)
  15. at void TaleWorlds.MountAndBlade.MissionState.TickMission(float realDt)
  16. at void TaleWorlds.MountAndBlade.MissionState.OnTick(float realDt)
  17. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  18. at void TaleWorlds.Core.Game.OnTick(float dt)
  19. at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)
  20. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt)
  21. at void TaleWorlds.DotNet.Managed.ApplicationTick_Patch2(float dt)

+ Enhanced Stacktrace

  • Frame: float TaleWorlds.CampaignSystem.GameComponents.DefaultBattleCaptainModel.GetCaptainRatingForTroopClasses(Hero hero, TroopClassFlag flag, out List compatiblePerks) (IL Offset: 27)
    • Module: UNKNOWN
      Method: virtual System.Single TaleWorlds.CampaignSystem.GameComponents.DefaultBattleCaptainModel::GetCaptainRatingForTroopClasses(TaleWorlds.CampaignSystem.Hero hero, TaleWorlds.Core.TroopClassFlag flag, System.Collections.Generic.List`1& compatiblePerks)
      Method From Stackframe Issue: False
  • Frame: List SandBox.ViewModelCollection.SPOrderOfBattleVM.GetAgentTooltip(Agent agent) (IL Offset: 398)
    • Module: Sandbox
      Method: virtual System.Collections.Generic.List`1 SandBox.ViewModelCollection.SPOrderOfBattleVM::GetAgentTooltip(TaleWorlds.MountAndBlade.Agent agent)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.ViewModelCollection.OrderOfBattle.OrderOfBattleHeroItemVM.RefreshValues() (IL Offset: 0)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.ViewModelCollection.OrderOfBattle.OrderOfBattleHeroItemVM::RefreshValues()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.ViewModelCollection.OrderOfBattle.OrderOfBattleVM.Initialize(Mission mission, Camera missionCamera, Action selectFormationAtIndex, Action deselectFormationAtIndex, Action clearFormationSelection, Action onAutoDeploy, Action onBeginMission, Dictionary formationIndicesAndSergeants) (IL Offset: 528)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.ViewModelCollection.OrderOfBattle.OrderOfBattleVM::Initialize(TaleWorlds.MountAndBlade.Mission mission, TaleWorlds.Engine.Camera missionCamera, System.Action`1 selectFormationAtIndex, System.Action`1 deselectFormationAtIndex, System.Action clearFormationSelection, System.Action onAutoDeploy, System.Action onBeginMission, System.Collections.Generic.Dictionary`2 formationIndicesAndSergeants)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletOrderOfBattleUIHandler.OnPlayerTurnToChooseFormationToLead(Dictionary lockedFormationIndicesAndSergeants, List remainingFormationIndices) (IL Offset: 108)
    • Module: Native
      Method: System.Void TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletOrderOfBattleUIHandler::OnPlayerTurnToChooseFormationToLead(System.Collections.Generic.Dictionary`2 lockedFormationIndicesAndSergeants, System.Collections.Generic.List`1 remainingFormationIndices)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.AssignPlayerRoleInTeamMissionController.OnPlayerTeamDeployed() (IL Offset: 360)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.AssignPlayerRoleInTeamMissionController::OnPlayerTeamDeployed()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderDeploymentControllerVM.ExecuteDeployAll() (IL Offset: 214)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderDeploymentControllerVM::ExecuteDeployAll()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.Missions.Handlers.BattleDeploymentHandler.OnTeamDeployed(Team team) (IL Offset: 24)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.Missions.Handlers.BattleDeploymentHandler::OnTeamDeployed(TaleWorlds.MountAndBlade.Team team)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.Team.OnDeployed() (IL Offset: 32)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Team::OnDeployed()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.MissionAgentSpawnLogic.OnBattleSideDeployed(BattleSideEnum side) (IL Offset: 36)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.MissionAgentSpawnLogic::OnBattleSideDeployed(TaleWorlds.Core.BattleSideEnum side)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.DeploymentMissionController.SetupTeamsOfSide(BattleSideEnum side) (IL Offset: 266)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.DeploymentMissionController::SetupTeamsOfSide(TaleWorlds.Core.BattleSideEnum side)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.DeploymentMissionController.SetupTeams() (IL Offset: 215)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.DeploymentMissionController::SetupTeams()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.DeploymentMissionController.OnMissionTick(float dt) (IL Offset: 79)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.DeploymentMissionController::OnMissionTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.Mission.OnTick(float dt, float realDt, bool updateCamera, bool doAsyncAITick) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Mission::OnTick(System.Single dt, System.Single realDt, System.Boolean updateCamera, System.Boolean doAsyncAITick)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.MissionState.TickMission(float realDt) (IL Offset: 476)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.MissionState::TickMission(System.Single realDt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.MissionState.OnTick(float realDt) (IL Offset: 272)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.MissionState::OnTick(System.Single realDt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnTick(float dt) (IL Offset: 47)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.Game.OnTick(float dt) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.Game::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameManagerBase.OnTick(float dt) (IL Offset: 31)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameManagerBase::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt) (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
      Method From Stackframe Issue: False
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
      Method From Stackframe Issue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(TaleWorlds.MountAndBlade.Module this, System.Single dt)
      Method From Stackframe Issue: False
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Module::OnApplicationTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.DotNet.Managed.ApplicationTick_Patch2(float dt) (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
      Method From Stackframe Issue: False
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
      Method From Stackframe Issue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.DotNet.Managed.ApplicationTick_Patch2(System.Single dt)
      Method From Stackframe Issue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.DotNet.Managed::ApplicationTick(System.Single dt)
      Method From Stackframe Issue: False

+ Involved Modules

  • Sandbox
    • Method: virtual System.Collections.Generic.List`1 SandBox.ViewModelCollection.SPOrderOfBattleVM::GetAgentTooltip(TaleWorlds.MountAndBlade.Agent agent)
      Frame: List SandBox.ViewModelCollection.SPOrderOfBattleVM.GetAgentTooltip(Agent agent) (IL Offset: 398)
      HarmonyIssue: False
  • Native
    • Method: System.Void TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletOrderOfBattleUIHandler::OnPlayerTurnToChooseFormationToLead(System.Collections.Generic.Dictionary`2 lockedFormationIndicesAndSergeants, System.Collections.Generic.List`1 remainingFormationIndices)
      Frame: void TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletOrderOfBattleUIHandler.OnPlayerTurnToChooseFormationToLead(Dictionary lockedFormationIndicesAndSergeants, List remainingFormationIndices) (IL Offset: 108)
      HarmonyIssue: False

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.2.2.162)
  • + ButterLib (Bannerlord.ButterLib, v2.8.0.0)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.8.0.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.7.1.0)
  • + Native (Native, v1.1.2.0)
  • + SandBox Core (SandBoxCore, v1.1.2.0)
  • + CustomBattle (CustomBattle, v1.1.2.0)
  • + Sandbox (Sandbox, v1.1.2.0)
  • + StoryMode (StoryMode, v1.1.2.0)
  • + Birth and Death Options (BirthAndDeath, v1.1.2.0)
  • + Hot Butter Scenes (hotbutterscenes, e1.8.0.0)
  • + Hot Butter (hotbutter, v2.0.4.0)
  • + Captivity Events (zCaptivityEvents, v1.1.2.1039)
  • + KLBShackles (KLBShackles, e1.5.6.0)
  • + Default Captivity Events (zCEDefaults, v1.1.2.1039)
  • + CE Bandit Expansion (zCEBandit, v1.1.2.1039)
  • + CE Concubine Expansion (zCEConcubineExpansion, v1.8.0.1034)
  • + CE Animation Expansion (zCEAnimationExpansion, v1.1.2.1039)
  • + CE Holiday Events (zCEHolidayEvents, v1.1.2.1039)
  • + Sadsun's Captivity Events (zSadSunsEvents, v0.0.1.0)
  • + BC Captor Gear and Girls (BCCaptorGear, v1.0.0.0)
  • + Xorberax's Legacy for v1.1.0 (XorberaxLegacy, v1.0.5.1)
  • + MCAmazonBody (MCAmazonBody, v1.0.3.0)
  • + MCAmazonArmor (MCAmazonArmor, v1.0.0.0)
  • + OnGovernorChangedWorkAround (OnGovernorChangedWorkAround, e1.1.0.0)
  • + Character Reload (CharacterReload, e1.1.0.0)
  • + Custom Spawns API (CustomSpawns, v1.9.4.0)
  • + Calradia At War (CalradiaAtWar, v1.9.1.0)
  • + Spartan (Spartan, v1.0.0.0)
  • + BannerLord.Crafting (BannerLord.Crafting, v1.1.2.1)
  • + New Female Armor (New Female Armor, v1.0.1.0)
  • + New Male Armor (New Male Armor, v1.0.2.0)
  • + Wiks Amazons (WiksAmazons, v2.0.0.0)
  • + More Prisoner Interactions (MorePrisonerInteractions, v1.1.2.0)
  • + Open Source Armory (OpenSourceArmory, v1.14.0.0)
  • + WalkersOfCalradia (WalkersOfCalradia, v0.0.1.0)
  • + Player Storage (PlayerTownStorage, v1.1.2.0)
  • + Walkers' Skimpy Items (WalkersSkimpyItems, e1.5.2.0)

+ Assemblies

+ Harmony Patches

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleUnloaded
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix;

  • 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;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameStartPostfix;

  • 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;

  • 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.Options.OptionsProvider.GetGameKeyCategoriesList
    • Postfixes
      • Owner: Bannerlord.ButterLib.HotKeySystem; Namespace: Bannerlord.ButterLib.Implementation.HotKeys.Patches.OptionsProviderPatches.GetGameKeyCategoriesListPostfix;
      • Owner: Bannerlord.ButterLib.HotKeySystem; Namespace: Bannerlord.ButterLib.Implementation.HotKeys.Patches.OptionsProviderPatches.GetGameKeyCategoriesListPostfix; Index: 1;

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

  • TaleWorlds.MountAndBlade.Module.SetInitialModuleScreenAsRootScreen
    • Postfixes
      • Owner: MCM.UI.Adapter.MCMv5; Namespace: MCM.UI.Adapter.MCMv5.SubModule.OnAfterSetInitialModuleScreenAsRootScreen;
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.Transpiler;
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.Transpiler; Index: 1;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.Library.ViewModel..ctor
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelPatch.ViewModelCtorPrefix;

  • TaleWorlds.Library.ViewModel.ExecuteCommand
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelPatch.ExecuteCommandPatch;

  • 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.MountAndBlade.GauntletUI.Widgets.BoolBrushChangerBrushWidget.OnBooleanUpdated
    • 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
    • Postfixes
      • Owner: Bannerlord.UIExtenderEx.UIPatch; Namespace: Bannerlord.UIExtenderEx.UIPatchSubModule.SandBoxSubModuleOnSubModuleLoadPostfix;

  • 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;

  • TaleWorlds.MountAndBlade.Mission.DecideWeaponCollisionReaction
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.CutThroughEveryonePatch.DecideWeaponCollisionReactionPostfix;

  • TaleWorlds.MountAndBlade.Mission.MeleeHitCallback
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.CutThroughEveryonePatch.MeleeHitCallbackPostfix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.ComputeBlowMagnitudeFromHorseCharge
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.ChargeDamagePatch.ComputeBlowMagnitudeFromHorseChargePostfix;

  • TaleWorlds.MountAndBlade.Mission.CancelsDamageAndBlocksAttackBecauseOfNonEnemyCase
    • Prefixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.FriendlyFirePatch.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.TrainingFieldCampaignBehavior.OnSessionLaunched
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.TrainingFieldMenuOptionsPatch.Postfix;

  • TaleWorlds.MountAndBlade.View.Screens.MissionScreen.UpdateCamera
    • Prefixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.ShoulderCameraPatch.Prefix;
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.ShoulderCameraPatch.Postfix;

  • TaleWorlds.MountAndBlade.GauntletUI.BodyGenerator.BodyGeneratorView..ctor
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Patch.BodyGeneratorViewPath.Postfix;

  • TaleWorlds.MountAndBlade.GauntletUI.BodyGenerator.BodyGeneratorView.OnFinalize
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Patch.BodyGeneratorViewOnFinalizePath.Postfix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.FaceGenerator.FaceGenPropertyVM.get_Name
    • Prefixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Patch.FaceGenPropertyVMNamePath.Prefix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.FaceGenerator.FaceGenPropertyVM.set_Value
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Patch.FaceGenPropertyVMValuePath.Postfix;

  • TaleWorlds.CampaignSystem.CharacterObject.UpdatePlayerCharacterBodyProperties
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Patch.CharacterObjectPath+CharacterObjectPatch.Postfix;

  • TaleWorlds.MountAndBlade.BodyGenerator.SaveCurrentCharacter
    • Prefixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.BodyGeneratorPatch+SaveCurrentCharacter.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.CreateCraftedWeaponInFreeBuildMode
    • Transpilers
      • Owner: BannerLord.Crafting; Namespace: BannerLord.Crafting.Patches.CraftingBehaviorFreeBuildHarmonyPatch.Transpiler;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.CreateCraftedWeaponInCraftingOrderMode
    • Transpilers
      • Owner: BannerLord.Crafting; Namespace: BannerLord.Crafting.Patches.CraftingBehaviorOrderHarmonyPatch.Transpiler;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.DoSmelting
    • Transpilers
      • Owner: BannerLord.Crafting; Namespace: BannerLord.Crafting.Patches.CraftingBehaviorSmeltingHarmonyPatch.Transpiler;

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

  • 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.CampaignBehaviors.PregnancyCampaignBehavior+Pregnancy..ctor
    • Prefixes
      • Owner: com.bloc.hotbutter; Namespace: Erraynhotcoffee.Viagra+MesirMacunu.Prefix;
      • Owner: com.bloc.hotbutter; Namespace: Erraynhotcoffee.Viagra+MesirMacunu.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CommentBehaviors.CommentChildbirthBehavior.OnGivenBirthEvent
    • Prefixes
      • Owner: com.bloc.hotbutter; Namespace: Erraynhotcoffee.Viagra+Omercip.Prefix;
      • Owner: com.bloc.hotbutter; Namespace: Erraynhotcoffee.Viagra+Omercip.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.HeroCreator.DeliverOffSpring
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchHeroCreator.DeliverOffSpring;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchHeroCreator.DeliverOffSpring; Index: 1;

  • TaleWorlds.CampaignSystem.Extensions.Attributes.get_All
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchAttributes.All;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchAttributes.All; Index: 1;

  • TaleWorlds.Core.BasicCharacterObject.GetSkillValue
    • Prefixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchBasicCharacterObject.CharacterSkills;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchBasicCharacterObject.CharacterSkills; Index: 1;

  • TaleWorlds.CampaignSystem.CharacterObject.get_UpgradeTargets
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchCharacterObject.UpgradeTargets;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchCharacterObject.UpgradeTargets; Index: 1;

  • TaleWorlds.CampaignSystem.CharacterObject.get_Culture
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchCharacterObject.Culture;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchCharacterObject.Culture; Index: 1;

  • TaleWorlds.CampaignSystem.CharacterObject.get_FirstBattleEquipment
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchCharacterObject.FirstBattleEquipment;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchCharacterObject.FirstBattleEquipment; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerCaptivityCampaignBehavior.CheckCaptivityChange
    • Prefixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPlayerCaptivityCampaignBehavior.CheckCaptivityChange;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPlayerCaptivityCampaignBehavior.CheckCaptivityChange; Index: 1;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.Categories.ClanIncomeVM.RefreshList
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchClanIncomeVM.RefreshList;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchClanIncomeVM.RefreshList; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.CalculateClanIncomeInternal
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchDefaultClanFinanceModel.CalculateClanIncomeInternal;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchDefaultClanFinanceModel.CalculateClanIncomeInternal; Index: 1;

  • TaleWorlds.CampaignSystem.GameMenus.GameMenu.ActivateGameMenu
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchGameMenu.ActivateGameMenu;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchGameMenu.ActivateGameMenu; Index: 1;

  • TaleWorlds.CampaignSystem.GameMenus.GameMenu.SwitchToMenu
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchGameMenu.SwitchToMenu;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchGameMenu.SwitchToMenu; Index: 1;

  • TaleWorlds.CampaignSystem.Hero.get_Spouse
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEHeroPatch.Postfix;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEHeroPatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationVM.GetNotificationFromData
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEMapNotificationVM.GetNotificationFromData;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEMapNotificationVM.GetNotificationFromData; Index: 1;

  • TaleWorlds.CampaignSystem.PlayerCaptivity.StartCaptivity
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchPlayerCaptivity.StartCaptivity;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchPlayerCaptivity.StartCaptivity; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RansomOfferCampaignBehavior.ConsiderRansomPrisoner
    • Prefixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchRansomOfferCampaignBehavior.ConsiderRansomPrisoner;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchRansomOfferCampaignBehavior.ConsiderRansomPrisoner; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.ChildConceived
    • Prefixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchPregnancyCampaignBehavior.ChildConceived;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchPregnancyCampaignBehavior.ChildConceived; Index: 1;

  • SandBox.CampaignBehaviors.SettlementMusiciansCampaignBehavior.CreateRandomPlayList
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchSettlementMusiciansCampaignBehavior.CreateRandomPlayList;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchSettlementMusiciansCampaignBehavior.CreateRandomPlayList; Index: 1;

  • TaleWorlds.CampaignSystem.Extensions.Skills.get_All
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchSkills.All;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchSkills.All; Index: 1;

  • TaleWorlds.CampaignSystem.Campaign.get_AllCharacterAttributes
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEBKPatch+CEPatchAllCharacterAttributes.AllCharacterAttributes;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEBKPatch+CEPatchAllCharacterAttributes.AllCharacterAttributes; Index: 1;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationGainedPropertiesVM.GetItemFromAttribute
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEBKPatch+CEPatchGetItemFromAttribute.GetItemFromAttribute;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEBKPatch+CEPatchGetItemFromAttribute.GetItemFromAttribute; Index: 1;

  • TaleWorlds.CampaignSystem.Actions.LeaveSettlementAction.ApplyForCharacterOnly
    • Prefixes
      • Owner: com.galaian; Namespace: OnGovernorChangedWorkAround.ApplyForCharacterOnlyPatch.ApplyForCharacterOnly;
      • Owner: com.galaian; Namespace: OnGovernorChangedWorkAround.ApplyForCharacterOnlyPatch.ApplyForCharacterOnly; Index: 1;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanAIExit
    • Prefixes
      • Owner: com.galaian; Namespace: OnGovernorChangedWorkAround.CanAIExitPatch.CanAIExit;
      • Owner: com.galaian; Namespace: OnGovernorChangedWorkAround.CanAIExitPatch.CanAIExit; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.CreateTownOrder
    • Prefixes
      • Owner: com.galaian; Namespace: OnGovernorChangedWorkAround.CreateTownOrderPatch.CreateTownOrder;
      • Owner: com.galaian; Namespace: OnGovernorChangedWorkAround.CreateTownOrderPatch.CreateTownOrder; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.HeroAgentSpawnCampaignBehavior.OnGovernorChanged
    • Prefixes
      • Owner: com.galaian; Namespace: OnGovernorChangedWorkAround.OnGovernorChangedWorkAroundPatch.OnGovernorChanged;
      • Owner: com.galaian; Namespace: OnGovernorChangedWorkAround.OnGovernorChangedWorkAroundPatch.OnGovernorChanged; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.HeroAgentSpawnCampaignBehavior.OnPrisonersChangeInSettlement
    • Prefixes
      • Owner: com.galaian; Namespace: OnGovernorChangedWorkAround.OnGovernorChangedWorkAroundPatch.OnPrisonersChangeInSettlement;
      • Owner: com.galaian; Namespace: OnGovernorChangedWorkAround.OnGovernorChangedWorkAroundPatch.OnPrisonersChangeInSettlement; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPrisonerDonationModel.CalculateRelationGainAfterHeroPrisonerDonate
    • Prefixes
      • Owner: com.galaian; Namespace: OnGovernorChangedWorkAround.DefaultPrisonerDonationModelPatch.CalculateRelationGainAfterHeroPrisonerDonate;
      • Owner: com.galaian; Namespace: OnGovernorChangedWorkAround.DefaultPrisonerDonationModelPatch.CalculateRelationGainAfterHeroPrisonerDonate; Index: 1;

  • SandBox.ViewModelCollection.Map.MapMobilePartyTrackerVM.CanAddParty
    • Postfixes
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.RemovePartyTrackersFromNonBanditPartiesPatch.Postfix;
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.RemovePartyTrackersFromNonBanditPartiesPatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartySpeedCalculatingModel.CalculateFinalSpeed
    • Prefixes
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.PartySpeedModelPatch.Prefix;
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.PartySpeedModelPatch.Prefix; Index: 1;
    • Postfixes
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.PartySpeedModelPatch.Postfix;
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.PartySpeedModelPatch.Postfix; Index: 1;

  • SandBox.View.Map.MapScreen.TaleWorlds.CampaignSystem.GameState.IMapStateHandler.Tick
    • Postfixes
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.MapScreenPatch.Postfix;
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.MapScreenPatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.BarterSystem.Barterables.SafePassageBarterable.GetUnitValueForFaction
    • Postfixes
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.GetUnitValueForFactionPatch.Postfix;
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.GetUnitValueForFactionPatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultMapVisibilityModel.GetPartySpottingRange
    • Postfixes
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.Gameplay.PartySpottingRangePatch.Postfix;
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.Gameplay.PartySpottingRangePatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.Actions.ChangeKingdomAction.ApplyInternal
    • Prefixes
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.Diplomacy.TrackClanKingdom+ChangeKingdomActionApplyByLeaveWithRebellionAgainstKingdomPatch.Prefix;
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.Diplomacy.TrackClanKingdom+ChangeKingdomActionApplyByLeaveWithRebellionAgainstKingdomPatch.Prefix; Index: 1;

  • 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;

+ Log Files

  • default20230415
      • [2023-04-15T03:21:53.1890712+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-15T03:21:53.1890712+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T03:21:53.1352162+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-15T03:21:53.1352162+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T03:21:52.0630698+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-15T03:21:52.0630698+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T03:21:52.0102203+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-15T03:21:52.0092218+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T03:21:50.6491794+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-15T03:21:50.6491794+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T03:21:50.5943259+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-15T03:21:50.5943259+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T03:21:48.7641757+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-15T03:21:48.7641757+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T03:21:48.7103189+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-15T03:21:48.7103189+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T03:21:18.8100258+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-15T03:21:18.8100258+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T03:21:18.7561701+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-15T03:21:18.7561701+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T03:20:20.0134393+03:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-15T00:10:25.5202794+03:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-15T00:10:12.3508570+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-15T00:10:12.3508570+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-15T00:10:12.3309088+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-15T00:10:12.3309088+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-15T00:10:12.3309088+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-15T00:10:12.3309088+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-15T00:10:12.3299115+03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-15T00:10:12.3289141+03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-15T00:10:12.3289141+03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-15T00:10:12.3279155+03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-15T00:10:12.3279155+03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-15T00:10:12.3269180+03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-15T00:10:12.3269180+03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (5)
      • [2023-04-15T00:10:12.3199366+03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-15T00:10:12.3199366+03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-15T00:10:12.3139541+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-15T00:10:12.3139541+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3139541+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-04-15T00:10:12.3139541+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3139541+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-15T00:10:12.3139541+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3139541+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-15T00:10:12.3139541+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-15T00:10:12.3129569+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:12.2770514+03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-15T00:10:11.7068570+03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-15T00:10:11.6170972+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2023-04-15T00:10:11.6170972+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-15T00:10:11.4974171+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-15T00:10:11.4934280+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-15T00:09:41.4970174+03:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-15T00:09:41.4940257+03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-15T00:09:41.4790893+03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-04-15T00:09:41.4760670+03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-15T00:09:41.3833425+03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-04-15T00:09:41.2868754+03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-04-15T00:09:41.1969645+03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-15T00:09:41.1029162+03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-15T00:09:41.0236106+03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-15T00:09:40.9398304+03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-15T00:09:40.7274000+03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-15T00:09:40.5410976+03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...