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)
Runtime: .NET Framework 4.8.4614.0
BLSE Version: 1.3.6.159
LauncherEx Version: 1.24.3


+ Exception

Exception information
Type: System.ArgumentNullException
Message: Value cannot be null. Parameter name: key
Source: mscorlib
CallStack:
  1. at int System.Collections.Generic.Dictionary.FindEntry(TKey key)
  2. at bool System.Collections.Generic.Dictionary.ContainsKey(TKey key)
  3. at EducationData BannerKings.Managers.EducationManager.GetHeroEducation(Hero hero)
  4. at ExplainedNumber BannerKings.Models.Vanilla.BKPartyConsumptionModel.CalculateDailyFoodConsumptionf(MobileParty party, ExplainedNumber baseConsumption)
  5. at float TaleWorlds.CampaignSystem.Party.MobileParty.get_FoodChange()
  6. at void TaleWorlds.CampaignSystem.CampaignBehaviors.DiscardItemsCampaignBehavior.DiscardOverburdeningItemsForParty(MobileParty mobileParty, float totalWeightToDiscard)
  7. at void TaleWorlds.CampaignSystem.CampaignBehaviors.DiscardItemsCampaignBehavior.HandlePartyInventory(PartyBase party)
  8. at void TaleWorlds.CampaignSystem.CampaignBehaviors.DiscardItemsCampaignBehavior.OnHourlyTickParty(MobileParty mobileParty)
  9. at void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T t)
  10. at void TaleWorlds.CampaignSystem.CampaignEvents.HourlyTickParty(MobileParty mobileParty)
  11. at void TaleWorlds.CampaignSystem.CampaignEventDispatcher.HourlyTickParty(MobileParty mobileParty)
  12. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager+PeriodicTicker.PeriodicTickSome(double timeUnitsElapsed)
  13. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicHourlyTick()
  14. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.TickPeriodicEvents()
  15. at void TaleWorlds.CampaignSystem.Campaign.Tick()
  16. at void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt)
  17. at void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt)
  18. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  19. at void TaleWorlds.Core.Game.OnTick(float dt)
  20. at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)
  21. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt)

+ Enhanced Stacktrace

  • Frame: int System.Collections.Generic.Dictionary.FindEntry(TKey key) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Int32 System.Collections.Generic.Dictionary`2::FindEntry(System.Collections.Generic.TKey key)
      Method From Stackframe Issue: False
  • Frame: bool System.Collections.Generic.Dictionary.ContainsKey(TKey key) (IL Offset: 0)
    • Module: UNKNOWN
      Method: virtual System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(System.Collections.Generic.TKey key)
      Method From Stackframe Issue: False
  • Frame: EducationData BannerKings.Managers.EducationManager.GetHeroEducation(Hero hero) (IL Offset: 9)
    • Module: BannerKings
      Method: BannerKings.Managers.Education.EducationData BannerKings.Managers.EducationManager::GetHeroEducation(TaleWorlds.CampaignSystem.Hero hero)
      Method From Stackframe Issue: False
  • Frame: ExplainedNumber BannerKings.Models.Vanilla.BKPartyConsumptionModel.CalculateDailyFoodConsumptionf(MobileParty party, ExplainedNumber baseConsumption) (IL Offset: 236)
    • Module: BannerKings
      Method: virtual TaleWorlds.CampaignSystem.ExplainedNumber BannerKings.Models.Vanilla.BKPartyConsumptionModel::CalculateDailyFoodConsumptionf(TaleWorlds.CampaignSystem.Party.MobileParty party, TaleWorlds.CampaignSystem.ExplainedNumber baseConsumption)
      Method From Stackframe Issue: False
  • Frame: float TaleWorlds.CampaignSystem.Party.MobileParty.get_FoodChange() (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Single TaleWorlds.CampaignSystem.Party.MobileParty::get_FoodChange()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.DiscardItemsCampaignBehavior.DiscardOverburdeningItemsForParty(MobileParty mobileParty, float totalWeightToDiscard) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.DiscardItemsCampaignBehavior::DiscardOverburdeningItemsForParty(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, System.Single totalWeightToDiscard)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.DiscardItemsCampaignBehavior.HandlePartyInventory(PartyBase party) (IL Offset: 195)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.DiscardItemsCampaignBehavior::HandlePartyInventory(TaleWorlds.CampaignSystem.Party.PartyBase party)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.DiscardItemsCampaignBehavior.OnHourlyTickParty(MobileParty mobileParty) (IL Offset: 36)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.DiscardItemsCampaignBehavior::OnHourlyTickParty(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T t) (IL Offset: 14)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MbEvent`1::InvokeList(TaleWorlds.CampaignSystem.EventHandlerRec`1 list, TaleWorlds.CampaignSystem.T t)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignEvents.HourlyTickParty(MobileParty mobileParty) (IL Offset: 16)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEvents::HourlyTickParty(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignEventDispatcher.HourlyTickParty(MobileParty mobileParty) (IL Offset: 20)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEventDispatcher::HourlyTickParty(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager+PeriodicTicker.PeriodicTickSome(double timeUnitsElapsed) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.PeriodicTicker`1::PeriodicTickSome(System.Double timeUnitsElapsed)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicHourlyTick() (IL Offset: 19)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager::PeriodicHourlyTick()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.TickPeriodicEvents() (IL Offset: 6)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager::TickPeriodicEvents()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Campaign.Tick() (IL Offset: 143)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Campaign::Tick()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt) (IL Offset: 140)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnMapModeTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt) (IL Offset: 77)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnTick(float dt) (IL Offset: 47)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.Game.OnTick(float dt) (IL Offset: 25)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.Game::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameManagerBase.OnTick(float dt) (IL Offset: 76)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameManagerBase::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(TaleWorlds.MountAndBlade.Module this, System.Single dt)
      Method From Stackframe Issue: False

+ Involved Modules

  • BannerKings
    • Method: BannerKings.Managers.Education.EducationData BannerKings.Managers.EducationManager::GetHeroEducation(TaleWorlds.CampaignSystem.Hero hero)
      Frame: EducationData BannerKings.Managers.EducationManager.GetHeroEducation(Hero hero) (IL Offset: 9)
      HarmonyIssue: False
    • Method: virtual TaleWorlds.CampaignSystem.ExplainedNumber BannerKings.Models.Vanilla.BKPartyConsumptionModel::CalculateDailyFoodConsumptionf(TaleWorlds.CampaignSystem.Party.MobileParty party, TaleWorlds.CampaignSystem.ExplainedNumber baseConsumption)
      Frame: ExplainedNumber BannerKings.Models.Vanilla.BKPartyConsumptionModel.CalculateDailyFoodConsumptionf(MobileParty party, ExplainedNumber baseConsumption) (IL Offset: 236)
      HarmonyIssue: False

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.3.0.0)
  • + ButterLib (Bannerlord.ButterLib, v2.8.0.0)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.8.0.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.7.1.0)
  • + Native (Native, v1.1.3.0)
  • + SandBox Core (SandBoxCore, v1.1.3.0)
  • + Sandbox (Sandbox, v1.1.3.0)
  • + StoryMode (StoryMode, v1.1.3.0)
  • + CustomBattle (CustomBattle, v1.1.3.0)
  • + Birth and Death Options (BirthAndDeath, v1.1.3.0)
  • + Custom Spawns API (CustomSpawns, v1.9.5.0)
  • + Calradia At War (CalradiaAtWar, v1.9.1.0)
  • + Diplomacy (Bannerlord.Diplomacy, v1.2.5.0)
  • + ExpandedArmouryBL (ExpandedArmouryBL, e1.5.2.0)
  • + Tournaments XPanded (TournamentsXPanded, v4.1.13.0)
  • + WarAndAiTweaks (WarAndAiTweaks, v1.7.2.0)
  • + Training Field (TrainingField, v0.3.3.0)
  • + Open Source Armory (OpenSourceArmory, v1.14.0.0)
  • + Character Manager (CharacterManager, v3.3.1.0)
  • + UnlimitedCAP (UnlimitedCAP, v1.3.0.0)
  • + KingdomStrategiesCommand (KingdomStrategiesCommand, v1.4.6.0)
  • + Open Source Saddlery (OpenSourceSaddlery, v1.3.0.0)
  • + Open Source Weaponry (OpenSourceWeaponry, v1.3.0.0)
  • + SensicalExecutionPenalties (SensicalExecutionPenalties, v1.1.3.0)
  • + swadian armoury (swadian armoury, v1.0.0.0)
  • + Westeros Armory (westerosarmory, e1.7.0.0)
  • + gondor (gondor, e1.7.0.0)
  • + Bear Minor Faction (bear_minor_faction, v1.1.2.0)
  • + Gondor Minor Faction (gondor_minor_faction, v1.1.2.0)
  • + Lannister Minor Faction (lannister_minor_faction, v1.1.2.0)
  • + Solruine Minor Faction (solruine_minor_faction, v1.1.2.0)
  • + Stark Minor Faction (stark_minor_faction, v1.1.2.0)
  • + Storm Minor Faction (storm_minor_faction, v1.1.2.0)
  • + Viper Minor Faction (viper_minor_faction, v1.1.2.0)
  • + My Little Warband (MyLittleWarband, v1.1.0.0)
  • + CC's Banners (Bannerlord.CCsBanners, v3.2.1.0)
  • + BannerKings (BannerKings, v1.2.7.1)
  • + POC Color Randomizer mod (PocColor, v1.1.4.0)
  • + Europe_LemmyProject (Europe_LemmyProject, a1.1.2.0)
  • + lam and plate armors (lam and plate armors, e1.5.2.0)
  • + lamandplateweaponsmodule (lamandplateweaponsmodule, e1.5.2.0)
  • + True Relations (TrueRelations, v1.5.4.0)
  • + Unlanded Clans (UnlandedClans, v1.1.0.0)

