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

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

Launcher: vortex (1.6.14)


+ Exception

Exception information
Type: System.ArgumentException
Message: An item with the same key has already been added.
Source: mscorlib
CallStack:
  1. at void System.Collections.Generic.Dictionary.Insert(TKey key, TValue value, bool add)
  2. at void TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel.AddNewPairToDistanceCache(ValueTuple pair, float distance)
  3. at float TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel.GetDistance_Patch1(DefaultMapDistanceModel this, Settlement fromSettlement, Settlement toSettlement)
  4. at float TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel.GetDistance(MobileParty fromParty, Settlement toSettlement)
  5. at bool WarAndAiTweaks.Fortifications_change.Fortification_Changes+CustomPartySpeedCalculatingModel.GetsSpeedPenalty(MobileParty party)+(Settlement x) => { }
  6. at bool System.Linq.Enumerable+WhereEnumerableIterator.MoveNext()
  7. at int System.Linq.Enumerable.Count(IEnumerable source)
  8. at bool WarAndAiTweaks.Fortifications_change.Fortification_Changes+CustomPartySpeedCalculatingModel.GetsSpeedPenalty(MobileParty party)
  9. at ExplainedNumber WarAndAiTweaks.Fortifications_change.Fortification_Changes+CustomPartySpeedCalculatingModel.CalculateFinalSpeed(MobileParty mobileParty, ExplainedNumber explanation)
  10. at float TaleWorlds.CampaignSystem.Party.MobileParty.CalculateSpeedForPartyUnified()
  11. at float TaleWorlds.CampaignSystem.Party.MobileParty.CalculateSpeed()
  12. at void SandBox.View.Map.PartyVisual.TickMobilePartyVisual(float dt, PartyBase party, ref int dirtyPartiesCount, ref PartyBase[] dirtyPartiesList)
  13. at void TaleWorlds.CampaignSystem.CampaignTickCacheDataStore.RealTick(float dt, float realDt)+(int startInclusive, int endExclusive) => { } [7]
  14. at void TaleWorlds.Engine.NativeParallelDriver.For(int fromInclusive, int toExclusive, ParallelForAuxPredicate loopBody, int grainSize)
  15. at void TaleWorlds.Library.TWParallel.For(int fromInclusive, int toExclusive, ParallelForAuxPredicate body, int grainSize)
  16. at void TaleWorlds.CampaignSystem.CampaignTickCacheDataStore.RealTick(float dt, float realDt)
  17. at void TaleWorlds.CampaignSystem.Campaign.RealTick(float realDt)
  18. at void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt)
  19. at void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt)
  20. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  21. at void TaleWorlds.Core.Game.OnTick(float dt)
  22. at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)
  23. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, float dt)

