Bannerlord has encountered a problem and will close itself.
This is a community Crash Report. Please save it and use it for reporting the error. Do not provide screenshots, provide the report!
Most likely this error was caused by a custom installed module.

If you were in the middle of something, the progress might be lost.

Launcher: steam (07.72.78.29)


+ Exception

Exception information
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: TaleWorlds.CampaignSystem
CallStack:
  1. at LocationCharacter TaleWorlds.CampaignSystem.Settlements.Locations.Location.GetLocationCharacter(Hero hero)
  2. at LocationCharacter TaleWorlds.CampaignSystem.Settlements.Locations.LocationComplex.GetLocationCharacterOfHero(Hero hero)
  3. at void TaleWorlds.CampaignSystem.CampaignBehaviors.HeroAgentSpawnCampaignBehavior.OnGovernorChanged(Town town, Hero oldGovernor, Hero newGovernor)
  4. at void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T1 t1, T2 t2, T3 t3)
  5. at void TaleWorlds.CampaignSystem.CampaignEvents.OnGovernorChanged(Town fortification, Hero oldGovernor, Hero newGovernor)
  6. at void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnGovernorChanged(Town fortification, Hero oldGovernor, Hero newGovernor)
  7. at void TaleWorlds.CampaignSystem.Actions.ChangeGovernorAction.ApplyInternal(Town fortification, Hero governor)
  8. at void TaleWorlds.CampaignSystem.CampaignBehaviors.ClanVariablesCampaignBehavior.UpdateGovernorsOfClan(Clan clan)
  9. at void TaleWorlds.CampaignSystem.CampaignBehaviors.ClanVariablesCampaignBehavior.DailyTickClan(Clan clan)
  10. at void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T t)
  11. at void TaleWorlds.CampaignSystem.CampaignEvents.DailyTickClan(Clan clan)
  12. at void TaleWorlds.CampaignSystem.CampaignEventDispatcher.DailyTickClan(Clan clan)
  13. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager+PeriodicTicker.PeriodicTickSome(double timeUnitsElapsed)
  14. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicDailyTick()
  15. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.TickPeriodicEvents()
  16. at void TaleWorlds.CampaignSystem.Campaign.Tick()
  17. at void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt)
  18. at void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt)
  19. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  20. at void TaleWorlds.Core.Game.OnTick(float dt)
  21. at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)
  22. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, float dt)

