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: explorer (10.0.19041.2364 (WinBuild.160101.0800))


+ Exception

Exception information
Type: System.ArgumentNullException
Message: Value cannot be null. Parameter name: source
Source: System.Core
CallStack:
  1. at bool System.Linq.Enumerable.Any(IEnumerable source, Func predicate)
  2. at bool TaleWorlds.CampaignSystem.Settlements.Settlement.CheckTracked(BasicCharacterObject basicCharacter)
  3. at bool TaleWorlds.CampaignSystem.VisualTrackerManager.CheckTracked(BasicCharacterObject agentCharacter)
  4. at void SandBox.Missions.MissionLogics.VisualTrackerMissionBehavior.CheckAgent(Agent agent)
  5. at Agent TaleWorlds.MountAndBlade.Mission.CreateAgent(Monster monster, bool isFemale, int instanceNo, CreationType creationType, float stepSize, int forcedAgentIndex, int weight, BasicCharacterObject characterObject)
  6. at Agent TaleWorlds.MountAndBlade.Mission.SpawnAgent(AgentBuildData agentBuildData, bool spawnFromAgentVisuals, int formationTroopCount)
  7. at void SandBox.Missions.MissionLogics.MissionAgentHandler.SpawnPlayer(bool civilianEquipment, bool noHorses, bool noWeapon, bool wieldInitialWeapons, bool isStealth, string spawnTag)
  8. at void SandBox.Missions.MissionLogics.Arena.ArenaPracticeFightMissionController.AfterStart()
  9. at void TaleWorlds.MountAndBlade.Mission.AfterStart()
  10. at void TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading()
  11. at void TaleWorlds.MountAndBlade.MissionState.TickLoading(float realDt)
  12. at void TaleWorlds.MountAndBlade.MissionState.OnTick(float realDt)
  13. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  14. at void TaleWorlds.Core.Game.OnTick(float dt)
  15. at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)
  16. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, float dt)
  17. at void TaleWorlds.DotNet.Managed.ApplicationTick_Patch1(float dt)

