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: vortex (1.7.8)


+ Exception

Exception information
Type: System.MissingMethodException
Message: Methode nicht gefunden: "Void TaleWorlds.Library.InquiryData..ctor(System.String, System.String, Boolean, Boolean, System.String, System.String, System.Action, System.Action, System.String, Single, System.Action, System.Func`1>, System.Func`1>)".
Source: MoreHeroInteractions
CallStack:
  1. at void MoreHeroInteractions.Behavior.CompanionRequestToJoinBehavior.MakeARequest()
  2. at void MoreHeroInteractions.Behavior.CompanionRequestToJoinBehavior.OnSettlementEnter(MobileParty party, Settlement settlement, Hero hero)
  3. at void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T1 t1, T2 t2, T3 t3)
  4. at void TaleWorlds.CampaignSystem.CampaignEvents.OnSettlementEntered(MobileParty party, Settlement settlement, Hero hero)
  5. at void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnSettlementEntered(MobileParty party, Settlement settlement, Hero hero)
  6. at void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction.ApplyInternal(Hero hero, MobileParty mobileParty, Settlement settlement, EnterSettlementDetail detail, object subject, bool isPlayerInvolved)
  7. at void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction.ApplyForParty(MobileParty mobileParty, Settlement settlement)
  8. at void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.Init(PartyBase attackerParty, PartyBase defenderParty, Settlement settlement)
  9. at void TaleWorlds.CampaignSystem.EncounterManager.StartSettlementEncounter(MobileParty attackerParty, Settlement settlement)
  10. at void TaleWorlds.CampaignSystem.Settlements.Settlement.OnPartyInteraction(MobileParty mobileParty)
  11. at void TaleWorlds.CampaignSystem.EncounterManager.HandleEncounterForMobileParty(MobileParty mobileParty, float dt)
  12. at void TaleWorlds.CampaignSystem.EncounterManager.HandleEncounters(float dt)
  13. at void TaleWorlds.CampaignSystem.Campaign.Tick()
  14. at void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt)
  15. at void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt)
  16. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  17. at void TaleWorlds.Core.Game.OnTick(float dt)
  18. at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)
  19. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, float dt)

