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

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

Launcher: steam (07.94.58.87)


+ Exception

Exception information
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: KaosesTweaks
CallStack:
  1. at float KaosesTweaks.Models.SettlementMilitiaModel.CalculateEliteMilitiaSpawnChance(Settlement settlement) in U:/BannerLord/MyMods/KaosesTweaks/KaosesTweaks/Models/SettlementMilitiaModel.cs:line 29
  2. at void TaleWorlds.CampaignSystem.Settlements.Settlement.AddTroopToMilitiaParty(MobileParty militaParty, CharacterObject militiaTroop, CharacterObject eliteMilitiaTroop, float troopRatio, ref int numberToAddRemaining)
  3. at void TaleWorlds.CampaignSystem.Settlements.Settlement.AddMilitiasToParty(MobileParty militaParty, int militiaToAdd)
  4. at void TaleWorlds.CampaignSystem.Settlements.Village.DailyTick()
  5. at void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T t)
  6. at void TaleWorlds.CampaignSystem.CampaignEvents.DailyTickSettlement(Settlement settlement)
  7. at void TaleWorlds.CampaignSystem.CampaignEventDispatcher.DailyTickSettlement(Settlement settlement)
  8. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager+PeriodicTicker.PeriodicTickSome(double timeUnitsElapsed)
  9. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicDailyTick()
  10. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.TickPeriodicEvents()
  11. at void TaleWorlds.CampaignSystem.Campaign.Tick()
  12. at void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt)
  13. at void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt)
  14. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  15. at void TaleWorlds.Core.Game.OnTick(float dt)
  16. at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)
  17. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt)