+ Assemblies

+ Harmony Patches

  • TaleWorlds.MountAndBlade.Launcher.Library.LauncherUI.get_AdditionalArgs
    • Postfixes
      • Owner: Bannerlord.LauncherEx.launchermanager; Namespace: Bannerlord.LauncherEx.BUTRLauncherManagerHandler.AdditionalArgsPostfix; Index: 1; Priority: 10000;

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

  • 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.WidgetFactory.GetCustomType
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.GetCustomTypePrefix;

  • 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.WidgetFactory.CreateBuiltinWidget
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.CreateBuiltinWidgetPrefix;

  • SandBox.SandBoxSubModule.OnInitialState
    • Prefixes
      • Owner: bannerlord.blse.features; Namespace: Bannerlord.BLSE.Features.ContinueSaveFile.Patches.SandBoxSubModulePatch.OnInitialStatePrefix;

  • TaleWorlds.Library.InformationManager.ShowInquiry
    • Prefixes
      • Owner: bannerlord.blse.features; Namespace: Bannerlord.BLSE.Features.ContinueSaveFile.Patches.InformationManagerPatch.Prefix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleUnloaded
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnApplicationTick
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnApplicationTickPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnApplicationTickPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnApplicationTickPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeInitialModuleScreenSetAsRoot
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameStartPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameStartPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameStartPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.InitializeGameStarter
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.InitializeGameStarterPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.InitializeGameStarterPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.InitializeGameStarterPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.DoLoading
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.DoLoadingPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.DoLoadingPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.DoLoadingPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameLoaded
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameLoadedPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameLoadedPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameLoadedPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnCampaignStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnCampaignStartPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnCampaignStartPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnCampaignStartPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.BeginGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.BeginGameStartPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.BeginGameStartPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.BeginGameStartPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameEnd
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameEndPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameEndPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameEndPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameInitializationFinished
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameInitializationFinishedPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameInitializationFinishedPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameInitializationFinishedPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeMissionBehaviorInitialize
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeMissionBehaviourInitializePostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnBeforeMissionBehaviourInitializePostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnBeforeMissionBehaviourInitializePostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnMissionBehaviorInitialize
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnMissionBehaviourInitializePostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnMissionBehaviourInitializePostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnMissionBehaviourInitializePostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnMultiplayerGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnMultiplayerGameStartPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnMultiplayerGameStartPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnMultiplayerGameStartPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnNewGameCreated
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnNewGameCreatedPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnNewGameCreatedPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnNewGameCreatedPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.RegisterSubModuleObjects
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.RegisterSubModuleObjectsPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.RegisterSubModuleObjectsPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.RegisterSubModuleObjectsPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.AfterRegisterSubModuleObjects
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.AfterRegisterSubModuleObjectsPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.AfterRegisterSubModuleObjectsPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.AfterRegisterSubModuleObjectsPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnAfterGameInitializationFinished
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnAfterGameInitializationFinishedPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnAfterGameInitializationFinishedPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnAfterGameInitializationFinishedPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnConfigChanged
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnConfigChangedPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnConfigChangedPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnConfigChangedPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnInitialState
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnInitialStatePostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnInitialStatePostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnInitialStatePostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.AfterAsyncTickTick
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.AfterAsyncTickTickPostfix;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.AfterAsyncTickTickPostfix; Index: 1;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.AfterAsyncTickTickPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.Options.OptionsProvider.GetGameKeyCategoriesList
    • Postfixes
      • Owner: Bannerlord.ButterLib.HotKeySystem; Namespace: Bannerlord.ButterLib.Implementation.HotKeys.Patches.OptionsProviderPatches.GetGameKeyCategoriesListPostfix;
      • Owner: Bannerlord.ButterLib.HotKeySystem; Namespace: Bannerlord.ButterLib.Implementation.HotKeys.Patches.OptionsProviderPatches.GetGameKeyCategoriesListPostfix; Index: 1;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.GauntletUI.PrefabSystem.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.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.ViewModelCollection.Encyclopedia.Pages.EncyclopediaFactionPageVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.Library.ViewModel.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 1;
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 2;
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 3;
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 4;
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 5;
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 6;
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 7;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaFactionPageVM.RefreshValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM.RefreshValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Clans.KingdomClanVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Clans.KingdomClanVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomDiplomacyVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomDiplomacyVM.RefreshValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.KingdomManagementVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.KingdomManagementVM.OnFinalize
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomManagementVMPatch.FinalizeFix;
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomTruceItemVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomTruceItemVM.UpdateDiplomacyProperties
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomWarItemVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomWarItemVM.UpdateDiplomacyProperties
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

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

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

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.RefreshPermissionValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • SandBox.ViewModelCollection.Nameplate.PartyNameplateVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • SandBox.ViewModelCollection.Nameplate.PartyNameplateVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • SandBox.ViewModelCollection.Nameplate.SettlementNameplatesVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • SandBox.ViewModelCollection.Nameplate.SettlementNameplatesVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanPoliticsModel.CalculateInfluenceChange
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DefaultClanPoliticsModelPatch.CalculateInfluenceChangePostfix; Priority: 0;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderWar
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DiplomaticBartersBehaviorPatch.ConsiderWarPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.SiegeAftermathCampaignBehavior.siege_aftermath_contextual_summary_on_init
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.GameMenusCallbacksPatch.menu_settlement_taken_on_init_Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.ConsiderWar
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomDecisionProposalBehaviorPatch.ConsiderWarPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.ConsiderPeace
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomDecisionProposalBehaviorPatch.ConsiderPeacePrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.DailyTickClan
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomDecisionProposalBehaviorPatch.HandleRebelKingdom;

  • StoryMode.Quests.FirstPhase.SupportKingdomQuest.MainStoryLineChosen
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.SupportKingdomQuestPatch.MainStoryLineChosenPostfix;

  • TaleWorlds.CampaignSystem.FactionManager.DeclareAlliance
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.FactionManagerPatch.DeclareAlliancePrefix;

  • TaleWorlds.CampaignSystem.Encyclopedia.Pages.DefaultEncyclopediaFactionPage.InitializeListItems
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DefaultEncyclopediaFactionPagePatch.PassThroughPostfix;

  • SandBox.GauntletUI.BannerEditor.GauntletBannerEditorScreen..ctor
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.MBBannerEditorGauntletScreenPatch.SetClanRelatedRulesPostfix;

  • SandBox.GauntletUI.BannerEditor.GauntletBannerEditorScreen.OnDone
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.MBBannerEditorGauntletScreenPatch.SetColorsPrefix;
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+BannerEditorGauntletScreen_OnDone.Postfix;

  • TaleWorlds.CampaignSystem.Election.MakePeaceKingdomDecision.ApplyChosenOutcome
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.MakePeaceKingdomDecisionPatch.ApplyChosenOutcomePrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel.GetTroopRecruitmentCost
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.PartyRecruitmentPatch.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.CalculatePartyWage
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.garrisonWagePatch.Postfix;
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.Militia_And_Garrison_Changes.garrisonWagePatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultArmyManagementCalculationModel.CalculatePartyInfluenceCost
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.BandTogetherInfluencePatch.Postfix;
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.KingdomRulerCallPartyPatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.Party.MobileParty.FillPartyStacks
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.SpawnLordPartyInternalPatch.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultArmyManagementCalculationModel.GetMobilePartiesToCallToArmy
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.PreventClanMembersBeingCalledToAiArmiesPatch.Postfix;
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.ArmyCallPartiesPatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.Kingdom.CreateArmy
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.CreateArmyPatch.Prefix;
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.CreateArmyPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.AiBehaviors.AiMilitaryBehavior.AiHourlyTick
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.PartyThinkPartyPatch.Postfix;

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

  • TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.GetRandomWarDecision
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.KingdomDecisionProposalBehavior_GetRandomWarDecision_Patch;
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.WarChanges.RandomWarPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.GetRandomPeaceDecision
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.WarChanges.RandomPeacePatch.Postfix;

  • TaleWorlds.CampaignSystem.Election.MakePeaceKingdomDecision.DetermineSupport
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.WarChanges.KingdomPeaceSupportPatch.Postfix;

  • TaleWorlds.CampaignSystem.Election.DeclareWarDecision.DetermineSupport
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.WarChanges.KingdomWarSupportPatch.Postfix;

  • TaleWorlds.CampaignSystem.Election.KingdomElection.DetermineInitialSupport
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.WarChanges.KingdomElectionPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomDiplomacyVM.OnDeclarePeace
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.WarChanges.KingdomPlayerPeacePatch.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Buildings.Building.GetBuildingEffectAmount
    • Postfixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.Militia_Changes.MilitiaPatch.Postfix;

  • TaleWorlds.CampaignSystem.Settlements.Town.DailyGarrisonAdjustment
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.Militia_And_Garrison_Changes.GarrisonPatch.Prefix;

  • TrainingField.TrainingFieldCampaignBehavior.OnSessionLaunched
    • Postfixes
      • Owner: xorberax.trainingfield; Namespace: TrainingField.TrainingFieldMenuOptionsPatch.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanTierModel.GetPartyLimitForTier
    • Postfixes
      • Owner: 0; Namespace: UnlimitedCAP.MainParty.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanTierModel.GetCompanionLimit
    • Postfixes
      • Owner: 0; Namespace: UnlimitedCAP.MainCompanion.Postfix;

  • TaleWorlds.CampaignSystem.SceneInformationPopupTypes.HeroExecutionSceneNotificationData.GetExecuteTroopHintText
    • Prefixes
      • Owner: SensicalExecutionPenalties; Namespace: SensicalExecutionPenalties.Patches.ExecutionHintTextPatch.Prefix;

  • TaleWorlds.CampaignSystem.Actions.KillCharacterAction.ApplyInternal
    • Prefixes
      • Owner: SensicalExecutionPenalties; Namespace: SensicalExecutionPenalties.Patches.KillCharacterActionPatch.Prefix;
    • Postfixes
      • Owner: SensicalExecutionPenalties; Namespace: SensicalExecutionPenalties.Patches.KillCharacterActionPatch.Postfix;

  • TaleWorlds.CampaignSystem.Actions.ChangeRelationAction.ApplyInternal
    • Prefixes
      • Owner: SensicalExecutionPenalties; Namespace: SensicalExecutionPenalties.Patches.ChangeRelationActionPatch.Prefix;

  • TaleWorlds.CampaignSystem.CharacterDevelopment.DefaultSkillLevelingManager.OnGainRelation
    • Prefixes
      • Owner: SensicalExecutionPenalties; Namespace: SensicalExecutionPenalties.Patches.RelationGainSkillLevelPatch.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
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Recruitment.RecruitmentApplyInternalPatch.UpdateVolunteersPrefix;
    • 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.ViewModelCollection.Map.MapNotificationVM.PopulateTypeDictionary
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.PopulateNotificationsPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.KingdomManagementVM.SetSelectedCategory
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.KingdomManagementRefreshPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementGovernorSelectionVM..ctor
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.AvailableGovernorsPatch.ConstructorPostfix;

  • TaleWorlds.CampaignSystem.Hero.get_Name
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.HeroNamePatch.GetterPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM..ctor
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.SkillVMConstructorPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterVM.RefreshValues
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.CharacterVMRefreshPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitVolunteerTroopVM.ExecuteBeginHint
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.RecruitVolunteerTroopVMHintPatch.Prefix;

  • TaleWorlds.MountAndBlade.GauntletUI.Widgets.SkillIconVisualWidget.set_SkillId
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.SkillIconOnLateUpdatePatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Policies.KingdomPoliciesVM.RefreshPolicyList
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.RefreshPolicyListPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementProjectVM.set_Building
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.SettlementProjectVMPatch.SetterPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitmentVM.OnDone
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.RecruitmentOnDonePatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationGainedPropertiesVM..ctor
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.CharacterCreationGainedPropertiesVMPatches.Prefix1;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationGainedPropertiesVM.PopulateInitialValues
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.CharacterCreationGainedPropertiesVMPatches.Postfix1;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationGainedPropertiesVM..ctor
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.EducationGainedPropertiesVMConstructorPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterVM.InitializeCharacter
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.InitializeCharacterPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementProjectVM.RefreshValues
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.SettlementProjectVMRefreshPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ArmyManagement.ArmyManagementVM.OnRefresh
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.ArmyManagementVMPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ArmyManagement.ArmyManagementVM.ExecuteDone
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.ArmyManagementVMPatch.Prefix;

  • TaleWorlds.CampaignSystem.Election.KingdomPolicyDecision.IsAllowed
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Government.PolicyIsAllowedPatch.Prefix;

  • TaleWorlds.CampaignSystem.Election.KingSelectionKingdomDecision.ApplyChosenOutcome
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Government.KingSelectionKingdomDecisionPatches.ApplyChosenOutcomePostfix;

  • TaleWorlds.CampaignSystem.Election.KingSelectionKingdomDecision.CalculateMeritOfOutcomeForClan
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Government.KingSelectionKingdomDecisionPatches.CalculateMeritOfOutcomeForClanPrefix;

  • TaleWorlds.CampaignSystem.NameGenerator.GenerateHeroFullName
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.NameGeneratorPatch.Prefix;

  • TaleWorlds.GauntletUI.GamepadNavigation.GauntletGamepadNavigationManager.OnWidgetNavigationStatusChanged
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.NavigationPatch.Prefix;

  • TaleWorlds.CampaignSystem.Hero.CanHaveQuestsOrIssues
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.CanHaveQuestsOrIssuesPatch.Prefix;

  • TaleWorlds.CampaignSystem.Issues.VillageNeedsToolsIssueBehavior+VillageNeedsToolsIssue.IssueStayAliveConditions
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.VillageIssueStayAliveConditionsPatch.Prefix;

  • TaleWorlds.CampaignSystem.Issues.CaravanAmbushIssueBehavior+CaravanAmbushIssue.IssueStayAliveConditions
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.CaravanIssueStayAliveConditionsPatch.Prefix;

  • TaleWorlds.CampaignSystem.Issues.LandLordNeedsManualLaborersIssueBehavior+LandLordNeedsManualLaborersIssue.IssueStayAliveConditions
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.LaborersIssueStayAliveConditionsPatch.Prefix;

  • TaleWorlds.CampaignSystem.Issues.EscortMerchantCaravanIssueBehavior.ConditionsHold
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.EscortCaravanConditionsHoldPatch.Prefix;

  • TaleWorlds.CampaignSystem.Issues.EscortMerchantCaravanIssueBehavior+EscortMerchantCaravanIssue.IssueStayAliveConditions
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.EscortCaravanIssueStayAliveConditionsPatch.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyMoraleModel.CalculateFoodVarietyMoraleBonus
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.CalculateFoodVarietyMoraleBonusPatch.Prefix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEventParty.get_ContributionToBattle
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Perks.ContributionToBattlePatch.Postfix;

  • TaleWorlds.CampaignSystem.Election.KingdomDecision.DetermineSupporters
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Peerage.DetermineSupportersPatch.DetermineSupportersPrefix;

  • TaleWorlds.CampaignSystem.Election.KingdomDecision.get_IsPlayerParticipant
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Peerage.DetermineSupportersPatch.IsPlayerParticipantPrefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Policies.KingdomPoliciesVM.GetCanProposeOrDisavowPolicyWithReason
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Peerage.GetCanProposeOrDisavowPolicyWithReasonPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.ApplyInternal
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Recruitment.RecruitmentApplyInternalPatch.ApplyInternalPostfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultVolunteerModel.GetDailyVolunteerProductionProbability
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Recruitment.GetDailyVolunteerProductionProbabilityPatch.Prefix;

  • TaleWorlds.CampaignSystem.BarterSystem.Barterables.MarriageBarterable.GetUnitValueForFaction
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Marriage.Patches.MarriageBarterablePatches.DowryPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_eligible_for_marriage_with_conversation_hero_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Marriage.Patches.MarriageDialoguePatches.PlayerEligiblePostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_romance_at_stage_1_discussions_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Marriage.Patches.MarriageDialoguePatches.RomanceStage1Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_can_open_courtship_on_condition
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Marriage.Patches.MarriageDialoguePatches.DoNotStartCourtshipPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_discuss_marriage_alliance_on_condition
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Marriage.Patches.MarriageDialoguePatches.PlayerProposeAlliancePrefix;

  • TaleWorlds.CampaignSystem.Settlements.Buildings.BuildingType.get_All
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.BuildingsPatch.Prefix;

  • TaleWorlds.CampaignSystem.Election.SettlementClaimantDecision.DetermineInitialCandidates
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.FiefOwnerPatches.DetermineInitialCandidatesPrefix;

  • TaleWorlds.CampaignSystem.Election.SettlementClaimantDecision.CalculateMeritOfOutcome
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.FiefOwnerPatches.CalculateMeritOfOutcomePostfix;

  • TaleWorlds.CampaignSystem.Election.SettlementClaimantDecision.ShouldBeCancelledInternal
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.FiefOwnerPatches.ShouldBeCancelledInternalPostfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_ask_prisoners_on_consequence
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.LordDialoguePatches.LordPrisonersPrefix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_wanderer_meet_player_on_condition
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.LordDialoguePatches.MeetCompanionPrefix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_wanderer_preintroduction_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.LordDialoguePatches.PreIntroductionPostfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_companion_hire_gold_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.LordDialoguePatches.HirePostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.ClanVariablesCampaignBehavior.MakeClanFinancialEvaluation
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.MakeClanFinancialEvaluationPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.ClanVariablesCampaignBehavior.UpdateClanSettlementAutoRecruitment
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.AutoRecruitmentPatch.Prefix1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddIncomeFromKingdomBudget
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.ClanFinancesPatches.KingdomBudgetPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddIncomeFromParty
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.ClanFinancesPatches.AddIncomeFromPartyPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddExpensesFromPartiesAndGarrisons
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.ClanFinancesPatches.PartyExpensesPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddSettlementIncome
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.ClanFinancesPatches.VillageIncomePrefix;

  • TaleWorlds.CampaignSystem.Extensions.Attributes.get_All
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.AttributesPatch.Prefix;

  • SandBox.CampaignBehaviors.CompanionRolesCampaignBehavior.companion_fire_on_consequence
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.CompanionDialoguesPatches.FireCompanionPrefix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.FindSuitableCompanionsToLeadCaravan
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.SuitableCaravanLeaderPatch.Prefix;

  • TaleWorlds.CampaignSystem.Hero.SetHeroEncyclopediaTextAndLinks
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.HeroDescriptionPatch.Postfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_lord_give_oath_go_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.ShowContractPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.Categories.ClanPartiesVM.ExecuteCreateNewParty
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.ClanCreatePartyPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.SpawnCaravan
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.CaravansCampaignBehaviorPatches.SpawnCaravan;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.get_SmallCaravanFormingCost
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.LordConversationsCampaignBehaviorPatches.SmallCaravanFormingCost;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.get_LargeCaravanFormingCost
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.LordConversationsCampaignBehaviorPatches.LargeCaravanFormingCost;

  • Helpers.HeroHelper.GetVolunteerTroopsOfHeroForRecruitment
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.GetVolunteerTroopsOfHeroForRecruitmentPatch.Prefix;
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+StartRecruitingMoneyLimitPatch.Prefix2; Index: 1;

  • Helpers.SettlementHelper.SpawnNotablesIfNeeded
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.SpawnNotablesIfNeededPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.GovernorCampaignBehavior.DailyTickSettlement
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.DailyTickSettlementPatch.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Village.DailyTick
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.VillageDailyTicktPatch.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Town.DailyTick
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.TownDailyTicktPatch.Prefix;

  • TaleWorlds.CampaignSystem.Election.KingdomDecision.GetInfluenceCostOfSupport
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.GetInfluenceCostOfSupportPatch.Postfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_puritan_preacher_introduction_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.PuritanPreacherPatch.Postfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_minor_faction_preacher_introduction_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.MinorFactionPreacherPatch.Postfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_mystic_preacher_introduction_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.MysticPreacherPatch.Postfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_messianic_preacher_introduction_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.MessianicPatch.Postfix;

  • TaleWorlds.CampaignSystem.Actions.SellPrisonersAction.ApplyForAllPrisoners
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.ApplyAllPrisionersPatch.Prefix;

  • TaleWorlds.CampaignSystem.Actions.SellPrisonersAction.ApplyForSelectedPrisoners
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.ApplyAllPrisionersPatch.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Town.FoodStocksUpperLimit
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.FoodStockPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.SettlementClaimantCampaignBehavior.OnSettlementOwnerChanged
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.SettlementClaimantCampaignBehaviorPatches.OnSettlementOwnerChangedPostfix;

  • SandBox.CampaignBehaviors.HeirSelectionCampaignBehavior.OnHeirSelectionOver
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.OnHeirSelectionOverPatch.Prefix;

  • SandBox.Tournaments.MissionLogics.TournamentBehavior.GetExpectedDenarsForBet
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.GetExpectedDenarsForBetlPatch.Postfix;

  • SandBox.Tournaments.MissionLogics.TournamentBehavior.GetMaximumBet
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.GetMaximumBetlPatch.Postfix;

  • TaleWorlds.CampaignSystem.Roster.ItemRoster.AddToCounts
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.MarketPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RansomOfferCampaignBehavior.ConsiderRansomPrisoner
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.RansomOfferCampaignBehaviorPatches.ConsiderRansomPrisonerPrefix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_wants_to_make_peace_on_condition
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.BanditDialoguePatches.MakePeacePrefix;
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventDiplomaticActionsConversation;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CharacterRelationCampaignBehavior.OnRaidCompleted
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.CharacterRelationCampaignBehaviorPatches.OnRaidCompleted;

  • TaleWorlds.CampaignSystem.Settlements.TownMarketData.GetPrice
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+TownMarketDataPatches.GetPricePostfix;

  • TaleWorlds.CampaignSystem.Settlements.VillageMarketData.GetPrice
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+VillageMarketDataPatches.GetPricePostfix;

  • TaleWorlds.Core.HorseComponent.get_MeatCount
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+HorseComponentPatches.MeatCountPostfix;

  • TaleWorlds.Core.HorseComponent.get_HideCount
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+HorseComponentPatches.HideCountPostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.ItemConsumptionBehavior.MakeConsumption
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+ItemConsumptionPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.NotablesCampaignBehavior.BalanceGoldAndPowerOfNotable
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+BalanceGoldAndPowerOfNotablePatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.WorkshopsCampaignBehavior.InitializeWorkshops
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+WorkshopsCampaignBehaviorPatches.InitializeWorkshopsPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.WorkshopsCampaignBehavior.DecideBestWorkshopType
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+WorkshopsCampaignBehaviorPatches.DecideBestWorkshopTypePostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.WorkshopsCampaignBehavior.ProduceOutput
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+WorkshopsCampaignBehaviorPatches.ProduceOutputPrefix;

  • TaleWorlds.CampaignSystem.Settlements.Workshops.Workshop.get_Expense
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+WorkshopExpensePatch.Prefix;

  • Helpers.HeroHelper.StartRecruitingMoneyLimit
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+StartRecruitingMoneyLimitPatch.Prefix1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.GetTradeScoreForTown
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+GetTradeScoreForTownPatch.Postfix;

  • TaleWorlds.CampaignSystem.Actions.SellGoodsForTradeAction.ApplyInternal
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+SellGoodsPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.MoveItemsToVillagerParty
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+VillagerMoveItemsPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.OnSettlementEntered
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+VillagerSettlementEnterPatch.Prefix;

  • TaleWorlds.CampaignSystem.Actions.ChangeOwnerOfWorkshopAction.ApplyInternal
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+BankruptcyPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillageGoodProductionCampaignBehavior.TickGoodProduction
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+TickGoodProductionPatch.Prefix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.OnRemoveParty
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+MobilePartyPatches.OnRemovePartyPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.SiegeAftermathCampaignBehavior.GetSiegeAftermathInfluenceCost
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+SiegeAftermathCampaignBehaviorPatches.GetSiegeAftermathInfluenceCostPrefix;

  • TaleWorlds.CampaignSystem.Inventory.InventoryLogic.SlaughterItem
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+InventoryLogicPatches.SlaughterItemPrefix;

  • TaleWorlds.CampaignSystem.DefaultItems.InitializeAll
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+RegisterItemsAndCategories.InitializeAllPostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.DailyTickSettlement
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+CraftingCampaignBehaviorPatches.CreateTownOrderPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.FoodConsumptionBehavior.MakeFoodConsumption
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+FoodConsumptionBehaviorPatches.MakeFoodConsumptionPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerTownVisitCampaignBehavior.game_menu_town_town_market_on_consequence
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.BKTradeGoodsFixesBehavior+MarketPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterDeveloperVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterDeveloperVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterDeveloperVM.RefreshValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.Categories.ClanIncomeVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.Categories.ClanIncomeVM.OnIncomeSelection
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanManagementVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanManagementVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanManagementVM.SetSelectedCategory
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.CraftingVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.CraftingVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.CraftingVM.UpdateCraftingStamina
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaClanPageVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaClanPageVM.Refresh
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM.Refresh
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.Refresh
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.KingdomManagementVM.RefreshValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

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

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapInfoVM.UpdatePlayerInfo
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.TownManagementVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.TownManagementVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.TownManagementVM.RefreshTownManagementStats
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitVolunteerVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.MountAndBlade.AgentBuildData.Banner
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModColorsFromBanner.Prefix;

  • TaleWorlds.MountAndBlade.AgentBuildData.ClothingColor1
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModColor1.Prefix;

  • TaleWorlds.MountAndBlade.AgentBuildData.ClothingColor2
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModColor2.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanPartyItemVM.RefreshValues
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModClanPartyItemVM.Prefix;
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModClanPartyItemVM.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanPartyMemberItemVM.RefreshValues
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModClanPartyMemberItemVM.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.RefreshValues
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModPartyCharacterVM.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.set_Character
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModPartyCharacterVMCharacter.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Overlay.GameMenuPartyItemVM.RefreshValues
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModGameMenuPartyItemVM.Prefix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.OrderOfBattle.OrderOfBattleHeroItemVM.RefreshValues
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModOrderOfBattleHeroItemVM.Postfix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.OrderOfBattle.OrderOfBattleHeroItemVM.RefreshInformation
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModOrderOfBattleHeroItemVMRefreshInformation.Postfix;

  • TaleWorlds.CampaignSystem.SceneInformationPopupTypes.CampaignSceneNotificationHelper.CreateNotificationCharacterFromHero
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModDefaultCreateNotificationCharacterFromHero.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TroopSelection.TroopSelectionItemVM..ctor
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModTroopSelectionItemVM.Postfix;

  • TaleWorlds.Core.ViewModelCollection.CharacterViewModel.set_ArmorColor1
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModVMColor1.Prefix;

  • TaleWorlds.Core.ViewModelCollection.CharacterViewModel.set_ArmorColor2
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModVMColor2.Prefix;

  • TaleWorlds.Core.ViewModelCollection.CharacterViewModel.FillFrom
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModGetCharName.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.RefreshCurrentCharacterInformation
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModPartyVM.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.HeroViewModel.FillFrom
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModHeroFillFrom.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanLordItemVM.UpdateProperties
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModClanLordItemVM.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanLordItemVM.RefreshValues
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModClanLordItemVMRefreshValues.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.HeroVM.RefreshValues
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModHeroVM.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPInventoryVM.UpdateCurrentCharacterIfPossible
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModSPInventoryVM.Postfix;

  • TaleWorlds.MountAndBlade.Agent.EquipItemsFromSpawnEquipment
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModAgentEquipItemsFromSpawnEquipment.Prefix;

  • TaleWorlds.MountAndBlade.Agent.EquipWeaponWithNewEntity
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModAgentEquipNewEntity.Prefix;

  • TaleWorlds.MountAndBlade.View.AgentVisuals.AddSkinArmorWeaponMultiMeshesToEntity
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModAgentVisualsAddMeshes.Postfix;

  • TaleWorlds.MountAndBlade.View.AgentVisuals.Create
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModAgentVisualsCreate.Prefix;

  • TaleWorlds.MountAndBlade.View.Tableaus.CharacterTableau.RefreshCharacterTableau
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModCharacterTableauRefresh.Prefix;

  • TaleWorlds.MountAndBlade.View.Tableaus.CharacterTableau.UpdateBannerItem
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModCharacterTableau.Prefix;
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModCharacterTableau.Postfix;

  • TaleWorlds.MountAndBlade.View.Scripts.CharacterSpawner.SpawnMount
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModMountSpawnMount.Prefix;
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModMountSpawnMount.Postfix;

  • TaleWorlds.MountAndBlade.View.MountVisualCreator.AddMountMesh
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModMountVisualCreatorAddMountMeshToEntity.Prefix;

  • SandBox.View.Map.PartyVisual.AddMobileIconComponents
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModPartyVisualAddMobileIconComponents.Prefix;
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModPartyVisualAddMobileIconComponents.Postfix;
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.PartyVisual_AddMobileIconComponents_Patch; Index: 1;

  • SandBox.View.Map.PartyVisual.AddCharacterToPartyIcon
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModPartyVisual.Prefix;

  • SandBox.ViewModelCollection.Nameplate.PartyNameplateVM.set_PartyBanner
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModPartyBanner.Prefix;

  • TaleWorlds.CampaignSystem.Clan.UpdateBannerColorsAccordingToKingdom
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModOverrideBanner.Prefix;
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModOverrideBanner.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.BannerEditorVM.SetClanRelatedRules
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+BannerEditorVMSetClanRules.Prefix;

  • TaleWorlds.Core.Banner.Serialize
    • Prefixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModFixBannerSerialize.Prefix;

  • TaleWorlds.CampaignSystem.Clan.get_Banner
    • Postfixes
      • Owner: com.prpl.poccolormod; Namespace: PocColor.PocColorModSetColors+PocColorModclanBanner.Postfix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.GetVisualPosition
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MobileParty_GetVisualPosition_Patch;

  • SandBox.View.Map.MapScreen.StepSounds
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MapScreen_StepSounds_Patch;

  • SandBox.View.Map.PartyVisual.TickFadingState
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.PartyVisual_TickFadingState_Patch;

  • SandBox.View.Map.MapCameraView.ComputeMapCamera
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MapScreen_ComputeMapCamera_Patch;

  • SandBox.View.Map.PartyVisual.SetMapIconAsDirty
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.PartyVisual_SetMapIconAsDirty_Patch;

  • SandBox.ViewModelCollection.Nameplate.SettlementNameplateVM.IsVisible
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.SettlementNameplateVM_IsVisible_Patch;

  • TaleWorlds.CampaignSystem.Army.GetRelativePositionForParty
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.Army_GetRelativePositionFor_Party;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapTimeControlVM.set_IsCenterPanelEnabled
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MapTimeControlVM_IsCenterPanelEnabled_Patch;

  • TaleWorlds.CampaignSystem.GameState.MapState.ExitMenuMode
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MapState_ExitMenuMode_Patch;

  • TaleWorlds.Engine.Scene.GetTerrainHeight
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.Scene_GetTerrainHeight_Patch;

  • SandBox.View.Map.MapScreen.HandleMouse
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MapScreen_HandleMouse_Patch;

  • SandBox.View.Map.MapScreen.HandleLeftMouseButtonClick
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MapScreen_HandleLeftMouseButtonClick_Patch;

  • SandBox.View.Map.MapScreen.CheckCursorState
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MapScreen_CheckCursorState_Patch;

  • TaleWorlds.CampaignSystem.Settlements.Settlement.get_OwnerClan
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.Settlement_OwnerClan_Patch;

  • TaleWorlds.CampaignSystem.Settlements.Settlement.get_MapFaction
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.Settlement_MapFaction_Patch;

  • TaleWorlds.CampaignSystem.Party.MobilePartyAi.GetAccessibleTargetPointInDirection
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MobileParty_GetAccessableTargetPointInDirection_Patch;

  • TaleWorlds.CampaignSystem.Party.MobilePartyAi.TickInternal
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MobileParty_OnAiTick_Patch;

  • TaleWorlds.CampaignSystem.EncounterManager.GetEncounterTargetPoint
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.EncounterManager_GetEncounterTargetPoint_Patch;

  • TaleWorlds.CampaignSystem.Party.MobilePartyAi.SetMoveGoToSettlement
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MobileParty_SetMoveGoToSettlement_Patch;

  • SandBox.MapScene.DisableUnwalkableNavigationMeshes
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.DisableUnwalkableNavigationMeshesPatch;

  • TaleWorlds.CampaignSystem.Party.PartyBase.IsPositionOkForTraveling
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.IsPositionOkForTravelingPatch;

  • TaleWorlds.CampaignSystem.Campaign.get_DefaultStartingPosition
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.Campaign_NewDefaultStartingPosition_Patch;

  • TaleWorlds.CampaignSystem.CharacterCreationContent.SandboxCharacterCreationContent.OnCharacterCreationFinalized
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.SandboxCharacterCreationContent_CustomStartingPositions_Patch;

  • StoryMode.StoryModeSubModule.RegisterSubModuleObjects
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.StoryModeSubModule_CustomTrainingField_Patch;

  • TaleWorlds.Engine.Utilities.GetSnowAmountData
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.Utilities_GetSnowAmountData_Patch;

  • SandBox.MapScene.Load
    • Transpilers
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.Transpiler;

  • TaleWorlds.CampaignSystem.Campaign.LoadMapScene
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MapScene_Load_Patch;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel.LoadCacheFromFile
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.DefaultMapDistanceModel_LoadCacheFromFile_Patch;
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.DefaultMapDistanceModel_LoadCacheFromFile_Patch;

  • SandBox.ViewModelCollection.Nameplate.PartyNameplateVM.RefreshDynamicProperties
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.RefreshDynamicPropertiesPatch;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.GameKeys.GameKeyOptionVM.RefreshValues
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.General.HotKeyPatch.KeyOptionVM_ConstructorPatch;

  • TaleWorlds.CampaignSystem.PlayerCaptivity.EndCaptivity
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.MaritimeSystem.MaritimeManager+Patches.PlayerCaptivity_EndCaptivity_Patch;

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

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

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

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

  • TaleWorlds.CampaignSystem.Conversation.CampaignMapConversation.OpenConversation
    • Postfixes
      • Owner: HLC.TrueRelations; Namespace: TrueRelations.CampaignMapConversationClear.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CompanionGrievanceBehavior.OnVillageRaided
    • Prefixes
      • Owner: HLC.TrueRelations; Namespace: TrueRelations.GrievancesRaidOverride.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CompanionGrievanceBehavior.OnPlayerDesertedBattle
    • Prefixes
      • Owner: HLC.TrueRelations; Namespace: TrueRelations.GrievancesDesertOverride.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CompanionGrievanceBehavior.OnHourlyTick
    • Prefixes
      • Owner: HLC.TrueRelations; Namespace: TrueRelations.HourlyTickOverride.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CompanionGrievanceBehavior.OnDailyTick
    • Prefixes
      • Owner: HLC.TrueRelations; Namespace: TrueRelations.DailyTickOverride.Prefix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_lord_request_mission_ask_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventOtherActionsConversation;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_want_to_join_faction_as_mercenary_or_vassal_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventDiplomaticActionsConversation;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_threats_lord_verify_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventHostileActionsConversation;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.village_farmer_loot_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventHostileActionsConversation;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.caravan_loot_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventHostileActionsConversation;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillageHostileActionCampaignBehavior.game_menu_village_hostile_action_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventHostileActionsMenu;

  • TaleWorlds.CampaignSystem.KingdomManager.AbdicateTheThrone
    • Prefixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.HandleThroneAbdication;

  • TaleWorlds.CampaignSystem.TournamentGames.FightTournamentGame.GetMenuText
    • Prefixes
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.GetMenuTextPatch.Prefix; Priority: 800;

  • TaleWorlds.CampaignSystem.TournamentGames.FightTournamentGame.GetTournamentPrize
    • Prefixes
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.GetTournamentPrizePatch.Prefix; Priority: 800;

  • TaleWorlds.CampaignSystem.TournamentGames.TournamentGame.UpdateTournamentPrize
    • Postfixes
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.UpdateTournamentPrizePatch.Postfix; Priority: 800;

  • TaleWorlds.CampaignSystem.TournamentGames.TournamentCampaignBehavior.game_menu_tournament_join_on_init
    • Postfixes
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.game_menu_tournament_join_on_initPatch.Postfix; Priority: 800;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCombatXpModel.GetXpFromHit
    • Transpilers
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.DefaultCombatXpModelClass.GetXpFromHit_ArenaAdj.Transpiler; Priority: 800;
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.DefaultCombatXpModelClass.GetXpFromHit_TournamentAdj.Transpiler; Index: 1; Priority: 800;

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

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

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

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

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

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