+ Enhanced Stacktrace

  • Frame: void MoreHeroInteractions.Behavior.CompanionRequestToJoinBehavior.MakeARequest() (IL Offset: -1)
    • Module: MoreHeroInteractions
      Method: System.Void MoreHeroInteractions.Behavior.CompanionRequestToJoinBehavior::MakeARequest()
      HarmonyIssue: True
  • Frame: void MoreHeroInteractions.Behavior.CompanionRequestToJoinBehavior.OnSettlementEnter(MobileParty party, Settlement settlement, Hero hero) (IL Offset: 46)
    • Module: MoreHeroInteractions
      Method: System.Void MoreHeroInteractions.Behavior.CompanionRequestToJoinBehavior::OnSettlementEnter(TaleWorlds.CampaignSystem.Party.MobileParty party, TaleWorlds.CampaignSystem.Settlements.Settlement settlement, TaleWorlds.CampaignSystem.Hero hero)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T1 t1, T2 t2, T3 t3) (IL Offset: 17)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MbEvent`3::InvokeList(TaleWorlds.CampaignSystem.EventHandlerRec`3 list, TaleWorlds.CampaignSystem.T1 t1, TaleWorlds.CampaignSystem.T2 t2, TaleWorlds.CampaignSystem.T3 t3)
      HarmonyIssue: True
  • Frame: void TaleWorlds.CampaignSystem.CampaignEvents.OnSettlementEntered(MobileParty party, Settlement settlement, Hero hero) (IL Offset: 18)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEvents::OnSettlementEntered(TaleWorlds.CampaignSystem.Party.MobileParty party, TaleWorlds.CampaignSystem.Settlements.Settlement settlement, TaleWorlds.CampaignSystem.Hero hero)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnSettlementEntered(MobileParty party, Settlement settlement, Hero hero) (IL Offset: 22)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEventDispatcher::OnSettlementEntered(TaleWorlds.CampaignSystem.Party.MobileParty party, TaleWorlds.CampaignSystem.Settlements.Settlement settlement, TaleWorlds.CampaignSystem.Hero hero)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction.ApplyInternal(Hero hero, MobileParty mobileParty, Settlement settlement, EnterSettlementDetail detail, object subject, bool isPlayerInvolved) (IL Offset: 20)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction::ApplyInternal(TaleWorlds.CampaignSystem.Hero hero, TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, TaleWorlds.CampaignSystem.Settlements.Settlement settlement, TaleWorlds.CampaignSystem.Actions.EnterSettlementDetail detail, System.Object subject, System.Boolean isPlayerInvolved)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction.ApplyForParty(MobileParty mobileParty, Settlement settlement) (IL Offset: 112)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction::ApplyForParty(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, TaleWorlds.CampaignSystem.Settlements.Settlement settlement)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.Init(PartyBase attackerParty, PartyBase defenderParty, Settlement settlement) (IL Offset: 441)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter::Init(TaleWorlds.CampaignSystem.Party.PartyBase attackerParty, TaleWorlds.CampaignSystem.Party.PartyBase defenderParty, TaleWorlds.CampaignSystem.Settlements.Settlement settlement)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.EncounterManager.StartSettlementEncounter(MobileParty attackerParty, Settlement settlement) (IL Offset: 205)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.EncounterManager::StartSettlementEncounter(TaleWorlds.CampaignSystem.Party.MobileParty attackerParty, TaleWorlds.CampaignSystem.Settlements.Settlement settlement)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Settlements.Settlement.OnPartyInteraction(MobileParty mobileParty) (IL Offset: 397)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.Settlements.Settlement::OnPartyInteraction(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.EncounterManager.HandleEncounterForMobileParty(MobileParty mobileParty, float dt) (IL Offset: 376)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.EncounterManager::HandleEncounterForMobileParty(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.EncounterManager.HandleEncounters(float dt) (IL Offset: 38)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.EncounterManager::HandleEncounters(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Campaign.Tick() (IL Offset: 216)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Campaign::Tick()
      HarmonyIssue: 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)
      HarmonyIssue: 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)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnTick(float dt) (IL Offset: 47)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.Game.OnTick(float dt) (IL Offset: 25)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.Game::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameManagerBase.OnTick(float dt) (IL Offset: 70)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameManagerBase::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, float dt) (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(TaleWorlds.MountAndBlade.Module this, System.Single dt)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Module::OnApplicationTick(System.Single dt)
      HarmonyIssue: False

+ Involved Modules

  • MoreHeroInteractions
    • Method: System.Void MoreHeroInteractions.Behavior.CompanionRequestToJoinBehavior::MakeARequest()
      Frame: void MoreHeroInteractions.Behavior.CompanionRequestToJoinBehavior.MakeARequest() (IL Offset: -1)
      HarmonyIssue: True
    • Method: System.Void MoreHeroInteractions.Behavior.CompanionRequestToJoinBehavior::OnSettlementEnter(TaleWorlds.CampaignSystem.Party.MobileParty party, TaleWorlds.CampaignSystem.Settlements.Settlement settlement, TaleWorlds.CampaignSystem.Hero hero)
      Frame: void MoreHeroInteractions.Behavior.CompanionRequestToJoinBehavior.OnSettlementEnter(MobileParty party, Settlement settlement, Hero hero) (IL Offset: 46)
      HarmonyIssue: False

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.2.2.142)
  • + ButterLib (Bannerlord.ButterLib, v2.6.3.0)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.6.0.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.5.5.0)
  • + Native (Native, v1.0.3.0)
  • + SandBox Core (SandBoxCore, v1.0.3.0)
  • + CustomBattle (CustomBattle, v1.0.3.0)
  • + Sandbox (Sandbox, v1.0.3.0)
  • + StoryMode (StoryMode, v1.0.3.0)
  • + BannerCraft (BannerCraft, v1.0.18.0)
  • + Banner Editor (BannerEditor, v1.0.4.0)
  • + Better Smithing Continued (BetterSmithingContinued, v1.0.0.7)
  • + Birth and Death Options (BirthAndDeath, v1.0.3.0)
  • + Dedicated Custom Server Helper (DedicatedCustomServerHelper, v1.0.3.0)
  • + EquipBestItem (EquipBestItem, v1.9.1.0)
  • + Immersive Sergeant (ImmersiveSergeant, v1.7.0.0)
  • + JoinHouses (JoinHouses, v0.0.1.0)
  • + More Hero Interactions (MoreHeroInteractions, v1.0.1.0)
  • + Multiplayer (Multiplayer, v1.0.3.0)
  • + Norman Armory (Norman Armory, e1.5.2.0)
  • + WarAndAiTweaks (WarAndAiTweaks, v1.7.0.0)

