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

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

Launcher: steam (07.94.58.87)
Runtime: .NET Framework 4.8.9139.0


+ Exception

Exception information
Type: System.MissingMethodException
Message: Method not found: 'TaleWorlds.CampaignSystem.CharacterDevelopment.PerkObject Polearm.get_GenerousRations()'.
Source: TrueRecruitmentCosts
CallStack:
  1. at bool TrueRecruitmentCosts.Overrides+RecruitmentOverride.Prefix(ref int __result, CharacterObject troop, Hero buyerHero, bool withoutItemCost) in C:/Users/Valarauko/source/Other/True-Mods-main/TrueRecruitmentCosts/TrueRecruitmentCosts/Overrides.cs:line 109
  2. at int TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel.GetTroopRecruitmentCost_Patch1(DefaultPartyWageModel this, CharacterObject troop, Hero buyerHero, bool withoutItemCost)
  3. at void TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.RecruitVolunteersFromNotable(MobileParty mobileParty, Settlement settlement)
  4. at void TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.CheckRecruiting(MobileParty mobileParty, Settlement settlement)
  5. at void TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.OnSettlementEntered(MobileParty mobileParty, Settlement settlement, Hero hero)
  6. at void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T1 t1, T2 t2, T3 t3)
  7. at void TaleWorlds.CampaignSystem.CampaignEvents.OnSettlementEntered(MobileParty party, Settlement settlement, Hero hero)
  8. at void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnSettlementEntered(MobileParty party, Settlement settlement, Hero hero)
  9. at void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction.ApplyInternal(Hero hero, MobileParty mobileParty, Settlement settlement, EnterSettlementDetail detail, object subject, bool isPlayerInvolved)
  10. at void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction.ApplyForParty(MobileParty mobileParty, Settlement settlement)
  11. at void TaleWorlds.CampaignSystem.EncounterManager.StartSettlementEncounter(MobileParty attackerParty, Settlement settlement)
  12. at void TaleWorlds.CampaignSystem.Settlements.Settlement.OnPartyInteraction(MobileParty mobileParty)
  13. at void TaleWorlds.CampaignSystem.EncounterManager.HandleEncounterForMobileParty(MobileParty mobileParty, float dt)
  14. at void TaleWorlds.CampaignSystem.EncounterManager.HandleEncounters(float dt)
  15. at void TaleWorlds.CampaignSystem.Campaign.Tick()
  16. at void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt)
  17. at void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt)
  18. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  19. at void TaleWorlds.Core.Game.OnTick(float dt)
  20. at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)
  21. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt)