+ Enhanced Stacktrace

  • Frame: bool System.Linq.Enumerable.Any(IEnumerable source, Func predicate) (IL Offset: 17)
    • Module: UNKNOWN
      Method: static System.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1 source, System.Func`2 predicate)
      HarmonyIssue: False
  • Frame: bool TaleWorlds.CampaignSystem.Settlements.Settlement.CheckTracked(BasicCharacterObject basicCharacter) (IL Offset: 31)
    • Module: UNKNOWN
      Method: virtual System.Boolean TaleWorlds.CampaignSystem.Settlements.Settlement::CheckTracked(TaleWorlds.Core.BasicCharacterObject basicCharacter)
      HarmonyIssue: False
  • Frame: bool TaleWorlds.CampaignSystem.VisualTrackerManager.CheckTracked(BasicCharacterObject agentCharacter) (IL Offset: 38)
    • Module: UNKNOWN
      Method: System.Boolean TaleWorlds.CampaignSystem.VisualTrackerManager::CheckTracked(TaleWorlds.Core.BasicCharacterObject agentCharacter)
      HarmonyIssue: False
  • Frame: void SandBox.Missions.MissionLogics.VisualTrackerMissionBehavior.CheckAgent(Agent agent) (IL Offset: 8)
    • Module: Sandbox
      Method: System.Void SandBox.Missions.MissionLogics.VisualTrackerMissionBehavior::CheckAgent(TaleWorlds.MountAndBlade.Agent agent)
      HarmonyIssue: False
  • Frame: Agent TaleWorlds.MountAndBlade.Mission.CreateAgent(Monster monster, bool isFemale, int instanceNo, CreationType creationType, float stepSize, int forcedAgentIndex, int weight, BasicCharacterObject characterObject) (IL Offset: 99)
    • Module: UNKNOWN
      Method: TaleWorlds.MountAndBlade.Agent TaleWorlds.MountAndBlade.Mission::CreateAgent(TaleWorlds.Core.Monster monster, System.Boolean isFemale, System.Int32 instanceNo, TaleWorlds.MountAndBlade.CreationType creationType, System.Single stepSize, System.Int32 forcedAgentIndex, System.Int32 weight, TaleWorlds.Core.BasicCharacterObject characterObject)
      HarmonyIssue: False
  • Frame: Agent TaleWorlds.MountAndBlade.Mission.SpawnAgent(AgentBuildData agentBuildData, bool spawnFromAgentVisuals, int formationTroopCount) (IL Offset: 38)
    • Module: UNKNOWN
      Method: TaleWorlds.MountAndBlade.Agent TaleWorlds.MountAndBlade.Mission::SpawnAgent(TaleWorlds.MountAndBlade.AgentBuildData agentBuildData, System.Boolean spawnFromAgentVisuals, System.Int32 formationTroopCount)
      HarmonyIssue: False
  • Frame: void SandBox.Missions.MissionLogics.MissionAgentHandler.SpawnPlayer(bool civilianEquipment, bool noHorses, bool noWeapon, bool wieldInitialWeapons, bool isStealth, string spawnTag) (IL Offset: 1101)
    • Module: Sandbox
      Method: System.Void SandBox.Missions.MissionLogics.MissionAgentHandler::SpawnPlayer(System.Boolean civilianEquipment, System.Boolean noHorses, System.Boolean noWeapon, System.Boolean wieldInitialWeapons, System.Boolean isStealth, System.String spawnTag)
      HarmonyIssue: False
  • Frame: void SandBox.Missions.MissionLogics.Arena.ArenaPracticeFightMissionController.AfterStart() (IL Offset: 464)
    • Module: Sandbox
      Method: virtual System.Void SandBox.Missions.MissionLogics.Arena.ArenaPracticeFightMissionController::AfterStart()
      HarmonyIssue: False
  • Frame: void TaleWorlds.MountAndBlade.Mission.AfterStart() (IL Offset: 260)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Mission::AfterStart()
      HarmonyIssue: False
  • Frame: void TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading() (IL Offset: 115)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.MissionState::FinishMissionLoading()
      HarmonyIssue: False
  • Frame: void TaleWorlds.MountAndBlade.MissionState.TickLoading(float realDt) (IL Offset: 75)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.MissionState::TickLoading(System.Single realDt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.MountAndBlade.MissionState.OnTick(float realDt) (IL Offset: 113)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.MissionState::OnTick(System.Single realDt)
      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
  • Frame: void TaleWorlds.DotNet.Managed.ApplicationTick_Patch1(float dt) (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.DotNet.Managed.ApplicationTick_Patch1(System.Single dt)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.DotNet.Managed::ApplicationTick(System.Single dt)
      HarmonyIssue: False

+ Involved Modules

  • Sandbox
    • Method: System.Void SandBox.Missions.MissionLogics.VisualTrackerMissionBehavior::CheckAgent(TaleWorlds.MountAndBlade.Agent agent)
      Frame: void SandBox.Missions.MissionLogics.VisualTrackerMissionBehavior.CheckAgent(Agent agent) (IL Offset: 8)
      HarmonyIssue: False
    • Method: System.Void SandBox.Missions.MissionLogics.MissionAgentHandler::SpawnPlayer(System.Boolean civilianEquipment, System.Boolean noHorses, System.Boolean noWeapon, System.Boolean wieldInitialWeapons, System.Boolean isStealth, System.String spawnTag)
      Frame: void SandBox.Missions.MissionLogics.MissionAgentHandler.SpawnPlayer(bool civilianEquipment, bool noHorses, bool noWeapon, bool wieldInitialWeapons, bool isStealth, string spawnTag) (IL Offset: 1101)
      HarmonyIssue: False
    • Method: virtual System.Void SandBox.Missions.MissionLogics.Arena.ArenaPracticeFightMissionController::AfterStart()
      Frame: void SandBox.Missions.MissionLogics.Arena.ArenaPracticeFightMissionController.AfterStart() (IL Offset: 464)
      HarmonyIssue: False

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.2.2.140)
  • + ButterLib (Bannerlord.ButterLib, v2.6.1.0)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.5.5.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.5.4.0)
  • + Native (Native, v1.0.2.0)
  • + SandBox Core (SandBoxCore, v1.0.2.0)
  • + Sandbox (Sandbox, v1.0.2.0)
  • + CustomBattle (CustomBattle, v1.0.2.0)
  • + StoryMode (StoryMode, v1.0.2.0)
  • + MBFastDialogue (MBFastDialogue, v2.5.5.0)
  • + Birth and Death Options (BirthAndDeath, v1.0.2.0)
  • + Xorberax's Legacy for v1.0.3 (XorberaxLegacy, v1.0.5.0)
  • + Attribute Per Level (AttributePerLevel, v1.0.6.0)
  • + Better Time (BetterTime, v1.2.7.0)
  • + Party Screen Enhancements (PartyScreenEnhancements, v1.6.11.0)
  • + Take Both (TakeBoth, v1.0.1.0)
  • + CA_EagleRising (CA_EagleRising, v3.1.4.0)
  • + Europe_LemmyProject (Europe_LemmyProject, a1.0.2.0)

+ Assemblies

+ Harmony Patches

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.MountAndBlade.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.GameMenus.GameMenuCallbackManager.InitializeState
    • Postfixes
      • Owner: io.dallen.bannerlord.fastdialogue; Namespace: MBFastDialogue.Patches.GameMenuCallbackManagerPatch1.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultEncounterGameMenuModel.GetEncounterMenu
    • Postfixes
      • Owner: io.dallen.bannerlord.fastdialogue; Namespace: MBFastDialogue.Patches.StoryModeEncounterGameMenuModelPatch1.Postfix;

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCharacterDevelopmentModel.get_LevelsPerAttributePoint
    • Postfixes
      • Owner: harmonyPatch; Namespace: AttributePerLevel.GetLevelsPerAttributePointPatch.Postfix;

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

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

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

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.ExecuteRecruitTroop
    • Prefixes
      • Owner: top.hirtol.patch.partyenhancements; Namespace: PartyScreenEnhancements.Patches.ChooseIgnorePrisonerPatch.Prefix;

  • TaleWorlds.ScreenSystem.ScreenBase.AddLayer
    • Postfixes
      • Owner: top.hirtol.patch.partyenhancements; Namespace: PartyScreenEnhancements.Patches.PartyEnhancementLayerPatch.Postfix;

  • TaleWorlds.ScreenSystem.ScreenBase.RemoveLayer
    • Prefixes
      • Owner: top.hirtol.patch.partyenhancements; Namespace: PartyScreenEnhancements.Patches.PartyEnhancementLayerPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.Upgrade
    • Prefixes
      • Owner: top.hirtol.patch.partyenhancements; Namespace: PartyScreenEnhancements.Patches.ChooseUpgradePathPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyTroopManagerPopUp.PartyTroopManagerVM.OpenPopUp
    • Postfixes
      • Owner: top.hirtol.patch.partyenhancements; Namespace: PartyScreenEnhancements.Patches.PopupPatch.PostfixOpen;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyTroopManagerPopUp.PartyTroopManagerVM.ExecuteDone
    • Postfixes
      • Owner: top.hirtol.patch.partyenhancements; Namespace: PartyScreenEnhancements.Patches.PopupPatch.PostfixClose;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyTroopManagerPopUp.PartyTroopManagerVM.ConfirmCancel
    • Postfixes
      • Owner: top.hirtol.patch.partyenhancements; Namespace: PartyScreenEnhancements.Patches.PopupPatch.PostfixCancel;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteOpenUpgradePopUp
    • Prefixes
      • Owner: top.hirtol.patch.partyenhancements; Namespace: PartyScreenEnhancements.Patches.QuickUpgradePatch.PrefixOpenUpgrade;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteOpenRecruitPopUp
    • Prefixes
      • Owner: top.hirtol.patch.partyenhancements; Namespace: PartyScreenEnhancements.Patches.QuickUpgradePatch.PrefixOpenRecruit;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.UpgradeTargetVM.Refresh
    • Prefixes
      • Owner: top.hirtol.patch.partyenhancements; Namespace: PartyScreenEnhancements.Patches.UpgradeButtonTooltipPatch.Prefix;

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanTierModel.GetPartyLimitForTier
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.PartyLimitPatch.Postfix;

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

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyMoraleModel.GetEffectivePartyMorale
    • Postfixes
      • Owner: CA_EagleRising; Namespace: CA_EagleRising.PartyMoralePatch.Postfix;

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

  • SandBox.View.Map.PartyVisual.AddMobileIconComponents
    • Postfixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.PartyVisual_AddMobileIconComponents_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.MapScreen.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.MobileParty.GetAccessableTargetPointInDirection
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.MobileParty_GetAccessableTargetPointInDirection_Patch;

  • TaleWorlds.CampaignSystem.Party.MobileParty.OnAiTick
    • 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.MobileParty.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.CampaignBehaviors.KingdomDecisionProposalBehavior.GetRandomWarDecision
    • Prefixes
      • Owner: mod.harmony.elp; Namespace: Europe_LemmyProject.Patches.KingdomDecisionProposalBehavior_GetRandomWarDecision_Patch;

  • 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.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.ViewModelCollection.CharacterDeveloper.SkillVM.OnPerkSelectionOver
    • Prefixes
      • Owner: TakeBoth; Namespace: TakeBoth.PerkSelectionPatch.Prefix;

+ Log Files

  • default20230108
      • [2023-01-08T13:31:38.8893807+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-08T13:30:03.3086205+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-01-08T13:30:03.3086205+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:30:03.2928325+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-01-08T13:30:03.2928325+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:30:03.2928325+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.4.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T13:30:03.2928325+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:30:03.2918341+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-01-08T13:30:03.2908368+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-01-08T13:30:03.2908368+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-01-08T13:30:03.2898396+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-01-08T13:30:03.2898396+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-01-08T13:30:03.2898396+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-01-08T13:30:03.2888421+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (4)
      • [2023-01-08T13:30:03.2843046+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-01-08T13:30:03.2837794+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-01-08T13:30:03.0471304+01:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-01-08T13:30:02.9552495+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-01-08T13:30:02.9542278+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-01-08T13:30:02.8948888+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Enabled
      • [2023-01-08T13:30:02.8948888+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register Types
      • [2023-01-08T13:30:02.8948888+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register: BetterTime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T13:30:02.8948888+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-01-08T13:30:02.8938949+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-01-08T13:30:02.8938949+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-08T13:30:02.8903660+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Bannerlord.ButterLib.Implementation.HotKeys.HotKeySubSystem' and name 'GetGameKeyCategoriesListPostfix' and parameters ''
      • [2023-01-08T13:29:55.3877029+01:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-01-08T13:29:55.3847078+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-01-08T13:29:55.3687415+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-01-08T13:29:55.3667468+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-01-08T13:29:55.3637546+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-01-08T13:29:55.3637546+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-01-08T13:29:55.3070529+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-01-08T13:29:55.2608768+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-01-08T13:11:42.2089782+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-08T13:11:08.3839576+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-08T13:10:35.7411702+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-01-08T13:10:35.7411702+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:10:35.7250909+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-01-08T13:10:35.7250909+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:10:35.7250909+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.4.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T13:10:35.7250909+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:10:35.7245547+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-01-08T13:10:35.7234775+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-01-08T13:10:35.7234775+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-01-08T13:10:35.7224780+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-01-08T13:10:35.7224780+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-01-08T13:10:35.7224780+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-01-08T13:10:35.7214833+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (4)
      • [2023-01-08T13:10:35.7179242+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-01-08T13:10:35.7169057+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-01-08T13:10:35.4820789+01:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-01-08T13:10:35.3887010+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-01-08T13:10:35.3887010+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-01-08T13:10:35.3257016+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Enabled
      • [2023-01-08T13:10:35.3257016+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register Types
      • [2023-01-08T13:10:35.3257016+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register: BetterTime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T13:10:35.3257016+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-01-08T13:10:35.3257016+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-01-08T13:10:35.3257016+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-08T13:10:35.3221384+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Bannerlord.ButterLib.Implementation.HotKeys.HotKeySubSystem' and name 'GetGameKeyCategoriesListPostfix' and parameters ''
      • [2023-01-08T13:10:27.7971022+01:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-01-08T13:10:27.7945952+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-01-08T13:10:27.7780802+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-01-08T13:10:27.7750884+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-01-08T13:10:27.7730936+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-01-08T13:10:27.7720990+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-01-08T13:10:27.7166301+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-01-08T13:10:27.6694535+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-01-08T13:08:33.9980529+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-08T13:08:04.9538598+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-01-08T13:08:04.9538598+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:08:04.9383274+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-01-08T13:08:04.9377903+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:08:04.9377903+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.4.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T13:08:04.9377903+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:08:04.9367901+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-01-08T13:08:04.9357719+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-01-08T13:08:04.9357719+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-01-08T13:08:04.9357719+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-01-08T13:08:04.9352323+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-01-08T13:08:04.9352323+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-01-08T13:08:04.9342319+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (4)
      • [2023-01-08T13:08:04.9300176+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-01-08T13:08:04.9300176+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-01-08T13:08:04.6976832+01:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-01-08T13:08:04.6007044+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-01-08T13:08:04.6007044+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-01-08T13:08:04.5381375+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Enabled
      • [2023-01-08T13:08:04.5381375+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register Types
      • [2023-01-08T13:08:04.5381375+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register: BetterTime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T13:08:04.5381375+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-01-08T13:08:04.5381375+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-01-08T13:08:04.5381375+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-08T13:08:04.5340466+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Bannerlord.ButterLib.Implementation.HotKeys.HotKeySubSystem' and name 'GetGameKeyCategoriesListPostfix' and parameters ''
      • [2023-01-08T13:07:57.1127316+01:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-01-08T13:07:57.1092115+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-01-08T13:07:57.0947293+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-01-08T13:07:57.0922304+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-01-08T13:07:57.0892426+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-01-08T13:07:57.0887336+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-01-08T13:07:57.0328106+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-01-08T13:07:56.9857045+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-01-08T13:05:55.8587602+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-08T13:05:32.5795487+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-08T13:04:51.7856758+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-01-08T13:04:51.7856758+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:04:51.7715782+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-01-08T13:04:51.7715782+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:04:51.7715782+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.4.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T13:04:51.7715782+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:04:51.7700696+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-01-08T13:04:51.7700696+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-01-08T13:04:51.7690724+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-01-08T13:04:51.7690724+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-01-08T13:04:51.7690724+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-01-08T13:04:51.7680812+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-01-08T13:04:51.7675700+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (4)
      • [2023-01-08T13:04:51.7620263+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-01-08T13:04:51.7610287+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-01-08T13:04:51.5086896+01:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-01-08T13:04:51.4097630+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-01-08T13:04:51.4097630+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-01-08T13:04:51.3441544+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Enabled
      • [2023-01-08T13:04:51.3441544+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register Types
      • [2023-01-08T13:04:51.3441544+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register: BetterTime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T13:04:51.3441544+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-01-08T13:04:51.3441544+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-01-08T13:04:51.3441544+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-08T13:04:51.3398078+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Bannerlord.ButterLib.Implementation.HotKeys.HotKeySubSystem' and name 'GetGameKeyCategoriesListPostfix' and parameters ''
      • [2023-01-08T13:04:44.0808861+01:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-01-08T13:04:44.0776570+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-01-08T13:04:44.0621564+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-01-08T13:04:44.0591671+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-01-08T13:04:44.0566638+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-01-08T13:04:44.0566638+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-01-08T13:04:44.0001786+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-01-08T13:04:43.9524415+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-01-08T13:03:48.4254911+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-08T13:03:14.6727532+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-01-08T13:03:14.6727532+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:03:14.6563820+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-01-08T13:03:14.6563820+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:03:14.6563820+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.4.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T13:03:14.6563820+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T13:03:14.6563820+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-01-08T13:03:14.6553875+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-01-08T13:03:14.6553875+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-01-08T13:03:14.6543634+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-01-08T13:03:14.6543634+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-01-08T13:03:14.6543634+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-01-08T13:03:14.6528286+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (4)
      • [2023-01-08T13:03:14.6492456+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-01-08T13:03:14.6492456+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-01-08T13:03:14.4228074+01:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-01-08T13:03:14.3252528+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-01-08T13:03:14.3252528+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-01-08T13:03:14.2635626+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Enabled
      • [2023-01-08T13:03:14.2635626+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register Types
      • [2023-01-08T13:03:14.2635626+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register: BetterTime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T13:03:14.2635626+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-01-08T13:03:14.2635626+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-01-08T13:03:14.2635626+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-08T13:03:14.2596352+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Bannerlord.ButterLib.Implementation.HotKeys.HotKeySubSystem' and name 'GetGameKeyCategoriesListPostfix' and parameters ''
      • [2023-01-08T13:03:06.9682460+01:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-01-08T13:03:06.9657441+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-01-08T13:03:06.9501658+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-01-08T13:03:06.9477088+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-01-08T13:03:06.9447017+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-01-08T13:03:06.9441920+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-01-08T13:03:06.8891753+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-01-08T13:03:06.8406500+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-01-08T12:58:08.9264498+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-08T12:56:58.8380164+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-01-08T12:56:58.8370190+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T12:56:58.8220148+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-01-08T12:56:58.8220148+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T12:56:58.8220148+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.4.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T12:56:58.8220148+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T12:56:58.8209988+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-01-08T12:56:58.8200012+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-01-08T12:56:58.8200012+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-01-08T12:56:58.8190040+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-01-08T12:56:58.8190040+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-01-08T12:56:58.8190040+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-01-08T12:56:58.8180065+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (4)
      • [2023-01-08T12:56:58.8145097+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-01-08T12:56:58.8135123+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-01-08T12:56:58.5848858+01:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-01-08T12:56:58.4909481+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-01-08T12:56:58.4899506+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-01-08T12:56:58.4305002+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Enabled
      • [2023-01-08T12:56:58.4305002+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register Types
      • [2023-01-08T12:56:58.4305002+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register: BetterTime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T12:56:58.4305002+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-01-08T12:56:58.4305002+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-01-08T12:56:58.4295067+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-08T12:56:58.4259889+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Bannerlord.ButterLib.Implementation.HotKeys.HotKeySubSystem' and name 'GetGameKeyCategoriesListPostfix' and parameters ''
      • [2023-01-08T12:56:50.9534876+01:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-01-08T12:56:50.9499908+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-01-08T12:56:50.9350196+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-01-08T12:56:50.9325193+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-01-08T12:56:50.9300204+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-01-08T12:56:50.9290228+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-01-08T12:56:50.8746060+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-01-08T12:56:50.8276521+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-01-08T12:48:28.7068388+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-08T12:13:39.8741060+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-01-08T12:13:39.8741060+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T12:13:39.8538723+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-01-08T12:13:39.8538723+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T12:13:39.8538723+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.4.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T12:13:39.8528747+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-08T12:13:39.8518813+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-01-08T12:13:39.8513697+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-01-08T12:13:39.8503729+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-01-08T12:13:39.8503729+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-01-08T12:13:39.8503729+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-01-08T12:13:39.8493752+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-01-08T12:13:39.8483800+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (4)
      • [2023-01-08T12:13:39.8428873+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-01-08T12:13:39.8413786+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-01-08T12:13:39.4882111+01:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-01-08T12:13:39.3783027+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-01-08T12:13:39.3783027+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-01-08T12:13:39.3033788+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Enabled
      • [2023-01-08T12:13:39.3033788+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register Types
      • [2023-01-08T12:13:39.3033788+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register: BetterTime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-08T12:13:39.3033788+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-01-08T12:13:39.3033788+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-01-08T12:13:39.3033788+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-08T12:13:39.2847024+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Bannerlord.ButterLib.Implementation.HotKeys.HotKeySubSystem' and name 'GetGameKeyCategoriesListPostfix' and parameters ''
      • [2023-01-08T12:13:11.8693946+01:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-01-08T12:13:11.8648966+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-01-08T12:13:11.8385039+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-01-08T12:13:11.8350058+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-01-08T12:13:11.7292379+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-01-08T12:13:11.6338215+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-01-08T12:13:11.4106141+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-01-08T12:13:11.3555308+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...