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.


+ Exception

Exception information
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: TaleWorlds.MountAndBlade.View
CallStack:
  1. at TaleWorlds.MountAndBlade.View.BannerVisual.ConvertToMultiMesh()
  2. at TaleWorlds.MountAndBlade.View.TableauCacheManager.BeginCreateBannerTexture(BannerCode bannerCode, Action`1 setAction, Boolean isTableau, Boolean isLarge)
  3. at TaleWorlds.MountAndBlade.View.BannerVisual.GetTableauTextureSmall(Action`1 setAction)
  4. at TaleWorlds.MountAndBlade.View.ItemCollectionElementViewExtensions.GetTableauMaterial(ItemObject item, Banner banner)
  5. at TaleWorlds.MountAndBlade.View.ItemCollectionElementViewExtensions.OnGetWeaponData(WeaponData& weaponData, MissionWeapon weapon, Boolean isFemale, Banner banner, Boolean needBatchedVersion)
  6. at TaleWorlds.MountAndBlade.MissionWeapon.GetWeaponData(Boolean needBatchedVersionForMeshes)
  7. at TaleWorlds.MountAndBlade.View.AgentVisuals.AddSkinArmorWeaponMultiMeshesToEntity(UInt32 teamColor1, UInt32 teamColor2, Boolean needBatchedVersion, String faceAnimation, Single faceAnimationTime)
  8. at TaleWorlds.MountAndBlade.View.AgentVisuals.Refresh(Boolean needBatchedVersionForWeaponMeshes, Boolean removeSkeleton, Equipment oldEquipment, Boolean isRandomProgress)
  9. at TaleWorlds.MountAndBlade.View.AgentVisuals..ctor(AgentVisualsData data, String name, Boolean isRandomProgress, Boolean needBatchedVersionForWeaponMeshes)
  10. at SandBox.View.Map.PartyVisual.AddCharacterToPartyIcon_Patch1(PartyVisual this, CharacterObject characterObject, UInt32 contourColor, String bannerKey, Int32 wieldedItemIndex, UInt32 teamColor1, UInt32 teamColor2, ActionIndexCache leaderAction, ActionIndexCache mountAction, Single animationStartProgress, Boolean& clearBannerEntityCache)
  11. at SandBox.View.Map.PartyVisual.AddMobileIconComponents(PartyBase party, Boolean& clearBannerComponentCache, Boolean& clearBannerEntityCache)
  12. at SandBox.View.Map.PartyVisual.RefreshPartyIcon(PartyBase party)
  13. at SandBox.View.Map.PartyVisual.TaleWorlds.CampaignSystem.IPartyVisual.Tick(Single realDt, Single dt, PartyBase party)
  14. at TaleWorlds.CampaignSystem.PartyBase.Tick(Single realDt, Single dt)
  15. at TaleWorlds.CampaignSystem.Campaign.RealTick(Single realDt)
  16. at TaleWorlds.CampaignSystem.MapState.OnMapModeTick(Single dt)
  17. at TaleWorlds.CampaignSystem.MapState.OnTick(Single dt)
  18. at TaleWorlds.Core.GameStateManager.OnTick(Single dt)
  19. at TaleWorlds.Core.Game.OnTick(Single dt)
  20. at TaleWorlds.Core.GameManagerBase.OnTick(Single dt)
  21. at TaleWorlds.MountAndBlade.Module.OnApplicationTick(Single dt)
  22. at TaleWorlds.DotNet.Managed.ApplicationTick_Patch1(Single dt)