+ Assemblies

+ Harmony Patches

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

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

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

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeInitialModuleScreenSetAsRoot
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix;

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

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

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

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

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

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

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameEnd
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameEndPostfix;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChangerBrushWidget.OnBooleanUpdated
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

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

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

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

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

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

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

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

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

  • SandBox.SandBoxSubModule.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.UIExtenderEx.UIPatch; Namespace: Bannerlord.UIExtenderEx.UIPatchSubModule.SandBoxSubModuleOnSubModuleLoadPostfix;

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.Smelting.SmeltingVM.OnItemSelection
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerCraft; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.CraftingVM..ctor
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.CraftingVMPatches.ConstructorPostfix;
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerCraft; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

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

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

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.DoSmelting
    • Prefixes
      • Owner: BannerCraft; Namespace: BannerCraft.CraftingCampaignBehaviorPatch.DoSmeltingPrefix;
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.CraftingCampaignBehaviorPatches.DoSmeltingPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.Smelting.SmeltingVM.RefreshList
    • Prefixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.SmeltingVMPatches.RefreshListPrefix;
    • Postfixes
      • Owner: BannerCraft; Namespace: BannerCraft.SmeltingVMPatch.RefreshListPostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.CreateCraftedWeaponInFreeBuildMode
    • Prefixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.CraftingCampaignBehaviorPatches.CreateCraftedWeaponPrefix;
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.CraftingCampaignBehaviorPatches.CreateCraftedWeaponPostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.DoRefinement
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.CraftingCampaignBehaviorPatches.DoRefinementPostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.GetHeroCraftingStamina
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.CraftingCampaignBehaviorPatches.GetHeroCraftingStaminaPatch;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.HourlyTick
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.CraftingCampaignBehaviorPatches.HourlyTickPatch;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.GetStaminaHourlyRecoveryRate
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.CraftingCampaignBehaviorPatches.GetStaminaHourlyRecoveryRatePatch;

  • TaleWorlds.Core.Crafting.get_CraftedWeaponName
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.CraftingPatches.CraftedWeaponNameGetterPostfix;

  • TaleWorlds.Core.Crafting.InitializePreCraftedWeaponOnLoad
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.CraftingPatches.InitializePreCraftedWeaponOnLoadPostfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSmithingModel.GetRefiningFormulas
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.DefaultSmithingModelPatches.GetRefiningFormulasPostfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSmithingModel.GetModifierTierForSmithedWeapon
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.DefaultSmithingModelPatches.GetModifierTierForSmithedWeaponPostfix;

  • TaleWorlds.CampaignSystem.Inventory.InventoryLogic.InitializeRosters
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.InventoryLogicPatches.InitializeRostersPrefix;

  • SandBox.GauntletUI.GauntletCraftingScreen.Initialize
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.GauntletCraftingScreenPatches.InitializePostfix;

  • SandBox.GauntletUI.GauntletCraftingScreen.OnFinalize
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.GauntletCraftingScreenPatches.OnFinalizePostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.CraftingVM.ExecuteSwitchToCrafting
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.CraftingVMPatches.ExecuteSwitchToCraftingPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.CraftingVM.ExecuteSwitchToSmelting
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.CraftingVMPatches.ExecuteSwitchToSmeltingPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.CraftingVM.ExecuteSwitchToRefinement
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.CraftingVMPatches.ExecuteSwitchToRefinementPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.CraftingVM.set_CurrentCraftingHero
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.CraftingVMPatches.CurrentCraftingHeroSetterPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.Refinement.RefinementVM.OnCraftingHeroChanged
    • Prefixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.RefinementVMPatches.OnCraftingHeroChangedPrefix;
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.RefinementVMPatches.OnCraftingHeroChangedPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.Smelting.SmeltingSortControllerVM.SortByCurrentState
    • Prefixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.SmeltingSortControllerVMPatches.SortByCurrentStatePrefix;
    • Finalizers
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.SmeltingSortControllerVMPatches.SortByCurrentStateFinalizer;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.Smelting.SmeltingSortControllerVM.ExecuteSortByName
    • Prefixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.SmeltingSortControllerVMPatches.ExecuteSortByNamePrefix;
    • Finalizers
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.SmeltingSortControllerVMPatches.ExecuteSortByNameFinalizer;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.Smelting.SmeltingSortControllerVM.ExecuteSortByYield
    • Prefixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.SmeltingSortControllerVMPatches.ExecuteSortByYieldPrefix;
    • Finalizers
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.SmeltingSortControllerVMPatches.ExecuteSortByYieldFinalizer;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.Smelting.SmeltingSortControllerVM.ExecuteSortByType
    • Prefixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.SmeltingSortControllerVMPatches.ExecuteSortByTypePrefix;
    • Finalizers
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.SmeltingSortControllerVMPatches.ExecuteSortByTypeFinalizer;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.WeaponDesign.WeaponDesignVM.CreateCraftingResultPopup
    • Prefixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.WeaponDesignVMPatches.CreateCraftingResultPopupPrefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.WeaponDesign.WeaponDesignVM.RefreshStats
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.WeaponDesignVMPatches.RefreshStatsPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.WeaponDesign.WeaponDesignVM.UpdateResultPropertyList
    • Postfixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.WeaponDesignVMPatches.UpdateResultPropertyListPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.Smelting.SmeltingVM.SmeltSelectedItems
    • Prefixes
      • Owner: Bannerlord.BetterSmithingContinued; Namespace: BetterSmithingContinued.MainFrame.Patches.ViewModelPatches.SmeltingVMPatches.SmeltSelectedItemsPrefix;

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

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.CraftingAvailableHeroItemVM.RefreshSkills
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BetterSmithingContinued; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

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

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

  • SandBox.CampaignBehaviors.DefaultCutscenesCampaignBehavior.OnHeroComesOfAge
    • Prefixes
      • Owner: JoinHouses; Namespace: JoinHouses.Patches.HeroComesOfAgeCutscenePatch.Prefix;

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

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

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

  • SandBox.GauntletUI.GauntletClanScreen.OpenBannerEditorWithPlayerClan
    • Prefixes
      • Owner: com.bloc.betterbannereditor; Namespace: BannerEditor.PatchNativeCaller+Patch_OpenBannerEditorWithPlayerClan.Prefix;

  • StoryMode.Quests.TutorialPhase.FindHideoutTutorialQuest.OpenBannerSelectionScreen
    • Prefixes
      • Owner: com.bloc.betterbannereditor; Namespace: BannerEditor.PatchNativeCaller+Patch_FindHideoutTutorialQuest_OpenBannerSelectionScreen.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.FirstPhaseCampaignBehavior.OpenBannerSelectionScreen
    • Prefixes
      • Owner: com.bloc.betterbannereditor; Namespace: BannerEditor.PatchNativeCaller+Patch_FirstPhaseCampaignBehavior_OpenBannerSelectionScreen.Prefix;

  • SandBox.View.Missions.MissionSingleplayerViewHandler.OnMissionScreenTick
    • Prefixes
      • Owner: com.bloc.betterbannereditor; Namespace: BannerEditor.PatchNativeCaller+Patch_MissionSingleplayerViewHandler_OnMissionScreenTick.Prefix;

  • SandBox.View.Map.MapScreen.OpenBannerEditorScreen
    • Prefixes
      • Owner: com.bloc.betterbannereditor; Namespace: BannerEditor.PatchNativeCaller+Patch_MapScreen_OpenBannerEditorScreen.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationReviewStageVM..ctor
    • Postfixes
      • Owner: com.bloc.betterbannereditor; Namespace: BannerEditor.PatchNativeCaller+Patch_CharacterCreationReviewStageVM_Const.Postfix;

  • TaleWorlds.CampaignSystem.CharacterCreationContent.SandboxCharacterCreationContent.get_CharacterCreationStages
    • Postfixes
      • Owner: com.bloc.betterbannereditor; Namespace: BannerEditor.PatchNativeCaller+SandboxCharacterCreationContent_CharacterCreationStages.Postfix;

  • TaleWorlds.CampaignSystem.Clan.UpdateBannerColorsAccordingToKingdom
    • Prefixes
      • Owner: com.bloc.betterbannereditor; Namespace: BannerEditor.PatchNativeCaller+Patch_Clan_UpdateBannerColorsAccordingToKingdom.Prefix;

  • SandBox.CampaignBehaviors.CompanionRolesCampaignBehavior.ClanNameSelectionIsDone
    • Postfixes
      • Owner: MoreHeroInteractions; Namespace: MoreHeroInteractions.Patches.CompanionToLordPatch.Postfix;

  • TaleWorlds.CampaignSystem.Actions.GiveItemAction.ApplyInternal
    • Prefixes
      • Owner: MoreHeroInteractions; Namespace: MoreHeroInteractions.Patches.GiveItemActionPatch.Prefix;