+ Enhanced Stacktrace

  • Frame: bool TrueRecruitmentCosts.Overrides+RecruitmentOverride.Prefix(ref int __result, CharacterObject troop, Hero buyerHero, bool withoutItemCost) (IL Offset: -1)
    • Module: TrueRecruitmentCosts
      Method: static System.Boolean TrueRecruitmentCosts.RecruitmentOverride::Prefix(System.Int32& __result, TaleWorlds.CampaignSystem.CharacterObject troop, TaleWorlds.CampaignSystem.Hero buyerHero, System.Boolean withoutItemCost)
      Method From Stackframe Issue: False
  • Frame: int TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel.GetTroopRecruitmentCost_Patch1(DefaultPartyWageModel this, CharacterObject troop, Hero buyerHero, bool withoutItemCost) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Int32 TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel.GetTroopRecruitmentCost_Patch1(TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel this, TaleWorlds.CampaignSystem.CharacterObject troop, TaleWorlds.CampaignSystem.Hero buyerHero, System.Boolean withoutItemCost)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.RecruitVolunteersFromNotable(MobileParty mobileParty, Settlement settlement) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior::RecruitVolunteersFromNotable(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, TaleWorlds.CampaignSystem.Settlements.Settlement settlement)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.CheckRecruiting(MobileParty mobileParty, Settlement settlement) (IL Offset: 1035)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior::CheckRecruiting(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, TaleWorlds.CampaignSystem.Settlements.Settlement settlement)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.OnSettlementEntered(MobileParty mobileParty, Settlement settlement, Hero hero) (IL Offset: 344)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior::OnSettlementEntered(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, TaleWorlds.CampaignSystem.Settlements.Settlement settlement, TaleWorlds.CampaignSystem.Hero hero)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T1 t1, T2 t2, T3 t3) (IL Offset: 17)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MbEvent`3::InvokeList(TaleWorlds.CampaignSystem.EventHandlerRec`3 list, TaleWorlds.CampaignSystem.T1 t1, TaleWorlds.CampaignSystem.T2 t2, TaleWorlds.CampaignSystem.T3 t3)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignEvents.OnSettlementEntered(MobileParty party, Settlement settlement, Hero hero) (IL Offset: 18)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEvents::OnSettlementEntered(TaleWorlds.CampaignSystem.Party.MobileParty party, TaleWorlds.CampaignSystem.Settlements.Settlement settlement, TaleWorlds.CampaignSystem.Hero hero)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnSettlementEntered(MobileParty party, Settlement settlement, Hero hero) (IL Offset: 22)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEventDispatcher::OnSettlementEntered(TaleWorlds.CampaignSystem.Party.MobileParty party, TaleWorlds.CampaignSystem.Settlements.Settlement settlement, TaleWorlds.CampaignSystem.Hero hero)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction.ApplyInternal(Hero hero, MobileParty mobileParty, Settlement settlement, EnterSettlementDetail detail, object subject, bool isPlayerInvolved) (IL Offset: 20)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction::ApplyInternal(TaleWorlds.CampaignSystem.Hero hero, TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, TaleWorlds.CampaignSystem.Settlements.Settlement settlement, TaleWorlds.CampaignSystem.Actions.EnterSettlementDetail detail, System.Object subject, System.Boolean isPlayerInvolved)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction.ApplyForParty(MobileParty mobileParty, Settlement settlement) (IL Offset: 112)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction::ApplyForParty(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, TaleWorlds.CampaignSystem.Settlements.Settlement settlement)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.EncounterManager.StartSettlementEncounter(MobileParty attackerParty, Settlement settlement) (IL Offset: 1421)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.EncounterManager::StartSettlementEncounter(TaleWorlds.CampaignSystem.Party.MobileParty attackerParty, TaleWorlds.CampaignSystem.Settlements.Settlement settlement)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Settlements.Settlement.OnPartyInteraction(MobileParty mobileParty) (IL Offset: 402)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.Settlements.Settlement::OnPartyInteraction(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.EncounterManager.HandleEncounterForMobileParty(MobileParty mobileParty, float dt) (IL Offset: 396)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.EncounterManager::HandleEncounterForMobileParty(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.EncounterManager.HandleEncounters(float dt) (IL Offset: 38)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.EncounterManager::HandleEncounters(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Campaign.Tick() (IL Offset: 216)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Campaign::Tick()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt) (IL Offset: 140)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnMapModeTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt) (IL Offset: 77)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnTick(float dt) (IL Offset: 47)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.Game.OnTick(float dt) (IL Offset: 25)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.Game::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameManagerBase.OnTick(float dt) (IL Offset: 76)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameManagerBase::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(TaleWorlds.MountAndBlade.Module this, System.Single dt)
      Method From Stackframe Issue: False

+ Involved Modules

  • TrueRecruitmentCosts
    • Method: static System.Boolean TrueRecruitmentCosts.RecruitmentOverride::Prefix(System.Int32& __result, TaleWorlds.CampaignSystem.CharacterObject troop, TaleWorlds.CampaignSystem.Hero buyerHero, System.Boolean withoutItemCost)
      Frame: bool TrueRecruitmentCosts.Overrides+RecruitmentOverride.Prefix(ref int __result, CharacterObject troop, Hero buyerHero, bool withoutItemCost) (IL Offset: -1)
      HarmonyIssue: False

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.3.0.0)
  • + ButterLib (Bannerlord.ButterLib, v2.8.0.0)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.8.0.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.7.1.0)
  • + Native (Native, v1.1.3.0)
  • + SandBox Core (SandBoxCore, v1.1.3.0)
  • + Sandbox (Sandbox, v1.1.3.0)
  • + StoryMode (StoryMode, v1.1.3.0)
  • + CustomBattle (CustomBattle, v1.1.3.0)
  • + Choose Your Troops (ChooseYourTroops, v1.1.5.0)
  • + Adonnay's Troop Changer (AdonnaysTroopChanger, v1.9.0.0)
  • + Birth and Death Options (BirthAndDeath, v1.1.3.0)
  • + Female Troops Simplified (Bannerlord.FemaleTroopsSimplified, v1.1.2.0)
  • + Open Source Armory (OpenSourceArmory, v1.14.0.0)
  • + Open Source Saddlery (OpenSourceSaddlery, v1.3.0.0)
  • + Open Source Weaponry (OpenSourceWeaponry, v1.3.0.0)
  • + swadian armoury (swadian armoury, v1.0.0.0)
  • + Vaegir Armoury (Vaegir Armoury, v1.0.0.0)
  • + Achievement Unblocker (AchievementUnblocker, v1.0.4.0)
  • + No Companion Limit for e1.5.5 (NoCompanionLimit155, v1.0.0.0)
  • + Distinguished Service (DistinguishedService, v5.2.1.0)
  • + Useful Companions (UsefullCompanions, v0.5.1.0)
  • + ExpandedArmouryBL (ExpandedArmouryBL, e1.5.2.0)
  • + Hom_Elden (Hom_Elden, v2.0.0.0)
  • + Tetsojin_v112 (Tetsojin_v112, v1.1.2.0)
  • + True Battle Loot (TrueBattleLoot, v1.2.6.0)
  • + True Army Costs (TrueRecruitmentCosts, v1.2.3.0)
  • + True Relations (TrueRelations, v1.5.4.0)
  • + warrior (warrior, e1.5.10.0)
  • + Golden Order of Erdtree Minor Faction (empyrean_minor_faction, v1.0.2.0)