+ Involved Modules

  • Native
    • Method: TaleWorlds.Engine.MetaMesh TaleWorlds.MountAndBlade.View.BannerVisual::ConvertToMultiMesh()
      Frame: ConvertToMultiMesh at offset 755 in file:line:column :0:0
    • Method: TaleWorlds.Engine.Texture TaleWorlds.MountAndBlade.View.TableauCacheManager::BeginCreateBannerTexture(TaleWorlds.Core.BannerCode bannerCode, System.Action`1 setAction, System.Boolean isTableau, System.Boolean isLarge)
      Frame: BeginCreateBannerTexture at offset 430 in file:line:column :0:0
    • Method: TaleWorlds.Engine.Texture TaleWorlds.MountAndBlade.View.BannerVisual::GetTableauTextureSmall(System.Action`1 setAction)
      Frame: GetTableauTextureSmall at offset 58 in file:line:column :0:0
    • Method: static TaleWorlds.Engine.Material TaleWorlds.MountAndBlade.View.ItemCollectionElementViewExtensions::GetTableauMaterial(TaleWorlds.Core.ItemObject item, TaleWorlds.Core.Banner banner)
      Frame: GetTableauMaterial at offset 888 in file:line:column :0:0
    • Method: static System.Void TaleWorlds.MountAndBlade.View.ItemCollectionElementViewExtensions::OnGetWeaponData(TaleWorlds.MountAndBlade.WeaponData& weaponData, TaleWorlds.MountAndBlade.MissionWeapon weapon, System.Boolean isFemale, TaleWorlds.Core.Banner banner, System.Boolean needBatchedVersion)
      Frame: OnGetWeaponData at offset 196 in file:line:column :0:0
    • Method: System.Void TaleWorlds.MountAndBlade.View.AgentVisuals::AddSkinArmorWeaponMultiMeshesToEntity(System.UInt32 teamColor1, System.UInt32 teamColor2, System.Boolean needBatchedVersion, System.String faceAnimation, System.Single faceAnimationTime)
      Frame: AddSkinArmorWeaponMultiMeshesToEntity at offset 318 in file:line:column :0:0
    • Method: System.Void TaleWorlds.MountAndBlade.View.AgentVisuals::Refresh(System.Boolean needBatchedVersionForWeaponMeshes, System.Boolean removeSkeleton, TaleWorlds.Core.Equipment oldEquipment, System.Boolean isRandomProgress)
      Frame: Refresh at offset 1442 in file:line:column :0:0
    • Method: System.Void TaleWorlds.MountAndBlade.View.AgentVisuals::.ctor(TaleWorlds.MountAndBlade.AgentVisualsData data, System.String name, System.Boolean isRandomProgress, System.Boolean needBatchedVersionForWeaponMeshes)
      Frame: .ctor at offset 308 in file:line:column :0:0
  • Sandbox
    • Method: System.Void SandBox.View.Map.PartyVisual::AddMobileIconComponents(TaleWorlds.CampaignSystem.PartyBase party, System.Boolean& clearBannerComponentCache, System.Boolean& clearBannerEntityCache)
      Frame: AddMobileIconComponents at offset 2183 in file:line:column :0:0
    • Method: System.Void SandBox.View.Map.PartyVisual::RefreshPartyIcon(TaleWorlds.CampaignSystem.PartyBase party)
      Frame: RefreshPartyIcon at offset 4163 in file:line:column :0:0
    • Method: virtual System.Void SandBox.View.Map.PartyVisual::TaleWorlds.CampaignSystem.IPartyVisual.Tick(System.Single realDt, System.Single dt, TaleWorlds.CampaignSystem.PartyBase party)
      Frame: TaleWorlds.CampaignSystem.IPartyVisual.Tick at offset 384 in file:line:column :0:0

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.1.1.65)
  • + ButterLib (Bannerlord.ButterLib, v1.0.28.0)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.1.8.0)
  • + Mod Configuration Menu v4 (Bannerlord.MBOptionScreen, v4.3.14.0)
  • + Native (Native, e1.6.0.0)
  • + SandBox Core (SandBoxCore, e1.6.0.0)
  • + Sandbox (Sandbox, e1.6.0.0)
  • + CustomBattle (CustomBattle, e1.6.0.0)
  • + StoryMode (StoryMode, e1.6.0.0)
  • + Calradia Expanded (CalradiaExpanded, a1.1.5.0)
  • + Open Source Armory (OpenSourceArmory, v1.6.0.0)
  • + Calradia Expanded: Kingdoms (CalradiaExpandedKingdoms, v1.2.16.0)
  • + Bandit Militias (Bandit Militias, v3.0.8.0)
  • + Telepathy (Telepathy, v0.7.0.0)
  • + SiegeTowerFix (SiegeTowerFix, e1.1.0.0)
  • + Freelancer (Freelancer, v1.2.5.0)
  • + MBFastDialogue (MBFastDialogue, v2.4.0.0)
  • + MoreLooters (MoreLooters, e1.5.2.0)
  • + Improved Garrisons (ImprovedGarrisons, v4.0.3.2)
  • + More Income and More Production (MoreIncome, v1.3.0.0)