+ Log Files

  • default20230221
      • [2023-02-21T17:53:18.0479908+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-02-21T17:52:48.7090822+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-02-21T17:52:48.7090822+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-02-21T17:52:48.6931243+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-02-21T17:52:48.6931243+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-02-21T17:52:48.6931243+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-02-21T17:52:48.6931243+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-02-21T17:52:48.6921275+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-02-21T17:52:48.6921275+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-02-21T17:52:48.6921275+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-02-21T17:52:48.6911020+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-02-21T17:52:48.6911020+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-02-21T17:52:48.6911020+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-02-21T17:52:48.6901034+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (6)
      • [2023-02-21T17:52:48.6871406+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-02-21T17:52:48.6861438+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-02-21T17:52:48.4098522+01:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-02-21T17:52:48.3270733+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2023-02-21T17:52:48.3270733+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-02-21T17:52:48.2672612+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterSmithingContinued - Enabled
      • [2023-02-21T17:52:48.2672612+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterSmithingContinued - Register Types
      • [2023-02-21T17:52:48.2672612+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterSmithingContinued - Register: BetterSmithingContinued.MainFrame, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-02-21T17:52:48.2662660+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerCraft - Enabled
      • [2023-02-21T17:52:48.2662660+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerCraft - Register Types
      • [2023-02-21T17:52:48.2662660+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerCraft - Register: BannerCraft, Version=1.0.18.0, Culture=neutral, PublicKeyToken=null
      • [2023-02-21T17:52:48.2662660+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-02-21T17:52:48.2632736+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-02-21T17:52:06.0045101+01:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-02-21T17:52:06.0015179+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-02-21T17:52:05.9855607+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.3.dll for game v1.0.3.0 is loaded
      • [2023-02-21T17:52:05.9825690+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-02-21T17:52:05.9735929+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-02-21T17:52:05.9666113+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-02-21T17:52:05.9507824+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-02-21T17:52:05.9457956+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-02-21T17:52:05.8859551+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-02-21T17:52:05.8350911+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-02-21T15:28:20.2776175+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-02-21T15:02:38.5555970+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-02-21T14:57:51.4692762+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-02-21T14:52:45.1665066+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-02-21T12:22:40.9430527+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-02-21T12:21:28.3594833+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-02-21T12:21:28.3594833+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-02-21T12:21:28.3465192+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-02-21T12:21:28.3465192+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-02-21T12:21:28.3465192+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null
      • [2023-02-21T12:21:28.3465192+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-02-21T12:21:28.3455191+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-02-21T12:21:28.3455191+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-02-21T12:21:28.3445212+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-02-21T12:21:28.3445212+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-02-21T12:21:28.3445212+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-02-21T12:21:28.3435246+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-02-21T12:21:28.3435246+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (6)
      • [2023-02-21T12:21:28.3385406+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-02-21T12:21:28.3375396+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-02-21T12:21:28.0515016+01:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-02-21T12:21:27.9701215+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2023-02-21T12:21:27.9691239+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-02-21T12:21:27.9053176+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterSmithingContinued - Enabled
      • [2023-02-21T12:21:27.9053176+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterSmithingContinued - Register Types
      • [2023-02-21T12:21:27.9053176+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterSmithingContinued - Register: BetterSmithingContinued.MainFrame, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-02-21T12:21:27.9053176+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerCraft - Enabled
      • [2023-02-21T12:21:27.9053176+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerCraft - Register Types
      • [2023-02-21T12:21:27.9053176+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BannerCraft - Register: BannerCraft, Version=1.0.18.0, Culture=neutral, PublicKeyToken=null
      • [2023-02-21T12:21:27.9043262+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-02-21T12:21:27.9007740+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-02-21T12:20:46.1945156+01:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-02-21T12:20:46.1915128+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-02-21T12:20:46.1755646+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.3.dll for game v1.0.3.0 is loaded
      • [2023-02-21T12:20:46.1706035+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-02-21T12:20:46.1676044+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-02-21T12:20:46.1656138+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-02-21T12:20:46.1635874+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-02-21T12:20:46.1616215+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-02-21T12:20:46.1087335+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-02-21T12:20:46.0578690+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...