+ Log Files

  • default20230427
      • [2023-04-27T03:59:28.4849174-04:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-27T03:56:26.0991059-04:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-27T03:55:59.0969235-04:00] [Diplomacy.SubModule] [INF]: Loaded Diplomacy v1.2.5!
      • [2023-04-27T03:55:58.1202287-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-27T03:55:58.1202287-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-27T03:55:58.1022340-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-27T03:55:58.1022340-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-27T03:55:58.1022340-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-27T03:55:58.1022340-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-27T03:55:58.1012342-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-27T03:55:58.1002351-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-27T03:55:58.1002351-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-27T03:55:58.0992350-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-27T03:55:58.0992350-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-27T03:55:58.0982358-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-27T03:55:58.0972409-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (11)
      • [2023-04-27T03:55:58.0872251-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-27T03:55:58.0862254-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-27T03:55:58.0812270-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:55:58.0812270-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0812270-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-04-27T03:55:58.0812270-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0812270-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:55:58.0812270-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0812270-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0802273-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:55:58.0792280-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0792280-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:55:58.0792280-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0792280-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-04-27T03:55:58.0792280-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0792280-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:55:58.0792280-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:58.0312569-04:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-27T03:55:57.6236724-04:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-27T03:55:57.4907005-04: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-27T03:55:57.4907005-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:55:57.3597453-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerKings - Enabled
      • [2023-04-27T03:55:57.3597453-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitVolunteerVM' and name 'RefreshTownManagementStats' and parameters ''
      • [2023-04-27T03:55:57.3597453-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerKings - Register Types
      • [2023-04-27T03:55:57.3597453-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerKings - Register: BannerKings, Version=1.8.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-27T03:55:57.3597453-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TournamentsXPanded.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T03:55:57.3597453-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-04-27T03:55:57.3597453-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T03:55:57.3597453-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'
      • [2023-04-27T03:55:57.3597453-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()
      • [2023-04-27T03:55:57.3597453-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation TournamentsXPanded.1.1.0.dll for game v1.1.0.0 is loaded.
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found no matching implementations. Loading the latest available.
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation TournamentsXPanded.1.1.0.dll.
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Enabled
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register Types
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register: Bannerlord.Diplomacy.1.1.0, Version=1.2.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Diplomacy.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-04-27T03:55:57.3587449-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T03:55:57.3577429-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'
      • [2023-04-27T03:55:57.3577429-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()
      • [2023-04-27T03:55:57.3577429-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
      • [2023-04-27T03:55:57.3577429-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
      • [2023-04-27T03:55:57.3577429-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
      • [2023-04-27T03:55:57.3577429-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T03:55:57.3567431-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation Bannerlord.Diplomacy.1.1.0.dll for game v1.1.0.0 is loaded.
      • [2023-04-27T03:55:57.3567431-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found no matching implementations. Loading the latest available.
      • [2023-04-27T03:55:57.3567431-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.1.0.dll.
      • [2023-04-27T03:55:57.3567431-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.3.dll.
      • [2023-04-27T03:55:57.3567431-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.2.dll.
      • [2023-04-27T03:55:57.3557435-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.1.dll.
      • [2023-04-27T03:55:57.3557435-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.0.dll.
      • [2023-04-27T03:55:57.3557435-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-04-27T03:55:57.3557435-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:55:57.3557435-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T03:55:57.3547438-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-27T03:55:57.3507452-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-27T03:55:50.6540882-04:00] [Diplomacy.SubModule] [INF]: Loading Diplomacy v1.2.5...
      • [2023-04-27T03:55:46.6943909-04:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-27T03:55:46.6903918-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-27T03:55:46.6662537-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-04-27T03:55:46.6612557-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-04-27T03:55:46.6552567-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-04-27T03:55:46.6542571-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-04-27T03:55:46.6522575-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-27T03:55:46.6512599-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-27T03:55:46.6502596-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-27T03:55:46.6482584-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-27T03:55:46.5722823-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-27T03:55:46.4873095-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-27T03:27:39.2065196-04:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-27T03:27:01.0756356-04:00] [Diplomacy.SubModule] [INF]: Loaded Diplomacy v1.2.5!
      • [2023-04-27T03:27:00.1328881-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-27T03:27:00.1318887-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-27T03:27:00.1148943-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-27T03:27:00.1148943-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-27T03:27:00.1148943-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-27T03:27:00.1148943-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-27T03:27:00.1138946-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-27T03:27:00.1128948-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-27T03:27:00.1128948-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-27T03:27:00.1118822-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-27T03:27:00.1118822-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-27T03:27:00.1108953-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-27T03:27:00.1098959-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (11)
      • [2023-04-27T03:27:00.1008987-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-27T03:27:00.0998991-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-04-27T03:27:00.0939012-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:27:00.0929015-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:27:00.0438999-04:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-27T03:26:59.6558912-04:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-27T03:26:59.5218332-04: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-27T03:26:59.5218332-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:26:59.4048700-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerKings - Enabled
      • [2023-04-27T03:26:59.4048700-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitVolunteerVM' and name 'RefreshTownManagementStats' and parameters ''
      • [2023-04-27T03:26:59.4048700-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerKings - Register Types
      • [2023-04-27T03:26:59.4048700-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerKings - Register: BannerKings, Version=1.8.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-27T03:26:59.4048700-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TournamentsXPanded.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T03:26:59.4048700-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-04-27T03:26:59.4048700-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T03:26:59.4048700-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'
      • [2023-04-27T03:26:59.4048700-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()
      • [2023-04-27T03:26:59.4048700-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
      • [2023-04-27T03:26:59.4048700-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation TournamentsXPanded.1.1.0.dll for game v1.1.0.0 is loaded.
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found no matching implementations. Loading the latest available.
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation TournamentsXPanded.1.1.0.dll.
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Enabled
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register Types
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register: Bannerlord.Diplomacy.1.1.0, Version=1.2.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Diplomacy.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T03:26:59.4038703-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-04-27T03:26:59.4028706-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T03:26:59.4028706-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'
      • [2023-04-27T03:26:59.4028706-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()
      • [2023-04-27T03:26:59.4028706-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
      • [2023-04-27T03:26:59.4028706-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
      • [2023-04-27T03:26:59.4028706-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
      • [2023-04-27T03:26:59.4018713-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T03:26:59.4018713-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation Bannerlord.Diplomacy.1.1.0.dll for game v1.1.0.0 is loaded.
      • [2023-04-27T03:26:59.4018713-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found no matching implementations. Loading the latest available.
      • [2023-04-27T03:26:59.4018713-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.1.0.dll.
      • [2023-04-27T03:26:59.4018713-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.3.dll.
      • [2023-04-27T03:26:59.4008715-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.2.dll.
      • [2023-04-27T03:26:59.4008715-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.1.dll.
      • [2023-04-27T03:26:59.4008715-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.0.dll.
      • [2023-04-27T03:26:59.3998716-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-04-27T03:26:59.3998716-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:26:59.3998716-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T03:26:59.3988720-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-27T03:26:59.3948733-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-27T03:26:52.8489333-04:00] [Diplomacy.SubModule] [INF]: Loading Diplomacy v1.2.5...
      • [2023-04-27T03:26:48.9339021-04:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-27T03:26:48.9289036-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-27T03:26:48.9069107-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-04-27T03:26:48.9009128-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-04-27T03:26:48.8969136-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-04-27T03:26:48.8959144-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-04-27T03:26:48.8949162-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-27T03:26:48.8939154-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-27T03:26:48.8929158-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-27T03:26:48.8919167-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-27T03:26:48.8169390-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-27T03:26:48.7539586-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-27T03:13:55.8621089-04:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-27T03:12:10.8857149-04:00] [Diplomacy.SubModule] [INF]: Loaded Diplomacy v1.2.5!
      • [2023-04-27T03:12:09.5877993-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-27T03:12:09.5868002-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-27T03:12:09.5698070-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-27T03:12:09.5698070-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-27T03:12:09.5698070-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-27T03:12:09.5698070-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-27T03:12:09.5688073-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-27T03:12:09.5678076-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-27T03:12:09.5678076-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-27T03:12:09.5668303-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-27T03:12:09.5668303-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-27T03:12:09.5658029-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-27T03:12:09.5648035-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (11)
      • [2023-04-27T03:12:09.5548066-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-27T03:12:09.5538070-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-27T03:12:09.5488067-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:12:09.5488067-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5488067-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-04-27T03:12:09.5488067-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:12:09.5478073-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5468079-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-04-27T03:12:09.5468079-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5468079-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:12:09.5468079-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5468079-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:12:09.5468079-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5468079-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-04-27T03:12:09.5468079-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.5468079-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T03:12:09.5468079-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:09.4968231-04:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-27T03:12:09.1028285-04:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-27T03:12:08.9608409-04: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-27T03:12:08.9608409-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T03:12:08.8069617-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerKings - Enabled
      • [2023-04-27T03:12:08.8069617-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitVolunteerVM' and name 'RefreshTownManagementStats' and parameters ''
      • [2023-04-27T03:12:08.8069617-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerKings - Register Types
      • [2023-04-27T03:12:08.8069617-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerKings - Register: BannerKings, Version=1.8.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-27T03:12:08.8069617-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TournamentsXPanded.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T03:12:08.8069617-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-04-27T03:12:08.8069617-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation TournamentsXPanded.1.1.0.dll for game v1.1.0.0 is loaded.
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found no matching implementations. Loading the latest available.
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation TournamentsXPanded.1.1.0.dll.
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Enabled
      • [2023-04-27T03:12:08.8059613-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register Types
      • [2023-04-27T03:12:08.8049619-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register: Bannerlord.Diplomacy.1.1.0, Version=1.2.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-27T03:12:08.8049619-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Diplomacy.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T03:12:08.8049619-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-04-27T03:12:08.8049619-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T03:12:08.8039619-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'
      • [2023-04-27T03:12:08.8039619-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()
      • [2023-04-27T03:12:08.8039619-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
      • [2023-04-27T03:12:08.8039619-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
      • [2023-04-27T03:12:08.8039619-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
      • [2023-04-27T03:12:08.8029622-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T03:12:08.8029622-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation Bannerlord.Diplomacy.1.1.0.dll for game v1.1.0.0 is loaded.
      • [2023-04-27T03:12:08.8029622-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found no matching implementations. Loading the latest available.
      • [2023-04-27T03:12:08.8029622-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.1.0.dll.
      • [2023-04-27T03:12:08.8029622-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.3.dll.
      • [2023-04-27T03:12:08.8019627-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.2.dll.
      • [2023-04-27T03:12:08.8019627-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.1.dll.
      • [2023-04-27T03:12:08.8019627-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.0.dll.
      • [2023-04-27T03:12:08.8019627-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-04-27T03:12:08.8019627-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T03:12:08.8009627-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T03:12:08.8009627-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-27T03:12:08.7949095-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-27T03:12:01.4105712-04:00] [Diplomacy.SubModule] [INF]: Loading Diplomacy v1.2.5...
      • [2023-04-27T03:11:56.4604762-04:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-27T03:11:56.4564603-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-27T03:11:56.4354834-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-04-27T03:11:56.4294809-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-04-27T03:11:56.4264698-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-04-27T03:11:56.4264698-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-04-27T03:11:56.4254824-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-27T03:11:56.4244826-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-27T03:11:56.4234826-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-27T03:11:56.4214836-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-27T03:11:56.3505061-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-27T03:11:56.2865234-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-27T02:55:59.8096567-04:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-27T02:55:31.2578444-04:00] [Diplomacy.SubModule] [INF]: Loaded Diplomacy v1.2.5!
      • [2023-04-27T02:55:30.0082116-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-27T02:55:30.0082116-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-27T02:55:29.9872358-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-27T02:55:29.9862173-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-27T02:55:29.9862173-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-27T02:55:29.9862173-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-27T02:55:29.9852180-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-27T02:55:29.9842200-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-27T02:55:29.9842200-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-27T02:55:29.9832181-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-27T02:55:29.9832181-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-27T02:55:29.9822179-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-27T02:55:29.9802191-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (11)
      • [2023-04-27T02:55:29.9682413-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-27T02:55:29.9672417-04:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-27T02:55:29.9602437-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T02:55:29.9602437-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9592445-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-04-27T02:55:29.9592445-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9592445-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T02:55:29.9592445-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9582448-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T02:55:29.9582448-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9582448-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-04-27T02:55:29.9582448-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9582448-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T02:55:29.9582448-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-04-27T02:55:29.9572447-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.9562263-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-27T02:55:29.9562263-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.8972636-04:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-27T02:55:29.4453886-04:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-27T02:55:29.2994491-04: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-27T02:55:29.2994491-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T02:55:29.1664859-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerKings - Enabled
      • [2023-04-27T02:55:29.1664859-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitVolunteerVM' and name 'RefreshTownManagementStats' and parameters ''
      • [2023-04-27T02:55:29.1664859-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerKings - Register Types
      • [2023-04-27T02:55:29.1664859-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerKings - Register: BannerKings, Version=1.8.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-27T02:55:29.1654777-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TournamentsXPanded.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T02:55:29.1654777-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-04-27T02:55:29.1654777-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T02:55:29.1654777-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'
      • [2023-04-27T02:55:29.1654777-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()
      • [2023-04-27T02:55:29.1654777-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
      • [2023-04-27T02:55:29.1654777-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
      • [2023-04-27T02:55:29.1654777-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
      • [2023-04-27T02:55:29.1654777-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T02:55:29.1654777-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation TournamentsXPanded.1.1.0.dll for game v1.1.0.0 is loaded.
      • [2023-04-27T02:55:29.1654777-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found no matching implementations. Loading the latest available.
      • [2023-04-27T02:55:29.1644927-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation TournamentsXPanded.1.1.0.dll.
      • [2023-04-27T02:55:29.1644927-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-04-27T02:55:29.1644927-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T02:55:29.1644927-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T02:55:29.1644927-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Enabled
      • [2023-04-27T02:55:29.1644927-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register Types
      • [2023-04-27T02:55:29.1644927-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register: Bannerlord.Diplomacy.1.1.0, Version=1.2.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-27T02:55:29.1644927-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Diplomacy.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T02:55:29.1634781-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-04-27T02:55:29.1634781-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T02:55:29.1634781-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'
      • [2023-04-27T02:55:29.1634781-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()
      • [2023-04-27T02:55:29.1634781-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
      • [2023-04-27T02:55:29.1634781-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
      • [2023-04-27T02:55:29.1634781-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
      • [2023-04-27T02:55:29.1634781-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T02:55:29.1634781-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation Bannerlord.Diplomacy.1.1.0.dll for game v1.1.0.0 is loaded.
      • [2023-04-27T02:55:29.1634781-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found no matching implementations. Loading the latest available.
      • [2023-04-27T02:55:29.1624914-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.1.0.dll.
      • [2023-04-27T02:55:29.1624914-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.3.dll.
      • [2023-04-27T02:55:29.1624914-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.2.dll.
      • [2023-04-27T02:55:29.1624914-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.1.dll.
      • [2023-04-27T02:55:29.1624914-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.0.dll.
      • [2023-04-27T02:55:29.1624914-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-04-27T02:55:28.9469244-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T02:55:28.9469244-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T02:55:28.9469244-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-27T02:55:28.9139490-04:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-27T02:55:22.2296930-04:00] [Diplomacy.SubModule] [INF]: Loading Diplomacy v1.2.5...
      • [2023-04-27T02:55:16.4412838-04:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-27T02:55:16.4372843-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-27T02:55:16.3823213-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-04-27T02:55:16.3763224-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-04-27T02:55:16.3733250-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-04-27T02:55:16.3723250-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-04-27T02:55:16.3713254-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-27T02:55:16.3703054-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-27T02:55:16.2333679-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-27T02:55:16.2323685-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-27T02:55:16.1523750-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-27T02:55:16.0848710-04:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...