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 (08.01.67.70)


+ Exception

Exception information
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: TaleWorlds.CampaignSystem
CallStack:
  1. at ExplainedNumber TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel.GetTotalWage(MobileParty mobileParty, bool includeDescriptions)
  2. at ExplainedNumber CA_EagleRising.CA_EagleRisingPartyWageModel.GetTotalWage(MobileParty mobileParty, bool includeDescriptions) in C:/Users/18585/source/repos/CA_EagleRising/CA_EagleRising/Models/CA_EagleRisingPartyWageModel.cs:line 31
  3. at int TaleWorlds.CampaignSystem.Party.MobileParty.get_TotalWage()
  4. at void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapInfoVM.UpdatePlayerInfo(bool updateForced)
  5. at void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapBarVM.OnRefresh()
  6. at new TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapBarVM(INavigationHandler navigationHandler, IMapStateHandler mapStateHandler, Func getMapBarShortcuts, Action openArmyManagement)
  7. at void SandBox.GauntletUI.Map.GauntletMapBarGlobalLayer.Initialize(MapScreen mapScreen, float contextAlphaModifider)
  8. at void SandBox.GauntletUI.Map.GauntletMapBarView.CreateLayout()
  9. at MapView SandBox.View.Map.MapScreen.AddMapView(params object[] parameters)
  10. at void SandBox.View.Map.MapScreen.OnInitialize()
  11. at void TaleWorlds.ScreenSystem.ScreenBase.HandleInitialize()
  12. at void TaleWorlds.ScreenSystem.ScreenManager.CleanAndPushScreen(ScreenBase screen)
  13. at void TaleWorlds.Core.GameStateManager.OnPushState(GameState gameState)
  14. at void TaleWorlds.Core.GameStateManager.OnCleanAndPushState(GameState gameState)
  15. at void TaleWorlds.Core.GameStateManager.DoGameStateJobs()
  16. at void TaleWorlds.Core.GameStateManager.CleanAndPushState(GameState gameState, int level)
  17. at void SandBox.SandBoxGameManager.OnLoadFinished()
  18. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  19. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, float dt)
  20. at void TaleWorlds.DotNet.Managed.ApplicationTick_Patch1(float dt)

+ Enhanced Stacktrace

  • Frame: ExplainedNumber TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel.GetTotalWage(MobileParty mobileParty, bool includeDescriptions) (IL Offset: 245)
    • Module: UNKNOWN
      Method: virtual TaleWorlds.CampaignSystem.ExplainedNumber TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel::GetTotalWage(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, System.Boolean includeDescriptions)
      HarmonyIssue: False
  • Frame: ExplainedNumber CA_EagleRising.CA_EagleRisingPartyWageModel.GetTotalWage(MobileParty mobileParty, bool includeDescriptions) (IL Offset: 1)
    • Module: CA_EagleRising
      Method: virtual TaleWorlds.CampaignSystem.ExplainedNumber CA_EagleRising.CA_EagleRisingPartyWageModel::GetTotalWage(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, System.Boolean includeDescriptions)
      HarmonyIssue: False
  • Frame: int TaleWorlds.CampaignSystem.Party.MobileParty.get_TotalWage() (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Int32 TaleWorlds.CampaignSystem.Party.MobileParty::get_TotalWage()
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapInfoVM.UpdatePlayerInfo(bool updateForced) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapInfoVM::UpdatePlayerInfo(System.Boolean updateForced)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapBarVM.OnRefresh() (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapBarVM::OnRefresh()
      HarmonyIssue: False
  • Frame: new TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapBarVM(INavigationHandler navigationHandler, IMapStateHandler mapStateHandler, Func getMapBarShortcuts, Action openArmyManagement) (IL Offset: 289)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapBarVM::.ctor(TaleWorlds.CampaignSystem.INavigationHandler navigationHandler, TaleWorlds.CampaignSystem.GameState.IMapStateHandler mapStateHandler, System.Func`1 getMapBarShortcuts, System.Action openArmyManagement)
      HarmonyIssue: False
  • Frame: void SandBox.GauntletUI.Map.GauntletMapBarGlobalLayer.Initialize(MapScreen mapScreen, float contextAlphaModifider) (IL Offset: 74)
    • Module: Sandbox
      Method: System.Void SandBox.GauntletUI.Map.GauntletMapBarGlobalLayer::Initialize(SandBox.View.Map.MapScreen mapScreen, System.Single contextAlphaModifider)
      HarmonyIssue: False
  • Frame: void SandBox.GauntletUI.Map.GauntletMapBarView.CreateLayout() (IL Offset: 17)
    • Module: Sandbox
      Method: virtual System.Void SandBox.GauntletUI.Map.GauntletMapBarView::CreateLayout()
      HarmonyIssue: False
  • Frame: MapView SandBox.View.Map.MapScreen.AddMapView(params object[] parameters) (IL Offset: 38)
    • Module: Sandbox
      Method: SandBox.View.Map.MapView SandBox.View.Map.MapScreen::AddMapView(System.Object[] parameters)
      HarmonyIssue: False
  • Frame: void SandBox.View.Map.MapScreen.OnInitialize() (IL Offset: 434)
    • Module: Sandbox
      Method: virtual System.Void SandBox.View.Map.MapScreen::OnInitialize()
      HarmonyIssue: False
  • Frame: void TaleWorlds.ScreenSystem.ScreenBase.HandleInitialize() (IL Offset: 43)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.ScreenSystem.ScreenBase::HandleInitialize()
      HarmonyIssue: False
  • Frame: void TaleWorlds.ScreenSystem.ScreenManager.CleanAndPushScreen(ScreenBase screen) (IL Offset: 38)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.ScreenSystem.ScreenManager::CleanAndPushScreen(TaleWorlds.ScreenSystem.ScreenBase screen)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnPushState(GameState gameState) (IL Offset: 162)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnPushState(TaleWorlds.Core.GameState gameState)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnCleanAndPushState(GameState gameState) (IL Offset: 135)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnCleanAndPushState(TaleWorlds.Core.GameState gameState)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameStateManager.DoGameStateJobs() (IL Offset: 75)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::DoGameStateJobs()
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameStateManager.CleanAndPushState(GameState gameState, int level) (IL Offset: 22)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::CleanAndPushState(TaleWorlds.Core.GameState gameState, System.Int32 level)
      HarmonyIssue: False
  • Frame: void SandBox.SandBoxGameManager.OnLoadFinished() (IL Offset: 189)
    • Module: Sandbox
      Method: virtual System.Void SandBox.SandBoxGameManager::OnLoadFinished()
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnTick(float dt) (IL Offset: 47)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, float dt) (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(TaleWorlds.MountAndBlade.Module this, System.Single dt)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Module::OnApplicationTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.DotNet.Managed.ApplicationTick_Patch1(float dt) (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.DotNet.Managed.ApplicationTick_Patch1(System.Single dt)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.DotNet.Managed::ApplicationTick(System.Single dt)
      HarmonyIssue: False

+ Involved Modules

  • CA_EagleRising
    • Method: virtual TaleWorlds.CampaignSystem.ExplainedNumber CA_EagleRising.CA_EagleRisingPartyWageModel::GetTotalWage(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, System.Boolean includeDescriptions)
      Frame: ExplainedNumber CA_EagleRising.CA_EagleRisingPartyWageModel.GetTotalWage(MobileParty mobileParty, bool includeDescriptions) (IL Offset: 1)
      HarmonyIssue: False
  • Sandbox
    • Method: System.Void SandBox.GauntletUI.Map.GauntletMapBarGlobalLayer::Initialize(SandBox.View.Map.MapScreen mapScreen, System.Single contextAlphaModifider)
      Frame: void SandBox.GauntletUI.Map.GauntletMapBarGlobalLayer.Initialize(MapScreen mapScreen, float contextAlphaModifider) (IL Offset: 74)
      HarmonyIssue: False
    • Method: virtual System.Void SandBox.GauntletUI.Map.GauntletMapBarView::CreateLayout()
      Frame: void SandBox.GauntletUI.Map.GauntletMapBarView.CreateLayout() (IL Offset: 17)
      HarmonyIssue: False
    • Method: SandBox.View.Map.MapView SandBox.View.Map.MapScreen::AddMapView(System.Object[] parameters)
      Frame: MapView SandBox.View.Map.MapScreen.AddMapView(params object[] parameters) (IL Offset: 38)
      HarmonyIssue: False
    • Method: virtual System.Void SandBox.View.Map.MapScreen::OnInitialize()
      Frame: void SandBox.View.Map.MapScreen.OnInitialize() (IL Offset: 434)
      HarmonyIssue: False
    • Method: virtual System.Void SandBox.SandBoxGameManager::OnLoadFinished()
      Frame: void SandBox.SandBoxGameManager.OnLoadFinished() (IL Offset: 189)
      HarmonyIssue: False

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.2.2.145)
  • + ButterLib (Bannerlord.ButterLib, v2.6.3.0)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.6.0.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.5.5.0)
  • + Native (Native, v1.0.2.0)
  • + SandBox Core (SandBoxCore, v1.0.2.0)
  • + Sandbox (Sandbox, v1.0.2.0)
  • + CustomBattle (CustomBattle, v1.0.2.0)
  • + Birth and Death Options (BirthAndDeath, v1.0.2.0)
  • + StoryMode (StoryMode, v1.0.2.0)
  • + swadian armoury (swadian armoury, v1.0.0.0)
  • + Adonnay's Troop Changer (AdonnaysTroopChanger, v1.8.8.0)
  • + Angel Arsenal (Angel Arsenal, v1.1.2.0)
  • + Angel Equipment Library (Angel Equipment Library, v2.0.0.0)
  • + ArmsDealer (ArmsDealer, v4.0.3.0)
  • + BahamutArmory (BahamutArmory, e1.5.2.0)
  • + Humble Palette (Bannerlord.Palette, v1.3.0.0)
  • + Bodyguards (Bodyguards, v1.0.2.0)
  • + CA_EagleRising (CA_EagleRising, v3.1.4.0)
  • + Character Reload (CharacterReload, e1.0.3.0)
  • + Elite War (Elite War, v1.0.2.0)
  • + FamilyControl (FamilyControl, v1.0.2.0)
  • + GreyWarden (GreyWarden, e1.5.10.0)
  • + Hom_Elden (Hom_Elden, v1.0.1.0)
  • + Knock 'Em Down (KnockEmDown, v1.2.6.0)
  • + Marry Anyone (MarryAnyone, v3.0.4.0)
  • + MCAmazonBody (MCAmazonBody, v1.0.3.0)
  • + Mix and match weapon pack (Mix and match weapon pack, v1.0.0.0)
  • + Mix and match weapon pack dll (Mix and match weapon pack dll, v1.0.0.0)
  • + mosin_nagant_m91 (mosin_nagant_m91, v1.0.0.0)
  • + My Little Warband (MyLittleWarband, v1.0.1.0)
  • + Neated's NPCs Upgrade Equipment (NeatedsNPCsUpgradeEquipment, e1.1.0.0)
  • + No Limit Bundle (Companion only) (NoLimitBundle_Companion, v2.2.1.0)
  • + No Limit Bundle (Party only) (NoLimitBundle_Party, v2.2.1.0)
  • + No Limit Bundle (PartyMember only) (NoLimitBundle_PartyMember, v2.2.1.0)
  • + No Limit Bundle (Prisoners only) (NoLimitBundle_Prisoners, v2.2.1.0)
  • + No Limit Bundle (Workshop only) (NoLimitBundle_Workshop, v2.2.1.0)
  • + Party AI Overhaul and Commands (PartyAIOverhaulCommands, v1.0.2.0)
  • + Spartan (Spartan, v1.0.0.0)
  • + TroopsRepair (TroopsRepair, v1.0.2.0)
  • + Xorberax's Legacy for v1.0.2 (XorberaxLegacy, v1.0.4.8)

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

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

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

  • 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..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;
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_TelepathyBehavior+PAO_ArmyManagementItemVM_ExecuteCommandPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_TelepathyBehavior+PAO_ArmyManagementItemVM_ExecuteCommandPatch.Finalizer;

  • TaleWorlds.Engine.GauntletUI.UIConfig.set_DoNotUseGeneratedPrefabs
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.UIConfigPatch.Prefix;
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_TelepathyBehavior+PAO_UIConfig_DoNotUseGeneratedPrefabsPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_TelepathyBehavior+PAO_UIConfig_DoNotUseGeneratedPrefabsPatch.Finalizer;

  • 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.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.GetRecruitVolunteerFromIndividual
    • Prefixes
      • Owner: mod.bannerlord.adonnay; Namespace: AdonnaysTroopChanger.PatchRecruitActionFromIndividual.Prefix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.FillPartyStacks
    • Prefixes
      • Owner: mod.bannerlord.adonnay; Namespace: AdonnaysTroopChanger.PatchFillPartyStacks.Prefix;

  • TaleWorlds.MountAndBlade.Mission.MissileAreaDamageCallback
    • Postfixes
      • Owner: ArmsDealer; Namespace: ArmsDealer.IgnoreDefend.MissileAreaDamageCallback;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerTownVisitCampaignBehavior.village_player_raid_ended_on_consequence
    • Postfixes
      • Owner: ArmsDealer; Namespace: ArmsDealer.HookPatch.AfterRaiding.VilageRaided;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.HideoutCampaignBehavior.game_menu_hideout_place_on_init
    • Postfixes
      • Owner: ArmsDealer; Namespace: ArmsDealer.HookPatch.HideoutOnInit.Postfix;

  • TaleWorlds.MountAndBlade.Mission.KillCheats
    • Prefixes
      • Owner: ArmsDealer; Namespace: ArmsDealer.HookPatch.KillCheatsHook.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderClanLeaveAsMercenary
    • Prefixes
      • Owner: ArmsDealer; Namespace: ArmsDealer.HookPatch.ConsiderClanLeaveAsMercenary.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderClanLeaveKingdom
    • Prefixes
      • Owner: ArmsDealer; Namespace: ArmsDealer.HookPatch.ConsiderClanLeaveKingdom.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderDefection
    • Prefixes
      • Owner: ArmsDealer; Namespace: ArmsDealer.HookPatch.ConsiderDefection.Prefix;
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.StopStupidDefectionsPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnClanTierChanged
    • Prefixes
      • Owner: ArmsDealer; Namespace: ArmsDealer.HookPatch.PlayerTierIncrease.Prefix;

  • SandBox.ViewModelCollection.SPScoreboardVM.OnExitBattle
    • Prefixes
      • Owner: ArmsDealer; Namespace: ArmsDealer.HookPatch.CaculateKillCounts.Prefix;

  • TaleWorlds.CampaignSystem.CharacterObject.get_TroopWage
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.CharacterWagePatch.Postfix;

  • SandBox.Missions.MissionLogics.MissionAlleyHandler.EndFight
    • Prefixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.AlleyFightEndPatch.Prefix;

  • SandBox.Missions.MissionLogics.MissionAlleyHandler.StartCommonAreaBattle
    • Prefixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.AlleyFightEndPatch2.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.LordDefectionCampaignBehavior.conversation_lord_persuade_option_reaction_pre_reject_on_condition
    • Prefixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.LordPersuadeDefectPatch.Prefix;

  • Helpers.FactionHelper.SettlementFoodPotentialEffectOnGarrisonSizeConstant
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.SettlementFoodPotentialEffectOnGarrisonSizeConstantPatch.Postfix;

  • Helpers.FactionHelper.SettlementProsperityEffectOnGarrisonSizeConstant
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.SettlementProsperityEffectOnGarrisonSizePatch.Postfix;

  • SandBox.CampaignBehaviors.GuardsCampaignBehavior.conversation_guard_start_on_condition
    • Prefixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.GuardCommentPatch.Prefix;

  • TaleWorlds.CampaignSystem.Hero.get_Age
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.DateYearPatchPatch2.Postfix;

  • TaleWorlds.CampaignSystem.CampaignTime.get_GetYear
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.DateYearPatchPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementProjectVM.set_Building
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.InfrastructureNamePatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.TownManagementReserveControlVM.get_MaxReserveAmount
    • Prefixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.InfrastructureReserveSizePatch.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanTierModel.GetPartyLimitForTier
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.PartyLimitPatch.Postfix;
      • Owner: hsngrms.nolimit.bundle.separated; Namespace: NoLimitBundle_Party.PartyCountLimitOverride.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.Settlements.Town.TickCurrentBuilding
    • Prefixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.TownBoostPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementDailyProjectVM.RefreshProductionText
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.InfrastructureLevelPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementProjectVM.RefreshValues
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.InfrastructureAffectPatch.Postfix;

  • TaleWorlds.CampaignSystem.Settlements.Village.GetHearthLevel
    • Prefixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.HearthLevelPatch.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Town.FoodStocksUpperLimit
    • Prefixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.FoodStocksUpperLimitPatch.Prefix;

  • Helpers.BuildingHelper.AddDefaultDailyBonus
    • Prefixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.DisableDefaultProjectPatch.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultVolunteerModel.GetBasicVolunteer
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.RecruitProductionPatch.Postfix;

  • TaleWorlds.Core.GameTextManager.FindText
    • Prefixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.CustomStringsPatch.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyMoraleModel.GetEffectivePartyMorale
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.PartyMoralePatch.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.PregnancyCampaignBehavior.CheckOffspringsToDeliver
    • Prefixes
      • Owner: FamilyControl.FamilyControlSubModule; Namespace: FamilyControl.CheckOffspringsToDeliverPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CommentBehaviors.CommentPregnancyBehavior.OnChildConceived
    • Prefixes
      • Owner: FamilyControl.FamilyControlSubModule; Namespace: FamilyControl.PregnancyControlCommentPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.ChildConceived
    • Prefixes
      • Owner: FamilyControl.FamilyControlSubModule; Namespace: FamilyControl.PregnancyChildConceivedPatch.Prefix;
    • Postfixes
      • Owner: FamilyControl.FamilyControlSubModule; Namespace: FamilyControl.PregnancyChildConceivedPatch.Postfix;

  • TaleWorlds.CampaignSystem.HeroCreator.DeliverOffSpring
    • Prefixes
      • Owner: FamilyControl.FamilyControlSubModule; Namespace: FamilyControl.PregnancyDeliverOffSpringPatch.Prefix;
    • Postfixes
      • Owner: FamilyControl.FamilyControlSubModule; Namespace: FamilyControl.PregnancyDeliverOffSpringPatch.Postfix;

  • TaleWorlds.CampaignSystem.NameGenerator.GenerateHeroFullName
    • Prefixes
      • Owner: FamilyControl.FamilyControlSubModule; Namespace: FamilyControl.PregnancyNameGeneratorPatch.Prefix;
    • Postfixes
      • Owner: FamilyControl.FamilyControlSubModule; Namespace: FamilyControl.PregnancyNameGeneratorPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.RefreshSpouseVisit
    • Prefixes
      • Owner: FamilyControl.FamilyControlSubModule; Namespace: FamilyControl.PregnancyRefreshSpouseVisitPatch.Prefix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.DecideAgentDismountedByBlow
    • Postfixes
      • Owner: bannerlord.knockemdown; Namespace: KnockEmDown.Patches.KnockEmDownMission+MissionPatches.DecideAgentDismountedByBlow;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.DecideAgentKnockedDownByBlow
    • Postfixes
      • Owner: bannerlord.knockemdown; Namespace: KnockEmDown.Patches.KnockEmDownMission+MissionPatches.DecideAgentKnockedDownByBlow;

  • TaleWorlds.CampaignSystem.Conversation.ConversationHelper.GetHeroRelationToHeroTextShort
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.ConversationHelperPatches.Postfix;

  • TaleWorlds.CampaignSystem.Romance.EndAllCourtships
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.EndAllCourtshipsPatch.Prefix;

  • TaleWorlds.CampaignSystem.Actions.MarriageAction.Apply
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.MarriageActionPatch.Prefix;
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.MarriageActionPatch.Postfix;

  • TaleWorlds.CampaignSystem.Conversation.Tags.PlayerIsSpouseTag.IsApplicableTo
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.PlayerIsSpouseTagPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.DailyTickHero
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.PregnancyCampaignBehaviorPatches.Prefix;
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.PregnancyCampaignBehaviorPatches.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_finalize_courtship_for_hero_on_condition
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Prefix1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_can_open_courtship_on_condition
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Prefix2;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.get_RomanceCourtshipAttemptCooldown
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Postfix2;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_eligible_for_marriage_with_conversation_hero_on_condition
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Postfix3;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_eligible_for_marriage_with_hero_rltv_on_condition
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Postfix4;

  • SandBox.ViewModelCollection.SaveLoad.SaveLoadVM.IsAnyModuleMissingFromSaveOrCurrentModules
    • Prefixes
      • Owner: CandyuanMode; Namespace: MixAndMatchWeaponPack.PatchSaveLoadVM.Prefix;

  • TaleWorlds.Core.BasicCharacterObject.get_IsRanged
    • Prefixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.IsRangedPatch.Prefix;

  • TaleWorlds.Core.BasicCharacterObject.get_IsMounted
    • Prefixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.IsMountedPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.InitializeUpgrades
    • Prefixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.PartyUnitUpgradeLengthPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.OnTroopRecruited
    • Prefixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.ClanRecruitPatch2.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.UpdateVolunteersOfNotablesInSettlement
    • Postfixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.RecruitProductionPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Items.EncyclopediaUnitVM.ExecuteLink
    • Prefixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.EnyclopediaEditUnitPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitmentVM.Deactivate
    • Postfixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.RecruitPatch1.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerTownVisitCampaignBehavior.game_menu_recruit_volunteers_on_consequence
    • Prefixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.RecruitPatch2.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanTierModel.GetCompanionLimit
    • Postfixes
      • Owner: hsngrms.nolimit.bundle.separated; Namespace: NoLimitBundle_Companion.CompanionLimitOverride.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultDiplomacyModel.GetScoreOfClanToJoinKingdom
    • Postfixes
      • Owner: hsngrms.nolimit.bundle.separated; Namespace: NoLimitBundle_Party.PartyCountLimitOverrideFix.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartySizeLimitModel.GetPartyMemberSizeLimit
    • Postfixes
      • Owner: hsngrms.nolimit.bundle.separated; Namespace: NoLimitBundle_PartyMember.PartyMemberSizeLimitOverride.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartySizeLimitModel.GetPartyPrisonerSizeLimit
    • Postfixes
      • Owner: hsngrms.nolimit.bundle.separated; Namespace: NoLimitBundle_Prisoners.PartyPrisonerSizeLimitOverride.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultWorkshopModel.GetMaxWorkshopCountForTier
    • Postfixes
      • Owner: hsngrms.nolimit.bundle.separated; Namespace: NoLimitBundle_Workshop.MaxWorkshopCountOverride.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPInventoryVM.RefreshInformationValues
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulCommands.RefreshInformationValuesPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulCommands.RefreshInformationValuesPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Actions.GiveGoldAction.ApplyInternal
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulCommands.OpenTradeWithCaravanOrAlleyPartyPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulCommands.OpenTradeWithCaravanOrAlleyPartyPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignCheats.GetHero
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulCommands.TestOverGetHeroPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulCommands.TestOverGetHeroPatch.Finalizer;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ArmyManagement.ArmyManagementItemVM.UpdateEligibility
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulCommands.TestArmyManagementItemVMPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulCommands.TestArmyManagementItemVMPatch.Finalizer;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ArmyManagement.ArmyManagementVM.ExecuteDone
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.ArmyReunionBehavior+ArmyManagementScreenClosePatch.Prefix;
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulCommands.TestNotKingdomArmyJoinPatch.Postfix;
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.ArmyReunionBehavior+ArmyManagementScreenClosePatch.Postfix; Index: 1;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulCommands.TestNotKingdomArmyJoinPatch.Finalizer;
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.ArmyReunionBehavior+ArmyManagementScreenClosePatch.Finalizer; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.AiBehaviors.AiMilitaryBehavior.AiHourlyTick
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.AiMilitaryBehaviorHourlyTickPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.AiMilitaryBehaviorHourlyTickPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.AiBehaviors.AiMilitaryBehavior.FindBestTargetAndItsValueForFaction
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.FindBestTargetAndItsValueForFactionPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.FindBestTargetAndItsValueForFactionPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.AiBehaviors.AiArmyMemberBehavior.AiHourlyTick
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.AiArmyMemberBehaviorPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.AiArmyMemberBehaviorPatch.Finalizer;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultTargetScoreCalculatingModel.GetTargetScoreForFaction
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.GetTargetScoreForFactionPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.GetTargetScoreForFactionPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CharacterDevelopment.SkillLevelingManager.OnTradeProfitMade
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.OnTradeProfitMadePatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.OnTradeProfitMadePatch.Finalizer;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Overlay.SettlementMenuOverlayVM.ExecuteOnSetAsActiveContextMenuItem
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.LeaderTalkPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.LeaderTalkPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CharacterDevelopment.SkillLevelingManager.OnTradeProfitMade
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.OnTradeProfitMade2Patch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.OnTradeProfitMade2Patch.Finalizer;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_clan_member_manage_troops_on_condition
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.conversation_clan_member_manage_troops_on_conditionPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.conversation_clan_member_manage_troops_on_conditionPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PartiesBuyHorseCampaignBehavior.OnSettlementEntered
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.PartiesBuyHorseCampaignBehaviorOnSettlementEnteredPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.PartiesBuyHorseCampaignBehaviorOnSettlementEnteredPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerTrackCompanionBehavior.AddHeroToScatteredCompanions
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.PlayerTrackCompanionBehaviorPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.PlayerTrackCompanionBehaviorPatch.Finalizer;

  • SandBox.SandBoxSaveHelper.CheckModules
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.CheckModulesPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.CheckModulesPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Actions.RemoveCompanionAction.ApplyInternal
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.RemoveCompanionActionPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.RemoveCompanionActionPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Party.MobileParty.SetMoveEngageParty
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.SetMoveEngagePartyPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.SetMoveEngagePartyPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Party.MobileParty.SetMoveEscortParty
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.SetMoveEscortPartyPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.SetMoveEscortPartyPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Party.MobileParty.SetMoveGoToSettlement
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.SetMoveGoToSettlementPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.SetMoveGoToSettlementPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Party.MobileParty.SetMoveGoToPoint
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.SetMoveGoToPointPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.SetMoveGoToPointPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.Finish
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.PlayerEncounterPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.PlayerEncounterPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitPrisonersCampaignBehavior.RecruitPrisonersAi
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.RecruitPrisonersAiPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.RecruitPrisonersAiPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Roster.TroopRoster.AddToCounts
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.AddToCountsPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.AddToCountsPatch.Finalizer;

  • Helpers.HeroHelper.HeroCanRecruitFromHero
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.HeroCanRecruitFromHeroPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.HeroCanRecruitFromHeroPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.AiBehaviors.AiVisitSettlementBehavior.ApproximateNumberOfVolunteersCanBeRecruitedFromSettlement
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.NumberOfVolunteersCanBeRecruitedFromPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.NumberOfVolunteersCanBeRecruitedFromPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.ApplyInternal
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.RecruitmentCampaignBehaviorOnSettlementEnteredPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.RecruitmentCampaignBehaviorOnSettlementEnteredPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.GetRecruitVolunteerFromMap
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.GetRecruitVolunteerFromMapPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.GetRecruitVolunteerFromMapPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.ApplyRecruitMercenary
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.ApplyRecruitMercenaryPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.ApplyRecruitMercenaryPatch.Finalizer;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.get_IsMainTroopsLimitWarningEnabled
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.IsMainTroopsLimitWarningEnabledPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.IsMainTroopsLimitWarningEnabledPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PartyUpgraderCampaignBehavior.UpgradeReadyTroops
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.UpgradeReadyTroopsPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.UpgradeReadyTroopsPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Party.MobileParty.GetBestInitiativeBehavior
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.GetBestInitiativeBehaviorPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.GetBestInitiativeBehaviorPatch.Finalizer;
    • Transpilers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.GetBestInitiativeBehaviorPatch.Transpiler;

  • TaleWorlds.CampaignSystem.Party.MobileParty.CalculateInitiativeScoresForEnemy
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.CalculateInitiativeScoresForEnemyPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.CalculateInitiativeScoresForEnemyPatch.Finalizer;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.FindSuitableCompanionsToLeadCaravan
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.CaravanOptionAddPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.CaravanOptionAddPatch.Finalizer;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_magistrate_form_a_caravan_accept_on_consequence
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_CreateCaravanPartyPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_CreateCaravanPartyPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.RecruitVolunteersFromNotable
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.TestPartyUnlimitedWageFixPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.TestPartyUnlimitedWageFixPatch.Finalizer;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_ally_thanks_after_helping_in_battle_on_condition
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.Test_conversation_ally_thanks_after_helping_in_battle_on_conditionPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.Test_conversation_ally_thanks_after_helping_in_battle_on_conditionPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Settlements.Town.GetDefenderParties
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.Test_GetDefenderPartiesPatch.Prefix;
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.Test_GetDefenderPartiesPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.Test_GetDefenderPartiesPatch.Finalizer;

  • TaleWorlds.SaveSystem.Load.ObjectLoadData.Read
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_RestoreSaveDataPatch170d171b.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_RestoreSaveDataPatch170d171b.Finalizer;

  • TaleWorlds.CampaignSystem.Army.DisperseArmy
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.ArmyReunionBehavior+TestDispersionReasonPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.ArmyReunionBehavior+TestDispersionReasonPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Party.MobileParty.set_Army
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.ArmyReunionBehavior+TestDisperseArmyCancelPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.ArmyReunionBehavior+TestDisperseArmyCancelPatch.Finalizer;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Overlay.GameMenuOverlay.ExecuteTroopAction
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.ArmyReunionBehavior+PAO_GameMenuOverlay_ExecuteTroopActionPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.ArmyReunionBehavior+PAO_GameMenuOverlay_ExecuteTroopActionPatch.Finalizer;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapBarVM.CanGatherArmyWithReason
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.ArmyReunionBehavior+PAO_CanManageArmyPatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.ArmyReunionBehavior+PAO_CanManageArmyPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.GarrisonTroopsCampaignBehavior.OnSettlementEntered
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.DisableGarrisonTakeLeave+DisableGarrisonTakeLeavePatch.Prefix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.DisableGarrisonTakeLeave+DisableGarrisonTakeLeavePatch.Finalizer;

  • TaleWorlds.CampaignSystem.Party.MobileParty.GetBehaviors
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_StayTownBehavior+PAO_StayTown_GetBehaviorsPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_StayTownBehavior+PAO_StayTown_GetBehaviorsPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.DoCaptureHeroes
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_CaptureHeroesBehavior+PAO_DoCaptureHeroesPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_CaptureHeroesBehavior+PAO_DoCaptureHeroesPatch.Finalizer;

  • 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.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.MountAndBlade.Agent.set_Formation
    • Prefixes
      • Owner: motes.bodyguards; Namespace: Bodyguards.ProtectBodyguardFormationPatch.Prefix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEventSide.AllocateTroops
    • Postfixes
      • Owner: CIMO.AutoResolveRebalanced; Namespace: AutoResolveRebalanced.Patch_AllocateTroops.Postfix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEventSide.EndSimulation
    • Postfixes
      • Owner: CIMO.AutoResolveRebalanced; Namespace: AutoResolveRebalanced.Patch_EndSimulation.Postfix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEvent.SimulateBattleForRound
    • Postfixes
      • Owner: CIMO.AutoResolveRebalanced; Namespace: AutoResolveRebalanced.Patch_SimulateBattleForRound.Postfix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEvent.GetSimulatedDamage
    • Postfixes
      • Owner: CIMO.AutoResolveRebalanced; Namespace: AutoResolveRebalanced.Patch_GetSimulatedDamage.Postfix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEventSide.ApplySimulationDamageToSelectedTroop
    • Prefixes
      • Owner: CIMO.AutoResolveRebalanced; Namespace: AutoResolveRebalanced.Patch_ApplySimulationDamageToSelectedTroop.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultArmyManagementCalculationModel.GetMobilePartiesToCallToArmy
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.GetMobilePartiesToCallToArmyPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.GetMobilePartiesToCallToArmyPatch.Finalizer;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementGarrisonModel.FindNumberOfTroopsToLeaveToGarrison
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.FindNumberOfTroopsToLeaveToGarrisonPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAIOverhaulCommands.FindNumberOfTroopsToLeaveToGarrisonPatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignEventDispatcher.AiHourlyTick
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_PatrolBehavior+PAO_CampaignEventDispatcherAiHourlyTickPatch.Postfix;
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_StayTownBehavior+PAO_StayTown_CampaignEventDispatcherAiHourlyTickPatch.Postfix; Index: 1;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_PatrolBehavior+PAO_CampaignEventDispatcherAiHourlyTickPatch.Finalizer;
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_StayTownBehavior+PAO_StayTown_CampaignEventDispatcherAiHourlyTickPatch.Finalizer; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillageTradeBoundCampaignBehavior.TryToAssignTradeBoundForVillage
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.Test_TryToAssignTradeBoundForVillagePatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.Test_TryToAssignTradeBoundForVillagePatch.Finalizer;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.EncounterGameMenuBehavior.game_menu_encounter_surrender_on_condition
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.Test_ArmyBattleMenuStuckPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.Test_ArmyBattleMenuStuckPatch.Finalizer;

  • TaleWorlds.CampaignSystem.Party.MobileParty.set_PaymentLimit
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_RevivePartyBehavior+PAO_PaymentLimitPatch.Postfix;
    • Finalizers
      • Owner: mod.octavius.bannerlord; Namespace: PartyAiOverhaulAndCommands.Behaviors.PAO_RevivePartyBehavior+PAO_PaymentLimitPatch.Finalizer;

+ Log Files

  • default20230428
      • [2023-04-28T21:23:43.4402669+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T21:23:33.3340418+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T21:23:33.3340418+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T21:23:33.3200885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T21:23:33.3200885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T21:23:33.3200885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T21:23:33.3200885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T21:23:33.3190919+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T21:23:33.3180949+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T21:23:33.3180949+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T21:23:33.3180949+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T21:23:33.3180949+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T21:23:33.3180949+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T21:23:33.3170983+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (8)
      • [2023-04-28T21:23:33.3131116+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T21:23:33.3121149+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T21:23:33.1396915+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T21:23:33.0739117+08: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-28T21:23:33.0739117+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T21:23:33.0171013+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T21:23:33.0131147+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T21:23:23.2908219+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T21:23:23.2888286+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T21:23:23.2748754+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T21:23:23.2728813+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T21:23:23.2708888+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T21:23:23.2698916+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T21:23:23.2678983+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T21:23:23.2669019+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T21:23:23.2250419+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T21:23:23.1861723+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T21:21:22.8770621+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T21:21:13.7528068+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T21:21:13.7528068+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T21:21:13.7398501+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T21:21:13.7398501+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T21:21:13.7388535+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T21:21:13.7388535+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T21:21:13.7378569+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T21:21:13.7378569+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T21:21:13.7378569+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T21:21:13.7378569+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T21:21:13.7368606+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T21:21:13.7368606+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T21:21:13.7358640+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (8)
      • [2023-04-28T21:21:13.7318768+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T21:21:13.7318768+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T21:21:13.5614313+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T21:21:13.4965907+08: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-28T21:21:13.4965907+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T21:21:13.4397805+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T21:21:13.4357938+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T21:21:03.6749954+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T21:21:03.6720054+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T21:21:03.6600454+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T21:21:03.6580520+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T21:21:03.6560589+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T21:21:03.6550617+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T21:21:03.6530687+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T21:21:03.6520720+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T21:21:03.6112082+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T21:21:03.5733352+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T21:19:52.8811551+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T21:19:29.4303488+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T21:19:29.4303488+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T21:19:29.4163956+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T21:19:29.4163956+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T21:19:29.4163956+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T21:19:29.4163956+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T21:19:29.4153989+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T21:19:29.4153989+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T21:19:29.4144022+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T21:19:29.4144022+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T21:19:29.4144022+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T21:19:29.4144022+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T21:19:29.4134054+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (8)
      • [2023-04-28T21:19:29.4094188+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T21:19:29.4084221+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T21:19:29.2377410+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T21:19:29.1719609+08: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-28T21:19:29.1719609+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T21:19:29.1151511+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T21:19:29.1121611+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T21:19:19.0262842+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T21:19:19.0242908+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T21:19:19.0103372+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T21:19:19.0083441+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T21:19:19.0063508+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T21:19:19.0063508+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T21:19:19.0043577+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T21:19:19.0033840+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T21:19:18.9608740+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T21:19:18.9230007+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T21:17:35.9673504+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T19:28:37.8477534+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T19:27:28.7983459+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T19:27:15.9744615+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T19:27:15.9744615+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T19:27:15.9595115+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T19:27:15.9595115+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T19:27:15.9595115+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T19:27:15.9595115+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T19:27:15.9585147+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T19:27:15.9585147+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T19:27:15.9585147+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T19:27:15.9575182+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T19:27:15.9575182+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T19:27:15.9575182+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T19:27:15.9565214+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (8)
      • [2023-04-28T19:27:15.9525347+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T19:27:15.9515380+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T19:27:15.6029400+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T19:27:15.5366565+08: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-28T19:27:15.5356598+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:27:15.4708764+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T19:27:15.4668903+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T19:26:53.0936559+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T19:26:53.0906658+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T19:26:53.0777091+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T19:26:53.0757157+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T19:26:53.0557825+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T19:26:53.0557825+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T19:26:53.0348524+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T19:26:53.0119291+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T19:26:52.9517338+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T19:26:52.9118672+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T09:28:57.8721374+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T09:28:48.8276798+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T09:28:48.8276798+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:28:48.8137266+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T09:28:48.8137266+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:28:48.8137266+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T09:28:48.8137266+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:28:48.8127299+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T09:28:48.8117333+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T09:28:48.8117333+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T09:28:48.8117333+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T09:28:48.8117333+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T09:28:48.8107366+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T09:28:48.8107366+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (8)
      • [2023-04-28T09:28:48.8057535+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T09:28:48.8057535+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T09:28:48.6295638+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T09:28:48.5642577+08: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-28T09:28:48.5642577+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T09:28:48.5074452+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T09:28:48.5044553+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T09:28:38.3622586+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T09:28:38.3592686+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T09:28:38.3463124+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T09:28:38.3443186+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T09:28:38.3423253+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T09:28:38.3413286+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T09:28:38.3393353+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T09:28:38.3393353+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T09:28:38.2974752+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T09:28:38.2590393+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T09:26:23.0759961+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T09:26:13.8393125+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T09:26:13.8393125+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:26:13.8253589+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T09:26:13.8253589+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:26:13.8253589+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T09:26:13.8253589+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:26:13.8244033+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T09:26:13.8244033+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T09:26:13.8234108+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T09:26:13.8234108+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T09:26:13.8234108+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T09:26:13.8234108+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T09:26:13.8223958+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (9)
      • [2023-04-28T09:26:13.8173879+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T09:26:13.8173879+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T09:26:13.6210424+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T09:26:13.5562964+08: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-28T09:26:13.5562964+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T09:26:13.4974569+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T09:26:13.4934708+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T09:26:03.4349005+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T09:26:03.4329069+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T09:26:03.4189535+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T09:26:03.4169732+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T09:26:03.4139702+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T09:26:03.4139702+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T09:26:03.4109798+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T09:26:03.4099836+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T09:26:03.3681238+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T09:26:03.3292537+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T09:23:26.2350950+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T09:23:16.8574195+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T09:23:16.8574195+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:23:16.8434661+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T09:23:16.8434661+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:23:16.8434661+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T09:23:16.8434661+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:23:16.8424694+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T09:23:16.8414728+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T09:23:16.8414728+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T09:23:16.8414728+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T09:23:16.8414728+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T09:23:16.8404761+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T09:23:16.8404761+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (8)
      • [2023-04-28T09:23:16.8354943+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T09:23:16.8354943+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T09:23:16.6441310+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T09:23:16.5793471+08: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-28T09:23:16.5793471+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T09:23:16.5250237+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T09:23:16.5220334+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T09:23:06.5638202+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T09:23:06.5618267+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T09:23:06.5478733+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T09:23:06.5458801+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T09:23:06.5438866+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T09:23:06.5438866+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T09:23:06.5418933+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T09:23:06.5408966+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T09:23:06.4990366+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T09:23:06.4611646+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T09:21:41.9504693+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T09:21:41.9504693+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:21:41.9365160+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T09:21:41.9365160+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:21:41.9365160+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T09:21:41.9365160+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:21:41.9355195+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T09:21:41.9345227+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T09:21:41.9345227+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T09:21:41.9345227+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T09:21:41.9345227+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T09:21:41.9345227+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T09:21:41.9335262+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (6)
      • [2023-04-28T09:21:41.9255526+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T09:21:41.9255526+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T09:21:41.7660861+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T09:21:41.7022992+08: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-28T09:21:41.7022992+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T09:21:41.6504725+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T09:21:41.6474827+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T09:21:31.8959913+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T09:21:31.8930015+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T09:21:31.8800426+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T09:21:31.8780489+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T09:21:31.8760557+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T09:21:31.8750589+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T09:21:31.8730983+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T09:21:31.8721017+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T09:21:31.8312301+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T09:21:31.7933545+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T09:20:06.4103439+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T09:19:58.0569036+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T09:19:58.0569036+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:19:58.0429504+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T09:19:58.0429504+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:19:58.0429504+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T09:19:58.0429504+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:19:58.0419543+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T09:19:58.0419543+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T09:19:58.0409571+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T09:19:58.0409571+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T09:19:58.0409571+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T09:19:58.0409571+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T09:19:58.0399603+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (6)
      • [2023-04-28T09:19:58.0329836+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T09:19:58.0319870+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T09:19:57.8690038+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T09:19:57.8042207+08: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-28T09:19:57.8042207+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T09:19:57.7523937+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T09:19:57.7494037+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T09:19:48.2264101+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T09:19:48.2244164+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T09:19:48.2114600+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T09:19:48.2084699+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T09:19:48.2064766+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T09:19:48.2064766+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T09:19:48.2044838+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T09:19:48.2034866+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T09:19:48.1631754+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T09:19:48.1262989+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T09:19:07.7736218+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T09:18:58.5026053+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T09:18:58.5026053+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:18:58.4896487+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T09:18:58.4896487+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:18:58.4896487+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T09:18:58.4896487+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:18:58.4886521+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T09:18:58.4886521+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T09:18:58.4886521+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T09:18:58.4876554+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T09:18:58.4876554+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T09:18:58.4876554+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T09:18:58.4866588+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (6)
      • [2023-04-28T09:18:58.4836688+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T09:18:58.4836688+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T09:18:58.3192187+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T09:18:58.2534387+08: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-28T09:18:58.2534387+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T09:18:58.1996195+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T09:18:58.1956404+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T09:18:48.2708299+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T09:18:48.2678396+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T09:18:48.2548834+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T09:18:48.2528896+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T09:18:48.2508963+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T09:18:48.2508963+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T09:18:48.2479063+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T09:18:48.2469096+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T09:18:48.2060465+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T09:18:48.1676694+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T09:16:31.2022804+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T09:16:21.5851265+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T09:16:21.5851265+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:16:21.5662299+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T09:16:21.5662299+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:16:21.5662299+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T09:16:21.5662299+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:16:21.5651928+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T09:16:21.5651928+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T09:16:21.5651928+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T09:16:21.5641984+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T09:16:21.5641984+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T09:16:21.5641984+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T09:16:21.5632018+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (5)
      • [2023-04-28T09:16:21.5622051+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T09:16:21.5612084+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T09:16:21.3960933+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T09:16:21.3303134+08: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-28T09:16:21.3303134+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T09:16:21.2802795+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T09:16:21.2762930+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T09:16:11.4326723+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T09:16:11.4306788+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T09:16:11.4167255+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T09:16:11.4147321+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T09:16:11.4127389+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T09:16:11.4127389+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T09:16:11.4107455+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T09:16:11.4097488+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T09:16:11.3688855+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T09:16:11.3310120+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T09:13:25.0919396+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T09:13:16.5559310+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T09:13:16.5559310+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:13:16.5389877+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T09:13:16.5389877+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:13:16.5389877+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T09:13:16.5389877+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:13:16.5379911+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T09:13:16.5379911+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T09:13:16.5379911+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T09:13:16.5379911+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T09:13:16.5369944+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T09:13:16.5369944+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T09:13:16.5369944+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (5)
      • [2023-04-28T09:13:16.5350013+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T09:13:16.5350013+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T09:13:16.3775276+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T09:13:16.3147372+08: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-28T09:13:16.3137408+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T09:13:16.2668975+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T09:13:16.2639075+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T09:13:07.0996565+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T09:13:07.0976626+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T09:13:07.0837079+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T09:13:07.0817146+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T09:13:07.0797212+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T09:13:07.0787246+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T09:13:07.0777280+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T09:13:07.0777280+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T09:13:07.0328773+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T09:13:06.9960006+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T09:11:02.7519635+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T09:10:41.7850574+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T09:10:41.7850574+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:10:41.7691107+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T09:10:41.7691107+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:10:41.7691107+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T09:10:41.7691107+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:10:41.7681139+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T09:10:41.7671172+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T09:10:41.7671172+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T09:10:41.7671172+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T09:10:41.7671172+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T09:10:41.7671172+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T09:10:41.7661206+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (2)
      • [2023-04-28T09:10:41.7651349+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T09:10:41.7651349+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T09:10:41.6138652+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T09:10:41.5465334+08: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-28T09:10:41.5465334+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T09:10:41.5056702+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T09:10:41.5016835+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T09:10:32.5307063+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T09:10:32.5287130+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T09:10:32.5157569+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T09:10:32.5137636+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T09:10:32.5117701+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T09:10:32.5097769+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T09:10:32.5087802+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T09:10:32.5077835+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T09:10:32.4639301+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T09:10:32.4250605+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T09:08:48.2779852+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T09:00:19.8993350+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T09:00:19.8993350+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:00:19.8843855+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T09:00:19.8843855+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:00:19.8843855+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T09:00:19.8843855+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T09:00:19.8833883+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T09:00:19.8833883+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T09:00:19.8823917+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T09:00:19.8823917+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T09:00:19.8823917+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T09:00:19.8823917+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T09:00:19.8813950+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (9)
      • [2023-04-28T09:00:19.8754147+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T09:00:19.8744183+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T09:00:19.3891711+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T09:00:19.3233916+08: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-28T09:00:19.3233916+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T09:00:19.2536239+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T09:00:19.2506339+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T08:59:57.8481779+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T08:59:57.8461847+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T08:59:57.8322316+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-04-28T08:59:57.8302379+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-04-28T08:59:57.8282449+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T08:59:57.8272479+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T08:59:57.8242581+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T08:59:57.8232613+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T08:59:57.7804045+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T08:59:57.7405379+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...