+ Enhanced Stacktrace

  • Frame: void System.Collections.Generic.Dictionary.Insert(TKey key, TValue value, bool add) (IL Offset: 129)
    • Module: UNKNOWN
      Method: System.Void System.Collections.Generic.Dictionary`2::Insert(System.Collections.Generic.TKey key, System.Collections.Generic.TValue value, System.Boolean add)
      HarmonyIssue: True
  • Frame: void TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel.AddNewPairToDistanceCache(ValueTuple pair, float distance) (IL Offset: 13)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel::AddNewPairToDistanceCache(System.ValueTuple`2 pair, System.Single distance)
      HarmonyIssue: False
  • Frame: float TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel.GetDistance_Patch1(DefaultMapDistanceModel this, Settlement fromSettlement, Settlement toSettlement) (IL Offset: -1)
    • Module: ScumAndVillainy
      Method: static System.Boolean ScumAndVillainy.GetDistanceHack::Prefix(TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel& __instance, System.Single& __result, TaleWorlds.CampaignSystem.Settlements.Settlement fromSettlement, TaleWorlds.CampaignSystem.Settlements.Settlement toSettlement)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Single TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel.GetDistance_Patch1(TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel this, TaleWorlds.CampaignSystem.Settlements.Settlement fromSettlement, TaleWorlds.CampaignSystem.Settlements.Settlement toSettlement)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: virtual System.Single TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel::GetDistance(TaleWorlds.CampaignSystem.Settlements.Settlement fromSettlement, TaleWorlds.CampaignSystem.Settlements.Settlement toSettlement)
      HarmonyIssue: False
  • Frame: float TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel.GetDistance(MobileParty fromParty, Settlement toSettlement) (IL Offset: 0)
    • Module: UNKNOWN
      Method: virtual System.Single TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel::GetDistance(TaleWorlds.CampaignSystem.Party.MobileParty fromParty, TaleWorlds.CampaignSystem.Settlements.Settlement toSettlement)
      HarmonyIssue: False
  • Frame: bool WarAndAiTweaks.Fortifications_change.Fortification_Changes+CustomPartySpeedCalculatingModel.GetsSpeedPenalty(MobileParty party)+(Settlement x) => { } (IL Offset: 23)
    • Module: WarAndAiTweaks
      Method: System.Boolean WarAndAiTweaks.Fortifications_change.<>c__DisplayClass1_0::b__0(TaleWorlds.CampaignSystem.Settlements.Settlement x)
      HarmonyIssue: False
  • Frame: bool System.Linq.Enumerable+WhereEnumerableIterator.MoveNext() (IL Offset: 55)
    • Module: UNKNOWN
      Method: virtual System.Boolean System.Linq.WhereEnumerableIterator`1::MoveNext()
      HarmonyIssue: True
  • Frame: int System.Linq.Enumerable.Count(IEnumerable source) (IL Offset: 63)
    • Module: UNKNOWN
      Method: static System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1 source)
      HarmonyIssue: False
  • Frame: bool WarAndAiTweaks.Fortifications_change.Fortification_Changes+CustomPartySpeedCalculatingModel.GetsSpeedPenalty(MobileParty party) (IL Offset: 101)
    • Module: WarAndAiTweaks
      Method: static System.Boolean WarAndAiTweaks.Fortifications_change.CustomPartySpeedCalculatingModel::GetsSpeedPenalty(TaleWorlds.CampaignSystem.Party.MobileParty party)
      HarmonyIssue: False
  • Frame: ExplainedNumber WarAndAiTweaks.Fortifications_change.Fortification_Changes+CustomPartySpeedCalculatingModel.CalculateFinalSpeed(MobileParty mobileParty, ExplainedNumber explanation) (IL Offset: 121)
    • Module: WarAndAiTweaks
      Method: virtual TaleWorlds.CampaignSystem.ExplainedNumber WarAndAiTweaks.Fortifications_change.CustomPartySpeedCalculatingModel::CalculateFinalSpeed(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, TaleWorlds.CampaignSystem.ExplainedNumber explanation)
      HarmonyIssue: False
  • Frame: float TaleWorlds.CampaignSystem.Party.MobileParty.CalculateSpeedForPartyUnified() (IL Offset: 132)
    • Module: UNKNOWN
      Method: System.Single TaleWorlds.CampaignSystem.Party.MobileParty::CalculateSpeedForPartyUnified()
      HarmonyIssue: False
  • Frame: float TaleWorlds.CampaignSystem.Party.MobileParty.CalculateSpeed() (IL Offset: 284)
    • Module: UNKNOWN
      Method: System.Single TaleWorlds.CampaignSystem.Party.MobileParty::CalculateSpeed()
      HarmonyIssue: False
  • Frame: void SandBox.View.Map.PartyVisual.TickMobilePartyVisual(float dt, PartyBase party, ref int dirtyPartiesCount, ref PartyBase[] dirtyPartiesList) (IL Offset: 51)
    • Module: Sandbox
      Method: System.Void SandBox.View.Map.PartyVisual::TickMobilePartyVisual(System.Single dt, TaleWorlds.CampaignSystem.Party.PartyBase party, System.Int32& dirtyPartiesCount, TaleWorlds.CampaignSystem.Party.PartyBase[]& dirtyPartiesList)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignTickCacheDataStore.RealTick(float dt, float realDt)+(int startInclusive, int endExclusive) => { } [7] (IL Offset: 64)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.<>c__DisplayClass24_0::b__7(System.Int32 startInclusive, System.Int32 endExclusive)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Engine.NativeParallelDriver.For(int fromInclusive, int toExclusive, ParallelForAuxPredicate loopBody, int grainSize) (IL Offset: 46)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.Engine.NativeParallelDriver::For(System.Int32 fromInclusive, System.Int32 toExclusive, TaleWorlds.Library.ParallelForAuxPredicate loopBody, System.Int32 grainSize)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Library.TWParallel.For(int fromInclusive, int toExclusive, ParallelForAuxPredicate body, int grainSize) (IL Offset: 36)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.Library.TWParallel::For(System.Int32 fromInclusive, System.Int32 toExclusive, TaleWorlds.Library.ParallelForAuxPredicate body, System.Int32 grainSize)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignTickCacheDataStore.RealTick(float dt, float realDt) (IL Offset: 353)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignTickCacheDataStore::RealTick(System.Single dt, System.Single realDt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Campaign.RealTick(float realDt) (IL Offset: 125)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Campaign::RealTick(System.Single realDt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt) (IL Offset: 140)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnMapModeTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt) (IL Offset: 77)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnTick(float dt) (IL Offset: 47)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.Game.OnTick(float dt) (IL Offset: 25)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.Game::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameManagerBase.OnTick(float dt) (IL Offset: 70)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameManagerBase::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, float dt) (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(TaleWorlds.MountAndBlade.Module this, System.Single dt)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Module::OnApplicationTick(System.Single dt)
      HarmonyIssue: False

+ Involved Modules

  • ScumAndVillainy
    • Method: static System.Boolean ScumAndVillainy.GetDistanceHack::Prefix(TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel& __instance, System.Single& __result, TaleWorlds.CampaignSystem.Settlements.Settlement fromSettlement, TaleWorlds.CampaignSystem.Settlements.Settlement toSettlement)
      Frame: float TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel.GetDistance_Patch1(DefaultMapDistanceModel this, Settlement fromSettlement, Settlement toSettlement) (IL Offset: -1)
      HarmonyIssue: False
  • WarAndAiTweaks
    • Method: System.Boolean WarAndAiTweaks.Fortifications_change.<>c__DisplayClass1_0::b__0(TaleWorlds.CampaignSystem.Settlements.Settlement x)
      Frame: bool WarAndAiTweaks.Fortifications_change.Fortification_Changes+CustomPartySpeedCalculatingModel.GetsSpeedPenalty(MobileParty party)+(Settlement x) => { } (IL Offset: 23)
      HarmonyIssue: False
    • Method: static System.Boolean WarAndAiTweaks.Fortifications_change.CustomPartySpeedCalculatingModel::GetsSpeedPenalty(TaleWorlds.CampaignSystem.Party.MobileParty party)
      Frame: bool WarAndAiTweaks.Fortifications_change.Fortification_Changes+CustomPartySpeedCalculatingModel.GetsSpeedPenalty(MobileParty party) (IL Offset: 101)
      HarmonyIssue: False
    • Method: virtual TaleWorlds.CampaignSystem.ExplainedNumber WarAndAiTweaks.Fortifications_change.CustomPartySpeedCalculatingModel::CalculateFinalSpeed(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, TaleWorlds.CampaignSystem.ExplainedNumber explanation)
      Frame: ExplainedNumber WarAndAiTweaks.Fortifications_change.Fortification_Changes+CustomPartySpeedCalculatingModel.CalculateFinalSpeed(MobileParty mobileParty, ExplainedNumber explanation) (IL Offset: 121)
      HarmonyIssue: False
  • Sandbox
    • Method: System.Void SandBox.View.Map.PartyVisual::TickMobilePartyVisual(System.Single dt, TaleWorlds.CampaignSystem.Party.PartyBase party, System.Int32& dirtyPartiesCount, TaleWorlds.CampaignSystem.Party.PartyBase[]& dirtyPartiesList)
      Frame: void SandBox.View.Map.PartyVisual.TickMobilePartyVisual(float dt, PartyBase party, ref int dirtyPartiesCount, ref PartyBase[] dirtyPartiesList) (IL Offset: 51)
      HarmonyIssue: False

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.2.2.140)
  • + Distinguished Service (DistinguishedService, v5.2.0.0)
  • + 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)
  • + CustomBattle (CustomBattle, v1.0.2.0)
  • + Sandbox (Sandbox, v1.0.2.0)
  • + StoryMode (StoryMode, v1.0.2.0)
  • + Adonnay's Troop Changer (AdonnaysTroopChanger, v1.8.8.0)
  • + Adoption (Adoption, v1.0.2.0)
  • + AgeSettings (AgeSettings, v1.6.0.0)
  • + Diplomacy (Bannerlord.Diplomacy, v1.1.19.0)
  • + BloodMod (BloodMod, v2.0.0.0)
  • + Custom Spawns API (CustomSpawns, v1.9.3.0)
  • + CAW RBM weapons patch (CAW_RBM_weapons, v1.0.3.0)
  • + (RBM) Realistic Battle Mod (RBM, v3.5.0.0)
  • + CFE RBM patch (CFE_RBM, v1.1.3.0)
  • + Calradia At War (CalradiaAtWar, v1.9.0.0)
  • + Calradia Expanded (CalradiaExpanded, a1.1.9.0)
  • + Open Source Armory (OpenSourceArmory, v1.13.5.0)
  • + Calradia Expanded: Kingdoms (CalradiaExpandedKingdoms, v1.2.3.0)
  • + Camel Armor (Camel Armor, e1.5.2.0)
  • + Dismemberment (Plus) for v1.0.2 (DismembermentPlus, v2.0.5.8)
  • + FamilyControl (FamilyControl, v1.0.2.0)
  • + Family Tree (FamilyTree, v1.2.2.0)
  • + Fighting Together Relationship (FightingTogetherRelationship, v2.4.0.0)
  • + MoreCompanionsForMyTavern (MoreCompanionsForMyTavern, v1.0.2.0)
  • + Realistic Weather (RealisticWeather, v1.2.0.0)
  • + ScumAndVillainy (ScumAndVillainy, e1.0.2.0)
  • + Troop Sorting (TroopSort, v1.1.0.3)
  • + True Relations (TrueRelations, v1.5.4.0)
  • + True Sieges (TrueSieges, v1.2.0.0)
  • + Useful Companions (UsefullCompanions, v0.4.5.0)
  • + Vaegir Armoury (Vaegir Armoury, v1.0.0.0)
  • + WarAndAiTweaks (WarAndAiTweaks, v1.7.0.0)
  • + swadian armoury (swadian armoury, v1.0.0.0)
  • + Improved Garrisons (ImprovedGarrisons, v4.1.1.8)

+ Assemblies

+ Harmony Patches

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.Party.MobileParty.FillPartyStacks
    • Prefixes
      • Owner: mod.bannerlord.adonnay; Namespace: AdonnaysTroopChanger.PatchFillPartyStacks.Prefix;
      • Owner: mod.bannerlord.sultanbonus; Namespace: ScumAndVillainy.FillPartyStacksHack.Prefix; Index: 1;
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.SpawnLordPartyInternalPatch.Prefix; Index: 2;

  • TaleWorlds.MountAndBlade.Agent.InitializeComponents
    • Prefixes
      • Owner: AgeSettingsPatchID; Namespace: AgeSettings.PatchVisualsDuringBattle.Prefix;

  • TaleWorlds.MountAndBlade.View.AgentVisuals.AddSkinMeshesToEntity
    • Prefixes
      • Owner: AgeSettingsPatchID; Namespace: AgeSettings.PatchAgentVisualsCreate.Prefix;

  • TaleWorlds.MountAndBlade.View.Tableaus.CharacterTableau.SetBodyProperties
    • Prefixes
      • Owner: AgeSettingsPatchID; Namespace: AgeSettings.PatchEncyclopediaHeroDisplay.Prefix;

  • TaleWorlds.CampaignSystem.Hero.get_Age
    • Postfixes
      • Owner: AgeSettingsPatchID; Namespace: AgeSettings.PatchChildrenDisplayInMenuAndBattle.Postfix;

  • TaleWorlds.CampaignSystem.Campaign.DailyTick
    • Postfixes
      • Owner: AgeSettingsPatchID; Namespace: AgeSettings.PatchDailyAgingTick.Postfix;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.Actions.DeclareWarAction.Apply
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DeclareWarActionPatch.ApplyPostfix;

  • TaleWorlds.CampaignSystem.Actions.DeclareWarAction.ApplyDeclareWarOverProvocation
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DeclareWarActionPatch.ApplyDeclareWarOverProvocationPostfix;

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

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderWar
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DiplomaticBartersBehaviorPatch.ConsiderWarPrefix;
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.AriorumPatch2.Prefix; Index: 1;

  • SandBox.GauntletUI.Encyclopedia.EncyclopediaData.GetEncyclopediaPageInstance
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.EncyclopediaDataPatch.GetEncyclopediaPageInstancePostfix;

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

  • TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.ConsiderWar
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomDecisionProposalBehaviorPatch.ConsiderWarPrefix;
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.AriorumPatch1.Prefix; Index: 1;

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

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

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

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

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

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

  • SandBox.GauntletUI.BannerEditor.GauntletBannerEditorScreen.OnDone
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.MBBannerEditorGauntletScreenPatch.SetColorsPrefix;

  • SandBox.MapScene.GetNavigationMeshIndexOfTerrainType
    • Postfixes
      • Owner: CE; Namespace: CalradiaExpanded.NavalPatch+GetNavigationMeshIndexOfTerrainTypePatch.Postfix;

  • SandBox.MapScene.GetFaceTerrainType
    • Postfixes
      • Owner: CE; Namespace: CalradiaExpanded.NavalPatch+GetFaceTerrainTypePatch.Postfix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.OnAiTickInternal
    • Postfixes
      • Owner: CE; Namespace: CalradiaExpanded.NavalPatch+OnAiTickInternalPatch.Postfix;

  • SandBox.ViewModelCollection.Nameplate.SettlementNameplateVM.IsVisible
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Ruins.Patches.IsVisiblePatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BanditsCampaignBehavior.bandit_start_barter_condition
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Ruins.Patches.bandit_start_barter_conditionPatch.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultEncounterGameMenuModel.GetEncounterMenu
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Ruins.Patches.CEKGetEncounterMenu.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.AgingCampaignBehavior.OnHeroComesOfAge
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Fixes.OnHeroComesOfAgePatch.Prefix;

  • TaleWorlds.CampaignSystem.CharacterDevelopment.DefaultCulturalFeats.InitializeAll
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Feats.Patches.InitializeAllPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderClanJoinAsMercenary
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.AriorumPatch3.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderClanJoin
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.AriorumPatch4.Prefix;

  • TaleWorlds.ObjectSystem.MBObjectManager.GetMergedXmlForManaged
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.GetMergedXmlForManagedPath.Prefix;

  • TaleWorlds.CampaignSystem.NameGenerator.GenerateClanName
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.GenerateClanNamePatch.Postfix;

  • Helpers.FactionHelper.GenerateClanNameforPlayer
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.GenerateClanNameforPlayerPatch.Postfix;

  • TaleWorlds.CampaignSystem.Campaign.OnRegisterTypes
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.CEKRegisterTypes.Postfix;

  • TaleWorlds.CampaignSystem.CharacterObject.GetUpgradeXpCost
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.GetUpgradeXpCostPatch.Prefix;

  • TaleWorlds.MountAndBlade.MBGameManager.StartNewGame
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.StartNewGamePatch.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Settlement.AddTroopToMilitiaParty
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.MilitiaSpawnPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.WorkshopsCampaignBehavior.IsItemPreferredForTown
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.IsItemPreferredPatch.Postfix;

  • TaleWorlds.CampaignSystem.TournamentGames.FightTournamentGame.CachePossibleRegularRewardItems
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.TournamentPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationCultureStageVM.InitializePlayersFaceKeyAccordingToCultureSelection
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.CEKCharacterCreation.Patches+CEKSandboxInitializePlayersFaceKeyAccordingToCultureSelectionPatch.Postfix;

  • TaleWorlds.MountAndBlade.GauntletUI.Widgets.Multiplayer.WidgetsMultiplayerHelper.GetFactionColorCode
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.CEKCharacterCreation.Patches+CEKSandboxSetColorGradientPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.CheckOffspringsToDeliver
    • Prefixes
      • Owner: FamilyControl.FamilyControlSubModule; Namespace: FamilyControl.CheckOffspringsToDeliverPatch.Prefix;

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

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

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

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

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

  • TaleWorlds.CampaignSystem.Conversation.ConversationHelper.GetHeroRelationToHeroTextShort
    • Prefixes
      • Owner: mod.bannerlord.tree.family; Namespace: FamilyTree.Patches.GetHeroRelationToHeroTextShortPatch.Prefix;

  • TaleWorlds.MountAndBlade.Mission.AddMissileAux
    • Prefixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.RealisticWeatherMission.Prefix;

  • TaleWorlds.MountAndBlade.CustomBattle.CustomBattle.MapSelectionGroupVM.RandomizeAll
    • Postfixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.ViewModels.RealisticWeatherSelectionGroupVM.Postfix;

  • TaleWorlds.MountAndBlade.CustomBattle.CustomBattle.MapSelectionGroupVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.RealisticWeather; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.MountAndBlade.CustomBattle.CustomBattle.MapSelectionGroupVM.RefreshValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.RealisticWeather; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.Campaign.OnInitialize
    • Postfixes
      • Owner: mod.bannerlord.sultanbonus; Namespace: ScumAndVillainy.PatchClanDeserialize.Postfix;

  • CustomSpawns.Dialogues.DialogueConditionInterpretor.IsHostile
    • Prefixes
      • Owner: mod.bannerlord.sultanbonus; Namespace: ScumAndVillainy.IsHostileHack.Prefix;

  • CustomSpawns.Dialogues.DialogueConditionInterpretor.IsFriendly
    • Prefixes
      • Owner: mod.bannerlord.sultanbonus; Namespace: ScumAndVillainy.IsFriendlyHack.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultMapDistanceModel.GetDistance
    • Prefixes
      • Owner: mod.bannerlord.sultanbonus; Namespace: ScumAndVillainy.GetDistanceHack.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BanditsCampaignBehavior.SpawnBanditOrLooterPartiesAroundAHideoutOrSettlement
    • Prefixes
      • Owner: mod.bannerlord.sultanbonus; Namespace: ScumAndVillainy.SpawnBanditOrLooterPartiesAroundAHideoutOrSettlementHack.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BanditsCampaignBehavior.HourlyTick
    • Prefixes
      • Owner: mod.bannerlord.sultanbonus; Namespace: ScumAndVillainy.HourlyTickHack.Prefix;

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

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

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

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

  • TaleWorlds.CampaignSystem.Kingdom.CreateArmy
    • Prefixes
      • Owner: mod.octavius.bannerlord; Namespace: WarAndAiTweaks.CreateArmyPatch.Prefix;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.ObjectSystem.MBObjectManager.MergeTwoXmls
    • Prefixes
      • Owner: com.rbmmain; Namespace: RBM.XmlLoadingPatches+MergeTwoXmlsPatch.Prefix;

  • SandBox.Tournaments.MissionLogics.TournamentFightMissionController.Simulate
    • Prefixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+TournamentFightMissionControllerPatch.SimulatePrefix;

  • SandBox.Tournaments.MissionLogics.TournamentFightMissionController.PrepareForMatch
    • Postfixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+TournamentFightMissionControllerPatch.PrepareForMatchPrefix;

  • TaleWorlds.CampaignSystem.TournamentGames.FightTournamentGame.GetParticipantCharacters
    • Prefixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+FightTournamentGamePatch.GetParticipantCharactersPrefix;

  • TaleWorlds.CampaignSystem.TournamentGames.FightTournamentGame.GetTournamentPrize
    • Postfixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+FightTournamentGamePatch.GetTournamentPrizePostfix;

  • TaleWorlds.CampaignSystem.TournamentGames.TournamentGame.UpdateTournamentPrize
    • Prefixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+TournamentGamePatch.UpdateTournamentPrizePrefix;

  • TaleWorlds.CampaignSystem.TournamentGames.TournamentManager.GivePrizeToWinner
    • Prefixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+GivePrizeToWinnerPatch.GivePrizeToWinnerPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultTournamentModel.GetRenownReward
    • Prefixes
      • Owner: com.rbmt; Namespace: RBMTournament.RBMTournament+DefaultTournamentModelPatch.GetRenownRewardPrefix;

  • TaleWorlds.MountAndBlade.MissionCombatantsLogic.EarlyStart
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+EarlyStartPatch.Postfix;

  • SandBox.Missions.MissionLogics.CampaignMissionComponent.EarlyStart
    • Postfixes
      • Owner: com.rbmai; Namespace: RBMAI.Tactics+CampaignMissionComponentPatch.Postfix;

  • TaleWorlds.Core.ItemModifier.ModifyArmor
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ModifyArmorPatch.Prefix;

  • TaleWorlds.Core.ItemModifier.ModifyDamage
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ModifyModifyDamagePatch.Prefix;

  • TaleWorlds.MountAndBlade.RangedSiegeWeapon.GetTargetReleaseAngle
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.OverrideRangedSiegeWeapon.PrefixGetTargetReleaseAngle;

  • TaleWorlds.MountAndBlade.RangedSiegeWeapon.ShootProjectileAux
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.OverrideRangedSiegeWeapon.PrefixShootProjectileAux;

  • TaleWorlds.MountAndBlade.Mangonel.OnTick
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.OverrideMangonel.PrefixOnTick;

  • TaleWorlds.MountAndBlade.Mission.HandleMissileCollisionReaction
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.HandleMissileCollisionReactionPatch.Prefix;

  • TaleWorlds.MountAndBlade.Mission.MeleeHitCallback
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MeleeHitCallbackPatch.Prefix;
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MeleeHitCallbackPatch.Postfix;

  • TaleWorlds.MountAndBlade.Mission.MissileHitCallback
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MissileHitCallbackPatch.Prefix;
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MissileHitCallbackPatch.Postfix;

  • TaleWorlds.MountAndBlade.Mission.DecideAgentHitParticles
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RealisticWeaponCollision.DecideAgentHitParticlesMOD;

  • TaleWorlds.MountAndBlade.Mission.DecideWeaponCollisionReaction
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RealisticWeaponCollision.DecideWeaponCollisionReactionMOD;

  • TaleWorlds.MountAndBlade.Mission.CreateMeleeBlow
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RealisticWeaponCollision.CreateMeleeBlowPostFix;
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+CreateMeleeBlowPatch.Postfix; Index: 1;
      • Owner: com.rbmcombat; Namespace: RBMCombat.DamageRework+CreateMeleeBlowPatch.Postfix; Index: 2;

  • TaleWorlds.MountAndBlade.Agent.GetBaseArmorEffectivenessForBodyPart
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ArmorRework+ChangeBodyPartArmor.Prefix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.CalculateBaseMeleeBlowMagnitude
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MagnitudeChanges+CalculateBaseMeleeBlowMagnitudePatch.Prefix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.ComputeBlowMagnitudeMissile
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MagnitudeChanges+ComputeBlowMagnitudeMissilePacth.Prefix;

  • TaleWorlds.Core.CombatStatCalculator.CalculateStrikeMagnitudeForPassiveUsage
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MagnitudeChanges+ChangeLanceDamage.Prefix;

  • TaleWorlds.Core.CombatStatCalculator.CalculateStrikeMagnitudeForThrust
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MagnitudeChanges+CalculateStrikeMagnitudeForThrustPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.ItemMenuVM.SetWeaponComponentTooltip
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MagnitudeChanges+SetWeaponComponentTooltipPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPInventoryVM.UpdateCharacterArmorValues
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MagnitudeChanges+UpdateCharacterArmorValuesPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPInventoryVM.RefreshValues
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MagnitudeChanges+RefreshValuesPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaUnitPageVM.RefreshValues
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MagnitudeChanges+EncyclopediaUnitPageVMRefreshValuesPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaUnitPageVM.OnEquipmentSetChange
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MagnitudeChanges+EncyclopediaUnitPageVOnEquipmentSetChangePatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.PropertyBasedTooltipVMExtensions.UpdateTooltip
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MagnitudeChanges+UpdateTooltipPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.PropertyBasedTooltipVMExtensions.UpdateTooltip
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.MagnitudeChanges+UpdateTooltipCharacterObjectPatch.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyHealingModel.GetSurvivalChance
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideDefaultPartyHealingModel.PrefixGetAiWeight;

  • StoryMode.GameComponents.StoryModeGenericXpModel.GetXpMultiplier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+AddSkillXpPatch.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCombatXpModel.GetXpMultiplierFromShotDifficulty
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+GetXpMultiplierFromShotDifficultyPatch.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCombatXpModel.GetXpFromHit
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+GetXpFromHitPatch.PrefixGetXpFromHit;

  • StoryMode.Missions.TrainingFieldMissionController.BowInTrainingAreaUpdate
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+BowInTrainingAreaUpdatePatch.Postfix;

  • StoryMode.Missions.TrainingFieldMissionController.BowTrainingEndedSuccessfully
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+BowTrainingEndedSuccessfullyPatch.Postfix;

  • StoryMode.Missions.TrainingFieldMissionController.MountedTrainingUpdate
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+MountedTrainingUpdatePatch.Postfix;

  • StoryMode.Missions.TrainingFieldMissionController.MountedTrainingEndedSuccessfully
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+MountedTrainingEndedSuccessfullyPatch.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultVolunteerModel.GetBasicVolunteer
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+DefaultVolunteerModelPatch.Prefix;

  • Helpers.PerkHelper.AddPerkBonusForParty
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideAddPerkBonusForParty.PrefixAddPerkBonusForParty;

  • SandBox.GameComponents.SandboxAgentStatCalculateModel.GetEffectiveMaxHealth
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideGetEffectiveMaxHealth.PrefixGetEffectiveMaxHealth;

  • TaleWorlds.CampaignSystem.CharacterObject.GetPowerImp
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideCharacterObject.PrefixGetPowerImp;

  • TaleWorlds.CampaignSystem.CharacterObject.GetPower
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideCharacterObject.PrefixGetPower;

  • TaleWorlds.CampaignSystem.CharacterObject.GetBattlePower
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideCharacterObject.PrefixGetBattlePower;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultMilitaryPowerModel.GetTroopPowerBasedOnContext
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideDefaultMilitaryPowerModel.PrefixGetTroopPowerBasedOnContext;

  • SandBox.GameComponents.SandboxAgentStatCalculateModel.UpdateHorseStats
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+UpdateHorseStatsPatch.Postfix;
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+ChangeHorseChargeBonus.Postfix; Index: 1;

  • TaleWorlds.MountAndBlade.CustomBattleAgentStatCalculateModel.UpdateAgentStats
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+CustomBattleAgentStatCalculateModelUpdateHorseStatsPatch.Postfix;
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+CustomBattleUpdateAgentStats.Postfix; Index: 1;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.DecideMountRearedByBlow
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+DecideMountRearedByBlowPatch.Prefix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.DecideAgentDismountedByBlow
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+DecideAgentDismountedByBlowPatch.PrefixDecideAgentDismountedByBlow;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.ComputeBlowMagnitudeFromHorseCharge
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.HorseChanges+ChangeHorseDamageCalculation.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateValue
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+OverrideCalculateValue.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateHorseTier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+OverrideCalculateHorseTier.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateTierMeleeWeapon
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+OverrideCalculateTierMeleeWeapon.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateAmmoTier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+CalculateAmmoTierPatch.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateShieldTier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+CalculateShieldTierPatch.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateRangedWeaponTier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+OverrideCalculateRangedWeaponTier.Prefix;

  • TaleWorlds.Core.DefaultItemValueModel.CalculateArmorTier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.ItemValuesTiers+OverrideCalculateArmorTier.Prefix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.GetEntityDamageMultiplier
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.DamageRework+GetEntityDamageMultiplierPatch.Prefix;

  • TaleWorlds.MountAndBlade.Mission.GetAttackCollisionResults
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.DamageRework+GetAttackCollisionResultsPatch.Postfix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.ComputeBlowDamage
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.DamageRework+OverrideDamageCalc.Prefix;

  • SandBox.GameComponents.SandboxAgentStatCalculateModel.UpdateHumanStats
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.DamageRework+SandboxAgentUpdateHumanStats.Postfix;

  • TaleWorlds.MountAndBlade.Mission.RegisterBlow
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.DamageRework+RegisterBlowPatch.Prefix;

  • SandBox.Missions.MissionLogics.BattleAgentLogic.OnAgentHit
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.DamageRework+OnAgentHitPatch.Prefix;

  • TaleWorlds.MountAndBlade.Agent.HandleBlow
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.DamageRework+HandleBlowPatch.Prefix;

  • TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+MissionLoadChangeParameters.Postfix;

  • TaleWorlds.MountAndBlade.Agent.WeaponEquipped
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OverrideWeaponEquipped.Prefix;

  • TaleWorlds.MountAndBlade.Agent.EquipItemsFromSpawnEquipment
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OverrideEquipItemsFromSpawnEquipment.Prefix;
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OverrideEquipItemsFromSpawnEquipment.Postfix;

  • TaleWorlds.MountAndBlade.Mission.OnAgentShootMissile
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OverrideOnAgentShootMissile.Prefix;
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OverrideOnAgentShootMissile.Postfix;

  • TaleWorlds.MountAndBlade.Mission.EndMission
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OverrideEndMission.PrefixOnEndMissionResult;

  • TaleWorlds.MountAndBlade.Agent.OnWieldedItemIndexChange
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.RangedRework+OnWieldedItemIndexChangePatch.Postfix;

  • TaleWorlds.MountAndBlade.AgentStatCalculateModel.SetAiRelatedProperties
    • Postfixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.OverrideRangedSiegeWeapon+OverrideSetAiRelatedProperties.Postfix;

  • TaleWorlds.MountAndBlade.CommonAIComponent.InitializeMorale
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideDefaultMilitaryPowerModel+InitializeMoralePatch.Prefix;

  • TaleWorlds.MountAndBlade.Agent.InitializeSpawnEquipment
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideDefaultMilitaryPowerModel+InitializeSpawnEquipmentPatch.Prefix;

  • TaleWorlds.Core.Equipment.GetRandomizedEquipment
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.CampaignChanges+OverrideDefaultMilitaryPowerModel+GetRandomizedEquipmentPatch.Prefix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.ComputeBlowDamageOnShield
    • Prefixes
      • Owner: com.rbmcombat; Namespace: RBMCombat.DamageRework+OverrideDamageCalc+OverrideDamageCalcShield.Prefix;

  • RBMAI.PostureLogic+CreateMeleeBlowPatch.calculateDefenderPostureDamage
    • Postfixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.RealisticWeatherPostureLogic.Postfix;

  • RBMAI.PostureLogic+CreateMeleeBlowPatch.calculateAttackerPostureDamage
    • Postfixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.RealisticWeatherPostureLogic.Postfix;

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

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

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

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

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

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

+ Log Files

  • default20230105
      • [2023-01-05T14:51:50.2673951+01:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-01-05T14:49:54.8050982+01:00] [Diplomacy.SubModule] [INF]: Loaded Diplomacy v1.1.19!
      • [2023-01-05T14:49:40.5036770+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-01-05T14:49:40.5036770+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-05T14:49:40.4497066+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-01-05T14:49:40.4497066+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-05T14:49:40.4497066+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.4.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-05T14:49:40.4497066+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-05T14:49:40.4487067+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-01-05T14:49:40.4477070+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-01-05T14:49:40.4477070+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-01-05T14:49:40.4467074+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-01-05T14:49:40.4467074+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-01-05T14:49:40.4467074+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-01-05T14:49:40.4457078+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (10)
      • [2023-01-05T14:49:40.4377102+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-01-05T14:49:40.4377102+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-01-05T14:49:38.6382757+01:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-01-05T14:49:38.5363212+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-05T14:49:38.5363212+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-01-05T14:49:38.2563985+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: RealisticWeather - Enabled
      • [2023-01-05T14:49:38.2563985+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: RealisticWeather - Register Types
      • [2023-01-05T14:49:38.2563985+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: RealisticWeather - Register: RealisticWeather, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-05T14:49:38.2563985+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: FamilyTree - Enabled
      • [2023-01-05T14:49:38.2563985+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: FamilyTree - Register Types
      • [2023-01-05T14:49:38.2563985+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: FamilyTree - Register: FamilyTree, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Enabled
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register Types
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register: Bannerlord.Diplomacy.1.0.2, Version=1.1.19.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Diplomacy.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation Bannerlord.Diplomacy.1.0.2.dll for game v1.0.2.0 is loaded.
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found matching implementation. Loading it.
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.2.dll.
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.1.dll.
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.0.dll.
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-01-05T14:49:38.2554150+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-05T14:49:38.2384164+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-05T14:49:09.9341781+01:00] [Diplomacy.SubModule] [INF]: Loading Diplomacy v1.1.19...
      • [2023-01-05T14:49:02.1105886+01:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-01-05T14:49:02.1075724+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-01-05T14:49:02.0486085+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-01-05T14:49:02.0466098+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-01-05T14:49:02.0436105+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-01-05T14:49:02.0046056+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-01-05T14:49:01.8576617+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-01-05T14:49:01.7007026+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-01-05T14:45:29.0089355+01:00] [Diplomacy.SubModule] [INF]: Loaded Diplomacy v1.1.19!
      • [2023-01-05T14:45:13.4849585+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-01-05T14:45:13.4849585+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-05T14:45:13.4539685+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-01-05T14:45:13.4539685+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-05T14:45:13.4539685+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.4.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-05T14:45:13.4539685+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-05T14:45:13.4529815+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-01-05T14:45:13.4519814+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-01-05T14:45:13.4519814+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-01-05T14:45:13.4519814+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-01-05T14:45:13.4509815+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-01-05T14:45:13.4509815+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-01-05T14:45:13.4499820+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (10)
      • [2023-01-05T14:45:13.4419848+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-01-05T14:45:13.4409854+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-01-05T14:45:11.5096054+01:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-01-05T14:45:11.4076383+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-05T14:45:11.4076383+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-01-05T14:45:11.0927265+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: RealisticWeather - Enabled
      • [2023-01-05T14:45:11.0927265+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: RealisticWeather - Register Types
      • [2023-01-05T14:45:11.0927265+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: RealisticWeather - Register: RealisticWeather, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-05T14:45:11.0927265+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: FamilyTree - Enabled
      • [2023-01-05T14:45:11.0927265+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: FamilyTree - Register Types
      • [2023-01-05T14:45:11.0927265+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: FamilyTree - Register: FamilyTree, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-05T14:45:11.0927265+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Enabled
      • [2023-01-05T14:45:11.0927265+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register Types
      • [2023-01-05T14:45:11.0927265+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register: Bannerlord.Diplomacy.1.0.2, Version=1.1.19.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-05T14:45:11.0927265+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Diplomacy.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-01-05T14:45:11.0927265+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-01-05T14:45:11.0927265+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation Bannerlord.Diplomacy.1.0.2.dll for game v1.0.2.0 is loaded.
      • [2023-01-05T14:45:11.0917463+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found matching implementation. Loading it.
      • [2023-01-05T14:45:11.0917463+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.2.dll.
      • [2023-01-05T14:45:11.0917463+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.1.dll.
      • [2023-01-05T14:45:11.0917463+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.0.dll.
      • [2023-01-05T14:45:11.0917463+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-01-05T14:45:11.0917463+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-05T14:45:11.0917463+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-01-05T14:45:11.0917463+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-01-05T14:45:11.0917463+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-01-05T14:45:11.0917463+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-05T14:45:11.0667348+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-05T14:44:41.7739358+01:00] [Diplomacy.SubModule] [INF]: Loading Diplomacy v1.1.19...
      • [2023-01-05T14:44:35.3809864+01:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-01-05T14:44:35.3779871+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-01-05T14:44:35.3599929+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-01-05T14:44:35.3569938+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-01-05T14:44:35.3539952+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-01-05T14:44:35.3260051+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-01-05T14:44:35.2130401+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-01-05T14:44:35.1600572+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-01-05T14:40:58.6816645+01:00] [Diplomacy.SubModule] [INF]: Loaded Diplomacy v1.1.19!
      • [2023-01-05T14:40:40.7205855+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-01-05T14:40:40.7205855+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-05T14:40:40.6945939+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-01-05T14:40:40.6945939+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-05T14:40:40.6945939+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.4.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-05T14:40:40.6945939+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-01-05T14:40:40.6935940+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-01-05T14:40:40.6935940+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-01-05T14:40:40.6925945+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-01-05T14:40:40.6925945+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-01-05T14:40:40.6925945+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-01-05T14:40:40.6915948+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-01-05T14:40:40.6905951+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (10)
      • [2023-01-05T14:40:40.6835974+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-01-05T14:40:40.6825976+01:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-01-05T14:40:38.2729697+01:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-01-05T14:40:38.1769877+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-05T14:40:38.1769877+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-01-05T14:40:37.4570696+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: RealisticWeather - Enabled
      • [2023-01-05T14:40:37.4570696+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: RealisticWeather - Register Types
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: RealisticWeather - Register: RealisticWeather, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: FamilyTree - Enabled
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: FamilyTree - Register Types
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: FamilyTree - Register: FamilyTree, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Enabled
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register Types
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register: Bannerlord.Diplomacy.1.0.2, Version=1.1.19.0, Culture=neutral, PublicKeyToken=null
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Diplomacy.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation Bannerlord.Diplomacy.1.0.2.dll for game v1.0.2.0 is loaded.
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found matching implementation. Loading it.
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.2.dll.
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.1.dll.
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.0.dll.
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-05T14:40:37.4560890+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-01-05T14:40:37.4550899+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-01-05T14:40:37.4550899+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-01-05T14:40:37.4550899+01:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-01-05T14:40:37.3930901+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-05T14:40:03.0272578+01:00] [Diplomacy.SubModule] [INF]: Loading Diplomacy v1.1.19...
      • [2023-01-05T14:39:52.4747064+01:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-01-05T14:39:52.4717073+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-01-05T14:39:52.3447287+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2023-01-05T14:39:52.3417243+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2023-01-05T14:39:52.2207583+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-01-05T14:39:52.1067934+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-01-05T14:39:51.7034152+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-01-05T14:39:50.6218270+01:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...