+ Assemblies

+ Harmony Patches

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.Library.ViewModel..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;

  • SandBox.Missions.MissionLogics.SandBoxBattleMissionSpawnHandler.AfterStart
    • Prefixes
      • Owner: choose_your_troops; Namespace: ChooseYourTroops.SandBoxBattleMissionSpawnHandlerPatch.Prefix;

  • SandBox.Missions.MissionLogics.SandBoxSiegeMissionSpawnHandler.AfterStart
    • Prefixes
      • Owner: choose_your_troops; Namespace: ChooseYourTroops.SandBoxSiegeMissionSpawnHandlerPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.EncounterGameMenuBehavior.AddGameMenus
    • Postfixes
      • Owner: choose_your_troops; Namespace: ChooseYourTroops.EncounterGameMenuBehaviorPrefix.Postfix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEventSide.AllocateTroops
    • Prefixes
      • Owner: choose_your_troops; Namespace: ChooseYourTroops.EncounterGameMenuBehaviorPrefix+AllocateTroopsPrefix.Prefix;
    • Postfixes
      • Owner: choose_your_troops; Namespace: ChooseYourTroops.EncounterGameMenuBehaviorPrefix+AllocateTroopsPostfix.Postfix;

  • TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.FinishEncounterInternal
    • Prefixes
      • Owner: choose_your_troops; Namespace: ChooseYourTroops.EncounterGameMenuBehaviorPrefix+PlayerEncounterPrefix.Prefix;

  • TaleWorlds.MountAndBlade.MissionAgentSpawnLogic.AfterStart
    • Postfixes
      • Owner: choose_your_troops; Namespace: ChooseYourTroops.EncounterGameMenuBehaviorPrefix+AfterStartPostfix.Postfix;

  • TaleWorlds.MountAndBlade.Source.Missions.Handlers.LordsHallFightMissionController.OnCreated
    • Prefixes
      • Owner: choose_your_troops; Namespace: ChooseYourTroops.EncounterGameMenuBehaviorPrefix+InitializeMissionPrefix.Prefix;

  • TaleWorlds.MountAndBlade.MissionAgentSpawnLogic.OnBattleSideDeployed
    • Postfixes
      • Owner: choose_your_troops; Namespace: ChooseYourTroops.EncounterGameMenuBehaviorPrefix+OnBattleSideDeployedPostfix.Postfix;

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

  • TaleWorlds.Core.BasicCharacterObject.get_IsFemale
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.CharacterPatches+Patch01.Postfix;

  • SandBox.View.Map.MapConversationTableau.SpawnOpponentBodyguardCharacter
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.ConversationPatches+Patch01.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.ConversationPatches+Patch01.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Conversation.MissionConversationVM.ExecuteConversedHeroLink
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.ConversationPatches+Patch02.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.ConversationPatches+Patch02.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaUnitPageVM..ctor
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.EncyclopediaPatches+Patch01.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.EncyclopediaPatches+Patch01.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Items.EncyclopediaUnitVM.ExecuteLink
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.EncyclopediaPatches+Patch02.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.EncyclopediaPatches+Patch02.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Items.EncyclopediaUnitVM..ctor
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.EncyclopediaPatches+Patch03.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.EncyclopediaPatches+Patch03.Postfix;

  • TaleWorlds.MountAndBlade.Mission.SpawnAgent
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.MissionPatches+Patch01.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.MissionPatches+Patch01.Postfix;

  • SandBox.ViewModelCollection.Tournament.TournamentParticipantVM.Refresh
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.MissionPatches+Patch02.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.MissionPatches+Patch02.Postfix;

  • SandBox.ViewModelCollection.Tournament.TournamentParticipantVM.ExecuteOpenEncyclopedia
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.MissionPatches+Patch03.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.MissionPatches+Patch03.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TroopSelection.TroopSelectionItemVM..ctor
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.MissionPatches+Patch04.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.MissionPatches+Patch04.Postfix;

  • TaleWorlds.CampaignSystem.Conversation.ConversationManager.ProcessSentence
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.MissionPatches+Patch05.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.MissionPatches+Patch05.Postfix;

  • TaleWorlds.CampaignSystem.Conversation.ConversationManager.UpdateSpeakerAndListenerAgents
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.MissionPatches+Patch06.Postfix;

  • StoryMode.GameComponents.StoryModeVoiceOverModel.GetSoundPathForCharacter
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.MissionPatches+Patch07.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.set_PartyScreenLogic
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.PartyPatches+Patch01.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.set_CurrentCharacter
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.PartyPatches+Patch02.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.PartyPatches+Patch02.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.set_Character
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.PartyPatches+Patch03.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.PartyPatches+Patch03.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.ExecuteOpenTroopEncyclopedia
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.PartyPatches+Patch04.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.PartyPatches+Patch04.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.UpgradeTargetVM.ExecuteUpgradeEncyclopediaLink
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.PartyPatches+Patch05.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.PartyPatches+Patch05.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Overlay.GameMenuPartyItemVM..ctor
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.SettlementPatches+Patch01.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.SettlementPatches+Patch01.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanPartyItemVM..ctor
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.SettlementPatches+Patch02.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.SettlementPatches+Patch02.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanPartyItemVM.UpdateProperties
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.SettlementPatches+Patch03.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.SettlementPatches+Patch03.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitVolunteerTroopVM..ctor
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.VolunteerPatches+Patch01.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.VolunteerPatches+Patch01.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitVolunteerTroopVM.ExecuteOpenEncyclopedia
    • Prefixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.VolunteerPatches+Patch02.Prefix;
    • Postfixes
      • Owner: bannerlord.femaletroopssimplified; Namespace: Bannerlord.FemaleTroopsSimplified.Patches.VolunteerPatches+Patch02.Postfix;

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

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.Clan.get_CompanionLimit
    • Postfixes
      • Owner: mod.bannerlord.155.limit.companion.no; Namespace: NoCompanionLimit155.CompanionLimitPatch.Postfix;

  • SandBox.ViewModelCollection.SaveLoad.SaveLoadVM.IsAnyModuleMissingFromSaveOrCurrentModules
    • Prefixes
      • Owner: CandyuanMode; Namespace: Hom_Elden.PatchSaveLoadVM.Prefix;

  • TaleWorlds.MountAndBlade.Mission.Initialize
    • Postfixes
      • Owner: HLC.TrueBattleLoot; Namespace: TrueBattleLoot.PreMissionOverride.Postfix;

  • TaleWorlds.MountAndBlade.Mission.OnAgentRemoved
    • Postfixes
      • Owner: HLC.TrueBattleLoot; Namespace: TrueBattleLoot.BattleLootOverride.Postfix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEventSide.OnTroopKilled
    • Prefixes
      • Owner: HLC.TrueBattleLoot; Namespace: TrueBattleLoot.SimulationKilledOverride.Prefix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEventSide.CalculatePlunderedGoldShare
    • Prefixes
      • Owner: HLC.TrueBattleLoot; Namespace: TrueBattleLoot.CalculatePlunderedGoldSideOverride.Prefix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEvent.CalculatePlunderedGold
    • Prefixes
      • Owner: HLC.TrueBattleLoot; Namespace: TrueBattleLoot.CalculatePlunderedGoldOverride.Prefix;

  • TaleWorlds.CampaignSystem.Inventory.InventoryManager.OpenScreenAsLoot
    • Prefixes
      • Owner: HLC.TrueBattleLoot; Namespace: TrueBattleLoot.LootScreenOverride.Prefix;

  • TaleWorlds.CampaignSystem.Inventory.InventoryManager.CloseInventoryPresentation
    • Postfixes
      • Owner: HLC.TrueBattleLoot; Namespace: TrueBattleLoot.InventoryScreenClosedOverride.Postfix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEventSide.HandleMapEventEnd
    • Prefixes
      • Owner: HLC.TrueBattleLoot; Namespace: TrueBattleLoot.MapEventEndOverride.Prefix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEventSide.CollectAll
    • Transpilers
      • Owner: HLC.TrueBattleLoot; Namespace: TrueBattleLoot.CollectAllOverride.Transpiler;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel.GetTroopRecruitmentCost
    • Prefixes
      • Owner: HLC.TrueRecruitmentCosts; Namespace: TrueRecruitmentCosts.Overrides+RecruitmentOverride.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel.GetGoldCostForUpgrade
    • Prefixes
      • Owner: HLC.TrueRecruitmentCosts; Namespace: TrueRecruitmentCosts.Overrides+UpgradeCostOverride.Prefix;

  • TaleWorlds.CampaignSystem.CharacterObject.get_TroopWage
    • Postfixes
      • Owner: HLC.TrueRecruitmentCosts; Namespace: TrueRecruitmentCosts.Overrides+WagesOverride.Postfix;

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