+ Enhanced Stacktrace

  • Frame: LocationCharacter TaleWorlds.CampaignSystem.Settlements.Locations.Location.GetLocationCharacter(Hero hero) (IL Offset: 31)
    • Module: UNKNOWN
      Method: TaleWorlds.CampaignSystem.Settlements.Locations.LocationCharacter TaleWorlds.CampaignSystem.Settlements.Locations.Location::GetLocationCharacter(TaleWorlds.CampaignSystem.Hero hero)
      HarmonyIssue: False
  • Frame: LocationCharacter TaleWorlds.CampaignSystem.Settlements.Locations.LocationComplex.GetLocationCharacterOfHero(Hero hero) (IL Offset: 43)
    • Module: UNKNOWN
      Method: TaleWorlds.CampaignSystem.Settlements.Locations.LocationCharacter TaleWorlds.CampaignSystem.Settlements.Locations.LocationComplex::GetLocationCharacterOfHero(TaleWorlds.CampaignSystem.Hero hero)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.HeroAgentSpawnCampaignBehavior.OnGovernorChanged(Town town, Hero oldGovernor, Hero newGovernor) (IL Offset: 3)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.HeroAgentSpawnCampaignBehavior::OnGovernorChanged(TaleWorlds.CampaignSystem.Settlements.Town town, TaleWorlds.CampaignSystem.Hero oldGovernor, TaleWorlds.CampaignSystem.Hero newGovernor)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T1 t1, T2 t2, T3 t3) (IL Offset: 25)
    • 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.OnGovernorChanged(Town fortification, Hero oldGovernor, Hero newGovernor) (IL Offset: 0)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEvents::OnGovernorChanged(TaleWorlds.CampaignSystem.Settlements.Town fortification, TaleWorlds.CampaignSystem.Hero oldGovernor, TaleWorlds.CampaignSystem.Hero newGovernor)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnGovernorChanged(Town fortification, Hero oldGovernor, Hero newGovernor) (IL Offset: 11)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEventDispatcher::OnGovernorChanged(TaleWorlds.CampaignSystem.Settlements.Town fortification, TaleWorlds.CampaignSystem.Hero oldGovernor, TaleWorlds.CampaignSystem.Hero newGovernor)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Actions.ChangeGovernorAction.ApplyInternal(Town fortification, Hero governor) (IL Offset: 137)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.Actions.ChangeGovernorAction::ApplyInternal(TaleWorlds.CampaignSystem.Settlements.Town fortification, TaleWorlds.CampaignSystem.Hero governor)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.ClanVariablesCampaignBehavior.UpdateGovernorsOfClan(Clan clan) (IL Offset: 635)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.ClanVariablesCampaignBehavior::UpdateGovernorsOfClan(TaleWorlds.CampaignSystem.Clan clan)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.ClanVariablesCampaignBehavior.DailyTickClan(Clan clan) (IL Offset: 662)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.ClanVariablesCampaignBehavior::DailyTickClan(TaleWorlds.CampaignSystem.Clan clan)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T t) (IL Offset: 22)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MbEvent`1::InvokeList(TaleWorlds.CampaignSystem.EventHandlerRec`1 list, TaleWorlds.CampaignSystem.T t)
      HarmonyIssue: True
  • Frame: void TaleWorlds.CampaignSystem.CampaignEvents.DailyTickClan(Clan clan) (IL Offset: 0)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEvents::DailyTickClan(TaleWorlds.CampaignSystem.Clan clan)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignEventDispatcher.DailyTickClan(Clan clan) (IL Offset: 11)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEventDispatcher::DailyTickClan(TaleWorlds.CampaignSystem.Clan clan)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager+PeriodicTicker.PeriodicTickSome(double timeUnitsElapsed) (IL Offset: 139)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.PeriodicTicker`1::PeriodicTickSome(System.Double timeUnitsElapsed)
      HarmonyIssue: True
  • Frame: void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicDailyTick() (IL Offset: 67)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager::PeriodicDailyTick()
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.TickPeriodicEvents() (IL Offset: 6)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager::TickPeriodicEvents()
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Campaign.Tick() (IL Offset: 132)
    • 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: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.Game::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameManagerBase.OnTick(float dt) (IL Offset: 0)
    • 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

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.2.2.140)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.5.5.0)
  • + ButterLib (Bannerlord.ButterLib, v2.6.1.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.5.4.0)
  • + Native (Native, v1.0.3.0)
  • + SandBox Core (SandBoxCore, v1.0.3.0)
  • + Sandbox (Sandbox, v1.0.3.0)
  • + Achievement Unblocker (AchievementUnblocker, v1.0.3.0)
  • + CustomBattle (CustomBattle, v1.0.3.0)
  • + StoryMode (StoryMode, v1.0.3.0)
  • + CC's Banners (Bannerlord.CCsBanners, v3.2.0.0)
  • + Party Screen Enhancements (PartyScreenEnhancements, v1.6.11.0)
  • + Governors Handle Issues (GovernorsHandleIssues, v1.0.2.7)
  • + MBSuperSpeed (MBSuperSpeed, v1.0.0.0)
  • + BahamutArmory (BahamutArmory, e1.5.2.0)
  • + Detailed Character Creation (zzCharacterCreation, v1.4.7.148)
  • + Tournaments XPanded (TournamentsXPanded, v4.1.12.0)
  • + Helmet Hair Cover Continued Plus (HelmetHairContinuedPlus, v2.3.0.0)
  • + Healthy Relationships Rewrite (HealthyRelationshipsRewrite, v1.0.0.0)
  • + Hot Butter (hotbutter, v2.0.1.0)
  • + Captivity Events (zCaptivityEvents, v1.0.3.1038)

+ Assemblies

+ Harmony Patches

  • 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.MBSubModuleBase.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix; Index: 1;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • StoryMode.StoryModeEvents.get_Instance
    • Prefixes
      • Owner: com.bloc.armagandecisionhandler; Namespace: AchievementUnblocker.ArmaganDesignDecisionHandler+Patch_StoryModeEvents_Instance_Getter.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.AchievementsCampaignBehavior.SetStatInternal
    • Prefixes
      • Owner: com.bloc.armagandecisionhandler; Namespace: AchievementUnblocker.ArmaganDesignDecisionHandler+Patch_AchievementsCampaignBehavior_SetStatInternal.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.AchievementsCampaignBehavior.CheckAchievementSystemActivity
    • Prefixes
      • Owner: com.bloc.armagandecisionhandler; Namespace: AchievementUnblocker.ArmaganDesignDecisionHandler+Patch_AchievementsCampaignBehavior_CheckAchievementSystemActivity.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.AchievementsCampaignBehavior.DeactivateAchievements
    • Prefixes
      • Owner: com.bloc.armagandecisionhandler; Namespace: AchievementUnblocker.ArmaganDesignDecisionHandler+Patch_AchievementsCampaignBehavior_DeactivateAchievements.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.AchievementsCampaignBehavior.ProgressOwnedWorkshopCount
    • Postfixes
      • Owner: com.bloc.armagandecisionhandler; Namespace: AchievementUnblocker.ArmaganDesignDecisionHandler+Patch_AchievementsCampaignBehavior_ProgressOwnedWorkshopCount.Postfix;

  • StoryMode.GameComponents.CampaignBehaviors.AchievementsCampaignBehavior.ProgressOwnedCaravanCount
    • Postfixes
      • Owner: com.bloc.armagandecisionhandler; Namespace: AchievementUnblocker.ArmaganDesignDecisionHandler+Patch_AchievementsCampaignBehavior_ProgressOwnedCaravanCount.Postfix;

  • StoryMode.GameComponents.CampaignBehaviors.AchievementsCampaignBehavior.OnSettlementEnter
    • Postfixes
      • Owner: com.bloc.armagandecisionhandler; Namespace: AchievementUnblocker.ArmaganDesignDecisionHandler+Patch_AchievementsCampaignBehavior_OnSettlementEnter.Postfix;

  • StoryMode.GameComponents.CampaignBehaviors.AchievementsCampaignBehavior.OnMissionStarted
    • Postfixes
      • Owner: com.bloc.armagandecisionhandler; Namespace: AchievementUnblocker.ArmaganDesignDecisionHandler+Patch_AchievementsCampaignBehavior_OnMissionStarted.Postfix;

  • 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.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.Actions.ChangeRelationAction.ApplyPlayerRelation
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.ChangeRelationActionPatch.Prefix;
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.ChangeRelationActionPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.Clan.AddRenown
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.AddRenownPatch.Prefix;
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.AddRenownPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.Actions.GainRenownAction.Apply
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.GainRenownActionPatch.Prefix;
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.GainRenownActionPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.Issues.VillageNeedsToolsIssueBehavior+VillageNeedsToolsIssueQuest.GiveTradeOrExchangeRewardToMainParty
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.VillageNeedsToolsPatch.Prefix;
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.VillageNeedsToolsPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.Roster.ItemRoster.AddToCounts
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.ItemRosterAddToCountsPatch.Prefix;
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.ItemRosterAddToCountsPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.CharacterDevelopment.TraitLevelingHelper.AddPlayerTraitXPAndLogEntry
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.TraitLevelingHelperPatch.Prefix;
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.TraitLevelingHelperPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.Actions.ChangeCrimeRatingAction.Apply
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.CriminalRatingActionPatch.Prefix;
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.CriminalRatingActionPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.IssuesCampaignBehavior.OnSettlementTick
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.OnSettlementTickPatch.Prefix;
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.OnSettlementTickPatch.Prefix; Index: 1;

  • TaleWorlds.MountAndBlade.BodyGenerator.SaveCurrentCharacter
    • Postfixes
      • Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.BodyGeneratorPatch.Postfix;

  • TaleWorlds.CampaignSystem.CharacterObject.UpdatePlayerCharacterBodyProperties
    • Postfixes
      • Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.CharacterObjectPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.DynamicBodyCampaignBehavior.DailyTick
    • Prefixes
      • Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.DynamicBodyPatch.Prefix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.FaceGenerator.FaceGenPropertyVM.RefreshValues
    • Postfixes
      • Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.FaceGenPropertyVMPatch.RefreshValuesPostfix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.FaceGenerator.FaceGenPropertyVM.set_Value
    • Postfixes
      • Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.FaceGenPropertyVMPatch.SetValuePostfix;

  • TaleWorlds.MountAndBlade.View.Tableaus.BasicCharacterTableau.RefreshCharacterTableau
    • Transpilers
      • Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.InitializeAgentVisualsTranspiler.Transpiler;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultTournamentModel.CreateTournament
    • Postfixes
      • Owner: HealthyRelationsRewrite; Namespace: HealthyRelationshipsRewrite.Patch.PatchCreateTournament.Postfix;
      • Owner: HealthyRelationsRewrite; Namespace: HealthyRelationshipsRewrite.Patch.PatchCreateTournament.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBattleRewardModel.GetPlayerGainedRelationAmount
    • Prefixes
      • Owner: HealthyRelationsRewrite; Namespace: HealthyRelationshipsRewrite.Patch.GetPlayerGainedRelationAmountPatch.Prefix;
      • Owner: HealthyRelationsRewrite; Namespace: HealthyRelationshipsRewrite.Patch.GetPlayerGainedRelationAmountPatch.Prefix; Index: 1;

  • TaleWorlds.MountAndBlade.Mission.OnAgentRemoved
    • Postfixes
      • Owner: HealthyRelationsRewrite; Namespace: HealthyRelationshipsRewrite.Patch.OnAgentRemovedPatch.Postfix;
      • Owner: HealthyRelationsRewrite; Namespace: HealthyRelationshipsRewrite.Patch.OnAgentRemovedPatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.DynamicBodyCampaignBehavior.OnMapEventEnded
    • Postfixes
      • Owner: HealthyRelationsRewrite; Namespace: HealthyRelationshipsRewrite.Patch.OnMapEventEndedPatch.Postfix;
      • Owner: HealthyRelationsRewrite; Namespace: HealthyRelationshipsRewrite.Patch.OnMapEventEndedPatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.TournamentGames.TournamentManager.OnPlayerJoinTournament
    • Postfixes
      • Owner: HealthyRelationsRewrite; Namespace: HealthyRelationshipsRewrite.Patch.OnPlayerJoinTournamentPatch.Postfix;
      • Owner: HealthyRelationsRewrite; Namespace: HealthyRelationshipsRewrite.Patch.OnPlayerJoinTournamentPatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior+Pregnancy..ctor
    • Prefixes
      • Owner: com.bloc.hotbutter; Namespace: Erraynhotcoffee.Viagra+MesirMacunu.Prefix;
      • Owner: com.bloc.hotbutter; Namespace: Erraynhotcoffee.Viagra+MesirMacunu.Prefix; Index: 1;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.TournamentGames.FightTournamentGame.get_RemoveTournamentAfterDays
    • Transpilers
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.RemoveTournamentAfterDaysPatch.Transpiler; Priority: 800;

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

  • SandBox.Tournaments.MissionLogics.TournamentBehavior.CalculateBet
    • Postfixes
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.CalculateBetPatch.CalculateBetRevised; Priority: 0;
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.CalculateBetPatch.PostFix; Index: 1; Priority: 0;

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

  • TaleWorlds.CampaignSystem.TournamentGames.TournamentManager.GivePrizeToWinner
    • Prefixes
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.GivePrizeToWinnerPatch.Prefix; Priority: 800;

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

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.ExecuteCloseOptions
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsvm; Namespace: MCM.UI.UIExtenderEx.OptionsVMMixin.ExecuteCloseOptionsPostfix; Priority: 300;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.RefreshValues
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsvm; Namespace: MCM.UI.UIExtenderEx.OptionsVMMixin.RefreshValuesPostfix; Priority: 300;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.set_CategoryIndex
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsvm; Namespace: MCM.UI.UIExtenderEx.OptionsVMMixin.SetSelectedCategoryPostfix; Priority: 300;

+ Log Files

  • default20230112
      • [2023-01-12T16:44:46.6789028+11:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-12T16:37:35.6414014+11:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-12T16:32:39.7169737+11:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-12T11:57:22.1078943+11:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-12T11:56:59.7610891+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-01-12T11:56:59.7610891+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-12T11:56:59.7421206+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-01-12T11:56:59.7421206+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-12T11:56:59.7421206+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.4.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-12T11:56:59.7421206+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-12T11:56:59.7411731+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-01-12T11:56:59.7411731+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-01-12T11:56:59.7401218+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-01-12T11:56:59.7401218+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-01-12T11:56:59.7401218+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-01-12T11:56:59.7391247+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-01-12T11:56:59.7391247+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (6)
      • [2023-01-12T11:56:59.7341378+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-01-12T11:56:59.7331405+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-01-12T11:56:59.4902396+11:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-01-12T11:56:59.4024758+11: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-12T11:56:59.4024758+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TournamentsXPanded.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation TournamentsXPanded.1.0.2.dll for game v1.0.2.0 is loaded.
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found no matching implementations. Loading the latest available.
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation TournamentsXPanded.1.0.2.dll.
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation TournamentsXPanded.1.0.1.dll.
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation TournamentsXPanded.1.0.0.dll.
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-01-12T11:56:59.3356538+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-01-12T11:56:59.3346564+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-12T11:56:59.3316645+11: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-12T11:56:52.7062362+11:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-01-12T11:56:52.7032439+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-01-12T11:56:52.6872839+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-01-12T11:56:52.6832675+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-01-12T11:56:52.6803028+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-01-12T11:56:52.6803028+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-01-12T11:56:52.6277103+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-01-12T11:56:52.5848144+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-01-12T11:53:58.5904912+11:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-12T11:53:23.2609304+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-01-12T11:53:23.2609304+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-12T11:53:23.2389889+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-01-12T11:53:23.2389889+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-12T11:53:23.2389889+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.4.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-12T11:53:23.2389889+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-12T11:53:23.2379914+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-01-12T11:53:23.2369948+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-01-12T11:53:23.2369948+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-01-12T11:53:23.2369948+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-01-12T11:53:23.2359971+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-01-12T11:53:23.2359971+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-01-12T11:53:23.2349998+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (6)
      • [2023-01-12T11:53:23.2270206+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-01-12T11:53:23.2260231+11:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-01-12T11:53:22.8550164+11:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-01-12T11:53:22.7662807+11: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-12T11:53:22.7662807+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-01-12T11:53:22.6847942+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TournamentsXPanded.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-01-12T11:53:22.6847942+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation TournamentsXPanded.1.0.2.dll for game v1.0.2.0 is loaded.
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found no matching implementations. Loading the latest available.
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation TournamentsXPanded.1.0.2.dll.
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation TournamentsXPanded.1.0.1.dll.
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation TournamentsXPanded.1.0.0.dll.
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-12T11:53:22.6838190+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-01-12T11:53:22.6828262+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-01-12T11:53:22.6828262+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-01-12T11:53:22.6828262+11:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-12T11:53:22.6788364+11: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-12T11:53:03.1188131+11:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-01-12T11:53:03.1158212+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-01-12T11:53:03.0988664+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-01-12T11:53:03.0948762+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-01-12T11:53:03.0270570+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-01-12T11:53:02.9632507+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-01-12T11:53:02.8332035+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-01-12T11:53:02.7863138+11:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-01-12T01:34:15.4518546+11:00] [MCM.Implementation.DefaultSettingsProvider] [WRN]: GetSettings DCCPerSaveSettings returned null
      • [2023-01-12T01:34:15.4518546+11:00] [MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider] [WRN]: GetSettings DCCPerSaveSettings returned null
      • [2023-01-12T01:34:13.3325902+11:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope