Jump to content

Recommended Posts

Posted
3 hours ago, SkipWestcott said:

Not as the code is now. We'd have to code a whole different kind of event under Random which was dependent on a captive. Good idea, though!

 

For "culture" no, we can't do that BUT we can detect a Culture for TEXT, some are

{CULTURE_NAME}
{?IS_SAME_CULTURE}
 
These ... may not work though, it may just detect the player culture.

 

 

Thanks for the quick response!

 

I'm going to make some events with Companion vs Companion then.

 

Companion vs Captive would add some extra content, it is what it is...

Posted
15 hours ago, GamerzZ said:

 

 

Thanks for the quick response!

 

I'm going to make some events with Companion vs Companion then.

 

Companion vs Captive would add some extra content, it is what it is...

Be aware that Companion syntax is MUCH more complicated. Try to find an event with 2 companions, you'll see what I mean.

Posted

Trying to look for the event where random wanderer (female companion) joins your party. It can break saves sometimes I notice. Whats the event called?

Posted
2 hours ago, DasKebab said:

Trying to look for the event where random wanderer (female companion) joins your party. It can break saves sometimes I notice. Whats the event called?

TB_rescue_prisoner_hero
Posted
8 hours ago, SkipWestcott said:
TB_rescue_prisoner_hero


Thank you, and I forgot to say, the reason it breaks is because it conflicts with another mod called Tutelage 

Posted (edited)

Hmm, interesting. On 2 seperate saves, after I have TB_rescue_prisoner_hero occurs, and have added the hero into my party, both of the saves files are corrupted.

Even with exeption window, I can't really pinpoint the issue because I keep getting into script error, unterminated string constant.

Could be other things making an issue, investigating further

https://report.butr.link/6608D2.html

Edited by DasKebab
Posted
22 hours ago, DasKebab said:

Why are there soo many events that drop health drastically? Why is resting count as damaging?

What like the Dreams? Or something else?

Posted

 

3 hours ago, SkipWestcott said:

What like the Dreams? Or something else?


I can't recall exact event, but theres one where you have an option to rest instead of doing somethin else, it drops your HP a lot.

Also, some typos in the companion bet, it says Companion loses 1 handed by x amount rather than gain

Posted
5 hours ago, DasKebab said:

 


I can't recall exact event, but theres one where you have an option to rest instead of doing somethin else, it drops your HP a lot.

Also, some typos in the companion bet, it says Companion loses 1 handed by x amount rather than gain

Gimme some text to figure out which event drops health; some of them are randomized health, to represent "not much rest anyway"

 

Re: 'typo' that's actually Bannerlord. When you are maxed out on XP for a skill, BL says "loses skill". If you keep track of the numbers, though, it is actually raising the skill, but giving you XP debt.

Posted

Is this mod throwing this error?

Invalid CharacterObjectTargets Detected of 1073743218 in red text after loading save

 

Spoiler

- Exception

Exception information
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: MonoMod.Utils
CallStack:
  1. at bool TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel.CanTroopGainXp_Patch1(DefaultPartyTroopUpgradeModel this, PartyBase owner, CharacterObject character)
  2. at void TaleWorlds.CampaignSystem.MapEvents.MapEventParty.CommitXpGain()
  3. at void TaleWorlds.CampaignSystem.MapEvents.MapEventSide.CommitXpGains()
  4. at void TaleWorlds.CampaignSystem.MapEvents.MapEvent.CommitXpGains()
  5. at void TaleWorlds.CampaignSystem.MapEvents.MapEvent.ApplyBattleResults()
  6. at void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.DoApplyResults()
  7. at void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.UpdateInternal()
  8. at void TaleWorlds.CampaignSystem.CampaignBehaviors.HideoutCampaignBehavior.game_menu_hideout_place_on_init(MenuCallbackArgs args)
  9. at void TaleWorlds.CampaignSystem.GameMenus.GameMenu.RunOnInit(Game game, MenuContext menuContext)
  10. at void TaleWorlds.CampaignSystem.GameState.MenuContext.HandleStates()
  11. at void TaleWorlds.CampaignSystem.GameState.MapState.OnActivate()
  12. at void TaleWorlds.Core.GameState.HandleActivate()
  13. at void TaleWorlds.Core.GameStateManager.OnPopState(int level)
  14. at void TaleWorlds.Core.GameStateManager.DoGameStateJobs()
  15. at void TaleWorlds.Core.GameStateManager.PopState(int level)
  16. at void TaleWorlds.MountAndBlade.MissionState.OnTick(float realDt)
  17. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  18. at void TaleWorlds.Core.Game.OnTick(float dt)
  19. at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)
  20. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt)

- Enhanced Stacktrace

  • Frame: bool TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel.CanTroopGainXp_Patch1(DefaultPartyTroopUpgradeModel this, PartyBase owner, CharacterObject character) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Boolean TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel.CanTroopGainXp_Patch1(TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel this, TaleWorlds.CampaignSystem.Party.PartyBase owner, TaleWorlds.CampaignSystem.CharacterObject character)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.MapEvents.MapEventParty.CommitXpGain() (IL Offset: 33)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MapEvents.MapEventParty::CommitXpGain()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.MapEvents.MapEventSide.CommitXpGains() (IL Offset: 26)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MapEvents.MapEventSide::CommitXpGains()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.MapEvents.MapEvent.CommitXpGains() (IL Offset: 11)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MapEvents.MapEvent::CommitXpGains()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.MapEvents.MapEvent.ApplyBattleResults() (IL Offset: 9)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MapEvents.MapEvent::ApplyBattleResults()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.DoApplyResults() (IL Offset: 16)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter::DoApplyResults()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.UpdateInternal() (IL Offset: 164)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter::UpdateInternal()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.HideoutCampaignBehavior.game_menu_hideout_place_on_init(MenuCallbackArgs args) (IL Offset: 497)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.HideoutCampaignBehavior::game_menu_hideout_place_on_init(TaleWorlds.CampaignSystem.GameMenus.MenuCallbackArgs args)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.GameMenus.GameMenu.RunOnInit(Game game, MenuContext menuContext) (IL Offset: 59)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.GameMenus.GameMenu::RunOnInit(TaleWorlds.Core.Game game, TaleWorlds.CampaignSystem.GameState.MenuContext menuContext)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MenuContext.HandleStates() (IL Offset: 142)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.GameState.MenuContext::HandleStates()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnActivate() (IL Offset: 0)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnActivate()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameState.HandleActivate() (IL Offset: 17)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameState::HandleActivate()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnPopState(int level) (IL Offset: 151)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnPopState(System.Int32 level)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameStateManager.DoGameStateJobs() (IL Offset: 61)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::DoGameStateJobs()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameStateManager.PopState(int level) (IL Offset: 22)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::PopState(System.Int32 level)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.MissionState.OnTick(float realDt) (IL Offset: 360)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.MissionState::OnTick(System.Single realDt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnTick(float dt) (IL Offset: 47)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.Game.OnTick(float dt) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.Game::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameManagerBase.OnTick(float dt) (IL Offset: 31)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameManagerBase::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(TaleWorlds.MountAndBlade.Module this, System.Single dt)
      Method From Stackframe Issue: False

- Installed Modules

- Assemblies

Hide: Game Core System Modules Unclassified

- Harmony Patches

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • Erraynhotcoffee.PompaSceneNotificationItem..ctor
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaSceneNotificationItemPatch.Prefix;

  • Erraynhotcoffee.PompaCampaignBehavior.pompa_on_consequence_grup
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaCampaignBehaviorPatch.pompa_on_consequence_grupPrefix;

  • Erraynhotcoffee.PompaCampaignBehavior.pompa_on_consequence_kendinekadar_eh
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaCampaignBehaviorPatch.pompa_on_consequence_kendinekadar_ehPrefix;

  • Erraynhotcoffee.PompaCampaignBehavior.pompa_on_consequence_kendinekadar_ucuz
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaCampaignBehaviorPatch.pompa_on_consequence_kendinekadar_ucuzPrefix;

  • Erraynhotcoffee.PompaCampaignBehavior.pompa_on_consequence_kendinisat
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaCampaignBehaviorPatch.pompa_on_consequence_kendinisatPrefix;

  • Erraynhotcoffee.PompaSceneNotificationItem.OnCloseAction
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaSceneNotificationItemPatch.OnCloseActionPrefix;
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.PompaSceneNotificationItemPatch.Prefix; Index: 1; Before: HotButterFix;

  • Erraynhotcoffee.PompaCampaignBehavior.BanaKariVer
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaCampaignBehaviorPatch.BanaKariVerPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.CheckNpcMarriages
    • Prefixes
      • Owner: AIMarriage; Namespace: AIMarriage.RomanceCampaignBehaviorPatch.Prefix;

  • TaleWorlds.CampaignSystem.Actions.LeaveSettlementAction.ApplyForParty
    • Prefixes
      • Owner: CommandFactionParties; Namespace: CommandFactionParties.LeaveSettlementActionPatch.ApplyForPartyPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.CheckOffspringsToDeliver
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.PregnancyCheckOffspringsToDeliverPatch.Prefix;

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

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.RefreshSpouseVisit
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.PregnancyRefreshSpouseVisitPatch.Prefix;

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

  • Erraynhotcoffee.OmerCipSceneNotificationItem.OnCloseAction
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.Omercip2.Prefix;

  • TaleWorlds.CampaignSystem.Actions.ChangeRelationAction.ApplyInternal
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.ChangeRelationActionPatch.Prefix;

  • Erraynhotcoffee.PompaCampaignBehavior.KafasiYeniGeldi
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.PompaCampaignBehaviorPatch.Prefix;

  • Erraynhotcoffee.PompaCampaignBehavior.PompaBittiReis
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.PompaCampaignBehaviorPatch2.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartySizeLimitModel.GetPartyPrisonerSizeLimit
    • Postfixes
      • Owner: hsngrms.nolimit.bundle.separated; Namespace: NoLimitBundle_Prisoners.PartyPrisonerSizeLimitOverride.Postfix;

  • TaleWorlds.CampaignSystem.FactionManager.DeclareWar
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.FactionManagerPatch.DeclareWarPrefix;

  • TaleWorlds.CampaignSystem.Actions.ChangeKingdomAction.ApplyInternal
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.ChangeKingdomActionPatch.ApplyInternalPrefix;

  • TaleWorlds.CampaignSystem.Actions.MarriageAction.ApplyInternal
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.MarriageActionPatch.ApplyInternalPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyHealingModel.GetDailyHealingForRegulars
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.DefaultPartyHealingModelPatch.GetDailyHealingForRegularsPrefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPInventoryVM.OnCharacterSelected
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.SPInventoryVMPatch.OnCharacterSelectedPrefix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.PopUpBaseVM.CloseQuery
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.PopUpBaseVMPatch.CloseQueryPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_finalize_courtship_for_hero_on_condition
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.RomanceCampaignBehaviorPatch.conversation_finalize_courtship_for_hero_on_conditionPrefix;
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Prefix1; Index: 1;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanAIExit
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.LocationPatch.CanAIExitPrefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.LocationComplex.GetLocationOfCharacter
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.LocationComplexPatch.GetLocationOfCharacterPrefix;

  • Helpers.MobilePartyHelper.DesertTroopsFromParty
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.MobilePartyHelperPatch.DesertTroopsFromPartyPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel.CanTroopGainXp
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.DefaultPartyTroopUpgradeModelPatch.CanTroopGainXpPrefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.set_Character
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.PartyCharacterVMPatch.set_CharacterPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.CalculateClanGoldChange
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.DefaultClanFinanceModelPatch.CalculateClanGoldChangePrefix;

  • TaleWorlds.MountAndBlade.GauntletUI.SceneNotification.GauntletSceneNotification.OpenScene
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.GauntletSceneNotificationPatch.OpenScenePrefix;

  • TaleWorlds.Library.InformationManager.DisplayMessage
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.InformationManagerPatch.DisplayMessagePrefix;

  • TaleWorlds.CampaignSystem.HeroCreator.DeliverOffSpring
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.HeroCreatorPatch.DeliverOffSpringPrefix;
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchHeroCreator.DeliverOffSpring;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.TavernEmployeesCampaignBehavior.conversation_tavernmaid_delivers_food_on_consequence
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.TavernEmployeesCampaignBehaviorPatch.conversation_tavernmaid_delivers_food_on_consequencePrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.EncounterGameMenuBehavior.game_menu_join_encounter_help_defenders_on_consequence
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.EncounterGameMenuBehaviorPatch.game_menu_join_encounter_help_defenders_on_consequencePrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.EncounterGameMenuBehavior.break_in_to_help_defender_side_on_condition
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.EncounterGameMenuBehaviorPatch.break_in_to_help_defender_side_on_conditionPrefix;

  • TaleWorlds.CampaignSystem.Army.DisperseInternal
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.ArmyPatch.DisperseInternalPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultInventoryCapacityModel.CalculateInventoryCapacity
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.DefaultInventoryCapacityModelPatch.CalculateInventoryCapacityPrefix;

  • SandBox.CampaignBehaviors.CommonVillagersCampaignBehavior.conversation_beggar_start_on_condition
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.CommonVillagersCampaignBehaviorPatch.conversation_beggar_start_on_conditionPrefix;

  • TaleWorlds.CampaignSystem.EncounterManager.GetEncounterTargetPoint
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.EncounterManagerPatch.GetEncounterTargetPointPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementAccessModel.CanMainHeroEnterKeepInternal
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.DefaultSettlementAccessModelPatch.CanMainHeroEnterKeepInternalPrefix;

  • TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.set_IsPlayerWaiting
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.PlayerEncounterPatch.set_IsPlayerWaitingPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerTownVisitCampaignBehavior.SwitchToMenuIfThereIsAnInterrupt
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.PlayerTownVisitCampaignBehaviorPatch.SwitchToMenuIfThereIsAnInterruptPrefix;

  • SandBox.Missions.MissionLogics.MissionAlleyHandler.EndFightIfPlayerIsFarAwayOrNearGuard
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.MissionAlleyHandlerPatch.EndFightIfPlayerIsFarAwayOrNearGuardPrefix;

  • TaleWorlds.CampaignSystem.Conversation.ConversationHelper.GetHeroRelationToHeroTextShort
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.ConversationHelperPatches.Postfix;

  • TaleWorlds.CampaignSystem.Romance.EndAllCourtships
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.EndAllCourtshipsPatch.Prefix;

  • TaleWorlds.CampaignSystem.Actions.MarriageAction.Apply
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.MarriageActionPatch.Prefix;
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.MarriageActionPatch.Postfix;

  • TaleWorlds.CampaignSystem.Conversation.Tags.PlayerIsSpouseTag.IsApplicableTo
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.PlayerIsSpouseTagPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.DailyTickHero
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.PregnancyCampaignBehaviorPatches.Prefix;
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.PregnancyCampaignBehaviorPatches.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_can_open_courtship_on_condition
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Prefix2;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.get_RomanceCourtshipAttemptCooldown
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Postfix2;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_eligible_for_marriage_with_conversation_hero_on_condition
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Postfix3;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_eligible_for_marriage_with_hero_rltv_on_condition
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Postfix4;

  • TaleWorlds.CampaignSystem.Party.PartyComponents.WarPartyComponent.OnFinalize
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.WarPartyComponentPatch.OnFinalizePrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BanditsCampaignBehavior.conversation_bandits_surrender_on_condition
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.BanditsCampaignBehaviorPatch.conversation_bandits_surrender_on_conditionPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BanditsCampaignBehavior.conversation_bandits_will_join_player_on_condition
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.BanditsCampaignBehaviorPatch.conversation_bandits_will_join_player_on_conditionPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.IsBribeFeasible
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.CaravansCampaignBehaviorPatch.IsBribeFeasiblePrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.IsSurrenderFeasible
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.CaravansCampaignBehaviorPatch.IsSurrenderFeasiblePrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.IsBribeFeasible
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.VillagerCampaignBehaviorPatch.IsBribeFeasiblePrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.IsSurrenderFeasible
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.VillagerCampaignBehaviorPatch.IsSurrenderFeasiblePrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyHealingModel.GetSurvivalChance
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.DefaultPartyHealingModelPatch.GetSurvivalChancePrefix;

  • TaleWorlds.CampaignSystem.Actions.KillCharacterAction.ApplyByBattle
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.KillCharacterActionPatch.ApplyByBattlePrefix; Priority: 600;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.SiegeEventCampaignBehavior.game_menu_siege_strategies_lead_assault_on_condition
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.SiegeEventCampaignBehaviorPatch.game_menu_siege_strategies_lead_assault_on_conditionPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.SiegeEventCampaignBehavior.game_menu_siege_strategies_order_assault_on_condition
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.SiegeEventCampaignBehaviorPatch.game_menu_siege_strategies_lead_assault_on_conditionPrefix;

  • TaleWorlds.CampaignSystem.Roster.TroopRoster.AddToCountsAtIndex
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.TroopRosterPatch.AddToCountsAtIndexPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.SiegeAftermathCampaignBehavior.GetSiegeAftermathInfluenceCost
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.SiegeAftermathCampaignBehaviorPatch.GetSiegeAftermathInfluenceCostPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CommentBehaviors.CommentOnCharacterKilledBehavior.OnHeroKilled
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.CommentOnCharacterKilledBehaviorPatch.OnHeroKilledPrefix;

  • 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.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.CampaignBehaviors.PlayerCaptivityCampaignBehavior.CheckCaptivityChange
    • Prefixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPlayerCaptivityCampaignBehavior.CheckCaptivityChange;

  • 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.Campaign.get_AllCharacterAttributes
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEBKPatch+CEPatchAllCharacterAttributes.AllCharacterAttributes;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationGainedPropertiesVM.GetItemFromAttribute
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEBKPatch+CEPatchGetItemFromAttribute.GetItemFromAttribute;

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


  •  

- Log Files

  • default20230613
      • [2023-06-13T19:02:48.6170917-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T19:02:48.6170917-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T19:02:48.5522345-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T19:02:48.5522345-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:58:32.8622518-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Field: Could not find field for type 'TaleWorlds.CampaignSystem.Hero' and name 'ExSpouses'
      • [2023-06-13T18:58:32.8622518-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:57:18.3711785-03:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-06-13T18:56:46.1510552-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-06-13T18:56:46.1510552-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:56:46.1321141-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-06-13T18:56:46.1321141-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:56:46.1311088-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-06-13T18:56:46.1311088-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:56:46.1301117-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-06-13T18:56:46.1291141-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-06-13T18:56:46.1291141-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-06-13T18:56:46.1291141-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-06-13T18:56:46.1281157-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-06-13T18:56:46.1271182-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-06-13T18:56:46.1261212-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (10)
      • [2023-06-13T18:56:46.1191398-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-06-13T18:56:46.1181425-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.0802445-03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-06-13T18:56:45.6950021-03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-06-13T18:56:45.6002697-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2023-06-13T18:56:45.6002697-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:45.5161074-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-06-13T18:56:45.5111200-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-06-13T18:56:11.8907239-03:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-06-13T18:56:11.8887705-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-06-13T18:56:11.8727632-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-06-13T18:56:11.8687863-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-06-13T18:56:11.8658049-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-06-13T18:56:11.8548013-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-06-13T18:56:11.8467919-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-06-13T18:56:11.8447700-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-06-13T18:56:11.8373151-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-06-13T18:56:11.8241804-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-06-13T18:56:11.7443494-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-06-13T18:56:11.6963211-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-06-13T18:48:34.8964477-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:48:34.8964477-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:48:34.8276032-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:48:34.8276032-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:48:33.7117941-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:48:33.7117941-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:48:33.6441976-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:48:33.6441976-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:48:26.9227379-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:48:26.9227379-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:48:26.8528973-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:48:26.8528973-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:47:57.7565557-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:47:57.7565557-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:47:57.6897374-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:47:57.6897374-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:42:24.2937301-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Field: Could not find field for type 'TaleWorlds.CampaignSystem.Hero' and name 'ExSpouses'
      • [2023-06-13T18:42:24.2937301-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:46.8444112-03:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-06-13T18:39:09.7497811-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-06-13T18:39:09.7497811-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:39:09.7268417-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-06-13T18:39:09.7268417-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:39:09.7268417-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-06-13T18:39:09.7268417-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:39:09.7258443-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-06-13T18:39:09.7248470-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-06-13T18:39:09.7248470-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-06-13T18:39:09.7238501-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-06-13T18:39:09.7238501-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-06-13T18:39:09.7238501-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-06-13T18:39:09.7228525-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (10)
      • [2023-06-13T18:39:09.7148736-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-06-13T18:39:09.7148736-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-06-13T18:39:09.7088900-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:39:09.7088900-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7088900-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-06-13T18:39:09.7088900-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7088900-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:39:09.7088900-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:39:09.7068951-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7068951-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-06-13T18:39:09.7068951-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7068951-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:39:09.7068951-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.6710025-03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-06-13T18:39:09.2950249-03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-06-13T18:39:09.2002498-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2023-06-13T18:39:09.2002498-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.1126703-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-06-13T18:39:09.1086808-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-06-13T18:38:35.3086290-03:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-06-13T18:38:35.3056368-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-06-13T18:38:35.2896807-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-06-13T18:38:35.2856819-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-06-13T18:38:35.2827170-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-06-13T18:38:35.2717817-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-06-13T18:38:35.2638027-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-06-13T18:38:35.2618096-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-06-13T18:38:35.2548258-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-06-13T18:38:35.2398395-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-06-13T18:38:35.1311283-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-06-13T18:38:35.0832580-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-06-13T18:25:05.2613045-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:25:05.2613045-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:25:05.1896419-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:25:05.1896419-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:25:03.7974896-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:25:03.7974896-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:25:03.7017460-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:25:03.7017460-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:25:01.7794761-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:25:01.7794761-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:25:01.7076683-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:25:01.7076683-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:24:43.2552036-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:24:43.2552036-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:24:43.1913775-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:24:43.1913775-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:17:20.6026548-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Field: Could not find field for type 'TaleWorlds.CampaignSystem.Hero' and name 'ExSpouses'
      • [2023-06-13T18:17:20.6016586-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:15:15.8522847-03:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-06-13T18:14:46.8101127-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-06-13T18:14:46.8101127-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:14:46.7614541-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-06-13T18:14:46.7614541-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:14:46.7614541-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-06-13T18:14:46.7614541-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:14:46.7594591-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-06-13T18:14:46.7594591-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-06-13T18:14:46.7584619-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-06-13T18:14:46.7584619-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-06-13T18:14:46.7584619-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-06-13T18:14:46.7574650-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-06-13T18:14:46.7564672-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (10)
      • [2023-06-13T18:14:46.7504859-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-06-13T18:14:46.7494859-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-06-13T18:14:46.7444929-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:14:46.7444929-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7444929-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-06-13T18:14:46.7444929-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7444929-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:14:46.7444929-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-06-13T18:14:46.7425321-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7425321-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:14:46.7425321-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7425321-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:14:46.7415009-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7415009-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-06-13T18:14:46.7415009-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7415009-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:14:46.7415009-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7105836-03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-06-13T18:14:45.8548198-03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-06-13T18:14:45.7550848-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2023-06-13T18:14:45.7550848-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:45.6461765-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-06-13T18:14:45.6421871-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-06-13T18:14:07.9876535-03:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-06-13T18:14:07.9846611-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-06-13T18:14:07.9677077-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-06-13T18:14:07.9636894-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-06-13T18:14:07.9587027-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-06-13T18:14:07.9507522-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-06-13T18:14:07.9477599-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-06-13T18:14:07.9367909-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-06-13T18:14:07.9298089-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-06-13T18:14:07.9188103-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-06-13T18:14:07.8400474-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-06-13T18:14:07.7516481-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...

 

Posted
1 hour ago, kadsend said:

Is this mod throwing this error?

Invalid CharacterObjectTargets Detected of 1073743218 in red text after loading save

 

  Reveal hidden contents

- Exception

Exception information
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: MonoMod.Utils
CallStack:
  1. at bool TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel.CanTroopGainXp_Patch1(DefaultPartyTroopUpgradeModel this, PartyBase owner, CharacterObject character)
  2. at void TaleWorlds.CampaignSystem.MapEvents.MapEventParty.CommitXpGain()
  3. at void TaleWorlds.CampaignSystem.MapEvents.MapEventSide.CommitXpGains()
  4. at void TaleWorlds.CampaignSystem.MapEvents.MapEvent.CommitXpGains()
  5. at void TaleWorlds.CampaignSystem.MapEvents.MapEvent.ApplyBattleResults()
  6. at void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.DoApplyResults()
  7. at void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.UpdateInternal()
  8. at void TaleWorlds.CampaignSystem.CampaignBehaviors.HideoutCampaignBehavior.game_menu_hideout_place_on_init(MenuCallbackArgs args)
  9. at void TaleWorlds.CampaignSystem.GameMenus.GameMenu.RunOnInit(Game game, MenuContext menuContext)
  10. at void TaleWorlds.CampaignSystem.GameState.MenuContext.HandleStates()
  11. at void TaleWorlds.CampaignSystem.GameState.MapState.OnActivate()
  12. at void TaleWorlds.Core.GameState.HandleActivate()
  13. at void TaleWorlds.Core.GameStateManager.OnPopState(int level)
  14. at void TaleWorlds.Core.GameStateManager.DoGameStateJobs()
  15. at void TaleWorlds.Core.GameStateManager.PopState(int level)
  16. at void TaleWorlds.MountAndBlade.MissionState.OnTick(float realDt)
  17. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  18. at void TaleWorlds.Core.Game.OnTick(float dt)
  19. at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)
  20. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt)

- Enhanced Stacktrace

  • Frame: bool TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel.CanTroopGainXp_Patch1(DefaultPartyTroopUpgradeModel this, PartyBase owner, CharacterObject character) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Boolean TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel.CanTroopGainXp_Patch1(TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel this, TaleWorlds.CampaignSystem.Party.PartyBase owner, TaleWorlds.CampaignSystem.CharacterObject character)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.MapEvents.MapEventParty.CommitXpGain() (IL Offset: 33)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MapEvents.MapEventParty::CommitXpGain()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.MapEvents.MapEventSide.CommitXpGains() (IL Offset: 26)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MapEvents.MapEventSide::CommitXpGains()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.MapEvents.MapEvent.CommitXpGains() (IL Offset: 11)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MapEvents.MapEvent::CommitXpGains()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.MapEvents.MapEvent.ApplyBattleResults() (IL Offset: 9)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MapEvents.MapEvent::ApplyBattleResults()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.DoApplyResults() (IL Offset: 16)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter::DoApplyResults()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.UpdateInternal() (IL Offset: 164)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter::UpdateInternal()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.HideoutCampaignBehavior.game_menu_hideout_place_on_init(MenuCallbackArgs args) (IL Offset: 497)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.HideoutCampaignBehavior::game_menu_hideout_place_on_init(TaleWorlds.CampaignSystem.GameMenus.MenuCallbackArgs args)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.GameMenus.GameMenu.RunOnInit(Game game, MenuContext menuContext) (IL Offset: 59)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.GameMenus.GameMenu::RunOnInit(TaleWorlds.Core.Game game, TaleWorlds.CampaignSystem.GameState.MenuContext menuContext)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MenuContext.HandleStates() (IL Offset: 142)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.GameState.MenuContext::HandleStates()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnActivate() (IL Offset: 0)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnActivate()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameState.HandleActivate() (IL Offset: 17)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameState::HandleActivate()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnPopState(int level) (IL Offset: 151)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnPopState(System.Int32 level)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameStateManager.DoGameStateJobs() (IL Offset: 61)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::DoGameStateJobs()
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameStateManager.PopState(int level) (IL Offset: 22)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::PopState(System.Int32 level)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.MissionState.OnTick(float realDt) (IL Offset: 360)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.MissionState::OnTick(System.Single realDt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnTick(float dt) (IL Offset: 47)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.Game.OnTick(float dt) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.Game::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.Core.GameManagerBase.OnTick(float dt) (IL Offset: 31)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameManagerBase::OnTick(System.Single dt)
      Method From Stackframe Issue: False
  • Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(TaleWorlds.MountAndBlade.Module this, System.Single dt)
      Method From Stackframe Issue: False

- Installed Modules

- Assemblies

Hide: Game Core System Modules Unclassified

- Harmony Patches

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleUnloaded
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnApplicationTick
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnApplicationTickPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeInitialModuleScreenSetAsRoot
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameStartPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.InitializeGameStarter
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.InitializeGameStarterPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.DoLoading
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.DoLoadingPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameLoaded
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameLoadedPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnCampaignStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnCampaignStartPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.BeginGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.BeginGameStartPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameEnd
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameEndPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameInitializationFinished
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameInitializationFinishedPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeMissionBehaviorInitialize
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeMissionBehaviourInitializePostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnMissionBehaviorInitialize
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnMissionBehaviourInitializePostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnMultiplayerGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnMultiplayerGameStartPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnNewGameCreated
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnNewGameCreatedPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.RegisterSubModuleObjects
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.RegisterSubModuleObjectsPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.AfterRegisterSubModuleObjects
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.AfterRegisterSubModuleObjectsPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnAfterGameInitializationFinished
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnAfterGameInitializationFinishedPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnConfigChanged
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnConfigChangedPostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnInitialState
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnInitialStatePostfix;
  • TaleWorlds.MountAndBlade.MBSubModuleBase.AfterAsyncTickTick
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.AfterAsyncTickTickPostfix;
  • TaleWorlds.MountAndBlade.Options.OptionsProvider.GetGameKeyCategoriesList
    • Postfixes
      • Owner: Bannerlord.ButterLib.HotKeySystem; Namespace: Bannerlord.ButterLib.Implementation.HotKeys.Patches.OptionsProviderPatches.GetGameKeyCategoriesListPostfix;
      • Owner: Bannerlord.ButterLib.HotKeySystem; Namespace: Bannerlord.ButterLib.Implementation.HotKeys.Patches.OptionsProviderPatches.GetGameKeyCategoriesListPostfix; Index: 1;
  • TaleWorlds.MountAndBlade.Module.FinalizeSubModules
    • Postfixes
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.FinalizeSubModulesPostfix;
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.FinalizeSubModulesPostfix; Index: 1;
  • TaleWorlds.MountAndBlade.Module.SetInitialModuleScreenAsRootScreen
    • Postfixes
      • Owner: MCM.UI.Adapter.MCMv5; Namespace: MCM.UI.Adapter.MCMv5.SubModule.OnAfterSetInitialModuleScreenAsRootScreen;
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.Transpiler;
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.Transpiler; Index: 1;
  • TaleWorlds.MountAndBlade.MBGameManager.OnGameStart
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler;
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler; Index: 1;
  • TaleWorlds.MountAndBlade.MBGameManager.OnGameEnd
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler;
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler; Index: 1;
  • TaleWorlds.CampaignSystem.CampaignBehaviorBase..ctor
    • Postfixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.BehaviourNamePatch.CampaignBehaviorBaseCtorPostfix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.BehaviourNamePatch.CampaignBehaviorBaseCtorPostfix; Index: 1;
  • TaleWorlds.SaveSystem.TypeExtensions.IsContainer
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.TypeExtensionsPatch.IsContainerPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.TypeExtensionsPatch.IsContainerPrefix; Index: 1;
  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddBasicTypeDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddBasicTypeDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddBasicTypeDefinitionPrefix; Index: 1;
  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddClassDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddClassDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddClassDefinitionPrefix; Index: 1;
  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddContainerDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddContainerDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddContainerDefinitionPrefix; Index: 1;
  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddEnumDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddEnumDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddEnumDefinitionPrefix; Index: 1;
  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddGenericClassDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericClassDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericClassDefinitionPrefix; Index: 1;
  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddGenericStructDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericStructDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericStructDefinitionPrefix; Index: 1;
  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddInterfaceDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddInterfaceDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddInterfaceDefinitionPrefix; Index: 1;
  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddRootClassDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddRootClassDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddRootClassDefinitionPrefix; Index: 1;
  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddStructDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddStructDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddStructDefinitionPrefix; Index: 1;
  • TaleWorlds.SaveSystem.Definition.DefinitionContext.ConstructContainerDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.ConstructContainerDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.ConstructContainerDefinitionPrefix; Index: 1;
  • TaleWorlds.Library.ViewModel..ctor
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelPatch.ViewModelCtorPrefix;
  • TaleWorlds.Library.ViewModel.ExecuteCommand
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelPatch.ExecuteCommandPatch;
  • TaleWorlds.Engine.GauntletUI.UIConfig.set_DoNotUseGeneratedPrefabs
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.UIConfigPatch.Prefix;
  • TaleWorlds.GauntletUI.PrefabSystem.WidgetPrefab.LoadFrom
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.WidgetPrefabPatch.WidgetPrefab_LoadFrom_Transpiler;
  • TaleWorlds.GauntletUI.BrushFactory.get_Brushes
    • Postfixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.GetBrushesPostfix;
  • TaleWorlds.GauntletUI.BrushFactory.GetBrush
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.GetBrushPrefix;
  • TaleWorlds.GauntletUI.PrefabSystem.ConstantDefinition.GetValue
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;
  • TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.SetWidgetAttributeFromString
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;
  • TaleWorlds.GauntletUI.UIContext.GetBrush
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;
  • TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.ConvertObject
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;
  • TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChangerBrushWidget.OnBooleanUpdated
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;
  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetCustomType
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.GetCustomTypePrefix;
  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.CreateBuiltinWidget
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.CreateBuiltinWidgetPrefix;
  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetWidgetTypes
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.GetWidgetTypesPostfix;
  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.IsCustomType
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.IsCustomTypePrefix;
  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.OnUnload
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.OnUnloadPrefix;
  • TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.CreateWidgets
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;
  • TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.OnRelease
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;
  • TaleWorlds.GauntletUI.Data.GauntletMovie.LoadMovie
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;
  • SandBox.SandBoxSubModule.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.UIExtenderEx.UIPatch; Namespace: Bannerlord.UIExtenderEx.UIPatchSubModule.SandBoxSubModuleOnSubModuleLoadPostfix;
  • TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen.OnInitialize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.OptionsGauntletScreenPatch.OnInitializePostfix;
  • TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen.OnFinalize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.OptionsGauntletScreenPatch.OnFinalizePostfix;
  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler..ctor
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch.OnInitializePostfix;
  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler.OnMissionScreenFinalize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch.OnFinalizePostfix;
  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.SetSelectedCategory
    • Prefixes
      • Owner: bannerlord.mcm.ui.optionsswitchpatch; Namespace: MCM.UI.Patches.OptionsVMPatch.SetSelectedCategoryPatch;
  • Erraynhotcoffee.PompaSceneNotificationItem..ctor
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaSceneNotificationItemPatch.Prefix;
  • Erraynhotcoffee.PompaCampaignBehavior.pompa_on_consequence_grup
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaCampaignBehaviorPatch.pompa_on_consequence_grupPrefix;
  • Erraynhotcoffee.PompaCampaignBehavior.pompa_on_consequence_kendinekadar_eh
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaCampaignBehaviorPatch.pompa_on_consequence_kendinekadar_ehPrefix;
  • Erraynhotcoffee.PompaCampaignBehavior.pompa_on_consequence_kendinekadar_ucuz
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaCampaignBehaviorPatch.pompa_on_consequence_kendinekadar_ucuzPrefix;
  • Erraynhotcoffee.PompaCampaignBehavior.pompa_on_consequence_kendinisat
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaCampaignBehaviorPatch.pompa_on_consequence_kendinisatPrefix;
  • Erraynhotcoffee.PompaSceneNotificationItem.OnCloseAction
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaSceneNotificationItemPatch.OnCloseActionPrefix;
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.PompaSceneNotificationItemPatch.Prefix; Index: 1; Before: HotButterFix;
  • Erraynhotcoffee.PompaCampaignBehavior.BanaKariVer
    • Prefixes
      • Owner: HotButterFix; Namespace: HotButterFix.PompaCampaignBehaviorPatch.BanaKariVerPrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.CheckNpcMarriages
    • Prefixes
      • Owner: AIMarriage; Namespace: AIMarriage.RomanceCampaignBehaviorPatch.Prefix;
  • TaleWorlds.CampaignSystem.Actions.LeaveSettlementAction.ApplyForParty
    • Prefixes
      • Owner: CommandFactionParties; Namespace: CommandFactionParties.LeaveSettlementActionPatch.ApplyForPartyPrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.CheckOffspringsToDeliver
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.PregnancyCheckOffspringsToDeliverPatch.Prefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.ChildConceived
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.PregnancyChildConceivedPatch.Prefix;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchPregnancyCampaignBehavior.ChildConceived; Index: 1;
    • Postfixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.PregnancyChildConceivedPatch.Postfix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.RefreshSpouseVisit
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.PregnancyRefreshSpouseVisitPatch.Prefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.CommentBehaviors.CommentChildbirthBehavior.OnGivenBirthEvent
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.Omercip.Prefix;
      • Owner: com.bloc.hotbutter; Namespace: Erraynhotcoffee.Viagra+Omercip.Prefix; Index: 1;
  • Erraynhotcoffee.OmerCipSceneNotificationItem.OnCloseAction
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.Omercip2.Prefix;
  • TaleWorlds.CampaignSystem.Actions.ChangeRelationAction.ApplyInternal
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.ChangeRelationActionPatch.Prefix;
  • Erraynhotcoffee.PompaCampaignBehavior.KafasiYeniGeldi
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.PompaCampaignBehaviorPatch.Prefix;
  • Erraynhotcoffee.PompaCampaignBehavior.PompaBittiReis
    • Prefixes
      • Owner: PregnancyControl.PregnancyControlSubModule; Namespace: PregnancyControl.PompaCampaignBehaviorPatch2.Prefix;
  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartySizeLimitModel.GetPartyPrisonerSizeLimit
    • Postfixes
      • Owner: hsngrms.nolimit.bundle.separated; Namespace: NoLimitBundle_Prisoners.PartyPrisonerSizeLimitOverride.Postfix;
  • TaleWorlds.CampaignSystem.FactionManager.DeclareWar
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.FactionManagerPatch.DeclareWarPrefix;
  • TaleWorlds.CampaignSystem.Actions.ChangeKingdomAction.ApplyInternal
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.ChangeKingdomActionPatch.ApplyInternalPrefix;
  • TaleWorlds.CampaignSystem.Actions.MarriageAction.ApplyInternal
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.MarriageActionPatch.ApplyInternalPrefix;
  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyHealingModel.GetDailyHealingForRegulars
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.DefaultPartyHealingModelPatch.GetDailyHealingForRegularsPrefix;
  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPInventoryVM.OnCharacterSelected
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.SPInventoryVMPatch.OnCharacterSelectedPrefix;
  • TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.PopUpBaseVM.CloseQuery
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.PopUpBaseVMPatch.CloseQueryPrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_finalize_courtship_for_hero_on_condition
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.RomanceCampaignBehaviorPatch.conversation_finalize_courtship_for_hero_on_conditionPrefix;
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Prefix1; Index: 1;
  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanAIExit
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.LocationPatch.CanAIExitPrefix;
  • TaleWorlds.CampaignSystem.Settlements.Locations.LocationComplex.GetLocationOfCharacter
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.LocationComplexPatch.GetLocationOfCharacterPrefix;
  • Helpers.MobilePartyHelper.DesertTroopsFromParty
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.MobilePartyHelperPatch.DesertTroopsFromPartyPrefix;
  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel.CanTroopGainXp
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.DefaultPartyTroopUpgradeModelPatch.CanTroopGainXpPrefix;
  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.set_Character
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.PartyCharacterVMPatch.set_CharacterPrefix;
  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.CalculateClanGoldChange
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.DefaultClanFinanceModelPatch.CalculateClanGoldChangePrefix;
  • TaleWorlds.MountAndBlade.GauntletUI.SceneNotification.GauntletSceneNotification.OpenScene
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.GauntletSceneNotificationPatch.OpenScenePrefix;
  • TaleWorlds.Library.InformationManager.DisplayMessage
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.InformationManagerPatch.DisplayMessagePrefix;
  • TaleWorlds.CampaignSystem.HeroCreator.DeliverOffSpring
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.HeroCreatorPatch.DeliverOffSpringPrefix;
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchHeroCreator.DeliverOffSpring;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.TavernEmployeesCampaignBehavior.conversation_tavernmaid_delivers_food_on_consequence
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.TavernEmployeesCampaignBehaviorPatch.conversation_tavernmaid_delivers_food_on_consequencePrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.EncounterGameMenuBehavior.game_menu_join_encounter_help_defenders_on_consequence
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.EncounterGameMenuBehaviorPatch.game_menu_join_encounter_help_defenders_on_consequencePrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.EncounterGameMenuBehavior.break_in_to_help_defender_side_on_condition
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.EncounterGameMenuBehaviorPatch.break_in_to_help_defender_side_on_conditionPrefix;
  • TaleWorlds.CampaignSystem.Army.DisperseInternal
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.ArmyPatch.DisperseInternalPrefix;
  • TaleWorlds.CampaignSystem.GameComponents.DefaultInventoryCapacityModel.CalculateInventoryCapacity
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.DefaultInventoryCapacityModelPatch.CalculateInventoryCapacityPrefix;
  • SandBox.CampaignBehaviors.CommonVillagersCampaignBehavior.conversation_beggar_start_on_condition
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.CommonVillagersCampaignBehaviorPatch.conversation_beggar_start_on_conditionPrefix;
  • TaleWorlds.CampaignSystem.EncounterManager.GetEncounterTargetPoint
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.EncounterManagerPatch.GetEncounterTargetPointPrefix;
  • TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementAccessModel.CanMainHeroEnterKeepInternal
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.DefaultSettlementAccessModelPatch.CanMainHeroEnterKeepInternalPrefix;
  • TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.set_IsPlayerWaiting
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.PlayerEncounterPatch.set_IsPlayerWaitingPrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerTownVisitCampaignBehavior.SwitchToMenuIfThereIsAnInterrupt
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.PlayerTownVisitCampaignBehaviorPatch.SwitchToMenuIfThereIsAnInterruptPrefix;
  • SandBox.Missions.MissionLogics.MissionAlleyHandler.EndFightIfPlayerIsFarAwayOrNearGuard
    • Prefixes
      • Owner: CheyronMod; Namespace: CheyronMod.MissionAlleyHandlerPatch.EndFightIfPlayerIsFarAwayOrNearGuardPrefix;
  • TaleWorlds.CampaignSystem.Conversation.ConversationHelper.GetHeroRelationToHeroTextShort
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.ConversationHelperPatches.Postfix;
  • TaleWorlds.CampaignSystem.Romance.EndAllCourtships
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.EndAllCourtshipsPatch.Prefix;
  • TaleWorlds.CampaignSystem.Actions.MarriageAction.Apply
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.MarriageActionPatch.Prefix;
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.MarriageActionPatch.Postfix;
  • TaleWorlds.CampaignSystem.Conversation.Tags.PlayerIsSpouseTag.IsApplicableTo
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.PlayerIsSpouseTagPatch.Postfix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.DailyTickHero
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.PregnancyCampaignBehaviorPatches.Prefix;
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.PregnancyCampaignBehaviorPatches.Postfix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_can_open_courtship_on_condition
    • Prefixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Prefix2;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.get_RomanceCourtshipAttemptCooldown
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Postfix2;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_eligible_for_marriage_with_conversation_hero_on_condition
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Postfix3;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.RomanceCampaignBehavior.conversation_player_eligible_for_marriage_with_hero_rltv_on_condition
    • Postfixes
      • Owner: mod.bannerlord.anyone.marry; Namespace: MarryAnyone.Patches.RomanceCampaignBehaviorPatches.Postfix4;
  • TaleWorlds.CampaignSystem.Party.PartyComponents.WarPartyComponent.OnFinalize
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.WarPartyComponentPatch.OnFinalizePrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.BanditsCampaignBehavior.conversation_bandits_surrender_on_condition
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.BanditsCampaignBehaviorPatch.conversation_bandits_surrender_on_conditionPrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.BanditsCampaignBehavior.conversation_bandits_will_join_player_on_condition
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.BanditsCampaignBehaviorPatch.conversation_bandits_will_join_player_on_conditionPrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.IsBribeFeasible
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.CaravansCampaignBehaviorPatch.IsBribeFeasiblePrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.IsSurrenderFeasible
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.CaravansCampaignBehaviorPatch.IsSurrenderFeasiblePrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.IsBribeFeasible
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.VillagerCampaignBehaviorPatch.IsBribeFeasiblePrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.IsSurrenderFeasible
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.VillagerCampaignBehaviorPatch.IsSurrenderFeasiblePrefix;
  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyHealingModel.GetSurvivalChance
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.DefaultPartyHealingModelPatch.GetSurvivalChancePrefix;
  • TaleWorlds.CampaignSystem.Actions.KillCharacterAction.ApplyByBattle
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.KillCharacterActionPatch.ApplyByBattlePrefix; Priority: 600;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.SiegeEventCampaignBehavior.game_menu_siege_strategies_lead_assault_on_condition
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.SiegeEventCampaignBehaviorPatch.game_menu_siege_strategies_lead_assault_on_conditionPrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.SiegeEventCampaignBehavior.game_menu_siege_strategies_order_assault_on_condition
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.SiegeEventCampaignBehaviorPatch.game_menu_siege_strategies_lead_assault_on_conditionPrefix;
  • TaleWorlds.CampaignSystem.Roster.TroopRoster.AddToCountsAtIndex
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.TroopRosterPatch.AddToCountsAtIndexPrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.SiegeAftermathCampaignBehavior.GetSiegeAftermathInfluenceCost
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.SiegeAftermathCampaignBehaviorPatch.GetSiegeAftermathInfluenceCostPrefix;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.CommentBehaviors.CommentOnCharacterKilledBehavior.OnHeroKilled
    • Prefixes
      • Owner: AIValuesLife; Namespace: AIValuesLife.CommentOnCharacterKilledBehaviorPatch.OnHeroKilledPrefix;
  • 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.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.CampaignBehaviors.PlayerCaptivityCampaignBehavior.CheckCaptivityChange
    • Prefixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPlayerCaptivityCampaignBehavior.CheckCaptivityChange;
  • 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.Campaign.get_AllCharacterAttributes
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEBKPatch+CEPatchAllCharacterAttributes.AllCharacterAttributes;
  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationGainedPropertiesVM.GetItemFromAttribute
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEBKPatch+CEPatchGetItemFromAttribute.GetItemFromAttribute;
  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior+Pregnancy..ctor
    • Prefixes
      • Owner: com.bloc.hotbutter; Namespace: Erraynhotcoffee.Viagra+MesirMacunu.Prefix;

     
  •  

- Log Files

  • default20230613
      • [2023-06-13T19:02:48.6170917-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T19:02:48.6170917-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T19:02:48.5522345-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T19:02:48.5522345-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:58:32.8622518-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Field: Could not find field for type 'TaleWorlds.CampaignSystem.Hero' and name 'ExSpouses'
      • [2023-06-13T18:58:32.8622518-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:57:18.3711785-03:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-06-13T18:56:46.1510552-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-06-13T18:56:46.1510552-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:56:46.1321141-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-06-13T18:56:46.1321141-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:56:46.1311088-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-06-13T18:56:46.1311088-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:56:46.1301117-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-06-13T18:56:46.1291141-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-06-13T18:56:46.1291141-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-06-13T18:56:46.1291141-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-06-13T18:56:46.1281157-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-06-13T18:56:46.1271182-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-06-13T18:56:46.1261212-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (10)
      • [2023-06-13T18:56:46.1191398-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-06-13T18:56:46.1181425-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:56:46.1131558-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:56:46.1121587-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:46.0802445-03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-06-13T18:56:45.6950021-03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-06-13T18:56:45.6002697-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2023-06-13T18:56:45.6002697-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:56:45.5161074-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-06-13T18:56:45.5111200-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-06-13T18:56:11.8907239-03:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-06-13T18:56:11.8887705-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-06-13T18:56:11.8727632-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-06-13T18:56:11.8687863-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-06-13T18:56:11.8658049-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-06-13T18:56:11.8548013-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-06-13T18:56:11.8467919-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-06-13T18:56:11.8447700-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-06-13T18:56:11.8373151-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-06-13T18:56:11.8241804-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-06-13T18:56:11.7443494-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-06-13T18:56:11.6963211-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-06-13T18:48:34.8964477-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:48:34.8964477-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:48:34.8276032-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:48:34.8276032-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:48:33.7117941-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:48:33.7117941-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:48:33.6441976-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:48:33.6441976-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:48:26.9227379-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:48:26.9227379-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:48:26.8528973-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:48:26.8528973-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:47:57.7565557-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:47:57.7565557-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:47:57.6897374-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:47:57.6897374-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:42:24.2937301-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Field: Could not find field for type 'TaleWorlds.CampaignSystem.Hero' and name 'ExSpouses'
      • [2023-06-13T18:42:24.2937301-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:46.8444112-03:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-06-13T18:39:09.7497811-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-06-13T18:39:09.7497811-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:39:09.7268417-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-06-13T18:39:09.7268417-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:39:09.7268417-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-06-13T18:39:09.7268417-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:39:09.7258443-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-06-13T18:39:09.7248470-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-06-13T18:39:09.7248470-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-06-13T18:39:09.7238501-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-06-13T18:39:09.7238501-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-06-13T18:39:09.7238501-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-06-13T18:39:09.7228525-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (10)
      • [2023-06-13T18:39:09.7148736-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-06-13T18:39:09.7148736-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-06-13T18:39:09.7088900-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:39:09.7088900-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7088900-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-06-13T18:39:09.7088900-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7088900-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:39:09.7088900-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7078925-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:39:09.7068951-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7068951-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-06-13T18:39:09.7068951-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.7068951-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:39:09.7068951-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.6710025-03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-06-13T18:39:09.2950249-03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-06-13T18:39:09.2002498-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2023-06-13T18:39:09.2002498-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:39:09.1126703-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-06-13T18:39:09.1086808-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-06-13T18:38:35.3086290-03:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-06-13T18:38:35.3056368-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-06-13T18:38:35.2896807-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-06-13T18:38:35.2856819-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-06-13T18:38:35.2827170-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-06-13T18:38:35.2717817-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-06-13T18:38:35.2638027-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-06-13T18:38:35.2618096-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-06-13T18:38:35.2548258-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-06-13T18:38:35.2398395-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-06-13T18:38:35.1311283-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-06-13T18:38:35.0832580-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2023-06-13T18:25:05.2613045-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:25:05.2613045-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:25:05.1896419-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:25:05.1896419-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:25:03.7974896-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:25:03.7974896-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:25:03.7017460-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:25:03.7017460-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:25:01.7794761-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:25:01.7794761-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:25:01.7076683-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:25:01.7076683-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:24:43.2552036-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.LauncherEx.Mixins.LauncherVMMixin'
      • [2023-06-13T18:24:43.2552036-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:24:43.1913775-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TypeByName: Could not find type named 'Bannerlord.BLSE.BLSEInterceptorAttribute'
      • [2023-06-13T18:24:43.1913775-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:17:20.6026548-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Field: Could not find field for type 'TaleWorlds.CampaignSystem.Hero' and name 'ExSpouses'
      • [2023-06-13T18:17:20.6016586-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:15:15.8522847-03:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2023-06-13T18:14:46.8101127-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2023-06-13T18:14:46.8101127-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:14:46.7614541-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2023-06-13T18:14:46.7614541-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:14:46.7614541-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null
      • [2023-06-13T18:14:46.7614541-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2023-06-13T18:14:46.7594591-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)
      • [2023-06-13T18:14:46.7594591-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)
      • [2023-06-13T18:14:46.7584619-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)
      • [2023-06-13T18:14:46.7584619-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)
      • [2023-06-13T18:14:46.7584619-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)
      • [2023-06-13T18:14:46.7574650-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)
      • [2023-06-13T18:14:46.7564672-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (10)
      • [2023-06-13T18:14:46.7504859-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)
      • [2023-06-13T18:14:46.7494859-03:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)
      • [2023-06-13T18:14:46.7444929-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:14:46.7444929-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7444929-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMission'
      • [2023-06-13T18:14:46.7444929-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7444929-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMission', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:14:46.7444929-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux'
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.TickMissionAux', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading'
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'TaleWorlds.MountAndBlade.MissionState.FinishMissionLoading', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7434760-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents'
      • [2023-06-13T18:14:46.7425321-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7425321-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ManagedScriptHolder_TickComponents', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:14:46.7425321-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7425321-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2023-06-13T18:14:46.7415009-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7415009-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find type or property for 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick'
      • [2023-06-13T18:14:46.7415009-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7415009-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.TryGetComponents: typeColonName 'ManagedCallbacks.EngineCallbacksGenerated.ScreenManager_Tick', name must be specified as 'Namespace.Type1.Type2:Name
      • [2023-06-13T18:14:46.7415009-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:46.7105836-03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-06-13T18:14:45.8548198-03:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2023-06-13T18:14:45.7550848-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2023-06-13T18:14:45.7550848-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2023-06-13T18:14:45.6461765-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2023-06-13T18:14:45.6421871-03:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2023-06-13T18:14:07.9876535-03:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2023-06-13T18:14:07.9846611-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2023-06-13T18:14:07.9677077-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.1.2.dll for game v1.1.2.0 is loaded
      • [2023-06-13T18:14:07.9636894-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found no matching implementations. Loading the latest available
      • [2023-06-13T18:14:07.9587027-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.2.dll
      • [2023-06-13T18:14:07.9507522-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.1.dll
      • [2023-06-13T18:14:07.9477599-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll
      • [2023-06-13T18:14:07.9367909-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll
      • [2023-06-13T18:14:07.9298089-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2023-06-13T18:14:07.9188103-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2023-06-13T18:14:07.8400474-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2023-06-13T18:14:07.7516481-03:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...

 

Yeah, that's gonna be a CaptivityEvents problem with spawning so many heroes etc. If you ever get more than 1 or 2 of those, back out of the save and roll back to an older one.  Just a few is okay, but if it's 6 or so, there's about to be a crash. ALso, make sure you have Better Exception Window, that will let you skip some common errors.

Posted (edited)
18 hours ago, SkipWestcott said:

Yeah, that's gonna be a CaptivityEvents problem with spawning so many heroes etc. If you ever get more than 1 or 2 of those, back out of the save and roll back to an older one.  Just a few is okay, but if it's 6 or so, there's about to be a crash. ALso, make sure you have Better Exception Window, that will let you skip some common errors.

I have the CE editor, can I manually remove the heroes to fix the crashing? Also it seems that it crashes specifically when I try to open my inventory

Edited by kadsend
Posted (edited)
On 6/14/2023 at 12:11 PM, kadsend said:

it crashes specifically when I try to open my inventory

Hmmm, this might be my fault, an unforseen issue. Do me a favor, download this and then see if you can open your inventory...

 

 

Edited by SkipWestcott
wrong link
Posted
23 hours ago, SkipWestcott said:

Hmmm, this might be my fault, an unforseen issue. Do me a favor, download this and then see if you can open your inventory...

 

 

Nope, same error... Now I also know that it's every situation that appears my inventory

Posted

Love the mod so far.  But it says "Hot Butter Scenes!!!"  and i didn't see any while choosing any of the options with the prisoners. Am i doing something wrong?  Also is there a mod that allows me to do all of these things with companions/spouse? I.e "kiss her" "walk around" and stuff like that.

  • 2 weeks later...
Posted
13 hours ago, csodaszarvas343 said:

Idk another chinese localization even exist. I just do this for fun. Thank you for telling me this, I'll check nexus first next time.

No problem, it should be in the "other mods requiring this" section on Nexus!

 

(Yes, it IS fun to write these out! ?)

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...