+ Log Files

  • default20230426
      • [2023-04-26T06:42:40.9807388-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-26T06:42:40.9807388-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:42:40.9391628-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-26T06:42:40.9381619-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:42:27.4568164-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-26T06:42:27.4568164-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:42:27.4137169-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-26T06:42:27.4137169-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:23.7734340-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T06:39:09.4652062-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-26T06:39:09.4652062-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-26T06:39:09.4496842-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-26T06:39:09.4496842-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-26T06:39:09.4496842-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-26T06:39:09.4496842-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-26T06:39:09.4486837-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-26T06:39:09.4486837-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-26T06:39:09.4486837-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-26T06:39:09.4476823-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-26T06:39:09.4476823-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-26T06:39:09.4476823-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-26T06:39:09.4466815-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (5)
      • [2023-04-26T06:39:09.4391467-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-26T06:39:09.4381458-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-26T06:39:09.4316215-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-26T06:39:09.4306028-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.4040712-05:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-26T06:39:09.2311378-05:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-26T06:39:09.1569699-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2023-04-26T06:39:09.1569699-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:39:09.0933258-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-26T06:39:09.0888187-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-26T06:39:04.4969875-05:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-26T06:39:04.4939848-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-26T06:39:04.4789503-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-04-26T06:39:04.4759476-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-04-26T06:39:04.4739456-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-04-26T06:39:04.4739456-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-04-26T06:39:04.4729440-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-26T06:39:04.4729440-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-26T06:39:04.4719435-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-26T06:39:04.4719435-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-26T06:39:04.4248233-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-26T06:39:04.3847228-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-26T06:32:48.4726326-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-26T06:32:48.4726326-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:32:48.4305439-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-26T06:32:48.4305439-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:32:37.8647362-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-26T06:32:37.8647362-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:32:37.8221338-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-26T06:32:37.8221338-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:32:36.3371324-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-26T06:32:36.3371324-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:32:36.2950489-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-26T06:32:36.2950489-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:32:33.1847356-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-26T06:32:33.1847356-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:32:33.1426338-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-26T06:32:33.1426338-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:50.8929198-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T06:26:37.1460896-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-26T06:26:37.1460896-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-26T06:26:37.1310554-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-26T06:26:37.1310554-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-26T06:26:37.1310554-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-26T06:26:37.1310554-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-26T06:26:37.1290536-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-26T06:26:37.1290536-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-26T06:26:37.1290536-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-26T06:26:37.1280528-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-26T06:26:37.1280528-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-26T06:26:37.1280528-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-26T06:26:37.1270519-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (5)
      • [2023-04-26T06:26:37.1195284-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-26T06:26:37.1185274-05:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-26T06:26:37.1110170-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1100163-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-26T06:26:37.1100163-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1100163-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-04-26T06:26:37.1100163-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.1100163-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-26T06:26:37.1100163-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:37.0839427-05:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-26T06:26:36.9060086-05:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-26T06:26:36.8338372-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2023-04-26T06:26:36.8338372-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-26T06:26:36.7752050-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-26T06:26:36.7716867-05:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-26T06:26:29.1424385-05:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-26T06:26:29.1404365-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-26T06:26:29.1279240-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-04-26T06:26:29.1239048-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-04-26T06:26:29.1224028-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-04-26T06:26:29.1214016-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-04-26T06:26:29.1214016-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-26T06:26:29.1183988-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-26T06:26:29.1183988-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-26T06:26:29.1173981-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-26T06:26:29.0728108-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-26T06:26:29.0357317-05:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-26T06:08:28.4287210-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T05:58:58.3361769-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T05:50:52.7838670-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T05:35:01.9979703-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T05:29:57.9971093-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T05:09:38.9815406-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T03:48:52.1727400-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T03:31:15.5954873-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T01:36:30.5954691-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T01:36:12.9519641-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T01:35:30.8160865-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T01:26:09.1445440-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T01:20:18.9234201-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T01:13:06.1439004-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T00:59:17.5972153-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T00:43:41.8932493-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-26T00:28:59.8865395-05:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope