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: explorer (10.0.22621.1 (WinBuild.160101.0800))
Runtime: .NET Framework 4.8.9167.0
LauncherEx Version: 1.24.3


+ Exception

Exception information
Type: System.Reflection.TargetInvocationException
Message: Exception has been thrown by the target of an invocation.
Source: mscorlib
CallStack:
  1. at object RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor)
  2. at object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(object obj, object[] parameters, object[] arguments)
  3. at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
  4. at object TaleWorlds.Library.Common.InvokeWithLog(MethodInfo methodInfo, object obj, params object[] args)
  5. at void TaleWorlds.Library.ViewModel.ExecuteCommand_Patch1(ViewModel this, string commandName, object[] parameters)
  6. at void TaleWorlds.GauntletUI.Data.GauntletView.OnCommand(string command, object[] args)
  7. at void TaleWorlds.GauntletUI.BaseTypes.Widget.EventFired(string eventName, params object[] args)
  8. at void TaleWorlds.GauntletUI.BaseTypes.ButtonWidget.HandleClick()
  9. at void TaleWorlds.GauntletUI.BaseTypes.ButtonWidget.OnMouseReleased()
  10. at void TaleWorlds.GauntletUI.EventManager.MouseUp()
  11. at void TaleWorlds.GauntletUI.UIContext.UpdateInput(InputType handleInputs)
  12. at void TaleWorlds.ScreenSystem.ScreenManager.Update()
  13. at void TaleWorlds.ScreenSystem.ScreenManager.Tick(float dt, bool activeMouseVisible)
  14. at void ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_Tick_Patch1(float dt)


Inner Exception information
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: BKCEKPatch
CallStack:
  1. at bool BKCEKPatch.Patches.Languages.CorrectPlayerEducationPatch.Prefix(ref EducationManager __instance) in C:/Users/brand/Desktop/Dev/BL Mods/BKCEKPatch2/BKCEKPatch/BKCEKPatch/Patches/Languages/CorrectPlayerEducationPatch.cs:line 17
  2. at void BannerKings.Managers.EducationManager.CorrectPlayerEducation_Patch1(EducationManager this)
  3. at void BannerKings.Behaviours.BKCampaignStartBehavior.SetStartOption(StartOption option) in C:/Users/Rodrigo/source/repos/bannerlord-banner-kings/BannerKings/Behaviours/BKCampaignStartBehavior.cs:line 77
  4. at void BannerKings.UI.CampaignStart.CampaignStartVM.ExecuteFinish() in C:/Users/Rodrigo/source/repos/bannerlord-banner-kings/BannerKings/UI/CampaignStart/CampaignStartVM.cs:line 80

+ Enhanced Stacktrace

  • Frame: bool BKCEKPatch.Patches.Languages.CorrectPlayerEducationPatch.Prefix(ref EducationManager __instance) (IL Offset: 24)
    • Module: BKCEKPatch
      Method: static System.Boolean BKCEKPatch.Patches.Languages.CorrectPlayerEducationPatch::Prefix(BannerKings.Managers.EducationManager& __instance)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void BannerKings.Managers.EducationManager.CorrectPlayerEducation_Patch1(EducationManager this) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Void BannerKings.Managers.EducationManager.CorrectPlayerEducation_Patch1(BannerKings.Managers.EducationManager this)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void BannerKings.Behaviours.BKCampaignStartBehavior.SetStartOption(StartOption option) (IL Offset: 47)
    • Module: BannerKings
      Method: System.Void BannerKings.Behaviours.BKCampaignStartBehavior::SetStartOption(BannerKings.Managers.CampaignStart.StartOption option)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void BannerKings.UI.CampaignStart.CampaignStartVM.ExecuteFinish() (IL Offset: 24)
    • Module: BannerKings
      Method: System.Void BannerKings.UI.CampaignStart.CampaignStartVM::ExecuteFinish()
      Method From Stackframe Issue: False
    CIL:

  • Frame: object RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Object System.RuntimeMethodHandle::InvokeMethod(System.Object target, System.Object[] arguments, System.Signature sig, System.Boolean constructor)
      Method From Stackframe Issue: False
    CIL:

  • Frame: object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(object obj, object[] parameters, object[] arguments) (IL Offset: 57)
    • Module: UNKNOWN
      Method: System.Object System.Reflection.RuntimeMethodInfo::UnsafeInvokeInternal(System.Object obj, System.Object[] parameters, System.Object[] arguments)
      Method From Stackframe Issue: False
    CIL:

  • Frame: object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture) (IL Offset: 108)
    • Module: UNKNOWN
      Method: virtual System.Object System.Reflection.RuntimeMethodInfo::Invoke(System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
      Method From Stackframe Issue: False
    CIL:

  • Frame: object TaleWorlds.Library.Common.InvokeWithLog(MethodInfo methodInfo, object obj, params object[] args) (IL Offset: 23)
    • Module: UNKNOWN
      Method: static System.Object TaleWorlds.Library.Common::InvokeWithLog(System.Reflection.MethodInfo methodInfo, System.Object obj, System.Object[] args)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.Library.ViewModel.ExecuteCommand_Patch1(ViewModel this, string commandName, object[] parameters) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.Library.ViewModel.ExecuteCommand_Patch1(TaleWorlds.Library.ViewModel this, System.String commandName, System.Object[] parameters)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.GauntletUI.Data.GauntletView.OnCommand(string command, object[] args) (IL Offset: 235)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.GauntletUI.Data.GauntletView::OnCommand(System.String command, System.Object[] args)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.GauntletUI.BaseTypes.Widget.EventFired(string eventName, params object[] args) (IL Offset: 32)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.GauntletUI.BaseTypes.Widget::EventFired(System.String eventName, System.Object[] args)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.GauntletUI.BaseTypes.ButtonWidget.HandleClick() (IL Offset: 140)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.GauntletUI.BaseTypes.ButtonWidget::HandleClick()
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.GauntletUI.BaseTypes.ButtonWidget.OnMouseReleased() (IL Offset: 80)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.GauntletUI.BaseTypes.ButtonWidget::OnMouseReleased()
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.GauntletUI.EventManager.MouseUp() (IL Offset: 170)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.GauntletUI.EventManager::MouseUp()
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.GauntletUI.UIContext.UpdateInput(InputType handleInputs) (IL Offset: 159)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.GauntletUI.UIContext::UpdateInput(TaleWorlds.Library.InputType handleInputs)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.ScreenSystem.ScreenManager.Update() (IL Offset: 157)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.ScreenSystem.ScreenManager::Update()
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.ScreenSystem.ScreenManager.Tick(float dt, bool activeMouseVisible) (IL Offset: 49)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.ScreenSystem.ScreenManager::Tick(System.Single dt, System.Boolean activeMouseVisible)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_Tick_Patch1(float dt) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Void ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_Tick_Patch1(System.Single dt)
      Method From Stackframe Issue: False
    CIL:

+ Involved Modules

  • BKCEKPatch
    • Method: static System.Boolean BKCEKPatch.Patches.Languages.CorrectPlayerEducationPatch::Prefix(BannerKings.Managers.EducationManager& __instance)
      Frame: bool BKCEKPatch.Patches.Languages.CorrectPlayerEducationPatch.Prefix(ref EducationManager __instance) (IL Offset: 24)
      HarmonyIssue: False
  • BannerKings
    • Method: System.Void BannerKings.Behaviours.BKCampaignStartBehavior::SetStartOption(BannerKings.Managers.CampaignStart.StartOption option)
      Frame: void BannerKings.Behaviours.BKCampaignStartBehavior.SetStartOption(StartOption option) (IL Offset: 47)
      HarmonyIssue: False
    • Method: System.Void BannerKings.UI.CampaignStart.CampaignStartVM::ExecuteFinish()
      Frame: void BannerKings.UI.CampaignStart.CampaignStartVM.ExecuteFinish() (IL Offset: 24)
      HarmonyIssue: False

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.3.0.169)
  • + ButterLib (Bannerlord.ButterLib, v2.8.11.0)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.8.0.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.9.1.0)
  • + Native (Native, v1.1.5.0)
  • + SandBox Core (SandBoxCore, v1.1.5.0)
  • + Sandbox (Sandbox, v1.1.5.0)
  • + CustomBattle (CustomBattle, v1.1.5.0)
  • + StoryMode (StoryMode, v1.1.5.0)
  • + Birth and Death Options (BirthAndDeath, v1.1.5.0)
  • + Calradia Expanded (CalradiaExpanded, a2.0.0.0)
  • + Open Source Armory (OpenSourceArmory, v1.16.0.0)
  • + Open Source Saddlery (OpenSourceSaddlery, v1.5.0.0)
  • + Open Source Weaponry (OpenSourceWeaponry, v1.5.0.0)
  • + Calradia Expanded: Kingdoms (CalradiaExpandedKingdoms, v1.2.4.0)
  • + Chinese Weapon (ChineseWeapon, v2.2.69.0)
  • + LT_Education (LT_Education, v1.10.0.0)
  • + BannerKings (BannerKings, v1.2.7.6)
  • + BK-CEK Patch (BKCEKPatch, v1.0.0.0)
  • + SettlementFinances (SettlementFinances, v1.2.2.0)
  • + SpHuaxia (SpHuaxia, e2.2.1.0)
  • + Tetsojin_v112 (Tetsojin_v112, v1.1.2.0)
  • + Thirst Mechanic (ThirstMechanic, v1.2.0.0)
  • + SpSceneMerger (SpSceneMerger, e3.0.1.0)

+ Assemblies