+ Enhanced Stacktrace

  • Frame: float KaosesTweaks.Models.SettlementMilitiaModel.CalculateEliteMilitiaSpawnChance(Settlement settlement) (IL Offset: 29)
    • Module: KaosesTweaks
      Method: virtual System.Single KaosesTweaks.Models.SettlementMilitiaModel::CalculateEliteMilitiaSpawnChance(TaleWorlds.CampaignSystem.Settlements.Settlement settlement)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Settlements.Settlement.AddTroopToMilitiaParty(MobileParty militaParty, CharacterObject militiaTroop, CharacterObject eliteMilitiaTroop, float troopRatio, ref int numberToAddRemaining) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Settlements.Settlement::AddTroopToMilitiaParty(TaleWorlds.CampaignSystem.Party.MobileParty militaParty, TaleWorlds.CampaignSystem.CharacterObject militiaTroop, TaleWorlds.CampaignSystem.CharacterObject eliteMilitiaTroop, System.Single troopRatio, System.Int32& numberToAddRemaining)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Settlements.Settlement.AddMilitiasToParty(MobileParty militaParty, int militiaToAdd) (IL Offset: 25)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Settlements.Settlement::AddMilitiasToParty(TaleWorlds.CampaignSystem.Party.MobileParty militaParty, System.Int32 militiaToAdd)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Settlements.Village.DailyTick() (IL Offset: 78)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Settlements.Village::DailyTick()
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T t) (IL Offset: 22)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MbEvent`1::InvokeList(TaleWorlds.CampaignSystem.EventHandlerRec`1 list, TaleWorlds.CampaignSystem.T t)
      HarmonyIssue: True
  • Frame: void TaleWorlds.CampaignSystem.CampaignEvents.DailyTickSettlement(Settlement settlement) (IL Offset: 0)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEvents::DailyTickSettlement(TaleWorlds.CampaignSystem.Settlements.Settlement settlement)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignEventDispatcher.DailyTickSettlement(Settlement settlement) (IL Offset: 11)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEventDispatcher::DailyTickSettlement(TaleWorlds.CampaignSystem.Settlements.Settlement settlement)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager+PeriodicTicker.PeriodicTickSome(double timeUnitsElapsed) (IL Offset: 139)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.PeriodicTicker`1::PeriodicTickSome(System.Double timeUnitsElapsed)
      HarmonyIssue: True
  • Frame: void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicDailyTick() (IL Offset: 43)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager::PeriodicDailyTick()
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.TickPeriodicEvents() (IL Offset: 6)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager::TickPeriodicEvents()
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Campaign.Tick() (IL Offset: 132)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Campaign::Tick()
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt) (IL Offset: 140)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnMapModeTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt) (IL Offset: 77)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnTick(float dt) (IL Offset: 47)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.Game.OnTick(float dt) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.Game::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameManagerBase.OnTick(float dt) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameManagerBase::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt) (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
      HarmonyIssue: False
    • Module: BetterExceptionWindow
      Method: static System.Exception BetterExceptionWindow.OnApplicationTickPatch::Finalizer(System.Exception __exception)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(TaleWorlds.MountAndBlade.Module this, System.Single dt)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Module::OnApplicationTick(System.Single dt)
      HarmonyIssue: False

+ Involved Modules

  • KaosesTweaks
    • Method: virtual System.Single KaosesTweaks.Models.SettlementMilitiaModel::CalculateEliteMilitiaSpawnChance(TaleWorlds.CampaignSystem.Settlements.Settlement settlement)
      Frame: float KaosesTweaks.Models.SettlementMilitiaModel.CalculateEliteMilitiaSpawnChance(Settlement settlement) (IL Offset: 29)
      HarmonyIssue: False
  • BetterExceptionWindow
    • Method: static System.Exception BetterExceptionWindow.OnApplicationTickPatch::Finalizer(System.Exception __exception)
      Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt) (IL Offset: -1)
      HarmonyIssue: False

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.2.2.140)
  • + BetterExceptionWindow (BetterExceptionWindow, v6.2.0.0)
  • + ButterLib (Bannerlord.ButterLib, v2.6.3.0)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.6.0.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.5.5.0)
  • + Native (Native, v1.0.3.0)
  • + SandBox Core (SandBoxCore, v1.0.3.0)
  • + Sandbox (Sandbox, v1.0.3.0)
  • + CustomBattle (CustomBattle, v1.0.3.0)
  • + StoryMode (StoryMode, v1.0.3.0)
  • + ROT-Content (ROT-Content, e1.0.0.0)
  • + The-Realm (The-Realm, e1.0.0.0)
  • + ROT-Races (ROT-Races, e1.0.0.0)
  • + Birth and Death Options (BirthAndDeath, v1.0.3.0)
  • + Better Time (BetterTime, v1.2.7.0)
  • + EquipBestItem (EquipBestItem, v1.9.1.0)
  • + Hideout Plus (HideoutPlus, v1.2.2.0)
  • + Jim High Loyalty For Every Town (JimHighLoyaltyForEveryTown, v1.0.0.0)
  • + Kaoses Common (KaosesCommon, v1.1.2.0)
  • + Kaoses Tweaks (KaosesTweaks, v1.0.7.0)
  • + Legolas_Bow_and_Outfit (Legolas_Bow_and_Outfit, v1.0.0.0)
  • + LootLord (LootLord, v3.0.0.0)
  • + Take Both (TakeBoth, v1.0.1.0)
  • + Tournaments XPanded (TournamentsXPanded, v4.1.13.0)
  • + Xorberax's Legacy for v1.0.3 (XorberaxLegacy, v1.0.5.0)
  • + You Keep What You Kill (YouKeepWhatYouKill, v1.0.18.0)
  • + RTS Camera (RTSCamera, v4.1.19.0)
  • + Diplomacy (Bannerlord.Diplomacy, v1.2.4.0)
  • + FamilyControl (FamilyControl, v1.0.2.0)
  • + Improved Garrisons (ImprovedGarrisons, v4.1.1.9)
  • + Hot Butter (hotbutter, v2.0.2.0)
  • + More Prisoner Interactions (MorePrisonerInteractions, v1.0.0.0)
  • + Captivity Events (zCaptivityEvents, v1.0.3.1038)
  • + Better Save/Load (BetterSaveLoad, v1.1.5.0)

+ Assemblies

+ Harmony Patches

  • TaleWorlds.DotNet.Managed.ApplicationTick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+OnApplicationTickCorePatch.Finalizer; Priority: 800;

  • TaleWorlds.Engine.ScriptComponentBehavior.OnTick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+OnComponentBehaviourTickPatch.Finalizer; Priority: 800;

  • TaleWorlds.MountAndBlade.Module.OnApplicationTick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+OnApplicationTickPatch.Finalizer; Priority: 800;

  • TaleWorlds.MountAndBlade.View.MissionViews.MissionView.OnMissionScreenTick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+OnMissionScreenTickPatch.Finalizer; Priority: 800;

  • TaleWorlds.ScreenSystem.ScreenManager.Tick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+OnFrameTickPatch.Finalizer; Priority: 800;

  • TaleWorlds.MountAndBlade.Mission.Tick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+OnTickMissionPatch.Finalizer; Priority: 800;

  • TaleWorlds.MountAndBlade.MissionBehavior.OnMissionTick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+OnMissionTickPatch.Finalizer; Priority: 800;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix;
      • Owner: TournamentsXPanded; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix; Index: 1;
      • Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix; Index: 2;
      • Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix; Index: 3;
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+OnSubModuleLoadPatch.Finalizer; Priority: 800;

  • ManagedCallbacks.CoreCallbacksGenerated.get_Delegates
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.set_Delegates
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_SetAgentAIPerformingRetreatBehavior
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_GetMissileRangeWithHeightDifferenceAux
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_GetFormationUnitSpacing
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_GetSoundAndCollisionInfoClassName
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_IsInSameFormationWith
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponSwitchingToAlternativeStart
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponReloadPhaseChange
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponAmmoReload
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponAmmoConsume
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnShieldDamaged
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponAmmoRemoved
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnMount
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnDismount
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnAgentAlarmedStateChanged
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnRetreating
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_UpdateMountAgentCache
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_UpdateRiderAgentCache
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_UpdateAgentStats
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_GetWeaponInaccuracy
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_DebugGetHealth
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWieldedItemIndexChange
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnRemoveWeapon
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponUsageIndexChange
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Agent_OnWeaponAmountChange
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.BannerlordTableauManager_RequestCharacterTableauSetup
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.BannerlordTableauManager_RegisterCharacterTableauScene
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_DebugLogNativeMissionNetworkEvent
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_PauseMission
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnAgentRemoved
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_SpawnWeaponAsDropFromAgent
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnPreTick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_ApplySkeletonScaleToAllEquippedItems
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_EndMission
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnAgentShootMissile
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_GetAgentState
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_MeleeHitCallback
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnAgentHitBlocked
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_MissileAreaDamageCallback
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnMissileRemoved
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_MissileHitCallback
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_ChargeDamageCallback
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_FallDamageCallback
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_GetDefendCollisionResults
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnAgentAddedAsCorpse
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnAgentDeleted
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_UpdateMissionTimeCache
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_ResetMission
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_OnSceneCreated
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Mission_TickAgentsAndTeams
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.MBEditor_SetEditorScene
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.MBEditor_CloseEditorScene
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.MBEditor_DestroyEditor
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.MBMultiplayerData_GetServerId
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.MBMultiplayerData_GetServerName
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.MBMultiplayerData_GetGameModule
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.MBMultiplayerData_GetGameType
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.MBMultiplayerData_GetMap
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.MBMultiplayerData_GetCurrentPlayerCount
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.MBMultiplayerData_GetPlayerCountLimit
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.MBMultiplayerData_UpdateGameServerInfo
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.WeaponComponentMissionExtensions_CalculateCenterOfMass
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.CoreManaged_Start
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.CoreManaged_OnLoadCommonFinished
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.CoreManaged_Finalize
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.CoreManaged_CheckSharedStructureSizes
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.CoreManaged_EngineApiMethodInterfaceInitializer
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.CoreManaged_FillEngineApiPointers
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_Initialize
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_RunTest
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_TickTest
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnDumpCreated
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnDumpCreationStarted
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_GetMetaMeshPackageMapping
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_GetItemMeshNames
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_GetHorseMaterialNames
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_SetEditorScreenAsRootScreen
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_GetMissionControllerClassNames
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_MBThrowException
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnEnterEditMode
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_GetInstance
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_GetGameStatus
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_SetLoadingFinished
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnCloseSceneEditorPresentation
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnSceneEditorModeOver
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnSkinsXMLHasChanged
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_OnImguiProfilerTick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_CreateProcessedSkinsXMLForNative
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_CreateProcessedActionSetsXMLForNative
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_CreateProcessedActionTypesXMLForNative
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_CreateProcessedAnimationsXMLForNative
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_CreateProcessedVoiceDefinitionsXMLForNative
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_CreateProcessedModuleDataXMLForNative
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_StartMissionForEditor
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.Module_StartMissionForReplayEditor
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.GameNetwork_HandleRemovePlayer
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.GameNetwork_HandleDisconnect
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.GameNetwork_HandleNetworkPacketAsServer
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.GameNetwork_HandleConsoleCommand
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.GameNetwork_HandleNetworkPacketAsClient
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.GameNetwork_SyncRelevantGameOptionsToServer
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.ManagedOptions_GetConfigCount
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.CoreCallbacksGenerated.ManagedOptions_GetConfigValue
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.get_Delegates
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.set_Delegates
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.CrashInformationCollector_CollectInformation
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_Initialize
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_OnConfigChange
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_OnConstrainedStateChange
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_GetVersionStr
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_GetApplicationPlatformName
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_GetModulesVersionStr
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineController_OnControllerDisconnection
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineManaged_EngineApiMethodInterfaceInitializer
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineManaged_CheckSharedStructureSizes
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineManaged_FillEngineApiPointers
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_PreTick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_Tick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_LateTick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_OnOnscreenKeyboardDone
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_OnOnscreenKeyboardCanceled
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_OnGameWindowFocusChange
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.EngineScreenManager_Update
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedExtensions_SetObjectField
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedExtensions_GetObjectField
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedExtensions_CopyObjectFieldsFrom
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedExtensions_CreateScriptComponentInstance
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedExtensions_GetScriptComponentClassNames
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedExtensions_GetEditorVisibilityOfField
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedExtensions_GetTypeOfField
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedExtensions_ForceGarbageCollect
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedExtensions_CollectCommandLineFunctions
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_CreateManagedScriptHolder
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_SetScriptComponentHolder
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_RemoveScriptComponentFromAllTickLists
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_GetNumberOfScripts
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponentsEditor
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.MessageManagerBase_PostWarningLine
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.MessageManagerBase_PostSuccessLine
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.MessageManagerBase_PostMessageLineFormatted
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.MessageManagerBase_PostMessageLine
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.NativeParallelDriver_ParalelForLoopBodyCaller
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.NativeParallelDriver_ParalelForLoopBodyWithDtCaller
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.RenderTargetComponent_CreateRenderTargetComponent
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.RenderTargetComponent_OnPaintNeeded
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.SceneProblemChecker_OnCheckForSceneProblems
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_AddScriptComponentToTick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_RegisterAsPrefabScriptComponent
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_DeregisterAsPrefabScriptComponent
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_RegisterAsUndoStackScriptComponent
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_DeregisterAsUndoStackScriptComponent
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_SetScene
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnInit
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_HandleOnRemoved
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnPreInit
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnEditorInit
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnEditorTick
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnEditorValidate
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_IsOnlyVisual
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_MovesEntity
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_DisablesOroCreation
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnEditorVariableChanged
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnSceneSave
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnCheckForProblems
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnPhysicsCollision
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_OnEditModeVisibilityChanged
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ScriptComponentBehavior_GetEditableFields
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

  • ManagedCallbacks.EngineCallbacksGenerated.ThumbnailCreatorView_OnThumbnailRenderComplete
    • Finalizers
      • Owner: org.calradia.admiralnelson.betterexceptionwindow; Namespace: BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter.Finalizer;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.Engine.GauntletUI.UIConfig.set_DoNotUseGeneratedPrefabs
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.UIConfigPatch.Prefix;

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

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

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

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

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

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

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

  • TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChangerBrushWidget.OnBooleanUpdated
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddVillagesIncome
    • Postfixes
      • Owner: CarolinaWarlord; Namespace: ROT.Patches+DefaultClanFinanceModelAddVillagesIncome.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddTownTaxes
    • Postfixes
      • Owner: CarolinaWarlord; Namespace: ROT.Patches+DefaultClanFinanceModelAddTownTaxes.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyFoodBuyingModel.get_MinimumDaysFoodToLastWhileBuyingFoodFromTown
    • Postfixes
      • Owner: CarolinaWarlord; Namespace: ROT.Patches+DefaultPartyFoodBuyingModelMinimumDaysFoodToLastWhileBuyingFoodTown.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyFoodBuyingModel.get_MinimumDaysFoodToLastWhileBuyingFoodFromVillage
    • Postfixes
      • Owner: CarolinaWarlord; Namespace: ROT.Patches+DefaultPartyFoodBuyingModelMinimumDaysFoodToLastWhileBuyingFoodVillage.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultVillageProductionCalculatorModel.CalculateDailyFoodProductionAmount
    • Postfixes
      • Owner: CarolinaWarlord; Namespace: ROT.Patches+DefaultVillageProductionCalculatorModelCalculateDailyFoodProductionAmount.Postfix;

  • TaleWorlds.CampaignSystem.CharacterObject.CreateFrom
    • Postfixes
      • Owner: CarolinaWarlord; Namespace: ROT.Patches+TroopTreePatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CompanionsCampaignBehavior.CreateCompanionAndAddToSettlement
    • Prefixes
      • Owner: mklvn.bannerlord.unique_companions; Namespace: UniqueCompanions.CreateCompanionAndAddToSettlementPatch.Prefix;

  • SandBox.GauntletUI.BannerEditor.BannerEditorView.OnTick
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.BannerPaste.Postfix;

  • TaleWorlds.Core.Banner.GetFirstIconColor
    • Prefixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.AssignUniqueSecondaryBannerColor.Prefix;

  • TaleWorlds.Core.ImageIdentifier..ctor
    • Prefixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.ClearBannerCode.Prefix;

  • TaleWorlds.CampaignSystem.Clan.UpdateBannerColorsAccordingToKingdom
    • Prefixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.PreventBannerColorUpdates.Prefix;

  • TaleWorlds.CampaignSystem.Clan.UpdateBannerColor
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.UpdateKingdomColorOnBannerChange.Postfix;

  • SandBox.View.Map.PartyVisual.AddCharacterToPartyIcon
    • Prefixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.PersistClothingColorWorldMap.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CampaignUIHelper.GetCharacterCode
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.UIHeadshotClothingPersistence.Postfix;

  • SandBox.ViewModelCollection.SandBoxUIHelper.GetCharacterCode
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.UIHeadshotClothingPersistenceSandbox.Postfix;

  • TaleWorlds.MountAndBlade.Mission.SpawnAgent
    • Prefixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.SceneColorPersistence.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPInventoryVM.UpdateCurrentCharacterIfPossible
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.InventoryColorPersistence.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.RefreshCurrentCharacterInformation
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.PartyColorPersistence.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.HeroViewModel.FillFrom
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.CharacterSheetPersistence.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.GetCharacterCode
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.PartyHeadshotPersistence.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanPartyItemVM.GetCharacterCode
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.ClanViewPersistence.Postfix;

  • TaleWorlds.CampaignSystem.SceneInformationPopupTypes.CampaignSceneNotificationHelper.CreateNotificationCharacterFromHero
    • Transpilers
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.ExecutionScenePersistence.Transpiler;

  • TaleWorlds.CampaignSystem.Campaign..ctor
    • Transpilers
      • Owner: com.github.gnivler.StartDatePrototype; Namespace: StartDatePrototype.SubModule.Transpiler;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillageTradeBoundCampaignBehavior.TryToAssignTradeBoundForVillage
    • Transpilers
      • Owner: com.Bannerlord.TradeBoundFix; Namespace: TradeBoundFix.SubModule.Transpiler;

  • SandBox.SettlementPositionScript.get_SettlementsDistanceCacheFilePath
    • Postfixes
      • Owner: mod.bannerlord.SettlementDistanceCache; Namespace: SettlementDistanceCache.SubModule+SettlementPositionScriptSettlementsDistanceCacheFilePath.Postfix;

  • SandBox.MapScene.Load
    • Transpilers
      • Owner: Aurelian.MapFix; Namespace: Aurelian.MapFix.SubModule+MainScenePatch.Transpiler;

  • TaleWorlds.CampaignSystem.Campaign.TickMapTime
    • Prefixes
      • Owner: mod.bannerlord.bettertime; Namespace: BetterTime.Support.Prefix;

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

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

  • TaleWorlds.CampaignSystem.Party.PartyScreenLogic.ExecuteTroop
    • Postfixes
      • Owner: LootLord; Namespace: LootLord.PartyScreenLogic_LootLord.Postfix;
      • Owner: com.darkspyre.ykwyk; Namespace: YouKeepWhatYouKill.Patches.ExecutionsPatch.PartyScreenLogicExecuteTroopPatchPostfix; Index: 1; Priority: 0;

  • TaleWorlds.MountAndBlade.Mission.DecideWeaponCollisionReaction
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.CutThroughEveryonePatch.DecideWeaponCollisionReactionPostfix;

  • TaleWorlds.MountAndBlade.Mission.MeleeHitCallback
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.CutThroughEveryonePatch.MeleeHitCallbackPostfix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.ComputeBlowMagnitudeFromHorseCharge
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.ChargeDamagePatch.ComputeBlowMagnitudeFromHorseChargePostfix;

  • TaleWorlds.MountAndBlade.Mission.CancelsDamageAndBlocksAttackBecauseOfNonEnemyCase
    • Prefixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.FriendlyFirePatch.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.TrainingFieldCampaignBehavior.OnSessionLaunched
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.TrainingFieldMenuOptionsPatch.Postfix;

  • TaleWorlds.MountAndBlade.View.Screens.MissionScreen.UpdateCamera
    • Prefixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.ShoulderCameraPatch.Prefix;
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.ShoulderCameraPatch.Postfix;

  • TaleWorlds.MountAndBlade.View.MissionViews.SiegeWeapon.RangedSiegeWeaponView.HandleUserInput
    • Prefixes
      • Owner: RTSCameraPatch; Namespace: RTSCamera.Patch.Fix.Patch_RangedSiegeWeaponView.HandleUserInput_Prefix;

  • SandBox.CampaignBehaviors.CommonVillagersCampaignBehavior.CheckIfConversationAgentIsEscortingThePlayer
    • Prefixes
      • Owner: RTSCameraPatch; Namespace: RTSCamera.Patch.Fix.Patch_CommonVillagersCampaignBehavior.CheckIfConversationAgentIsEscortingThePlayer_Prefix;

  • SandBox.Missions.MissionLogics.Arena.ArenaPracticeFightMissionController.StartPractice
    • Prefixes
      • Owner: RTSCameraPatch; Namespace: RTSCamera.Patch.Fix.Patch_ArenaPracticeFightMissionController.StartPractice_Prefix;

  • SandBox.Objects.PassageUsePoint.IsDisabledForAgent
    • Prefixes
      • Owner: RTSCameraPatch; Namespace: RTSCamera.Patch.Fix.Patch_PassageUsePoint.IsDisabledForAgent_Prefix;

  • TaleWorlds.MountAndBlade.TeamAIComponent.TickOccasionally
    • Prefixes
      • Owner: RTSCameraPatch; Namespace: RTSCamera.Patch.Fix.Patch_TeamAIComponent.TickOccasionally_Prefix;

  • TaleWorlds.MountAndBlade.View.MissionViews.MissionAgentLabelView.IsAllyInAllyTeam
    • Prefixes
      • Owner: RTSCameraPatch; Namespace: RTSCamera.Patch.Fix.Patch_MissionAgentLabelView.IsAllyInAllyTeam_Prefix;

  • TaleWorlds.MountAndBlade.MissionBoundaryCrossingHandler.TickForMainAgent
    • Prefixes
      • Owner: RTSCameraPatch; Namespace: RTSCamera.Patch.Fix.Patch_MissionBoundaryCrossingHandler.TickForMainAgent_Prefix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.HUD.FormationMarker.MissionFormationMarkerVM.RefreshFormationPositions
    • Prefixes
      • Owner: RTSCameraPatch; Namespace: RTSCamera.src.Patch.Fix.Patch_MissionFormationMarkerVM.RefreshFormationPositions_Prefix;

  • TaleWorlds.MountAndBlade.View.Screens.MissionScreen.TaleWorlds.MountAndBlade.IMissionListener.OnMissionModeChange
    • Prefixes
      • Owner: RTSCameraPatch; Namespace: RTSCamera.Patch.Patch_MissionScreen.OnMissionModeChange_Prefix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderVM.CheckCanBeOpened
    • Prefixes
      • Owner: RTSCamera_Patch_MissionOrderVM; Namespace: RTSCamera.Patch.Fix.Patch_MissionOrderVM.Prefix_CheckCanBeOpened;

  • TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderVM.AfterInitialize
    • Postfixes
      • Owner: RTSCamera_Patch_MissionOrderVM; Namespace: RTSCamera.Patch.Fix.Patch_MissionOrderVM.Postfix_AfterInitialize;

  • TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderVM.OnEscape
    • Prefixes
      • Owner: RTSCamera_Patch_MissionOrderVM; Namespace: RTSCamera.Patch.Fix.Patch_MissionOrderVM.Prefix_OnEscape;

  • TaleWorlds.MountAndBlade.ViewModelCollection.HUD.CrosshairVM.ShowHitMarker
    • Prefixes
      • Owner: RTSCamera_Patch_CrosshairVM; Namespace: RTSCamera.Patch.Patch_CrosshairVM.Prefix_ShowHitMarker;

  • TaleWorlds.MountAndBlade.ViewModelCollection.HUD.CrosshairVM.SetReloadProperties
    • Postfixes
      • Owner: RTSCamera_Patch_CrosshairVM; Namespace: RTSCamera.Patch.Patch_CrosshairVM.Postfix_SetReloadProperties;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSpectatorControl.OnMissionTick
    • Postfixes
      • Owner: RTSCamera_Patch_MissionGauntletSpectatorControl; Namespace: RTSCamera.Patch.Patch_MissionGauntletSpectatorControl.Postfix_OnMissionTick;

  • TaleWorlds.MountAndBlade.GauntletUI.Widgets.Scoreboard.ScoreboardScreenWidget.UpdateControlButtons
    • Postfixes
      • Owner: RTSCamera_Patch_ScoreboardScreenWidget; Namespace: RTSCamera.Patch.Patch_ScoreboardScreenWidget.Postfix_UpdateControlButtons;

  • TaleWorlds.MountAndBlade.Mission.UpdateSceneTimeSpeed
    • Postfixes
      • Owner: RTSCamera_Patch_Mission_UpdateSceneTimeSpeed; Namespace: RTSCamera.Patch.Patch_Mission_UpdateSceneTimeSpeed.Postfix_UpdateSceneTimeSpeed;

  • TaleWorlds.MountAndBlade.ViewModelCollection.OrderOfBattle.OrderOfBattleVM.OnCommanderAssignmentRequested
    • Prefixes
      • Owner: RTSCamera_Patch_OrderOfBattleVM; Namespace: RTSCamera.Patch.Fix.Patch_OrderOfBattleVM.Prefix_OnCommanderAssignmentRequested;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletMainAgentEquipDropView.IsMainAgentAvailable
    • Prefixes
      • Owner: RTSCamera_Patch_MissionGauntletMainAgentEquipDropView; Namespace: RTSCamera.Patch.Patch_MissionGauntletMainAgentEquipDropView.Prefix_IsMainAgentAvailable;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletMainAgentEquipmentControllerView.IsMainAgentAvailable
    • Prefixes
      • Owner: RTSCamera_Patch_MissionGauntletMainAgentEquipmentControllerView; Namespace: RTSCamera.Patch.Patch_MissionGauntletMainAgentEquipmentControllerView.Prefix_IsMainAgentAvailable;

  • TaleWorlds.MountAndBlade.DeploymentMissionController.FinishPlayerDeployment
    • Postfixes
      • Owner: RTSCamera_Patch_DeploymentMissionController; Namespace: RTSCamera.Patch.Patch_DeploymentMissionController.Postfix_FinishPlayerDeployment;

  • SandBox.GameComponents.SandboxBattleSpawnModel.FindBestOrderOfBattleFormationClassAssignmentForTroop
    • Prefixes
      • Owner: RTSCamera_Patch_SandboxBattleSpawnModel; Namespace: RTSCamera.Patch.Patch_SandboxBattleSpawnModel.Prefix_FindBestOrderOfBattleFormationClassAssignmentForTroop;

  • TaleWorlds.MountAndBlade.AgentHumanAILogic.OnAgentControllerChanged
    • Prefixes
      • Owner: RTSCamera_Patch_AgentHumanAILogic; Namespace: RTSCamera.Patch.Patch_AgentHumanAILogic.Prefix_OnAgentControllerChanged;

  • TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderDeploymentControllerVM.ExecuteDeployAll
    • Prefixes
      • Owner: RTSCamera_Patch_MissionOrderDeploymentControllerVM; Namespace: RTSCamera.Patch.Fix.Patch_MissionOrderDeploymentControllerVM.Prefix_ExecuteDeployAll;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.EncounterGameMenuBehavior.AddGameMenus
    • Postfixes
      • Owner: RTSCameraPatch; Namespace: RTSCamera.CampaignGame.Behavior.WatchBattleBehavior.Postfix;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderWar
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DiplomaticBartersBehaviorPatch.ConsiderWarPrefix;

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

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

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

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

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.ChildConceived
    • Prefixes
      • Owner: FamilyControl.FamilyControlSubModule; Namespace: FamilyControl.PregnancyChildConceivedPatch.Prefix;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchPregnancyCampaignBehavior.ChildConceived; Index: 1;
    • Postfixes
      • Owner: FamilyControl.FamilyControlSubModule; Namespace: FamilyControl.PregnancyChildConceivedPatch.Postfix;

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

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

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

  • TaleWorlds.Core.MBSaveLoad.LoadSaveGameData
    • Postfixes
      • Owner: mod.bannerlord.bettersaveload; Namespace: BetterSaveLoad.BetterSaveLoadManager.Postfix1;

  • TaleWorlds.Core.MBSaveLoad.OnNewGame
    • Postfixes
      • Owner: mod.bannerlord.bettersaveload; Namespace: BetterSaveLoad.BetterSaveLoadManager.Postfix2;

  • TaleWorlds.Core.MBSaveLoad.QuickSaveCurrentGame
    • Prefixes
      • Owner: mod.bannerlord.bettersaveload; Namespace: BetterSaveLoad.BetterSaveLoadManager.Prefix;

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

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

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

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

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBanditDensityModel.GetPlayerMaximumTroopCountForHideoutMission
    • Prefixes
      • Owner: HideoutPlus.Harmony; Namespace: HideoutPlus.Patches.GetPlayerMaximumTroopCountForHideoutMissionPatch.Prefix;
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.TroopCountForHidoutMissionPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBanditDensityModel.get_NumberOfMinimumBanditTroopsInHideoutMission
    • Prefixes
      • Owner: HideoutPlus.Harmony; Namespace: HideoutPlus.Patches.NumberOfMinimumBanditTroopsInHideoutMissionPatch.Prefix;

  • Helpers.MobilePartyHelper.GetStrongestAndPriorTroops
    • Prefixes
      • Owner: HideoutPlus.Harmony; Namespace: HideoutPlus.Patches.GetStrongestAndPriorTroopsPatch.Prefix;

  • TaleWorlds.CampaignSystem.BarterSystem.Barterables.JoinKingdomAsClanBarterable.GetUnitValueForFaction
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.BarterablePatches.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartySizeLimitModel.CalculateMobilePartyMemberSizeLimit
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.DefaultPartySizeLimitModelPatch.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartySizeLimitModel.GetPartyPrisonerSizeLimit
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.DefaultPrisonerSizeLimitModelPatch.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultRansomValueCalculationModel.PrisonerRansomValue
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.PrisonerRansomValuePatch.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultTournamentModel.GetRenownReward
    • Prefixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.DefaultTournamentModelPatch.Prefix;

  • Helpers.MobilePartyHelper.DesertTroopsFromParty
    • Prefixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.DesertTroopsFromPartyPatch.Prefix;

  • SandBox.Missions.MissionLogics.HideoutMissionController.IsSideDepleted
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.IsSideDepletedPatch.Postfix;

  • SandBox.Missions.MissionLogics.HideoutMissionController.InitializeMission
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.InitializeMissionPatch.Postfix;

  • StoryMode.Quests.FirstPhase.BannerInvestigationQuest.OnStartQuest
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.PatchBannerInvestigationQuest.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPrisonerRecruitmentCalculationModel.GetConformityChangePerHour
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.PrisonerRecruitmentCalculationModelPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.DoSmelting
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.DoSmeltingPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.OnSessionLaunched
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.OnSessionLaunchedPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.GetMaxHeroCraftingStamina
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.GetMaxHeroCraftingStaminaPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.HourlyTick
    • Prefixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.HourlyTickPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.WeaponCrafting.Smelting.SmeltingVM.RefreshList
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.RefreshListPatch.Postfix;
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.RefreshListRenamePatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.Party.MobileParty.FillPartyStacks
    • Prefixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.TitanFillPartyStacksPatch.Prefix;

  • SandBox.Tournaments.MissionLogics.TournamentBehavior.OnPlayerWinTournament
    • Prefixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.OnPlayerWinTournamentPatch.Prefix;

  • SandBox.Tournaments.MissionLogics.TournamentBehavior.CalculateBet
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.CalculateBetPatch.Postfix;
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.CalculateBetPatch.CalculateBetRevised; Index: 1; Priority: 0;
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.CalculateBetPatch.PostFix; Index: 2; Priority: 0;

  • SandBox.Tournaments.MissionLogics.TournamentBehavior.GetMaximumBet
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.GetMaximumBetPatch.Postfix;
    • Transpilers
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.TournamentBehaviorClass.GetMaximumBetPatch.Transpiler; Priority: 800;

  • SandBox.ViewModelCollection.Tournament.TournamentVM.RefreshBetProperties
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.RefreshBetPropertiesPatch.Postfix;

  • SandBox.ViewModelCollection.Tournament.TournamentVM.RefreshValues
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.RefreshValuesPatch.Postfix;

  • SandBox.ViewModelCollection.Tournament.TournamentVM.get_IsBetButtonEnabled
    • Prefixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.IsBetButtonEnabledPatch.Prefix;

  • TaleWorlds.MountAndBlade.BannerlordConfig.GetRealBattleSize
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.BattleSizePatch_GetRealBattleSize.Postfix;

  • TaleWorlds.MountAndBlade.BannerlordConfig.GetRealBattleSizeForSiege
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.BattleSizePatch_GetRealBattleSizeForSiege.Postfix;

  • TaleWorlds.MountAndBlade.BannerlordConfig.GetRealBattleSizeForSallyOut
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.BattleSizePatch_GetRealBattleSizeForSallyOut.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPItemVM..ctor
    • Postfixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.AutoLockItemsPatch+SPItemVMPatch.Postfix;

  • TaleWorlds.CampaignSystem.Hero.AddSkillXp
    • Prefixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.HeroPatcher+Patches.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.TrainingFieldCampaignBehavior.OnCharacterCreationIsOver
    • Prefixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.PatchCampaignBehavior+PatchTrainingFieldCampaignBehavior.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.TutorialPhaseCampaignBehavior.OnStoryModeTutorialEnded
    • Prefixes
      • Owner: KaosesTweaks; Namespace: KaosesTweaks.Patches.PatchCampaignBehavior+CSPatchTutorialPhaseCampaignBehavior.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.OnPerkSelectionOver
    • Prefixes
      • Owner: TakeBoth; Namespace: TakeBoth.PerkSelectionPatch.Prefix;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSingleplayerOrderUIHandler.OnMissionScreenInitialize
    • Prefixes
      • Owner: RTSCamera_Patch_MissionGauntletSingleplayerOrderUIHandler; Namespace: RTSCamera.Patch.Fix.Patch_MissionGauntletSingleplayerOrderUIHandler.Prefix_OnMissionScreenInitialize;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSingleplayerOrderUIHandler.OnMissionScreenFinalize
    • Postfixes
      • Owner: RTSCamera_Patch_MissionGauntletSingleplayerOrderUIHandler; Namespace: RTSCamera.Patch.Fix.Patch_MissionGauntletSingleplayerOrderUIHandler.Postfix_OnMissionScreenFinalize;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSingleplayerOrderUIHandler.OnMissionScreenTick
    • Prefixes
      • Owner: RTSCamera_Patch_MissionGauntletSingleplayerOrderUIHandler; Namespace: RTSCamera.Patch.Fix.Patch_MissionGauntletSingleplayerOrderUIHandler.Prefix_OnMissionScreenTick;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletCrosshair.GetShouldCrosshairBeVisible
    • Prefixes
      • Owner: RTSCameraPatch; Namespace: RTSCamera.Patch.Patch_MissionGauntletCrosshair.Prefix_GetShouldCrosshairBeVisible;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior+Pregnancy..ctor
    • Prefixes
      • Owner: com.bloc.hotbutter; Namespace: Erraynhotcoffee.Viagra+MesirMacunu.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CommentBehaviors.CommentChildbirthBehavior.OnGivenBirthEvent
    • Prefixes
      • Owner: com.bloc.hotbutter; Namespace: Erraynhotcoffee.Viagra+Omercip.Prefix;

  • TaleWorlds.CampaignSystem.Extensions.Attributes.get_All
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchAttributes.All;

  • TaleWorlds.Core.BasicCharacterObject.GetSkillValue
    • Prefixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchBasicCharacterObject.CharacterSkills;

  • TaleWorlds.CampaignSystem.CharacterObject.get_UpgradeTargets
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchCharacterObject.UpgradeTargets;

  • TaleWorlds.CampaignSystem.CharacterObject.get_Culture
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchCharacterObject.Culture;

  • TaleWorlds.CampaignSystem.CharacterObject.get_FirstBattleEquipment
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchCharacterObject.FirstBattleEquipment;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.Categories.ClanIncomeVM.RefreshList
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchClanIncomeVM.RefreshList;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.CalculateClanIncomeInternal
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchDefaultClanFinanceModel.CalculateClanIncomeInternal;

  • TaleWorlds.CampaignSystem.GameMenus.GameMenu.ActivateGameMenu
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchGameMenu.ActivateGameMenu;

  • TaleWorlds.CampaignSystem.GameMenus.GameMenu.SwitchToMenu
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchGameMenu.SwitchToMenu;

  • TaleWorlds.CampaignSystem.Hero.get_Spouse
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEHeroPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationVM.GetNotificationFromData
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEMapNotificationVM.GetNotificationFromData;

  • TaleWorlds.CampaignSystem.PlayerCaptivity.StartCaptivity
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchPlayerCaptivity.StartCaptivity;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RansomOfferCampaignBehavior.ConsiderRansomPrisoner
    • Prefixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchRansomOfferCampaignBehavior.ConsiderRansomPrisoner;

  • SandBox.CampaignBehaviors.SettlementMusiciansCampaignBehavior.CreateRandomPlayList
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchSettlementMusiciansCampaignBehavior.CreateRandomPlayList;

  • TaleWorlds.CampaignSystem.Extensions.Skills.get_All
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchSkills.All;

  • TaleWorlds.CampaignSystem.Election.DeclareWarDecision.DetermineSupport
    • Prefixes
      • Owner: CustomWarMechanics; Namespace: CustomWarMechanics.CustomWarMechanicDeclareWar.Prefix;
    • Postfixes
      • Owner: CustomWarMechanics; Namespace: CustomWarMechanics.CustomWarMechanicDeclareWar.Postfix;

  • TaleWorlds.CampaignSystem.Election.MakePeaceKingdomDecision.DetermineSupport
    • Prefixes
      • Owner: CustomWarMechanics; Namespace: CustomWarMechanics.CustomWarMechanicMakePace.Prefix;
    • Postfixes
      • Owner: CustomWarMechanics; Namespace: CustomWarMechanics.CustomWarMechanicMakePace.Postfix;

  • TaleWorlds.CampaignSystem.TournamentGames.FightTournamentGame.GetMenuText
    • Prefixes
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.GetMenuTextPatch.Prefix; Priority: 800;

  • TaleWorlds.CampaignSystem.TournamentGames.FightTournamentGame.GetTournamentPrize
    • Prefixes
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.GetTournamentPrizePatch.Prefix; Priority: 800;

  • TaleWorlds.CampaignSystem.TournamentGames.FightTournamentGame.get_RemoveTournamentAfterDays
    • Transpilers
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.RemoveTournamentAfterDaysPatch.Transpiler; Priority: 800;

  • TaleWorlds.CampaignSystem.TournamentGames.TournamentGame.UpdateTournamentPrize
    • Postfixes
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.UpdateTournamentPrizePatch.Postfix; Priority: 800;

  • TaleWorlds.CampaignSystem.TournamentGames.TournamentCampaignBehavior.game_menu_tournament_join_on_init
    • Postfixes
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.game_menu_tournament_join_on_initPatch.Postfix; Priority: 800;

  • TaleWorlds.CampaignSystem.TournamentGames.TournamentManager.GivePrizeToWinner
    • Prefixes
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.GivePrizeToWinnerPatch.Prefix; Priority: 800;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCombatXpModel.GetXpFromHit
    • Transpilers
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.DefaultCombatXpModelClass.GetXpFromHit_ArenaAdj.Transpiler; Priority: 800;
      • Owner: com.darkspyre.txp; Namespace: TournamentsXPanded.Patches.DefaultCombatXpModelClass.GetXpFromHit_TournamentAdj.Transpiler; Index: 1; Priority: 800;

  • TaleWorlds.CampaignSystem.Inventory.InventoryManager.OpenScreenAsLoot
    • Prefixes
      • Owner: com.darkspyre.ykwyk; Namespace: YouKeepWhatYouKill.Patches.OpenScreenAsLootPatch.Prefix; Priority: 800;

  • TaleWorlds.CampaignSystem.Party.PartyScreenLogic.IsExecutable
    • Postfixes
      • Owner: com.darkspyre.ykwyk; Namespace: YouKeepWhatYouKill.Patches.ExecutionsPatch.PartyScreenLogicTroopIsExecutablePatchPostfix; Priority: 0;

  • TaleWorlds.CampaignSystem.Party.PartyScreenLogic.GetExecutableReasonText
    • Postfixes
      • Owner: com.darkspyre.ykwyk; Namespace: YouKeepWhatYouKill.Patches.ExecutionsPatch.PartyScreenLogicTroopExecuteReasonPatchPostfix; Priority: 0;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.get_IsHeroPrisonerOfPlayer
    • Postfixes
      • Owner: com.darkspyre.ykwyk; Namespace: YouKeepWhatYouKill.Patches.ExecutionsPatch.IsHeroPrisonerOfPlayerPostfix; Priority: 0;

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

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

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

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

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

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

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

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

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementProsperityModel.CalculateHearthChangeInternal
    • Prefixes
      • Owner: mod.bannerlord.banditLeaders; Namespace: BanditLeaders.SubModule+DefaultSettlementProsperityModelCalculateHearthChangeInternal.Prefix;

+ Log Files

  • default20230427
      • [2023-04-27T19:44:02.6799398+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6799398+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6789503+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6789503+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6789503+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6789503+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6789503+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6789503+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6789503+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6779452+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6779452+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6779452+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6779452+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6779452+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6779452+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.6442523+03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-27T19:44:02.2944717+03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-27T19:44:02.2026123+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T19:44:02.1077992+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Diplomacy.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T19:44:02.1077992+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T19:44:02.1077992+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T19:44:02.1068026+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T19:44:02.1068026+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T19:44:02.1068026+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'YouKeepWhatYouKill.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T19:44:02.1068026+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T19:44:02.1058075+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T19:44:02.1058075+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T19:44:02.1058075+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T19:44:02.1058075+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TournamentsXPanded.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T19:44:02.1058075+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T19:44:02.1047740+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T19:44:02.1047740+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T19:44:02.0996180+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T17:50:22.6573612+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6573612+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6573612+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6563638+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6563638+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6563638+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6563638+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6563638+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6563638+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6563638+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6553650+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6553650+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6553650+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6553650+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6553650+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.6213272+03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-27T17:50:22.1965248+03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-04-27T17:50:22.1037548+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-04-27T17:50:22.0040274+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Diplomacy.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T17:50:22.0030292+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T17:50:22.0030292+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T17:50:22.0018098+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T17:50:22.0018098+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T17:50:22.0018098+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'YouKeepWhatYouKill.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T17:50:22.0018098+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T17:50:22.0018098+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T17:50:22.0007511+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T17:50:22.0007511+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T17:50:22.0007511+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TournamentsXPanded.SubModule' and name 'OnServiceRegistration' and parameters ''
      • [2023-04-27T17:50:22.0007511+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!
      • [2023-04-27T17:50:21.9992446+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.
      • [2023-04-27T17:50:21.9992446+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-04-27T17:50:21.9942605+03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''