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 (08.01.67.70)
Runtime: .NET Framework 4.8.4515.0


+ Exception

Exception information
Type: System.MissingFieldException
Message: 找不到字段:“TaleWorlds.CampaignSystem.Party.PartyTemplateObject.Stacks”。
Source: AdonnaysTroopChanger
CallStack:
  1. at PartyTemplateObject AdonnaysTroopChanger.PatchFillPartyStacks.ModifyPartyTemplate(MobileParty party)
  2. at bool AdonnaysTroopChanger.PatchFillPartyStacks.Prefix(MobileParty __instance, ref PartyTemplateObject pt)
  3. at void TaleWorlds.CampaignSystem.Party.MobileParty.FillPartyStacks_Patch1(MobileParty this, PartyTemplateObject pt, int troopNumberLimit)
  4. at void TaleWorlds.CampaignSystem.Party.PartyComponents.LordPartyComponent.InitializeLordPartyProperties(MobileParty mobileParty, Vec2 position, float spawnRadius, Settlement spawnSettlement)
  5. at MobileParty TaleWorlds.CampaignSystem.Party.PartyComponents.LordPartyComponent.CreateLordParty(string stringId, Hero hero, Vec2 position, float spawnRadius, Settlement spawnSettlement, Hero partyLeader)+(MobileParty mobileParty) => { }
  6. at MobileParty TaleWorlds.CampaignSystem.Party.MobileParty.CreateParty(string stringId, PartyComponent component, OnPartyComponentCreatedDelegate delegateFunction)
  7. at MobileParty TaleWorlds.CampaignSystem.Party.PartyComponents.LordPartyComponent.CreateLordParty(string stringId, Hero hero, Vec2 position, float spawnRadius, Settlement spawnSettlement, Hero partyLeader)
  8. at MobileParty TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior.SpawnLordParty(Hero hero)
  9. at void TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior.ConsiderSpawningLordParties(Clan clan)
  10. at void TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior.OnNonBanditClanDailyTick(Clan clan)
  11. at void TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior.OnNewGameCreatedPartialFollowUp(CampaignGameStarter starter, int i)
  12. at void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T1 t1, T2 t2)
  13. at void TaleWorlds.CampaignSystem.CampaignEvents.OnNewGameCreated(CampaignGameStarter campaignGameStarter)
  14. at void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnNewGameCreated(CampaignGameStarter campaignGameStarter)
  15. at void TaleWorlds.CampaignSystem.Campaign.OnNewGameCreated(CampaignGameStarter gameStarter)
  16. at void TaleWorlds.CampaignSystem.Campaign.DoLoadingForGameType(GameTypeLoadingStates gameTypeLoadingState, out GameTypeLoadingStates nextState)
  17. at void StoryMode.CampaignStoryMode.DoLoadingForGameType(GameTypeLoadingStates gameTypeLoadingState, out GameTypeLoadingStates nextState)
  18. at bool TaleWorlds.Core.GameType.DoLoadingForGameType()
  19. at void SandBox.SandBoxGameManager.DoLoadingForGameManager(GameManagerLoadingSteps gameManagerLoadingStep, out GameManagerLoadingSteps nextStep)
  20. at bool TaleWorlds.Core.GameManagerBase.DoLoadingForGameManager()
  21. at void TaleWorlds.MountAndBlade.GameLoadingState.OnTick(float dt)
  22. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  23. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt)