+ Assemblies

+ Harmony Patches

  • TaleWorlds.MountAndBlade.Module.FinalizeSubModules
    • Postfixes
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatchFinalizeSubModulesPostfix;

  • TaleWorlds.MountAndBlade.Module.SetInitialModuleScreenAsRootScreen
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatchTranspiler;

  • TaleWorlds.MountAndBlade.MBGameManager.OnGameStart
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatchTranspiler;

  • TaleWorlds.MountAndBlade.MBGameManager.OnGameEnd
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatchTranspiler;

  • TaleWorlds.SaveSystem.TypeExtensions.IsContainer
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.TypeExtensionsPatchIsContainerPrefix;

  • TaleWorlds.GauntletUI.Data.GauntletMovie.Load
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.GauntletMoviePatchLoadPrefix;

  • TaleWorlds.Library.ViewModel.ExecuteCommand
    • Prefixes
      • Owner: bannerlord.mcm.ui.viewmodelpatch; Namespace: MCM.UI.Patches.ViewModelPatchExecuteCommandPatch;
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelPatchViewModel_ExecuteCommand_Transpiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetPrefab.LoadFrom
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.WidgetPrefabPatchWidgetPrefab_LoadFrom_Transpiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.Initialize
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.WidgetFactoryPatchInitializeTranspiler;

  • TaleWorlds.GauntletUI.BrushFactory.get_Brushes
    • Postfixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManagerGetBrushesPostfix;

  • TaleWorlds.GauntletUI.BrushFactory.GetBrush
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManagerGetBrushPrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.ConstantDefinition.GetValue
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManagerBlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.SetWidgetAttributeFromString
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManagerBlankTranspiler;

  • TaleWorlds.GauntletUI.UIContext.GetBrush
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManagerBlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.ConvertObject
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManagerBlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetCustomType
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerGetCustomTypePrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.CreateBuiltinWidget
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerCreateBuiltinWidgetPrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetWidgetTypes
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerGetWidgetTypesPostfix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.IsCustomType
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerIsCustomTypePrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.OnUnload
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerOnUnloadPrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.CreateWidgets
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerBlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.OnRelease
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerBlankTranspiler;

  • TaleWorlds.TwoDimension.EditableText.GetCursorPosition
    • Finalizers
      • Owner: bannerlord.mcm.ui.editabletextpatch; Namespace: MCM.UI.Patches.EditableTextPatchGetCursorPosition;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleLoad
    • Postfixes
      • Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerBaseSubModuleLoadPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleUnloaded
    • Postfixes
      • Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerBaseOnSubModuleUnloadedPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeInitialModuleScreenSetAsRoot
    • Postfixes
      • Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerBaseOnBeforeInitialModuleScreenSetAsRootPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameStart
    • Postfixes
      • Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerBaseOnGameStartPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameEnd
    • Postfixes
      • Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerBaseOnGameEndPostfix;

  • SandBox.SandBoxSubModule.OnSubModuleLoad
    • Prefixes
      • Owner: butterlib.delayedsubmoduleloader.sandboxsubmodule; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerSubModuleLoadPrefix;
    • Postfixes
      • Owner: butterlib.delayedsubmoduleloader.sandboxsubmodule; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerSubModuleLoadPostfix;

  • SandBox.SandBoxSubModule.OnGameStart
    • Prefixes
      • Owner: butterlib.delayedsubmoduleloader.sandboxsubmodule; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerOnGameStartPrefix;
    • Postfixes
      • Owner: butterlib.delayedsubmoduleloader.sandboxsubmodule; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerOnGameStartPostfix;

  • MCM.IntegratedLoaderSubModule..ctor
    • Prefixes
      • Owner: bannerlord.mcm.implementation.mcmv3.loaderpreventer; Namespace: MCM.Adapter.MCMv3.Patches.MCMv3IntegratedLoaderSubModulePatchStopIntegratedLoaderSubModuleCtor;

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

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

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

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

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

  • TaleWorlds.CampaignSystem.ViewModelCollection.TooltipVMExtensions.UpdateTooltip
    • Postfixes
      • Owner: CE; Namespace: CalradiaExpanded.NavalPatch+UpdateTooltipPatch1Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.TooltipVMExtensions.UpdateTooltip
    • Postfixes
      • Owner: CE; Namespace: CalradiaExpanded.NavalPatch+UpdateTooltipPatch2Postfix;

  • TaleWorlds.CampaignSystem.MobileParty.OnAiTickInternal
    • Postfixes
      • Owner: CE; Namespace: CalradiaExpanded.NavalPatch+OnAiTickInternalPatchPostfix;

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

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

  • TaleWorlds.CampaignSystem.Campaign.BeforeRegisterTypes
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Ruins.Patches.CEKRegisterTypesPostfix;

  • TaleWorlds.CampaignSystem.SandBox.GameComponents.Map.DefaultEncounterGameMenuModel.GetEncounterMenu
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Ruins.Patches.CEKGetEncounterMenuPostfix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.RecruitmentCampaignBehavior.UpdateVolunteersOfNotables
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.RecruitmentPatcher.UpdateVolunteersOfNotablesPatchPrefix;

  • TaleWorlds.CampaignSystem.CommonArea.ClearArea
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Fixes.ClearAreaFixPrefix;

  • TaleWorlds.CampaignSystem.DefaultFeats.InitializeAll
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Feats.Patches.InitializeAllPatchPostfix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.KingdomDecisionProposalBehavior.ConsiderWar
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.AriorumPatch1Prefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderWar
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.AriorumPatch2Prefix;

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

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

  • TaleWorlds.CampaignSystem.Hideout.get_MapFaction
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+MapRoomFunctionality_getMapScale_PatchPrefix;
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Manhunter.Patches.ManhuntersPatch1Postfix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.BanditsCampaignBehavior.conversation_minor_faction_hostile_on_condition
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Manhunter.Patches.conversation_minor_faction_hostile_on_conditionPatchPrefix;

  • SandBox.Source.Conversations.HideoutConversationsCampaignBehavior.bandit_hideout_start_defender_on_condition
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Manhunter.Patches.bandit_hideout_start_defender_on_conditionPatchPrefix;

  • StoryMode.CharacterCreationContent.StoryModeCharacterCreationContent.AddParentsMenu
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.CEKCharacterCreation.StoryMode.CEK_SMAddCulturesToMenuPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationCultureStageVM.InitializePlayersFaceKeyAccordingToCultureSelection
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.CEKCharacterCreation.Sandbox.CEK_SBInitializePlayersFaceKeyAccordingToCultureSelectionPostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.Widgets.Multiplayer.WidgetsMultiplayerHelper.GetFactionColorCode
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.CEKCharacterCreation.Sandbox.CEK_SBSetColorGradientPostfix;

  • TaleWorlds.CampaignSystem.CharacterCreationContent.SandboxCharacterCreationContent.AddParentsMenu
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.CEKCharacterCreation.Sandbox.CEK_SBAddCulturesToMenuPostfix;

  • TaleWorlds.CampaignSystem.Campaign.Tick
    • Postfixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MilitiaPatches+CampaignTickPatchPostfix;

  • SandBox.View.Map.PartyVisual.AddCharacterToPartyIcon
    • Prefixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MilitiaPatches+PartyVisualAddCharacterToPartyIconPatchPrefix;

  • TaleWorlds.CampaignSystem.PartyBase.get_Banner
    • Postfixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MilitiaPatches+PartyBaseBannerPatchPostfix;

  • TaleWorlds.CampaignSystem.PartyGroupAgentOrigin.get_Banner
    • Postfixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MilitiaPatches+PartyGroupAgentOriginBannerGetterPatchPostfix;

  • TaleWorlds.CampaignSystem.Actions.EnterSettlementAction.ApplyInternal
    • Prefixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MilitiaPatches+EnterSettlementActionApplyInternalPatchPrefix;

  • SandBox.ViewModelCollection.Nameplate.PartyNameplateVM.RefreshDynamicProperties
    • Postfixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MilitiaPatches+PartyNameplateVMRefreshDynamicPropertiesPatchPostfix;

  • TaleWorlds.CampaignSystem.PlayerEncounter.DoMeetingInternal
    • Prefixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MilitiaPatches+PlayerEncounterDoMeetingInternalPatchPrefix;

  • TaleWorlds.CampaignSystem.MobileParty.CanAttack
    • Postfixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MilitiaPatches+MobilePartyCanAttackPatchPostfix;

  • SandBox.ViewModelCollection.SPScoreboardVM.TroopNumberChanged
    • Prefixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MilitiaPatches+SPScoreboardVMTroopNumberChangedPatchPrefix;

  • TaleWorlds.CampaignSystem.TroopRoster.AddToCountsAtIndex
    • Finalizers
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MilitiaPatches+TroopRosterAddToCountsAtIndexPatchFinalizer;

  • SandBox.View.Map.MapScreen.OnInitialize
    • Postfixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MiscPatches+MapScreenOnInitializePatchPostfix;

  • TaleWorlds.CampaignSystem.MapEventSide.HandleMapEventEndForPartyInternal
    • Prefixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MiscPatches+MapEventSideHandleMapEventEndForPartyPatchPrefix;
    • Postfixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MiscPatches+MapEventSideHandleMapEventEndForPartyPatchPostfix;

  • TaleWorlds.CampaignSystem.HeroCreator.CreateRelativeNotableHero
    • Prefixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MiscPatches+HeroCreatorCreateRelativeNotableHeroPatchPrefix;

  • TaleWorlds.CampaignSystem.BanditPartyComponent.get_Name
    • Finalizers
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MiscPatches+BanditPartyComponentGetNamePatchFinalizer;

  • TaleWorlds.CampaignSystem.ViewModelCollection.SPInventoryVM.InitializeInventory
    • Finalizers
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MiscPatches+SPInventoryVMInitializeInventoryVMPatchFinalizer;

  • SandBox.ViewModelCollection.MobilePartyTracker.MobilePartyTrackerVM..ctor
    • Postfixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MiscPatches+MobilePartyTrackerVMCtorPatchPostfix;

  • SandBox.BattleAgentLogic.OnAgentRemoved
    • Prefixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MiscPatches+BattleAgentLogicOnAgentRemovedPatchPrefix;

  • TaleWorlds.MountAndBlade.Mission.OnAgentRemoved
    • Prefixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MiscPatches+MissionOnAgentRemovedPatchPrefix;

  • TaleWorlds.CampaignSystem.Actions.TakePrisonerAction.ApplyInternal
    • Prefixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.PrisonerPatches+TakePrisonerActionApplyInternalPatchPrefix;

  • TaleWorlds.CampaignSystem.MapEvent.LootDefeatedParties
    • Prefixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.PrisonerPatches+MapEventFinishBattlePatchPrefix;

  • TaleWorlds.CampaignSystem.MapEventSide.CaptureWoundedHeroes
    • Prefixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.PrisonerPatches+MapEventSideCaptureWoundedHeroesPatchPrefix;

  • Telepathy.TelepathySubModule.PrintPatchingError
    • Prefixes
      • Owner: Telepathy; Namespace: Telepathy.TelepathySubModulePatchPrefix;

  • TaleWorlds.CampaignSystem.FlattenedTroopRoster.GenerateUniqueNoFromParty
    • Prefixes
      • Owner: Telepathy; Namespace: Telepathy.Patches.FlattenedTroopRosterPatchPrefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaHeroPageVM.Refresh
    • Prefixes
      • Owner: Telepathy; Namespace: Telepathy.Patches.EncyclopediaHeroPageVMPatchPrefix;

  • TaleWorlds.CampaignSystem.Hideout.get_IsInfested
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+MapRoomFunctionality_IsInfestedPrefix;

  • TaleWorlds.CampaignSystem.Hideout.OnHideoutIsEmpty
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_OnHideoutIsEmptyPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.RecruitmentCampaignBehavior.CheckRecruiting
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_CheckRecruitingPrefix;

  • TaleWorlds.CampaignSystem.Clan.AddRenown
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_AddRenownPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.HideoutCampaignBehavior.game_menu_wait_until_nightfall_on_condition
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_game_menu_wait_until_nightfall_on_conditionPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.EncounterGameMenuBehavior.game_menu_encounter_leave_on_condition
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_game_menu_encounter_abandon_army_on_conditionPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.EncounterGameMenuBehavior.game_menu_castle_outside_on_init
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_game_menu_castle_outside_on_initPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.EncounterGameMenuBehavior.game_menu_join_encounter_leave_no_army_on_condition
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_game_menu_join_encounter_leave_on_conditionPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.EncounterGameMenuBehavior.game_menu_encounter_surrender_on_condition
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_game_menu_encounter_surrender_on_conditionPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.EncounterGameMenuBehavior.game_menu_join_encounter_help_defenders_on_condition
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_game_menu_join_encounter_help_defenders_on_conditionPrefix;

  • TaleWorlds.CampaignSystem.FactionManager.IsAlliedWithFaction
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_IsAlliedWithFactionPrefix;

  • TaleWorlds.CampaignSystem.FactionManager.IsAtWarAgainstFaction
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_IsAtWarAgainstFactionPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.EncounterGameMenuBehavior.game_menu_join_encounter_help_attackers_on_condition
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_game_menu_join_encounter_help_attackers_on_conditionPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.SiegeAftermathCampaignBehavior.menu_settlement_taken_on_init
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_menu_settlement_taken_on_initPrefix;

  • TaleWorlds.CampaignSystem.GameMenus.GameMenu.SwitchToMenu
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_SwitchToMenuPrefix;

  • TaleWorlds.CampaignSystem.GameMenus.GameMenu.ActivateGameMenu
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_ActivateGameMenuPrefix;

  • TaleWorlds.MountAndBlade.TeamAIComponent.MakeDecision
    • Postfixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_MakeDecisionPostfix;

  • TaleWorlds.MountAndBlade.TeamAIComponent.TickOccasionally
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_TeamAIComponentTickOccasionallyPrefix;

  • TaleWorlds.CampaignSystem.PlayerEncounter.DoCaptureHeroes
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_DoCaptureHeroesPrefix;

  • TaleWorlds.MountAndBlade.BehaviorComponent.InformSergeantPlayer
    • Postfixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_InformSergeantPlayerPostfix;

  • TaleWorlds.CampaignSystem.EncounterManager.StartSettlementEncounter
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_StartSettlementEncounterPrefix;

  • TaleWorlds.CampaignSystem.MapEventSide.DistributeLootAmongWinners
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_DistributeLootAmongWinnersPrefix;

  • TaleWorlds.CampaignSystem.Actions.BeHostileAction.ApplyEncounterHostileAction
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_ApplyEncounterHostileActionPrefix;

  • TaleWorlds.MountAndBlade.View.Missions.MissionAgentLabelView.UpdateVisibilityOfAgentMesh
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_UpdateVisibilityOfAgentMeshPrefix;

  • TaleWorlds.MountAndBlade.View.Missions.MissionAgentLabelView.OnMissionTick
    • Postfixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_OnMissionTickPostfix;

  • TaleWorlds.MountAndBlade.View.Missions.MissionAgentLabelView.UpdateSelectionVisibility
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_UpdateSelectionVisibilityPrefix;

  • TaleWorlds.MountAndBlade.View.Missions.MissionAgentLabelView.InitAgentLabel
    • Postfixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_InitAgentLabelPostfix;

  • TaleWorlds.MountAndBlade.Mission.SpawnAgent
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_Mission_SpawnAgentPrefix;

  • SandBox.ViewModelCollection.MobilePartyTracker.MobilePartyTrackerVM.InitList
    • Postfixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_InitListPostfix;

  • SandBox.ViewModelCollection.MobilePartyTracker.MobilePartyTrackerVM.OnClanChangedKingdom
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_OnClanChangedKingdomPrefix;

  • SandBox.ViewModelCollection.MobilePartyTracker.MobilePartyTrackerVM.OnMobilePartyCreated
    • Postfixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_OnMobilePartyCreatedPostfix;

  • TaleWorlds.CampaignSystem.PartyBase.UpdateVisibilityAndInspected
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_UpdateVisibilityAndInspectedPrefix;

  • TaleWorlds.MountAndBlade.GauntletUI.Widgets.Nameplate.PartyNameplateWidget.UpdateNameplatesVisibility
    • Postfixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_PNVMUpdatePostfix;

  • SandBox.ViewModelCollection.Nameplate.SettlementNameplatesVM.Initialize
    • Postfixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_SettlementNameplatesVM_ConstructorPostfix;

  • SandBox.ViewModelCollection.Nameplate.PartyNameplatesVM.Initialize
    • Postfixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_PartyNameplatesVM_ConstructorPostfix;

  • TaleWorlds.CampaignSystem.Election.SettlementClaimantDecision..ctor
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+PatchSettlementClaimantDecisionConstructorPrefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanManagementVM.ExecuteKingdomAction
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_ExecuteKingdomActionPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.SiegeAftermathCampaignBehavior.menu_settlement_taken_player_participant_on_init
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_menu_settlement_taken_player_participant_on_initPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.RomanceCampaignBehavior.CheckNpcMarriages
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_CheckNpcMarriagesPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.RomanceCampaignBehavior.IsClanSuitableForNpcMarriage
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_IsClanSuitableForNpcMarriagePrefix;

  • TaleWorlds.CampaignSystem.SandBox.GameComponents.DefaultMarriageModel.IsCoupleSuitableForMarriage
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_IsCoupleSuitableForMarriagePrefix;

  • TaleWorlds.CampaignSystem.SandBox.GameComponents.DefaultMarriageModel.IsSuitableForMarriage
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+Patch_IsSuitableForMarriagePrefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloperVM..ctor
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+PatchCharacterDeveloperVMConstructorPrefix;
    • Postfixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+PatchCharacterDeveloperVMConstructorPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.Categories.ClanPartiesVM.get_CanDisbandCurrentParty
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+MapRoomFunctionality_getCanDisbandCurrentPartyPrefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagementVM.get_IsKingdomActionEnabled
    • Prefixes
      • Owner: com.bloc.freelance; Namespace: Freelancer.DynamicPatch.MainPatcher+MapRoomFunctionality_getCanLeaveKingdomPrefix;

  • TaleWorlds.CampaignSystem.GameMenus.GameMenuCallbackManager.InitializeState
    • Postfixes
      • Owner: io.dallen.bannerlord.fastdialogue; Namespace: MBFastDialogue.Patches.GameMenuCallbackManagerPatch1Postfix;

  • StoryMode.GameModels.StoryModeEncounterGameMenuModel.GetEncounterMenu
    • Postfixes
      • Owner: io.dallen.bannerlord.fastdialogue; Namespace: MBFastDialogue.Patches.StoryModeEncounterGameMenuModelPatch1Postfix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.CampaignBehaviorManager.OnGameLoaded
    • Prefixes
      • Owner: Bannerlord.ButterLib.ObjectSystem; Namespace: Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatchOnGameLoadedPrefix;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.CampaignBehaviorManager.OnBeforeSave
    • Postfixes
      • Owner: Bannerlord.ButterLib.ObjectSystem; Namespace: Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatchOnBeforeSavePostfix;

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

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.EncounterGameMenuBehavior.game_menu_encounter_on_init
    • Prefixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Helpers.HelperFixMapEventFuckery;

  • TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.Towns.PlayerTownVisitCampaignBehavior.wait_menu_prisoner_wait_on_tick
    • Finalizers
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MiscPatcheswait_menu_prisoner_wait_on_tickFinalizer;

  • TaleWorlds.CampaignSystem.SandBox.GameComponents.Map.DefaultPartySpeedCalculatingModel.CalculateFinalSpeed
    • Postfixes
      • Owner: ca.gnivler.bannerlord.BanditMilitias; Namespace: Bandit_Militias.Patches.MilitiaPatchesDefaultPartySpeedCalculatingModelCalculateFinalSpeedPatch;