+ Harmony Patches

  • TaleWorlds.MountAndBlade.Launcher.Library.LauncherUI.get_AdditionalArgs
    • Postfixes
      • Owner: Bannerlord.LauncherEx.launchermanager; Namespace: Bannerlord.LauncherEx.BUTRLauncherManagerHandler.AdditionalArgsPostfix; Index: 1; Priority: 10000;

  • TaleWorlds.Library.ViewModel..ctor
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelPatch.ViewModelCtorPrefix;

  • 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.WidgetFactory.GetCustomType
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.GetCustomTypePrefix;

  • 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.WidgetFactory.CreateBuiltinWidget
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.CreateBuiltinWidgetPrefix;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_SetLogsFolder
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_GetStackTraceStr
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_GetStackTraceRaw
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_GetModuleList
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_GetVersionInts
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_CreateCustomParameterStringArray
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_GarbageCollect
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_CheckSharedStructureSizes
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_SetClosing
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_PreFinalize
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_OnFinalize
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_ApplicationTick
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_ApplicationTickLight
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_CheckClassNameIsValid
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_GetClassFields
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_CreateObjectClassInstanceWithPointer
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_CreateObjectClassInstanceWithInteger
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_GetObjectClassName
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_EngineApiMethodInterfaceInitializer
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_FillEngineApiPointers
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_GetMemoryUsage
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_CallCommandlineFunction
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_LoadManagedComponent
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_IsClassFieldExists
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.Managed_GetEnumNamesOfField
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.LibraryCallbacksGenerated.ManagedDelegate_InvokeAux
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_Initialize
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_OnConfigChange
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_OnConstrainedStateChange
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_GetVersionStr
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_GetApplicationPlatformName
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_GetModulesVersionStr
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_OnControllerDisconnection
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineManaged_EngineApiMethodInterfaceInitializer
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineManaged_CheckSharedStructureSizes
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineManaged_FillEngineApiPointers
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_PreTick
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_Tick
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_LateTick
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_OnOnscreenKeyboardDone
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_OnOnscreenKeyboardCanceled
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_OnGameWindowFocusChange
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_Update
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_InitializeLastPressedKeys
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_CreateManagedScriptHolder
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_SetScriptComponentHolder
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_RemoveScriptComponentFromAllTickLists
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_GetNumberOfScripts
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponentsEditor
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.MessageManagerBase_PostWarningLine
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.MessageManagerBase_PostSuccessLine
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.MessageManagerBase_PostMessageLineFormatted
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.MessageManagerBase_PostMessageLine
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.RenderTargetComponent_CreateRenderTargetComponent
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.RenderTargetComponent_OnPaintNeeded
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.SceneProblemChecker_OnCheckForSceneProblems
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_AddScriptComponentToTick
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_RegisterAsPrefabScriptComponent
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_DeregisterAsPrefabScriptComponent
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_RegisterAsUndoStackScriptComponent
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_DeregisterAsUndoStackScriptComponent
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_SetScene
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnInit
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_HandleOnRemoved
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnPreInit
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnEditorInit
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnEditorTick
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnEditorValidate
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_IsOnlyVisual
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_MovesEntity
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_DisablesOroCreation
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnEditorVariableChanged
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnSceneSave
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnCheckForProblems
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnPhysicsCollision
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnEditModeVisibilityChanged
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_GetEditableFields
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ThumbnailCreatorView_OnThumbnailRenderComplete
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_SetAgentAIPerformingRetreatBehavior
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_GetMissileRangeWithHeightDifferenceAux
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_GetFormationUnitSpacing
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_GetSoundAndCollisionInfoClassName
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_IsInSameFormationWith
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponSwitchingToAlternativeStart
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponReloadPhaseChange
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponAmmoReload
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponAmmoConsume
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnShieldDamaged
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponAmmoRemoved
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnMount
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnDismount
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnAgentAlarmedStateChanged
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnRetreating
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_UpdateMountAgentCache
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_UpdateRiderAgentCache
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_UpdateAgentStats
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_GetWeaponInaccuracy
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_DebugGetHealth
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWieldedItemIndexChange
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnRemoveWeapon
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponUsageIndexChange
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponAmountChange
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.BannerlordTableauManager_RequestCharacterTableauSetup
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.BannerlordTableauManager_RegisterCharacterTableauScene
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_ChargeDamageCallback
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_FallDamageCallback
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_GetDefendCollisionResults
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_DebugLogNativeMissionNetworkEvent
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_PauseMission
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnAgentAddedAsCorpse
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnAgentDeleted
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnAgentRemoved
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_SpawnWeaponAsDropFromAgent
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnPreTick
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_ApplySkeletonScaleToAllEquippedItems
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_EndMission
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnAgentShootMissile
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_GetAgentState
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_MeleeHitCallback
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnAgentHitBlocked
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_MissileAreaDamageCallback
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnMissileRemoved
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_MissileHitCallback
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_MissileCalculatePassbySoundParametersCallbackMT
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_UpdateMissionTimeCache
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_ResetMission
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnSceneCreated
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_TickAgentsAndTeams
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.WeaponComponentMissionExtensions_CalculateCenterOfMass
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.CoreManaged_Start
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.CoreManaged_OnLoadCommonFinished
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.CoreManaged_Finalize
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.CoreManaged_CheckSharedStructureSizes
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.CoreManaged_EngineApiMethodInterfaceInitializer
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.CoreManaged_FillEngineApiPointers
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_Initialize
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_RunTest
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_TickTest
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnDumpCreated
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnDumpCreationStarted
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_GetMetaMeshPackageMapping
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_GetItemMeshNames
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_GetHorseMaterialNames
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_SetEditorScreenAsRootScreen
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_GetMissionControllerClassNames
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_MBThrowException
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnEnterEditMode
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_GetInstance
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_GetGameStatus
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_SetLoadingFinished
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnCloseSceneEditorPresentation
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnSceneEditorModeOver
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnSkinsXMLHasChanged
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnImguiProfilerTick
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_CreateProcessedSkinsXMLForNative
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_CreateProcessedActionSetsXMLForNative
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_CreateProcessedActionTypesXMLForNative
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_CreateProcessedAnimationsXMLForNative
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_CreateProcessedVoiceDefinitionsXMLForNative
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_CreateProcessedModuleDataXMLForNative
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_StartMissionForEditor
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_StartMissionForReplayEditor
    • Finalizers
      • Owner: bannerlord.blse.exceptionhandler; Namespace: Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature.Finalizer;

  • SandBox.SandBoxSubModule.OnInitialState
    • Prefixes
      • Owner: bannerlord.blse.features; Namespace: Bannerlord.BLSE.Features.ContinueSaveFile.Patches.SandBoxSubModulePatch.OnInitialStatePrefix;

  • TaleWorlds.Library.InformationManager.ShowInquiry
    • Prefixes
      • Owner: bannerlord.blse.features; Namespace: Bannerlord.BLSE.Features.ContinueSaveFile.Patches.InformationManagerPatch.Prefix;

  • 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.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.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.WidgetTemplate.CreateWidgets
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;

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

  • TaleWorlds.GauntletUI.Data.GauntletMovie.LoadMovie
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;

  • SandBox.SandBoxSubModule.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.UIExtenderEx.UIPatch; Namespace: Bannerlord.UIExtenderEx.UIPatchSubModule.SandBoxSubModuleOnSubModuleLoadPostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen.OnInitialize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.OptionsGauntletScreenPatch.OnInitializePostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen.OnFinalize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.OptionsGauntletScreenPatch.OnFinalizePostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler..ctor
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch.OnInitializePostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler.OnMissionScreenFinalize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch.OnFinalizePostfix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.SetSelectedCategory
    • Prefixes
      • Owner: bannerlord.mcm.ui.optionsswitchpatch; Namespace: MCM.UI.Patches.OptionsVMPatch.SetSelectedCategoryPatch;

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

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.GameComponents.DefaultVolunteerModel.GetBasicVolunteer
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.GetBasicVolunteerPatch.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultVolunteerModel.GetDailyVolunteerProductionProbability
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.GetDailyVolunteerProductionProbabilityPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.ConsiderWar
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.AriorumPatch1.Prefix;
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Diplomacy.Patches.ConsiderWarPatch.Prefix; Index: 1;

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.CampaignBehaviors.WorkshopsCampaignBehavior.IsItemPreferredForTown
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.Patches.IsItemPreferredPatch.Postfix;
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+IsItemPreferredPatch.Postfix; Index: 1;

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

  • SandBox.SandBoxGameManager.LaunchSandboxCharacterCreation
    • Prefixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.CEKCharacterCreation.CharacterCreationPatch.Prefix;
      • Owner: com.sinkpoint.huaxia; Namespace: SpHuaxia.HuaxiaPatch+PatchSandbox.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationCultureStageVM.InitializePlayersFaceKeyAccordingToCultureSelection
    • Prefixes
      • Owner: com.sinkpoint.huaxia; Namespace: SpHuaxia.HuaxiaPatch+PatchFace.Prefix;
    • Postfixes
      • Owner: CEK; Namespace: CalradiaExpandedKingdoms.CEKCharacterCreation.Patches+CEKSandboxInitializePlayersFaceKeyAccordingToCultureSelectionPatch.Postfix;

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

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCharacterDevelopmentModel.CalculateLearningRate
    • Postfixes
      • Owner: lt_education; Namespace: LT_Education.LearningRatePatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationVM.PopulateTypeDictionary
    • Postfixes
      • Owner: lt_education; Namespace: LT.UI.MapNotification.PopulateNotificationsPatch.Postfix;
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.PopulateNotificationsPatch.Postfix; Index: 1;

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

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

  • SandBox.ViewModelCollection.Nameplate.SettlementNameplateVM.RefreshBindValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.lt_education; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementProjectSelectionVM.Refresh
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.AvailableBuildingsPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.KingdomManagementVM.SetSelectedCategory
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.KingdomManagementRefreshPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementGovernorSelectionVM..ctor
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.AvailableGovernorsPatch.ConstructorPostfix;

  • TaleWorlds.CampaignSystem.Hero.get_Name
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.HeroNamePatch.GetterPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM..ctor
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.SkillVMConstructorPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterVM.RefreshValues
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.CharacterVMRefreshPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitVolunteerTroopVM.ExecuteBeginHint
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.RecruitVolunteerTroopVMHintPatch.Prefix;

  • TaleWorlds.MountAndBlade.GauntletUI.Widgets.SkillIconVisualWidget.set_SkillId
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.SkillIconOnLateUpdatePatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Policies.KingdomPoliciesVM.RefreshPolicyList
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.RefreshPolicyListPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementProjectVM.set_Building
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.SettlementProjectVMPatch.SetterPostfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitmentVM.OnDone
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.RecruitmentOnDonePatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationGainedPropertiesVM..ctor
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.CharacterCreationGainedPropertiesVMPatches.Prefix1;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationGainedPropertiesVM.PopulateInitialValues
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.CharacterCreationGainedPropertiesVMPatches.Postfix1;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationGainedPropertiesVM..ctor
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.EducationGainedPropertiesVMConstructorPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterVM.InitializeCharacter
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.InitializeCharacterPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementProjectVM.RefreshValues
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.SettlementProjectVMRefreshPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ArmyManagement.ArmyManagementVM.OnRefresh
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.ArmyManagementVMPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ArmyManagement.ArmyManagementVM.ExecuteDone
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.UI.Patches.ArmyManagementVMPatch.Prefix;

  • TaleWorlds.CampaignSystem.Election.KingSelectionKingdomDecision.IsAllowed
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Government.KingdomPolicyDecisionPatches.Prefix;

  • TaleWorlds.CampaignSystem.Election.KingSelectionKingdomDecision.DetermineSupport
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Government.KingdomPolicyDecisionPatches.OutcomeMeritPostfix;

  • TaleWorlds.CampaignSystem.Election.KingSelectionKingdomDecision.ApplyChosenOutcome
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Government.KingSelectionKingdomDecisionPatches.ApplyChosenOutcomePostfix;

  • TaleWorlds.CampaignSystem.Election.KingSelectionKingdomDecision.CalculateMeritOfOutcomeForClan
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Government.KingSelectionKingdomDecisionPatches.CalculateMeritOfOutcomeForClanPrefix;

  • TaleWorlds.CampaignSystem.Election.SettlementClaimantDecision.DetermineInitialCandidates
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Government.FiefOwnerPatches.DetermineInitialCandidatesPrefix;

  • TaleWorlds.CampaignSystem.Election.SettlementClaimantDecision.CalculateMeritOfOutcome
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Government.FiefOwnerPatches.CalculateMeritOfOutcomePostfix;

  • TaleWorlds.CampaignSystem.Election.SettlementClaimantDecision.ShouldBeCancelledInternal
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Government.FiefOwnerPatches.ShouldBeCancelledInternalPostfix;

  • TaleWorlds.CampaignSystem.NameGenerator.GenerateHeroFullName
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.NameGeneratorPatch.Prefix;

  • TaleWorlds.GauntletUI.GamepadNavigation.GauntletGamepadNavigationManager.OnWidgetNavigationStatusChanged
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.NavigationPatch.Prefix;

  • TaleWorlds.CampaignSystem.Hero.CanHaveQuestsOrIssues
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.CanHaveQuestsOrIssuesPatch.Prefix;

  • TaleWorlds.CampaignSystem.Issues.VillageNeedsToolsIssueBehavior+VillageNeedsToolsIssue.IssueStayAliveConditions
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.VillageIssueStayAliveConditionsPatch.Prefix;

  • TaleWorlds.CampaignSystem.Issues.CaravanAmbushIssueBehavior+CaravanAmbushIssue.IssueStayAliveConditions
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.CaravanIssueStayAliveConditionsPatch.Prefix;

  • TaleWorlds.CampaignSystem.Issues.LandLordNeedsManualLaborersIssueBehavior+LandLordNeedsManualLaborersIssue.IssueStayAliveConditions
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.LaborersIssueStayAliveConditionsPatch.Prefix;

  • TaleWorlds.CampaignSystem.Issues.EscortMerchantCaravanIssueBehavior.ConditionsHold
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.EscortCaravanConditionsHoldPatch.Prefix;

  • TaleWorlds.CampaignSystem.Issues.EscortMerchantCaravanIssueBehavior+EscortMerchantCaravanIssue.IssueStayAliveConditions
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.EscortCaravanIssueStayAliveConditionsPatch.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyMoraleModel.CalculateFoodVarietyMoraleBonus
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Fixes.CalculateFoodVarietyMoraleBonusPatch.Prefix;

  • TaleWorlds.CampaignSystem.MapEvents.MapEventParty.get_ContributionToBattle
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Perks.ContributionToBattlePatch.Postfix;

  • TaleWorlds.CampaignSystem.Army.UpdateName
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Armies.ArmyUpdateNamePatch.Prefix;

  • TaleWorlds.CampaignSystem.Election.KingdomDecision.DetermineSupporters
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Peerage.DetermineSupportersPatch.DetermineSupportersPrefix;

  • TaleWorlds.CampaignSystem.Election.KingdomDecision.get_IsPlayerParticipant
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Peerage.DetermineSupportersPatch.IsPlayerParticipantPrefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Policies.KingdomPoliciesVM.GetCanProposeOrDisavowPolicyWithReason
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Peerage.GetCanProposeOrDisavowPolicyWithReasonPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.ApplyInternal
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Recruitment.RecruitmentApplyInternalPatch.ApplyInternalPostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior.UpdateVolunteersOfNotablesInSettlement
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.Recruitment.RecruitmentApplyInternalPatch.UpdateVolunteersPrefix;

  • TaleWorlds.CampaignSystem.BarterSystem.Barterables.MarriageBarterable.GetUnitValueForFaction
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Marriage.Patches.MarriageBarterablePatches.DowryPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_eligible_for_marriage_with_conversation_hero_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Marriage.Patches.MarriageDialoguePatches.PlayerEligiblePostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_romance_at_stage_1_discussions_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Marriage.Patches.MarriageDialoguePatches.RomanceStage1Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_can_open_courtship_on_condition
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Marriage.Patches.MarriageDialoguePatches.DoNotStartCourtshipPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_discuss_marriage_alliance_on_condition
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Marriage.Patches.MarriageDialoguePatches.PlayerProposeAlliancePrefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomDiplomacyVM.GetActionStatusForDiplomacyItemWithReason
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Diplomacy.Patches.DeclareWarVMPatch.ButtonCLickable;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomDiplomacyVM.OnDeclareWar
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Diplomacy.Patches.DeclareWarVMPatch.ButtonPopup;

  • TaleWorlds.CampaignSystem.Kingdom.CreateArmy
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.CreateArmyPatch.Prefix;

  • TaleWorlds.CampaignSystem.Extensions.Attributes.get_All
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.AttributesPatch.Prefix;

  • SandBox.CampaignBehaviors.CompanionRolesCampaignBehavior.companion_fire_on_consequence
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.CompanionDialoguesPatches.FireCompanionPrefix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.FindSuitableCompanionsToLeadCaravan
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.SuitableCaravanLeaderPatch.Prefix;

  • TaleWorlds.CampaignSystem.Hero.SetHeroEncyclopediaTextAndLinks
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.HeroDescriptionPatch.Postfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_lord_give_oath_go_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.ShowContractPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.Categories.ClanPartiesVM.ExecuteCreateNewParty
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.ClanCreatePartyPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.SpawnCaravan
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.CaravansCampaignBehaviorPatches.SpawnCaravan;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.get_SmallCaravanFormingCost
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.LordConversationsCampaignBehaviorPatches.SmallCaravanFormingCost;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.get_LargeCaravanFormingCost
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.LordConversationsCampaignBehaviorPatches.LargeCaravanFormingCost;

  • Helpers.HeroHelper.GetVolunteerTroopsOfHeroForRecruitment
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.GetVolunteerTroopsOfHeroForRecruitmentPatch.Prefix;
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+StartRecruitingMoneyLimitPatch.Prefix2; Index: 1;

  • Helpers.SettlementHelper.SpawnNotablesIfNeeded
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.SpawnNotablesIfNeededPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.GovernorCampaignBehavior.DailyTickSettlement
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.DailyTickSettlementPatch.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Village.DailyTick
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.VillageDailyTicktPatch.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Town.DailyTick
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.TownDailyTicktPatch.Prefix;

  • TaleWorlds.CampaignSystem.Election.KingdomDecision.GetInfluenceCostOfSupport
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.GetInfluenceCostOfSupportPatch.Postfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_puritan_preacher_introduction_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.PuritanPreacherPatch.Postfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_minor_faction_preacher_introduction_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.MinorFactionPreacherPatch.Postfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_mystic_preacher_introduction_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.MysticPreacherPatch.Postfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_messianic_preacher_introduction_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.MessianicPatch.Postfix;

  • TaleWorlds.CampaignSystem.Actions.SellPrisonersAction.ApplyForAllPrisoners
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.ApplyAllPrisionersPatch.Prefix;

  • TaleWorlds.CampaignSystem.Actions.SellPrisonersAction.ApplyForSelectedPrisoners
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.ApplyAllPrisionersPatch.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Town.FoodStocksUpperLimit
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.FoodStockPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.SettlementClaimantCampaignBehavior.OnSettlementOwnerChanged
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.SettlementClaimantCampaignBehaviorPatches.OnSettlementOwnerChangedPostfix;

  • SandBox.CampaignBehaviors.HeirSelectionCampaignBehavior.OnHeirSelectionOver
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.OnHeirSelectionOverPatch.Prefix;

  • SandBox.Tournaments.MissionLogics.TournamentBehavior.GetExpectedDenarsForBet
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.GetExpectedDenarsForBetlPatch.Postfix;

  • SandBox.Tournaments.MissionLogics.TournamentBehavior.GetMaximumBet
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.GetMaximumBetlPatch.Postfix;

  • TaleWorlds.CampaignSystem.Roster.ItemRoster.AddToCounts
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.MarketPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RansomOfferCampaignBehavior.ConsiderRansomPrisoner
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.RansomOfferCampaignBehaviorPatches.ConsiderRansomPrisonerPrefix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_wants_to_make_peace_on_condition
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.BanditDialoguePatches.MakePeacePrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CharacterRelationCampaignBehavior.OnRaidCompleted
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.Patches.CharacterRelationCampaignBehaviorPatches.OnRaidCompleted;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_ask_prisoners_on_consequence
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.DialoguePatches+LordDialoguePatches.LordPrisonersPrefix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_wanderer_meet_player_on_condition
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.DialoguePatches+LordDialoguePatches.MeetCompanionPrefix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_wanderer_preintroduction_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.DialoguePatches+LordDialoguePatches.PreIntroductionPostfix;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_companion_hire_gold_on_condition
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.DialoguePatches+LordDialoguePatches.HirePostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior.GetBestAvailableCommander
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+HeroSpawnCampaignBehaviorPatches.GetBestAvailableCommanderPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.ClanVariablesCampaignBehavior.MakeClanFinancialEvaluation
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+MakeClanFinancialEvaluationPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.ClanVariablesCampaignBehavior.UpdateClanSettlementAutoRecruitment
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+AutoRecruitmentPatch.Prefix1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddIncomeFromKingdomBudget
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+ClanFinancesPatches.KingdomBudgetPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddIncomeFromParty
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+ClanFinancesPatches.AddIncomeFromPartyPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddExpensesFromPartiesAndGarrisons
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+ClanFinancesPatches.PartyExpensesPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddSettlementIncome
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+ClanFinancesPatches.VillageIncomePrefix;

  • TaleWorlds.CampaignSystem.Settlements.TownMarketData.GetPrice
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+TownMarketDataPatches.GetPricePostfix;

  • TaleWorlds.CampaignSystem.Settlements.VillageMarketData.GetPrice
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+VillageMarketDataPatches.GetPricePostfix;

  • TaleWorlds.Core.HorseComponent.get_MeatCount
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+HorseComponentPatches.MeatCountPostfix;

  • TaleWorlds.Core.HorseComponent.get_HideCount
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+HorseComponentPatches.HideCountPostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.ItemConsumptionBehavior.MakeConsumption
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+ItemConsumptionPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.NotablesCampaignBehavior.BalanceGoldAndPowerOfNotable
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+BalanceGoldAndPowerOfNotablePatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.WorkshopsCampaignBehavior.InitializeWorkshops
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+WorkshopsCampaignBehaviorPatches.InitializeWorkshopsPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.WorkshopsCampaignBehavior.DecideBestWorkshopType
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+WorkshopsCampaignBehaviorPatches.DecideBestWorkshopTypePostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.WorkshopsCampaignBehavior.ProduceOutput
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+WorkshopsCampaignBehaviorPatches.ProduceOutputPrefix;

  • TaleWorlds.CampaignSystem.Settlements.Workshops.Workshop.get_Expense
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+WorkshopExpensePatch.Prefix;

  • Helpers.HeroHelper.StartRecruitingMoneyLimit
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+StartRecruitingMoneyLimitPatch.Prefix1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.GetTradeScoreForTown
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+GetTradeScoreForTownPatch.Postfix;

  • TaleWorlds.CampaignSystem.Actions.SellGoodsForTradeAction.ApplyInternal
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+SellGoodsPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.MoveItemsToVillagerParty
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+VillagerMoveItemsPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.OnSettlementEntered
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+VillagerSettlementEnterPatch.Prefix;

  • TaleWorlds.CampaignSystem.Actions.ChangeOwnerOfWorkshopAction.ApplyInternal
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+BankruptcyPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillageGoodProductionCampaignBehavior.TickGoodProduction
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.EconomyPatches+TickGoodProductionPatch.Prefix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.OnRemoveParty
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+MobilePartyPatches.OnRemovePartyPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.SiegeAftermathCampaignBehavior.GetSiegeAftermathInfluenceCost
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+SiegeAftermathCampaignBehaviorPatches.GetSiegeAftermathInfluenceCostPrefix;

  • TaleWorlds.CampaignSystem.Inventory.InventoryLogic.SlaughterItem
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+InventoryLogicPatches.SlaughterItemPrefix;

  • TaleWorlds.CampaignSystem.DefaultItems.InitializeAll
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+RegisterItemsAndCategories.InitializeAllPostfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.DailyTickSettlement
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+CraftingCampaignBehaviorPatches.CreateTownOrderPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.GetMaxHeroCraftingStamina
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+CraftingCampaignBehaviorPatches.GetMaxHeroCraftingStaminaPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.FoodConsumptionBehavior.MakeFoodConsumption
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+FoodConsumptionBehaviorPatches.MakeFoodConsumptionPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.FoodConsumptionBehavior.SlaughterLivestock
    • Prefixes
      • Owner: BannerKings; Namespace: BannerKings.Patches.FixesPatches+FoodConsumptionBehaviorPatches.SlaughterLivestockPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerTownVisitCampaignBehavior.game_menu_town_town_market_on_consequence
    • Postfixes
      • Owner: BannerKings; Namespace: BannerKings.Behaviours.BKTradeGoodsFixesBehavior+MarketPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterDeveloperVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterDeveloperVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterDeveloperVM.RefreshValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.Categories.ClanIncomeVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

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

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.Categories.ClanIncomeVM.OnIncomeSelection
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanManagementVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanManagementVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanManagementVM.SetSelectedCategory
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.CraftingVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.CraftingVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.CraftingVM.UpdateCraftingStamina
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

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

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaClanPageVM.Refresh
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

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

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

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

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

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

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.Refresh
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPInventoryVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPInventoryVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapInfoVM.UpdatePlayerInfo
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.TownManagementVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.TownManagementVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.TownManagementVM.RefreshTownManagementStats
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitVolunteerVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.BannerKings; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • BannerKings.Managers.Institutions.Religions.Religion.Initialize
    • Postfixes
      • Owner: BKCEKPatch; Namespace: BKCEKPatch.Patches.Religion.ReligionPatch.Postfix;

  • BannerKings.Managers.EducationManager.CorrectPlayerEducation
    • Prefixes
      • Owner: BKCEKPatch; Namespace: BKCEKPatch.Patches.Languages.CorrectPlayerEducationPatch.Prefix;

  • BannerKings.Managers.EducationManager.GetNativeLanguage
    • Postfixes
      • Owner: BKCEKPatch; Namespace: BKCEKPatch.Patches.Languages.GetNativeLanguagePatch.Postfix;

  • BannerKings.Managers.EducationManager.InitHeroEducation
    • Prefixes
      • Owner: BKCEKPatch; Namespace: BKCEKPatch.Patches.Languages.InitHeroEducationPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.TradeSkillCampaingBehavior.ProcessPurchases
    • Postfixes
      • Owner: BKCEKPatch; Namespace: BKCEKPatch.Patches.Fixes.ProcessPurchasesFix.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.TradeSkillCampaingBehavior.ProcessSales
    • Postfixes
      • Owner: BKCEKPatch; Namespace: BKCEKPatch.Patches.Fixes.ProcessSalesFix.Postfix;

  • BannerKings.Managers.Institutions.Religions.Faiths.Battania.AmraFaith.IsCultureNaturalFaith
    • Postfixes
      • Owner: BKCEKPatch; Namespace: BKCEKPatch.Patches.Faiths.AmraPatch.Postfix;

  • BannerKings.Managers.Institutions.Religions.Faiths.Asera.AseraFaith.IsCultureNaturalFaith
    • Postfixes
      • Owner: BKCEKPatch; Namespace: BKCEKPatch.Patches.Faiths.AseraPatch.Postfix;

  • BannerKings.Managers.Institutions.Religions.Faiths.Vlandia.CanticlesFaith.IsHeroNaturalFaith
    • Postfixes
      • Owner: BKCEKPatch; Namespace: BKCEKPatch.Patches.Faiths.CanticlesPatch.Postfix;

  • BannerKings.Managers.Institutions.Religions.Faiths.Vlandia.CanticlesFaith.IsCultureNaturalFaith
    • Postfixes
      • Owner: BKCEKPatch; Namespace: BKCEKPatch.Patches.Faiths.CanticlesPatch2.Postfix;

  • BannerKings.Managers.Institutions.Religions.Faiths.Empire.DarusosianFaith.IsCultureNaturalFaith
    • Postfixes
      • Owner: BKCEKPatch; Namespace: BKCEKPatch.Patches.Faiths.DarusosianPatch.Postfix;

  • BannerKings.Managers.Institutions.Religions.Faiths.Northern.TreeloreFaith.IsCultureNaturalFaith
    • Postfixes
      • Owner: BKCEKPatch; Namespace: BKCEKPatch.Patches.Faiths.TreeLorePatch.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.CalculateClanIncomeInternal
    • Postfixes
      • Owner: com.goog.bannerlordmods.SettlementFinances; Namespace: SettlementFinances.ClanFinanceDisplayer.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddIncomeFromParties
    • Postfixes
      • Owner: com.goog.bannerlordmods.SettlementFinances; Namespace: SettlementFinances.CaravanHelper.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementProsperityModel.CalculateHearthChange
    • Postfixes
      • Owner: com.goog.bannerlordmods.SettlementFinances; Namespace: SettlementFinances.VillageHearthChanger.Postfix;

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

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

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

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

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartySpeedCalculatingModel.CalculateFinalSpeed
    • Postfixes
      • Owner: Thirst; Namespace: Thirst.Patches.CalculateFinalSpeedPatch.SpeedFinalizer;
    • Finalizers
      • Owner: CE; Namespace: CalradiaExpanded.CEKPartySpeedCalculatingModel.SpeedFinalizer;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyMoraleModel.GetEffectivePartyMorale
    • Postfixes
      • Owner: Thirst; Namespace: Thirst.Patches.GetEffectivePartyMoralePatchDefault.MoraleFinalizer;