+ Enhanced Stacktrace

  • Frame: PartyTemplateObject AdonnaysTroopChanger.PatchFillPartyStacks.ModifyPartyTemplate(MobileParty party) (IL Offset: -1)
    • Module: AdonnaysTroopChanger
      Method: static TaleWorlds.CampaignSystem.Party.PartyTemplateObject AdonnaysTroopChanger.PatchFillPartyStacks::ModifyPartyTemplate(TaleWorlds.CampaignSystem.Party.MobileParty party)
      Method From Stackframe Issue: False
  • Frame: bool AdonnaysTroopChanger.PatchFillPartyStacks.Prefix(MobileParty __instance, ref PartyTemplateObject pt) (IL Offset: 30)
    • Module: AdonnaysTroopChanger
      Method: static System.Boolean AdonnaysTroopChanger.PatchFillPartyStacks::Prefix(TaleWorlds.CampaignSystem.Party.MobileParty __instance, TaleWorlds.CampaignSystem.Party.PartyTemplateObject& pt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Party.MobileParty.FillPartyStacks_Patch1(MobileParty this, PartyTemplateObject pt, int troopNumberLimit) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.Party.MobileParty.FillPartyStacks_Patch1(TaleWorlds.CampaignSystem.Party.MobileParty this, TaleWorlds.CampaignSystem.Party.PartyTemplateObject pt, System.Int32 troopNumberLimit)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Party.PartyComponents.LordPartyComponent.InitializeLordPartyProperties(MobileParty mobileParty, Vec2 position, float spawnRadius, Settlement spawnSettlement) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Party.PartyComponents.LordPartyComponent::InitializeLordPartyProperties(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, TaleWorlds.Library.Vec2 position, System.Single spawnRadius, TaleWorlds.CampaignSystem.Settlements.Settlement spawnSettlement)
      Method From Stackframe Issue: False
  • Frame: MobileParty TaleWorlds.CampaignSystem.Party.PartyComponents.LordPartyComponent.CreateLordParty(string stringId, Hero hero, Vec2 position, float spawnRadius, Settlement spawnSettlement, Hero partyLeader)+(MobileParty mobileParty) => { } (IL Offset: 30)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Party.PartyComponents.<>c__DisplayClass23_0::b__0(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty)
      Method From Stackframe Issue: False
  • Frame: MobileParty TaleWorlds.CampaignSystem.Party.MobileParty.CreateParty(string stringId, PartyComponent component, OnPartyComponentCreatedDelegate delegateFunction) (IL Offset: 57)
    • Module: UNKNOWN
      Method: static TaleWorlds.CampaignSystem.Party.MobileParty TaleWorlds.CampaignSystem.Party.MobileParty::CreateParty(System.String stringId, TaleWorlds.CampaignSystem.Party.PartyComponents.PartyComponent component, TaleWorlds.CampaignSystem.Party.PartyComponents.OnPartyComponentCreatedDelegate delegateFunction)
      Method From Stackframe Issue: False
  • Frame: MobileParty TaleWorlds.CampaignSystem.Party.PartyComponents.LordPartyComponent.CreateLordParty(string stringId, Hero hero, Vec2 position, float spawnRadius, Settlement spawnSettlement, Hero partyLeader) (IL Offset: 69)
    • Module: UNKNOWN
      Method: static TaleWorlds.CampaignSystem.Party.MobileParty TaleWorlds.CampaignSystem.Party.PartyComponents.LordPartyComponent::CreateLordParty(System.String stringId, TaleWorlds.CampaignSystem.Hero hero, TaleWorlds.Library.Vec2 position, System.Single spawnRadius, TaleWorlds.CampaignSystem.Settlements.Settlement spawnSettlement, TaleWorlds.CampaignSystem.Hero partyLeader)
      Method From Stackframe Issue: False
  • Frame: MobileParty TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior.SpawnLordParty(Hero hero) (IL Offset: 38)
    • Module: UNKNOWN
      Method: TaleWorlds.CampaignSystem.Party.MobileParty TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior::SpawnLordParty(TaleWorlds.CampaignSystem.Hero hero)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior.ConsiderSpawningLordParties(Clan clan) (IL Offset: 93)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior::ConsiderSpawningLordParties(TaleWorlds.CampaignSystem.Clan clan)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior.OnNonBanditClanDailyTick(Clan clan) (IL Offset: 46)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior::OnNonBanditClanDailyTick(TaleWorlds.CampaignSystem.Clan clan)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior.OnNewGameCreatedPartialFollowUp(CampaignGameStarter starter, int i) (IL Offset: 261)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior::OnNewGameCreatedPartialFollowUp(TaleWorlds.CampaignSystem.CampaignGameStarter starter, System.Int32 i)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T1 t1, T2 t2) (IL Offset: 15)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MbEvent`2::InvokeList(TaleWorlds.CampaignSystem.EventHandlerRec`2 list, TaleWorlds.CampaignSystem.T1 t1, TaleWorlds.CampaignSystem.T2 t2)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignEvents.OnNewGameCreated(CampaignGameStarter campaignGameStarter) (IL Offset: 37)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEvents::OnNewGameCreated(TaleWorlds.CampaignSystem.CampaignGameStarter campaignGameStarter)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnNewGameCreated(CampaignGameStarter campaignGameStarter) (IL Offset: 20)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEventDispatcher::OnNewGameCreated(TaleWorlds.CampaignSystem.CampaignGameStarter campaignGameStarter)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Campaign.OnNewGameCreated(CampaignGameStarter gameStarter) (IL Offset: 41)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Campaign::OnNewGameCreated(TaleWorlds.CampaignSystem.CampaignGameStarter gameStarter)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Campaign.DoLoadingForGameType(GameTypeLoadingStates gameTypeLoadingState, out GameTypeLoadingStates nextState) (IL Offset: 634)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.Campaign::DoLoadingForGameType(TaleWorlds.Core.GameTypeLoadingStates gameTypeLoadingState, TaleWorlds.Core.GameTypeLoadingStates& nextState)
      Method From Stackframe Issue: False
  • Frame: void StoryMode.CampaignStoryMode.DoLoadingForGameType(GameTypeLoadingStates gameTypeLoadingState, out GameTypeLoadingStates nextState) (IL Offset: 8)
    • Module: StoryMode
      Method: virtual System.Void StoryMode.CampaignStoryMode::DoLoadingForGameType(TaleWorlds.Core.GameTypeLoadingStates gameTypeLoadingState, TaleWorlds.Core.GameTypeLoadingStates& nextState)
      Method From Stackframe Issue: False
  • Frame: bool TaleWorlds.Core.GameType.DoLoadingForGameType() (IL Offset: 131)
    • Module: UNKNOWN
      Method: System.Boolean TaleWorlds.Core.GameType::DoLoadingForGameType()
      Method From Stackframe Issue: False
  • Frame: void SandBox.SandBoxGameManager.DoLoadingForGameManager(GameManagerLoadingSteps gameManagerLoadingStep, out GameManagerLoadingSteps nextStep) (IL Offset: 320)
    • Module: Sandbox
      Method: virtual System.Void SandBox.SandBoxGameManager::DoLoadingForGameManager(TaleWorlds.Core.GameManagerLoadingSteps gameManagerLoadingStep, TaleWorlds.Core.GameManagerLoadingSteps& nextStep)
      Method From Stackframe Issue: False
  • Frame: bool TaleWorlds.Core.GameManagerBase.DoLoadingForGameManager() (IL Offset: 220)
    • Module: UNKNOWN
      Method: System.Boolean TaleWorlds.Core.GameManagerBase::DoLoadingForGameManager()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.GameLoadingState.OnTick(float dt) (IL Offset: 15)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.GameLoadingState::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.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

  • AdonnaysTroopChanger
    • Method: static TaleWorlds.CampaignSystem.Party.PartyTemplateObject AdonnaysTroopChanger.PatchFillPartyStacks::ModifyPartyTemplate(TaleWorlds.CampaignSystem.Party.MobileParty party)
      Frame: PartyTemplateObject AdonnaysTroopChanger.PatchFillPartyStacks.ModifyPartyTemplate(MobileParty party) (IL Offset: -1)
      HarmonyIssue: False
    • Method: static System.Boolean AdonnaysTroopChanger.PatchFillPartyStacks::Prefix(TaleWorlds.CampaignSystem.Party.MobileParty __instance, TaleWorlds.CampaignSystem.Party.PartyTemplateObject& pt)
      Frame: bool AdonnaysTroopChanger.PatchFillPartyStacks.Prefix(MobileParty __instance, ref PartyTemplateObject pt) (IL Offset: 30)
      HarmonyIssue: False
  • StoryMode
    • Method: virtual System.Void StoryMode.CampaignStoryMode::DoLoadingForGameType(TaleWorlds.Core.GameTypeLoadingStates gameTypeLoadingState, TaleWorlds.Core.GameTypeLoadingStates& nextState)
      Frame: void StoryMode.CampaignStoryMode.DoLoadingForGameType(GameTypeLoadingStates gameTypeLoadingState, out GameTypeLoadingStates nextState) (IL Offset: 8)
      HarmonyIssue: False
  • Sandbox
    • Method: virtual System.Void SandBox.SandBoxGameManager::DoLoadingForGameManager(TaleWorlds.Core.GameManagerLoadingSteps gameManagerLoadingStep, TaleWorlds.Core.GameManagerLoadingSteps& nextStep)
      Frame: void SandBox.SandBoxGameManager.DoLoadingForGameManager(GameManagerLoadingSteps gameManagerLoadingStep, out GameManagerLoadingSteps nextStep) (IL Offset: 320)
      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)
  • + CustomBattle (CustomBattle, v1.1.3.0)
  • + Sandbox (Sandbox, v1.1.3.0)
  • + StoryMode (StoryMode, v1.1.3.0)
  • + Elite War (Elite War, v1.1.0.0)
  • + Adonnay's Troop Changer (AdonnaysTroopChanger, v1.8.10.0)
  • + GT_CarbonBody (GT_CarbonBody, e1.0.1.0)
  • + kult_of_the_kallipygos_2 (kult_of_the_kallipygos_2, v1.0.1.0)
  • + Mix and match weapon pack (Mix and match weapon pack, v1.8.0.0)
  • + SueMoreSpouses (SueMoreSpouses, e1.1.0.1)
  • + WarlordsBattlefield (WarlordsBattlefield, e1.1.0.0)
  • + Baijin Troops (Baijin Troops, i1.0.0.0)
  • + My Little Warband (MyLittleWarband, v1.8.0.0)

+ Assemblies

+ Harmony Patches

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.MountAndBlade.Options.OptionsProvider.GetGameKeyCategoriesList
    • Postfixes
      • Owner: Bannerlord.ButterLib.HotKeySystem; Namespace: Bannerlord.ButterLib.Implementation.HotKeys.Patches.OptionsProviderPatches.GetGameKeyCategoriesListPostfix;
      • 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;

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

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

  • SandBox.CampaignBehaviors.ClanMemberRolesCampaignBehavior.AddClanMembersAsAccompanyingCharacter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ClanMemberRolesCampaignBehavior_AddClanMembersAsAccompanyingCharacter_Path.Prefix;

  • TaleWorlds.InputSystem.InputContext.IsGameKeyReleased
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.IsGameKeyReleasedHack.Prefix;

  • SandBox.ViewModelCollection.SPScoreboardVM.Initialize
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.BattleSimulationInitializePath.Prefix;

  • SandBox.ViewModelCollection.SPScoreboardVM.OnExitBattle
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.BattleSimulationOnExitBattlePath.Postfix;

  • SandBox.ViewModelCollection.SPScoreboardVM.TroopNumberChanged
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.BattleSimulationTroopNumberChangedPath.Postfix;

  • TaleWorlds.ScreenSystem.ScreenBase.AddLayer
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ClanScreenLayerPatch.Postfix;
      • Owner: sue.mod.mb2.SueLordFromFamily; Namespace: SueLordFromFamily.Paths.KingdomScreenLayerPatch.Postfix; Index: 1;

  • TaleWorlds.ScreenSystem.ScreenBase.RemoveLayer
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ClanScreenLayerPatch.Prefix;
      • Owner: sue.mod.mb2.SueLordFromFamily; Namespace: SueLordFromFamily.Paths.KingdomScreenLayerPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.Hero.ResetEquipments
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.HeroResetEquipmentsPath.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultMarriageModel.IsCoupleSuitableForMarriage
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.IsCoupleSuitableForMarriageHack.Prefix;

  • TaleWorlds.CampaignSystem.Romance.EndAllCourtships
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.EndAllCourtshipsHack.Prefix;

  • TaleWorlds.CampaignSystem.Conversation.Tags.PlayerIsSpouseTag.IsApplicableTo
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.PlayerIsSpouseTagPatch.Postfix;

  • TaleWorlds.CampaignSystem.Conversation.ConversationHelper.GetHeroRelationToHeroTextShort
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.GetHeroRelationToHeroTextShortHack.Postfix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.ContainsCharacter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocationContainsCharacterrPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.GetLocationCharacter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocationGetLocationCharacterPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanPlayerEnter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonCanPlayerEnterPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanPlayerSee
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonCanPlayerSeePath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.DeserializeDelegate
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonDeserializeDelegatePath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanAIEnter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonCanAIEnterPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanAIExit
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonCanAIExitPath.Prefix;

  • TaleWorlds.CampaignSystem.HeroCreator.DeliverOffSpring
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ChildrenFastGrowth.HeroCreatorDeliverOffSpringPath.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.DailyTickHero
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ExSpousesPregnancy.DailyTickHeroPath.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.CheckAreNearby
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ExSpousesPregnancy.CheckAreNearbyPath.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPregnancyModel.GetDailyChanceOfPregnancyForHero
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ExSpousesPregnancy.GetDailyChanceOfPregnancyForHero.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.ChildConceived
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ExSpousesPregnancy.ChildConceivedPath.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.AgingCampaignBehavior.DailyTickHero
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ChildrenFastGrowth.AgingCampaignBehaviorPatch+AgingCampaignBehaviorDailyTickPatch.Prefix;

  • TaleWorlds.CampaignSystem.CharacterDevelopment.HeroDeveloper.DeriveSkillsFromTraits
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ChildrenFastGrowth.AgingCampaignBehaviorPatch+OnHeroComesOfAgePatch.Postfix;

  • TaleWorlds.CampaignSystem.NameGenerator.GenerateClanName
    • Prefixes
      • Owner: sue.mod.mb2.SueLordFromFamily; Namespace: SueLordFromFamily.Paths.CalradiaExpandedKingdomsFixPath.Prefix;

  • TaleWorlds.CampaignSystem.CampaignEvents.OnGameLoaded
    • Postfixes
      • Owner: sue.mod.mb2.SueMBService; Namespace: SueMBService.Paths.CampaignEventsPath.Postfix;

  • TaleWorlds.Core.BasicCharacterObject.get_IsRanged
    • Prefixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.IsRangedPatch.Prefix;

  • TaleWorlds.Core.BasicCharacterObject.get_IsMounted
    • Prefixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.IsMountedPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.InitializeUpgrades
    • Prefixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.PartyUnitUpgradeLengthPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.OnTroopRecruited
    • Prefixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.ClanRecruitPatch2.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.UpdateVolunteersOfNotablesInSettlement
    • Postfixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.RecruitProductionPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Items.EncyclopediaUnitVM.ExecuteLink
    • Prefixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.EnyclopediaEditUnitPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitmentVM.Deactivate
    • Postfixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.RecruitPatch1.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerTownVisitCampaignBehavior.game_menu_recruit_volunteers_on_consequence
    • Prefixes
      • Owner: MyLittleWarband; Namespace: MyLittleWarband.RecruitPatch2.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.MapEvents.MapEventSide.AllocateTroops
    • Postfixes
      • Owner: CIMO.AutoResolveRebalanced; Namespace: AutoResolveRebalanced.Patch_AllocateTroops.Postfix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEventSide.EndSimulation
    • Postfixes
      • Owner: CIMO.AutoResolveRebalanced; Namespace: AutoResolveRebalanced.Patch_EndSimulation.Postfix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEvent.SimulateBattleForRound
    • Postfixes
      • Owner: CIMO.AutoResolveRebalanced; Namespace: AutoResolveRebalanced.Patch_SimulateBattleForRound.Postfix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEvent.GetSimulatedDamage
    • Postfixes
      • Owner: CIMO.AutoResolveRebalanced; Namespace: AutoResolveRebalanced.Patch_GetSimulatedDamage.Postfix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEventSide.ApplySimulationDamageToSelectedTroop
    • Prefixes
      • Owner: CIMO.AutoResolveRebalanced; Namespace: AutoResolveRebalanced.Patch_ApplySimulationDamageToSelectedTroop.Prefix;

+ Log Files

  • default20230428
      • [2023-04-28T20:09:02.2507665+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T20:09:02.2507665+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:09:02.2188731+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T20:09:02.2188731+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:54.7258758+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T20:08:54.7258758+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:54.6880030+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T20:08:54.6880030+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:23.7773697+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T20:08:09.6067573+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T20:08:09.6067573+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T20:08:09.5938005+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T20:08:09.5938005+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T20:08:09.5938005+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T20:08:09.5938005+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T20:08:09.5928039+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T20:08:09.5928039+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T20:08:09.5928039+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T20:08:09.5928039+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T20:08:09.5928039+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T20:08:09.5918072+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T20:08:09.5918072+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (3)
      • [2023-04-28T20:08:09.5868239+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T20:08:09.5858270+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5828373+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-28T20:08:09.5818407+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5818407+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-04-28T20:08:09.5818407+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5818407+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-28T20:08:09.5818407+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5818407+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-28T20:08:09.5818407+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5818407+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-04-28T20:08:09.5818407+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5818407+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-28T20:08:09.5818407+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.5589172+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T20:08:09.4044338+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T20:08:09.3466271+08: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-28T20:08:09.3466271+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T20:08:09.2987871+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T20:08:09.2957979+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T20:08:04.6433552+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T20:08:04.6413619+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T20:08:04.6244184+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-04-28T20:08:04.6214293+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-04-28T20:08:04.6204319+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-04-28T20:08:04.6194352+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-04-28T20:08:04.6194352+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T20:08:04.6184384+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T20:08:04.6184384+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T20:08:04.6174419+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T20:08:04.5775751+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T20:08:04.5277418+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T19:58:21.6020115+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:58:21.6020115+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:21.5691211+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:58:21.5681249+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:20.4139845+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:58:20.4139845+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:20.3810943+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:58:20.3810943+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:19.0017075+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:58:19.0017075+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:18.9668237+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:58:18.9668237+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:18.4914136+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:58:18.4914136+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:18.4595204+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:58:18.4595204+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:18.1296234+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:58:18.1296234+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:18.0977301+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:58:18.0977301+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:17.1239874+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:58:17.1239874+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:17.0920933+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:58:17.0920933+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:09.8637194+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:58:09.8637194+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:09.8328225+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:58:09.8318260+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:09.4995886+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:58:09.4995886+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:09.4657019+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:58:09.4657019+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:08.5826548+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:58:08.5816581+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:58:08.5497648+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:58:08.5497648+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:57.1997202+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:57:57.1997202+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:57.1658334+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:57:57.1658334+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:30.4431956+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T19:57:21.1991085+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T19:57:21.1991085+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T19:57:21.1861519+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T19:57:21.1861519+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T19:57:21.1861519+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T19:57:21.1861519+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T19:57:21.1851551+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T19:57:21.1851551+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T19:57:21.1851551+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T19:57:21.1851551+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T19:57:21.1851551+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T19:57:21.1841584+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T19:57:21.1841584+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (3)
      • [2023-04-28T19:57:21.1791755+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T19:57:21.1781785+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-28T19:57:21.1751885+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1741918+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-28T19:57:21.1741918+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1741918+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-04-28T19:57:21.1741918+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1741918+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-28T19:57:21.1741918+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1741918+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-28T19:57:21.1741918+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1741918+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-04-28T19:57:21.1741918+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1741918+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-04-28T19:57:21.1741918+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:21.1532619+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T19:57:21.0087452+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T19:57:20.9499419+08: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-28T19:57:20.9499419+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:57:20.9021018+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T19:57:20.8991119+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T19:57:08.4746595+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T19:57:08.4726666+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T19:57:08.4537299+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-04-28T19:57:08.4507400+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-04-28T19:57:08.4487468+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-04-28T19:57:08.4487468+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-04-28T19:57:08.4477498+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T19:57:08.4477498+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T19:57:08.4467530+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T19:57:08.4457566+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T19:57:08.4019032+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T19:57:08.3540632+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-04-28T19:54:57.7226285+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:54:57.7226285+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:54:57.6907352+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:54:57.6907352+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:54:56.9721384+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:54:56.9721384+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:54:56.9402450+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:54:56.9402450+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:54:52.4124120+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:54:52.4124120+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:54:52.3795221+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:54:52.3795221+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:54:40.7988792+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-04-28T19:54:40.7988792+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:54:40.7659892+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-04-28T19:54:40.7659892+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:54:04.9686978+08:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-04-28T19:53:44.7692462+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-04-28T19:53:44.7692462+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T19:53:44.7532995+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-04-28T19:53:44.7532995+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T19:53:44.7532995+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-04-28T19:53:44.7532995+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-04-28T19:53:44.7523028+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-04-28T19:53:44.7523028+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-04-28T19:53:44.7523028+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-04-28T19:53:44.7523028+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-04-28T19:53:44.7513061+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-04-28T19:53:44.7513061+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-04-28T19:53:44.7513061+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (3)
      • [2023-04-28T19:53:44.7463228+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-04-28T19:53:44.7453261+08:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-04-28T19:53:44.5559593+08:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-28T19:53:44.4981915+08: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-28T19:53:44.4981915+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-28T19:53:44.4413427+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-04-28T19:53:44.4383527+08:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-04-28T19:53:19.4758291+08:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-04-28T19:53:19.4738358+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-04-28T19:53:19.4568926+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-04-28T19:53:19.4539026+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-04-28T19:53:19.4519093+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-04-28T19:53:19.4339693+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-04-28T19:53:19.4309796+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-04-28T19:53:19.4210127+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-04-28T19:53:19.4060626+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-04-28T19:53:19.4040693+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-04-28T19:53:19.3602159+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-04-28T19:53:19.3093858+08:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...