GamerzZ Posted June 8, 2023 Posted June 8, 2023 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... 1
SkipWestcott Posted June 8, 2023 Author Posted June 8, 2023 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.
DasKebab Posted June 11, 2023 Posted June 11, 2023 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?
SkipWestcott Posted June 11, 2023 Author Posted June 11, 2023 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
DasKebab Posted June 12, 2023 Posted June 12, 2023 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
DasKebab Posted June 12, 2023 Posted June 12, 2023 (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 June 12, 2023 by DasKebab
DasKebab Posted June 12, 2023 Posted June 12, 2023 Why are there soo many events that drop health drastically? Why is resting count as damaging?
SkipWestcott Posted June 13, 2023 Author Posted June 13, 2023 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?
DasKebab Posted June 13, 2023 Posted June 13, 2023 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
SkipWestcott Posted June 13, 2023 Author Posted June 13, 2023 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.
kadsend Posted June 13, 2023 Posted June 13, 2023 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: at bool TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel.CanTroopGainXp_Patch1(DefaultPartyTroopUpgradeModel this, PartyBase owner, CharacterObject character) at void TaleWorlds.CampaignSystem.MapEvents.MapEventParty.CommitXpGain() at void TaleWorlds.CampaignSystem.MapEvents.MapEventSide.CommitXpGains() at void TaleWorlds.CampaignSystem.MapEvents.MapEvent.CommitXpGains() at void TaleWorlds.CampaignSystem.MapEvents.MapEvent.ApplyBattleResults() at void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.DoApplyResults() at void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.UpdateInternal() at void TaleWorlds.CampaignSystem.CampaignBehaviors.HideoutCampaignBehavior.game_menu_hideout_place_on_init(MenuCallbackArgs args) at void TaleWorlds.CampaignSystem.GameMenus.GameMenu.RunOnInit(Game game, MenuContext menuContext) at void TaleWorlds.CampaignSystem.GameState.MenuContext.HandleStates() at void TaleWorlds.CampaignSystem.GameState.MapState.OnActivate() at void TaleWorlds.Core.GameState.HandleActivate() at void TaleWorlds.Core.GameStateManager.OnPopState(int level) at void TaleWorlds.Core.GameStateManager.DoGameStateJobs() at void TaleWorlds.Core.GameStateManager.PopState(int level) at void TaleWorlds.MountAndBlade.MissionState.OnTick(float realDt) at void TaleWorlds.Core.GameStateManager.OnTick(float dt) at void TaleWorlds.Core.Game.OnTick(float dt) at void TaleWorlds.Core.GameManagerBase.OnTick(float dt) 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 - Involved Modules - Installed Modules + Harmony (Bannerlord.Harmony, v2.3.0.0) + ButterLib (Bannerlord.ButterLib, v2.8.0.0) + UIExtenderEx (Bannerlord.UIExtenderEx, v2.8.0.0) + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.7.1.0) + Native (Native, v1.1.4.0) + SandBox Core (SandBoxCore, v1.1.4.0) + Sandbox (Sandbox, v1.1.4.0) + Birth and Death Options (BirthAndDeath, v1.1.4.0) + CustomBattle (CustomBattle, v1.1.4.0) + StoryMode (StoryMode, v1.1.4.0) + BannerLib (BannerLib, v1.0.0.0) + Captivity Events (zCaptivityEvents, v1.1.4.1039) + Hot Butter (hotbutter, v2.0.4.0) + HotButterFix (HotButterFix, v1.0.4.0) + Nude Men and Women (NudeMenAndWomen, v1.6.4.0) + Small Talk (SmallTalk, v2.0.0.0) + AI Marriage (AIMarriage, v1.1.3.0) + CampFollowers (CampFollowers, v1.2.0.0) + CommandFactionParties (CommandFactionParties, v1.6.3.0) + Fighting Together Relationship (FightingTogetherRelationship, v1.1.3.0) + MolochsDuels (MolochsDuels, v1.1.4.0) + PregnancyControlContinued (PregnancyControl, v1.0.31.0) + Responsive Soldiers (ResponsiveSoldiersBoiZoi, v1.1.3.0) + No Limit Bundle (Prisoners only) (NoLimitBundle_Prisoners, v2.2.1.0) + More Prisoner Interactions (MorePrisonerInteractions, v1.1.2.0) + Lords and Ladies (LordsandLadies, v9.0.0.0) + vbody (vbody, v1.0.0.0) + Younger Nude Male Skin (Younger Nude Male Skin, e1.5.2.0) + CheyronMod (CheyronMod, v2.1.25.0) + Improved Garrisons (ImprovedGarrisons, v4.1.2.9) + Female Troops Reborn 1.1.x Base (Female_Troops_Reborn, v1.0.1.0) + KLBShackles (KLBShackles, e1.5.6.0) + Marry Anyone (MarryAnyone, v3.0.5.0) + AIValuesLife (AIValuesLife, v1.15.10.0) + Saddled Edge Editor (SaddledEdgeEditor, v1.6.0.1) + Null Hero Fix (NullHeroFix, v1.0.0.0) + BC Captor Gear and Girls (BCCaptorGear, v1.0.0.0) - Assemblies Hide: Game Core System Modules Unclassified 0Harmony, 2.3.0.0, MSIL, 496b9ea196629cd6f9f854c17b865901, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\0Harmony.dll Mono.Cecil, 0.11.4.0, MSIL, de69bb29d6a9dfb615a90df3580d63b1, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.dll Mono.Cecil.Mdb, 0.11.4.0, MSIL, 1c6aca0f1b1fa1661fc1e43c79334f7c, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.Mdb.dll Mono.Cecil.Pdb, 0.11.4.0, MSIL, 6d5eb860c2be5dbeb470e7d3f3e7dda4, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.Pdb.dll Mono.Cecil.Rocks, 0.11.4.0, MSIL, 6e7f0f4fff6c49e3f66127c23b7f1a53, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.Rocks.dll MonoMod.Core, 23.4.10.0, MSIL, e1662f913d61275fd4b6fd634904c06f, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Core.dll MonoMod.Backports, 23.4.10.0, MSIL, 3fd562c545824b83e2bd52bd75b91f4c, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Backports.dll MonoMod.ILHelpers, 23.4.10.0, MSIL, 409dfa7b391b1a774a5169320766fe4d, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.ILHelpers.dll MonoMod.Utils, 23.4.10.0, MSIL, 5107808ba81d452b399a62433d664da5, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Utils.dll Bannerlord.Harmony, 2.3.0.0, Amd64, 35a50f0893935a845005c661502a0565, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Bannerlord.Harmony.dll Microsoft.Bcl.HashCode, 1.0.0.0, MSIL, 9ccecdcfe5f0302d19ccadee94b93b75, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Bcl.HashCode.dll Serilog, 2.0.0.0, MSIL, 0aa45a8a1cd24cd2b589e4aad925f35d, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Serilog.dll Serilog.Extensions.Logging, 2.0.0.0, MSIL, 680cea3f3f888a046d8ad7a524259ef1, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Serilog.Extensions.Logging.dll Serilog.Sinks.File, 5.0.0.0, MSIL, c25357a7950dcfc7f85ee9d593cb1a24, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Serilog.Sinks.File.dll Bannerlord.ButterLib, 2.8.0.0, MSIL, c4c7f0c43a951e4e3f5048196d927758, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Bannerlord.ButterLib.dll Bannerlord.UIExtenderEx, 2.8.0.0, MSIL, a9ebcae074c8e0eadce628f8a40e14a7, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.UIExtenderEx\bin\Win64_Shipping_Client\Bannerlord.UIExtenderEx.dll MCMv5, 5.7.1.0, Amd64, 19b5b54f515d98cbe7b22222ab88c4e6, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv5.dll MCM.UI.Adapter.MCMv5, 5.7.1.0, Amd64, 2f0b3b0904681cb37bd8af07c179c520, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCM.UI.Adapter.MCMv5.dll MCMv5.UI, 5.7.1.0, Amd64, ae3e7d273b4c0422c9bcc84daba59df1, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv5.UI.dll TaleWorlds.MountAndBlade.View, 1.0.0.0, Amd64, 6400ea7f30f8cd521d1cf1abe4abdd7a, F:\Games\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.View.dll TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.0, 1.0.0.0, Amd64, 421777d379b76bff4741f948c9eb73e9, F:\Games\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.0.dll TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.1, 1.0.0.0, Amd64, a69f713a7f0f53ff24d5973efb8dd82d, F:\Games\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.1.dll TaleWorlds.MountAndBlade.GauntletUI, 1.0.0.0, Amd64, b6909113da466fbf7bfda07531c58040, F:\Games\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.dll TaleWorlds.MountAndBlade.Platform.PC, 1.0.0.0, Amd64, fceead76a0162a4aba74fa74da458978, F:\Games\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Platform.PC.dll SandBox, 1.0.0.0, Amd64, c17c50ed85acd40df10c23f102cb9221, F:\Games\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.dll SandBox.ViewModelCollection, 1.0.0.0, Amd64, c797c34a4c28c7b8f2e18eaad607c7a6, F:\Games\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.ViewModelCollection.dll SandBox.View, 1.0.0.0, Amd64, 468c59bd73213c261003fbbc4468f8d3, F:\Games\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.View.dll SandBox.GauntletUI.AutoGenerated.0, 1.0.0.0, Amd64, 2cf70ceb34c7259698116ef5822c8bdb, F:\Games\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.AutoGenerated.0.dll SandBox.GauntletUI.AutoGenerated.1, 1.0.0.0, Amd64, c1eceb91be5a3593af71baa4b6e41d53, F:\Games\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.AutoGenerated.1.dll SandBox.GauntletUI, 1.0.0.0, Amd64, 60a674dad6ca973d8d2558d2af2af15c, F:\Games\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.dll TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath, 1.0.0.0, Amd64, 284d1303f90789dd84a9ea853f763d07, F:\Games\Mount & Blade II Bannerlord\Modules\BirthAndDeath\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath.dll TaleWorlds.MountAndBlade.CustomBattle, 1.0.0.0, Amd64, 90ac2dda29b9b31fd472bcfdeac5031f, F:\Games\Mount & Blade II Bannerlord\Modules\CustomBattle\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.CustomBattle.dll StoryMode, 1.0.0.0, Amd64, b5b7ede6a5c0734f1e1b14e4a1f62cbd, F:\Games\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.dll StoryMode.ViewModelCollection, 1.0.0.0, Amd64, 5f11ff0db4dbb756fd5edf3757e4261d, F:\Games\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.ViewModelCollection.dll StoryMode.View, 1.0.0.0, Amd64, c0dc373fe2c5982baf4a2e1c11f948d6, F:\Games\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.View.dll StoryMode.GauntletUI.AutoGenerated, 1.0.0.0, Amd64, e806af2f473d6d5024455b065c046255, F:\Games\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.AutoGenerated.dll StoryMode.GauntletUI, 1.0.0.0, Amd64, 134688bbf1c61221cd91fd853f96bb8e, F:\Games\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.dll BannerLib.Input, 1.0.0.0, Amd64, e2ddb091d1801665e8b42fcd10644cae, F:\Games\Mount & Blade II Bannerlord\Modules\BannerLib\bin\Win64_Shipping_Client\BannerLib.Input.dll CaptivityEvents, 1.0.2.4, Amd64, 7ffc52a305d83770e05b4e54a5c15eb4, F:\Games\Mount & Blade II Bannerlord\Modules\zCaptivityEvents\bin\Win64_Shipping_Client\CaptivityEvents.dll Erraynhotcoffee, 1.0.0.0, MSIL, b26362d3b0f3d5157e6bae09272ee8ea, F:\Games\Mount & Blade II Bannerlord\Modules\HotButter\bin\Win64_Shipping_Client\Erraynhotcoffee.dll HotButterFix, 1.0.0.0, MSIL, 0535b9bc9a270f0e00232a4ad0ae0077, F:\Games\Mount & Blade II Bannerlord\Modules\HotButterFix\bin\Win64_Shipping_Client\HotButterFix.dll SmallTalk, 2.0.0.0, Amd64, c313419fba4f140a2984002dce36c531, F:\Games\Mount & Blade II Bannerlord\Modules\SmallTalk\bin\Win64_Shipping_Client\SmallTalk.dll AIMarriage, 1.0.0.0, MSIL, 15a7f60139c1872c74fe4b98000707e9, F:\Games\Mount & Blade II Bannerlord\Modules\AIMarriage\bin\Win64_Shipping_Client\AIMarriage.dll CampFollowers, 1.0.0.0, MSIL, 2010cc57a07edea93ddf9ab9d0279d20, F:\Games\Mount & Blade II Bannerlord\Modules\CampFollowers\bin\Win64_Shipping_Client\CampFollowers.dll CommandFactionParties, 1.0.0.0, MSIL, 4d5fb0e36e635a93f5de0a32cf541b6b, F:\Games\Mount & Blade II Bannerlord\Modules\CommandFactionParties\bin\Win64_Shipping_Client\CommandFactionParties.dll FightingTogetherRelationship, 1.0.0.0, MSIL, 1b079c5d404761130c036fce245964be, F:\Games\Mount & Blade II Bannerlord\Modules\FightingTogetherRelationship\bin\Win64_Shipping_Client\FightingTogetherRelationship.dll MolochsDuels, 0.0.1.0, MSIL, 563fb45910ecadd501b9d640582c9c2c, F:\Games\Mount & Blade II Bannerlord\Modules\MolochsDuels\bin\Win64_Shipping_Client\MolochsDuels.dll PregnancyControl, 1.0.0.0, MSIL, f6131e84544f9cd7d3709b0b2909fdef, F:\Games\Mount & Blade II Bannerlord\Modules\PregnancyControl\bin\Win64_Shipping_Client\PregnancyControl.dll ResponsiveSoldiers, 1.0.0.0, MSIL, f07b7012e682102851e3448e530e2699, F:\Games\Mount & Blade II Bannerlord\Modules\ResponsiveSoldiersBoiZoi\bin\Win64_Shipping_Client\ResponsiveSoldiers.dll NoLimitBundle_Prisoners, 2.2.1.0, Amd64, 312c8f87ddbbb9cbccd71bfef5abd6dd, F:\Games\Mount & Blade II Bannerlord\Modules\NoLimitBundle_Prisoners\bin\Win64_Shipping_Client\NoLimitBundle_Prisoners.dll MorePrisonerInteractions, 1.0.0.0, MSIL, 72806dcd19ae96d7ba2d82bac6f6df16, F:\Games\Mount & Blade II Bannerlord\Modules\MorePrisonerInteractions v1.1.x\bin\Win64_Shipping_Client\MorePrisonerInteractions.dll CheyronMod, 1.0.0.0, MSIL, 9880b27fe6c38ab44593167ae2377b91, F:\Games\Mount & Blade II Bannerlord\Modules\CheyronMod\bin\Win64_Shipping_Client\CheyronMod.dll ImprovedGarrisons, 1.0.0.0, MSIL, 23b68da65b28b42d147e8adf8f8f4dc7, F:\Games\Mount & Blade II Bannerlord\Modules\ImprovedGarrisons\bin\Win64_Shipping_Client\ImprovedGarrisons.dll MarryAnyone, 3.0.5.0, Amd64, a7a92a142ce8d9d6c350d8f48be6dd2e, F:\Games\Mount & Blade II Bannerlord\Modules\MarryAnyone\bin\Win64_Shipping_Client\MarryAnyone.dll AIValuesLife, 1.0.0.0, MSIL, 7aeca16168c4239a044c75c35cf48610, F:\Games\Mount & Blade II Bannerlord\Modules\AIValuesLife\bin\Win64_Shipping_Client\AIValuesLife.dll MBEditor, 11.0.0.0, MSIL, 3ed50d3a72200f8b0271f3ea05d315b2, F:\Games\Mount & Blade II Bannerlord\Modules\SaddledEdgeEditor\bin\Win64_Shipping_Client\MBEditor.dll NullHeroFix, 0.0.0.0, Amd64, cbfcfb4ceb68ca988fac5d154226ef97, F:\Games\Mount & Blade II Bannerlord\Modules\NullHeroFix\bin\Win64_Shipping_Client\NullHeroFix.dll mscorlib, 4.0.0.0, Amd64, de1475423d203585d982164f47765f20, C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll TaleWorlds.MountAndBlade.Launcher, 1.0.0.0, Amd64, 1c47fdaf91b9d984cc047efd4502f98e, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.exe TaleWorlds.MountAndBlade.Launcher.Library, 1.0.0.0, Amd64, 129bd7859223c929ddc62f9cef835e06, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.Library.dll netstandard, 2.0.0.0, MSIL, 317d874fdf4b3bf15de6b3c569dd9517, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\netstandard\v4.0_2.0.0.0__cc7b13ffcd2ddd51\netstandard.dll TaleWorlds.Library, 1.0.0.0, Amd64, eca9325f4b06ed35cacb5332dd23bd92, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Library.dll System.Core, 4.0.0.0, MSIL, 18aaee2149d21c59b831cf5c9d8b9baf, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll System, 4.0.0.0, MSIL, c12ed215320d613cc5e39799611edf59, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll TaleWorlds.Starter.Library, 1.0.0.0, Amd64, 17675ec8f2b978b125fc7821435d674e, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Starter.Library.dll TaleWorlds.TwoDimension.Standalone, 1.0.0.0, Amd64, e0ce04d82605c0801f7e6b8edce92de3, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.Standalone.dll System.Drawing, 4.0.0.0, MSIL, 44eae46cbce7d080f7d21cdd27cd3db0, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll TaleWorlds.ModuleManager, 1.0.0.0, Amd64, ecdcf6e94beb17340a382f4924fad878, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ModuleManager.dll System.Numerics.Vectors, 4.1.3.0, MSIL, e9abb00cd885368e7943974f8c11e61e, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\System.Numerics.Vectors.dll TaleWorlds.TwoDimension, 1.0.0.0, Amd64, 905e3339f877de293a3086bc3ea9e75e, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.dll TaleWorlds.GauntletUI, 1.0.0.0, Amd64, a4b3efb5c0252e9a76136dd0c8fe0c32, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.dll TaleWorlds.InputSystem, 1.0.0.0, Amd64, bfcaf5d897be718ce2fe1ff04006b451, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.InputSystem.dll System.Xml, 4.0.0.0, MSIL, e64954e8cda4d8cda0ba5cbdcdbe8cc9, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll System.Configuration, 4.0.0.0, MSIL, 415f319d97c4a3939e39a4a2c93a6efc, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC TaleWorlds.GauntletUI.PrefabSystem, 1.0.0.0, Amd64, d940f4469e52bb6597809f297527ed71, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.PrefabSystem.dll TaleWorlds.GauntletUI.Data, 1.0.0.0, Amd64, 0a6e0dfbfa793a17918f585536b1ded9, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.Data.dll StbSharp, 0.7.2.38, MSIL, f5f356ca5b5d9887431a48b185359348, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\StbSharp.dll Newtonsoft.Json, 13.0.0.0, MSIL, 916d32b899f1bc23b209648d007b99fd, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Newtonsoft.Json.dll System.Numerics, 4.0.0.0, MSIL, be1730943f188fb738efbe02d8660a13, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll System.Runtime.Serialization, 4.0.0.0, MSIL, f17660a4517be8fa28b6ae4a8e37e55a, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll System.Data, 4.0.0.0, Amd64, c7c6ee962f8edbbfc8d5ac4d02f984a1, C:\WINDOWS\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll Anonymously Hosted DynamicMethods Assembly, 0.0.0.0, None, DYNAMIC TaleWorlds.DotNet, 1.0.0.0, Amd64, e2baae2edc29b158147a31fc5e390d90, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.dll System.Runtime.InteropServices.RuntimeInformation, 4.0.0.0, MSIL, fb4e03741d0f37049287e7cfdceea902, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.InteropServices.RuntimeInformation\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.InteropServices.RuntimeInformation.dll TaleWorlds.MountAndBlade, 1.0.0.0, Amd64, cf1fc7c22501b32e6e4d01526ff3790f, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.dll TaleWorlds.DotNet.AutoGenerated, 1.0.0.0, Amd64, 12caa56e56df306e0d9078983cdd66d1, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.AutoGenerated.dll TaleWorlds.Engine, 1.0.0.0, Amd64, aa6016b357a2f6a57b8e103d298d1f33, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.dll TaleWorlds.Engine.AutoGenerated, 1.0.0.0, Amd64, 19e895b83e8dd4a7ea12437dcbc1330e, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.AutoGenerated.dll TaleWorlds.ScreenSystem, 1.0.0.0, Amd64, da188a75c9e78bd7ff48481a9678d07c, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ScreenSystem.dll TaleWorlds.MountAndBlade.Diamond, 1.0.0.0, Amd64, 3f156628a66c96e19a9760c5a1214901, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Diamond.dll TaleWorlds.Core, 1.0.0.0, Amd64, 47732e853ae2d6320d5feb1aaab0c885, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.dll TaleWorlds.PlayerServices, 1.0.0.0, Amd64, bf64c3ec3e1b521e0e95df4db34fc612, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlayerServices.dll TaleWorlds.ObjectSystem, 1.0.0.0, Amd64, ac357ee9a1833244e6177c5236222604, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ObjectSystem.dll TaleWorlds.Localization, 1.0.0.0, Amd64, 826351a8ea6e7f01dc2cb914c9be1e1d, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Localization.dll TaleWorlds.PlatformService, 1.0.0.0, Amd64, 8dc89095f161df250698351b5889a345, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.dll System.ValueTuple, 4.0.0.0, MSIL, aa9c82c46efdc71d506bc1c312f77c3e, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ValueTuple\v4.0_4.0.0.0__cc7b13ffcd2ddd51\System.ValueTuple.dll TaleWorlds.SaveSystem, 1.0.0.0, Amd64, c098530405a18a9752f2506fbef1b610, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.SaveSystem.dll TaleWorlds.Diamond.ChatSystem.Library, 1.0.0.0, Amd64, 88e8d3b05459c30c25ac38507e39912a, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.ChatSystem.Library.dll TaleWorlds.Diamond, 1.0.0.0, Amd64, 03742f3c70d7c1cb3076a2566f8fb319, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.dll System.Security, 4.0.0.0, MSIL, 7b3663befcd4d7e633f819068a0586dc, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Security\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.dll System.Data.SqlXml, 4.0.0.0, MSIL, 3bf65e1dec66ca7389d708cbcea0c2fd, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Data.SqlXml\v4.0_4.0.0.0__b77a5c561934e089\System.Data.SqlXml.dll System.ServiceModel.Internals, 4.0.0.0, MSIL, abbd1421c3cd5787b7e633edcc95c885, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll System.Transactions, 4.0.0.0, Amd64, 7799ccc01448f58a1426f09bb23451af, C:\WINDOWS\Microsoft.Net\assembly\GAC_64\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll TaleWorlds.Network, 1.0.0.0, Amd64, 5732f5682b8ba4d94369b6134ec72f96, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Network.dll TaleWorlds.MountAndBlade.AutoGenerated, 1.0.0.0, Amd64, 094da17e3f9d2b548600c0634f572fbe, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.AutoGenerated.dll TaleWorlds.AchievementSystem, 1.0.0.0, Amd64, 1e84e5e359320b8542e19af6e01a1d4e, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.AchievementSystem.dll TaleWorlds.ActivitySystem, 1.0.0.0, Amd64, 9b7a677bba197bc8fff4fead276bc450, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ActivitySystem.dll TaleWorlds.PlatformService.GOG, 1.0.0.0, Amd64, 788aac2e45f5eaf5a708537c31edf191, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.GOG.dll GalaxyCSharp, 3.133.7.0, MSIL, 3679d5f4c8e301145209b863cd63c6d2, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\GalaxyCSharp.dll TaleWorlds.Diamond.AccessProvider.Test, 1.0.0.0, Amd64, 6e14906e807ff6480ec5d053a3b805ce, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.AccessProvider.Test.dll System.Windows.Forms, 4.0.0.0, MSIL, 549dc4948d587bf43ad9cb395b6b02fb, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll TaleWorlds.CampaignSystem, 1.0.0.0, Amd64, 29680d91eed9a38c8d04723bef13152c, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.dll TaleWorlds.MountAndBlade.ViewModelCollection, 1.0.0.0, Amd64, 48d380a0263b7e8aa9af4ebe460b3652, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.ViewModelCollection.dll TaleWorlds.Core.ViewModelCollection, 1.0.0.0, Amd64, 3a5b369f11961643c682b1a2f6d08fb0, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.ViewModelCollection.dll TaleWorlds.CampaignSystem.ViewModelCollection, 1.0.0.0, Amd64, 431a959c86e7e97eec3625ac81f91d15, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.dll DarkUI, 2.0.1.0, MSIL, 59ce58f82acbe5758cdf27941e2f53df, F:\Games\Mount & Blade II Bannerlord\Modules\SaddledEdgeEditor\bin\Win64_Shipping_Client\DarkUI.dll DarkUI.Support, 1.0.0.0, MSIL, 24548e6d8d2fd465eabb4e8eb188d82d, F:\Games\Mount & Blade II Bannerlord\Modules\SaddledEdgeEditor\bin\Win64_Shipping_Client\DarkUI.Support.dll ObjectListView, 2.9.1.0, MSIL, 047729e4547829b4995fba32f58deac7, F:\Games\Mount & Blade II Bannerlord\Modules\SaddledEdgeEditor\bin\Win64_Shipping_Client\ObjectListView.dll MonoMod.Iced, 1.17.0.0, MSIL, 63256bb0d8786695d0d49b4acdf844ed, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Iced.dll MonoMod.Utils.Cil.ILGeneratorProxy, 0.0.0.0, MSIL, EMPTY Microsoft.Extensions.DependencyInjection.Abstractions, 2.0.0.0, MSIL, 6f3cca084046a16c91f64953bd6ae66c, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.DependencyInjection.Abstractions.dll Microsoft.Extensions.Logging.Abstractions, 2.0.0.0, MSIL, f6bfb173119f48eed8b3616a3fd5464f, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Logging.Abstractions.dll Microsoft.Extensions.DependencyInjection, 2.0.0.0, MSIL, 432c3bdf19dfa3d6440e8f1454e68e2e, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.DependencyInjection.dll Microsoft.Extensions.Options, 2.0.0.0, MSIL, 0cd6938593b1785b4ac087f7fe5c47e9, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Options.dll Microsoft.Extensions.Logging, 2.0.0.0, MSIL, ddebddf19ecf76882309e8f8f1a1c75b, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Logging.dll HarmonySharedState, 0.0.0.0, MSIL, EMPTY Microsoft.Extensions.Primitives, 2.0.0.0, MSIL, b5c71bed0a0cc2db2aa02445a4afa774, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Primitives.dll System.Reflection.Metadata, 1.4.5.0, MSIL, bc807d23a61da410046111c34008ad67, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Reflection.Metadata.dll System.Collections.Immutable, 1.2.5.0, MSIL, 8f55c22412f7d448d6e7b83102665368, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Collections.Immutable.dll Bannerlord.ButterLib.Implementation.1.1.2, 2.8.0.0, MSIL, a9a484627c9ae1faba7676b0bd71bd86, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Bannerlord.ButterLib.Implementation.1.1.2.dll Accessibility, 4.0.0.0, MSIL, 8ed04cefb29261abc3210b537b1dccfb, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll TaleWorlds.MountAndBlade.GauntletUI.Widgets, 1.0.0.0, Amd64, 996c65c91b6511f3b888db9fdef46a72, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll TaleWorlds.GauntletUI.ExtraWidgets, 1.0.0.0, Amd64, 5627c83f0a24a5b08191832b91eb9f6f, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.ExtraWidgets.dll System.Design, 4.0.0.0, MSIL, 5a69a164a5c86a8b4104384b99fa5ead, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Design\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Design.dll TaleWorlds.Engine.GauntletUI, 1.0.0.0, Amd64, 71625598ccdd0d7469385d0dd37a3824, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.GauntletUI.dll System.Web, 4.0.0.0, Amd64, bdfa38a4e77d9fc9bbc39ed5e1935866, C:\WINDOWS\Microsoft.Net\assembly\GAC_64\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll System.Drawing.Design, 4.0.0.0, MSIL, 3e088a8300dfa7fc6d4ea26baf244368, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing.Design\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.Design.dll System.Reflection.Emit.ILGeneration, 4.0.0.0, MSIL, 8e278a7d5a4ba9ceda1cb2519e85cc2b, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Reflection.Emit.ILGeneration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Reflection.Emit.ILGeneration.dll TaleWorlds.PSAI, 1.0.0.0, Amd64, b5cf4ca6d5dc7a5759180250ae8c5924, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PSAI.dll Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC System.Xml.Linq, 4.0.0.0, MSIL, e4fb4bc513d1cbdbf13f4157ba108556, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC cubvrWlGzqGoZEXMkBYuOmsuyzClA, 0.0.0.0, MSIL, EMPTY hTzcLnFWFEgZsETnDymRiRQvdIIrA, 0.0.0.0, MSIL, EMPTY TaleWorlds.MountAndBlade.Helpers, 1.0.0.0, Amd64, 84bdacb81ddab6fd77244ac2b622a6fd, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Helpers.dll TaleWorlds.ServiceDiscovery.Client, 1.0.0.0, Amd64, 4d6de2b526a601d44e5fef902def7cdc, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ServiceDiscovery.Client.dll System.Management, 4.0.0.0, MSIL, 08ea5b786bd1420eb760cdb64f4d677e, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Management.dll System.Xml.Xsl.CompiledQuery.1, 0.0.0.0, None, DYNAMIC System.Memory, 4.0.1.2, MSIL, f09441a1ee47fb3e6571a3a448e05baf, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Memory.dll System.Runtime.CompilerServices.Unsafe, 4.0.4.1, MSIL, da04a75ddc22118ed24e0b53e474805a, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Runtime.CompilerServices.Unsafe.dll System.Numerics.Vectors, 4.1.4.0, MSIL, aaa2cbf14e06e9d3586d8a4ed455db33, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Numerics.Vectors.dll System.ComponentModel.DataAnnotations, 4.0.0.0, MSIL, 1f6786f565730d7a4032eea542ed08fd, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll System.Web.ApplicationServices, 4.0.0.0, MSIL, 35787b7027b30f757b032c44643fe7a3, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll System.Runtime.Caching, 4.0.0.0, MSIL, 1b3375e09428b43f8af3eedfb92ba3a0, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Caching\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Caching.dll Microsoft.Build.Framework, 4.0.0.0, MSIL, b91da726c89ef0391802093c9196bd26, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Framework\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Framework.dll System.Net.Http, 4.0.0.0, MSIL, 6243b50b07cdd14d260680ce5d0872b3, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.dll System.Configuration.Install, 4.0.0.0, MSIL, c670818ad7c57add49f93fc849c717e1, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.Install\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.Install.dll TaleWorlds.LinQuick, 1.0.0.0, Amd64, fb44cba6132e97583f86649e90bcfd30, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.LinQuick.dll CSCore, 1.2.1.2, MSIL, 94a312a6fcec0e78808bcea3d8ff67f5, F:\Games\Mount & Blade II Bannerlord\Modules\HotButter\bin\Win64_Shipping_Client\CSCore.dll Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC Newtonsoft.Json, 12.0.0.0, MSIL, 8f81c9520104b730c25d90a9dd511148, F:\Games\Mount & Blade II Bannerlord\Modules\SaddledEdgeEditor\bin\Win64_Shipping_Client\Newtonsoft.Json.dll Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC Ben.Demystifier, 1.0.0.0, MSIL, 5fa2859e6381907965e50ed2efdf0d3c, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Ben.Demystifier.dll System.Threading.Tasks.Extensions, 4.2.0.1, MSIL, e1e9d7d46e5cd9525c5927dc98d9ecc7, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Threading.Tasks.Extensions.dll - 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...
SkipWestcott Posted June 14, 2023 Author Posted June 14, 2023 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: at bool TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel.CanTroopGainXp_Patch1(DefaultPartyTroopUpgradeModel this, PartyBase owner, CharacterObject character) at void TaleWorlds.CampaignSystem.MapEvents.MapEventParty.CommitXpGain() at void TaleWorlds.CampaignSystem.MapEvents.MapEventSide.CommitXpGains() at void TaleWorlds.CampaignSystem.MapEvents.MapEvent.CommitXpGains() at void TaleWorlds.CampaignSystem.MapEvents.MapEvent.ApplyBattleResults() at void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.DoApplyResults() at void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.UpdateInternal() at void TaleWorlds.CampaignSystem.CampaignBehaviors.HideoutCampaignBehavior.game_menu_hideout_place_on_init(MenuCallbackArgs args) at void TaleWorlds.CampaignSystem.GameMenus.GameMenu.RunOnInit(Game game, MenuContext menuContext) at void TaleWorlds.CampaignSystem.GameState.MenuContext.HandleStates() at void TaleWorlds.CampaignSystem.GameState.MapState.OnActivate() at void TaleWorlds.Core.GameState.HandleActivate() at void TaleWorlds.Core.GameStateManager.OnPopState(int level) at void TaleWorlds.Core.GameStateManager.DoGameStateJobs() at void TaleWorlds.Core.GameStateManager.PopState(int level) at void TaleWorlds.MountAndBlade.MissionState.OnTick(float realDt) at void TaleWorlds.Core.GameStateManager.OnTick(float dt) at void TaleWorlds.Core.Game.OnTick(float dt) at void TaleWorlds.Core.GameManagerBase.OnTick(float dt) 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 - Involved Modules - Installed Modules + Harmony (Bannerlord.Harmony, v2.3.0.0) + ButterLib (Bannerlord.ButterLib, v2.8.0.0) + UIExtenderEx (Bannerlord.UIExtenderEx, v2.8.0.0) + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.7.1.0) + Native (Native, v1.1.4.0) + SandBox Core (SandBoxCore, v1.1.4.0) + Sandbox (Sandbox, v1.1.4.0) + Birth and Death Options (BirthAndDeath, v1.1.4.0) + CustomBattle (CustomBattle, v1.1.4.0) + StoryMode (StoryMode, v1.1.4.0) + BannerLib (BannerLib, v1.0.0.0) + Captivity Events (zCaptivityEvents, v1.1.4.1039) + Hot Butter (hotbutter, v2.0.4.0) + HotButterFix (HotButterFix, v1.0.4.0) + Nude Men and Women (NudeMenAndWomen, v1.6.4.0) + Small Talk (SmallTalk, v2.0.0.0) + AI Marriage (AIMarriage, v1.1.3.0) + CampFollowers (CampFollowers, v1.2.0.0) + CommandFactionParties (CommandFactionParties, v1.6.3.0) + Fighting Together Relationship (FightingTogetherRelationship, v1.1.3.0) + MolochsDuels (MolochsDuels, v1.1.4.0) + PregnancyControlContinued (PregnancyControl, v1.0.31.0) + Responsive Soldiers (ResponsiveSoldiersBoiZoi, v1.1.3.0) + No Limit Bundle (Prisoners only) (NoLimitBundle_Prisoners, v2.2.1.0) + More Prisoner Interactions (MorePrisonerInteractions, v1.1.2.0) + Lords and Ladies (LordsandLadies, v9.0.0.0) + vbody (vbody, v1.0.0.0) + Younger Nude Male Skin (Younger Nude Male Skin, e1.5.2.0) + CheyronMod (CheyronMod, v2.1.25.0) + Improved Garrisons (ImprovedGarrisons, v4.1.2.9) + Female Troops Reborn 1.1.x Base (Female_Troops_Reborn, v1.0.1.0) + KLBShackles (KLBShackles, e1.5.6.0) + Marry Anyone (MarryAnyone, v3.0.5.0) + AIValuesLife (AIValuesLife, v1.15.10.0) + Saddled Edge Editor (SaddledEdgeEditor, v1.6.0.1) + Null Hero Fix (NullHeroFix, v1.0.0.0) + BC Captor Gear and Girls (BCCaptorGear, v1.0.0.0) - Assemblies Hide: Game Core System Modules Unclassified 0Harmony, 2.3.0.0, MSIL, 496b9ea196629cd6f9f854c17b865901, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\0Harmony.dll Mono.Cecil, 0.11.4.0, MSIL, de69bb29d6a9dfb615a90df3580d63b1, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.dll Mono.Cecil.Mdb, 0.11.4.0, MSIL, 1c6aca0f1b1fa1661fc1e43c79334f7c, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.Mdb.dll Mono.Cecil.Pdb, 0.11.4.0, MSIL, 6d5eb860c2be5dbeb470e7d3f3e7dda4, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.Pdb.dll Mono.Cecil.Rocks, 0.11.4.0, MSIL, 6e7f0f4fff6c49e3f66127c23b7f1a53, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.Rocks.dll MonoMod.Core, 23.4.10.0, MSIL, e1662f913d61275fd4b6fd634904c06f, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Core.dll MonoMod.Backports, 23.4.10.0, MSIL, 3fd562c545824b83e2bd52bd75b91f4c, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Backports.dll MonoMod.ILHelpers, 23.4.10.0, MSIL, 409dfa7b391b1a774a5169320766fe4d, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.ILHelpers.dll MonoMod.Utils, 23.4.10.0, MSIL, 5107808ba81d452b399a62433d664da5, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Utils.dll Bannerlord.Harmony, 2.3.0.0, Amd64, 35a50f0893935a845005c661502a0565, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Bannerlord.Harmony.dll Microsoft.Bcl.HashCode, 1.0.0.0, MSIL, 9ccecdcfe5f0302d19ccadee94b93b75, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Bcl.HashCode.dll Serilog, 2.0.0.0, MSIL, 0aa45a8a1cd24cd2b589e4aad925f35d, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Serilog.dll Serilog.Extensions.Logging, 2.0.0.0, MSIL, 680cea3f3f888a046d8ad7a524259ef1, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Serilog.Extensions.Logging.dll Serilog.Sinks.File, 5.0.0.0, MSIL, c25357a7950dcfc7f85ee9d593cb1a24, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Serilog.Sinks.File.dll Bannerlord.ButterLib, 2.8.0.0, MSIL, c4c7f0c43a951e4e3f5048196d927758, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Bannerlord.ButterLib.dll Bannerlord.UIExtenderEx, 2.8.0.0, MSIL, a9ebcae074c8e0eadce628f8a40e14a7, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.UIExtenderEx\bin\Win64_Shipping_Client\Bannerlord.UIExtenderEx.dll MCMv5, 5.7.1.0, Amd64, 19b5b54f515d98cbe7b22222ab88c4e6, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv5.dll MCM.UI.Adapter.MCMv5, 5.7.1.0, Amd64, 2f0b3b0904681cb37bd8af07c179c520, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCM.UI.Adapter.MCMv5.dll MCMv5.UI, 5.7.1.0, Amd64, ae3e7d273b4c0422c9bcc84daba59df1, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv5.UI.dll TaleWorlds.MountAndBlade.View, 1.0.0.0, Amd64, 6400ea7f30f8cd521d1cf1abe4abdd7a, F:\Games\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.View.dll TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.0, 1.0.0.0, Amd64, 421777d379b76bff4741f948c9eb73e9, F:\Games\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.0.dll TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.1, 1.0.0.0, Amd64, a69f713a7f0f53ff24d5973efb8dd82d, F:\Games\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.1.dll TaleWorlds.MountAndBlade.GauntletUI, 1.0.0.0, Amd64, b6909113da466fbf7bfda07531c58040, F:\Games\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.dll TaleWorlds.MountAndBlade.Platform.PC, 1.0.0.0, Amd64, fceead76a0162a4aba74fa74da458978, F:\Games\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Platform.PC.dll SandBox, 1.0.0.0, Amd64, c17c50ed85acd40df10c23f102cb9221, F:\Games\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.dll SandBox.ViewModelCollection, 1.0.0.0, Amd64, c797c34a4c28c7b8f2e18eaad607c7a6, F:\Games\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.ViewModelCollection.dll SandBox.View, 1.0.0.0, Amd64, 468c59bd73213c261003fbbc4468f8d3, F:\Games\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.View.dll SandBox.GauntletUI.AutoGenerated.0, 1.0.0.0, Amd64, 2cf70ceb34c7259698116ef5822c8bdb, F:\Games\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.AutoGenerated.0.dll SandBox.GauntletUI.AutoGenerated.1, 1.0.0.0, Amd64, c1eceb91be5a3593af71baa4b6e41d53, F:\Games\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.AutoGenerated.1.dll SandBox.GauntletUI, 1.0.0.0, Amd64, 60a674dad6ca973d8d2558d2af2af15c, F:\Games\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.dll TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath, 1.0.0.0, Amd64, 284d1303f90789dd84a9ea853f763d07, F:\Games\Mount & Blade II Bannerlord\Modules\BirthAndDeath\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath.dll TaleWorlds.MountAndBlade.CustomBattle, 1.0.0.0, Amd64, 90ac2dda29b9b31fd472bcfdeac5031f, F:\Games\Mount & Blade II Bannerlord\Modules\CustomBattle\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.CustomBattle.dll StoryMode, 1.0.0.0, Amd64, b5b7ede6a5c0734f1e1b14e4a1f62cbd, F:\Games\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.dll StoryMode.ViewModelCollection, 1.0.0.0, Amd64, 5f11ff0db4dbb756fd5edf3757e4261d, F:\Games\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.ViewModelCollection.dll StoryMode.View, 1.0.0.0, Amd64, c0dc373fe2c5982baf4a2e1c11f948d6, F:\Games\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.View.dll StoryMode.GauntletUI.AutoGenerated, 1.0.0.0, Amd64, e806af2f473d6d5024455b065c046255, F:\Games\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.AutoGenerated.dll StoryMode.GauntletUI, 1.0.0.0, Amd64, 134688bbf1c61221cd91fd853f96bb8e, F:\Games\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.dll BannerLib.Input, 1.0.0.0, Amd64, e2ddb091d1801665e8b42fcd10644cae, F:\Games\Mount & Blade II Bannerlord\Modules\BannerLib\bin\Win64_Shipping_Client\BannerLib.Input.dll CaptivityEvents, 1.0.2.4, Amd64, 7ffc52a305d83770e05b4e54a5c15eb4, F:\Games\Mount & Blade II Bannerlord\Modules\zCaptivityEvents\bin\Win64_Shipping_Client\CaptivityEvents.dll Erraynhotcoffee, 1.0.0.0, MSIL, b26362d3b0f3d5157e6bae09272ee8ea, F:\Games\Mount & Blade II Bannerlord\Modules\HotButter\bin\Win64_Shipping_Client\Erraynhotcoffee.dll HotButterFix, 1.0.0.0, MSIL, 0535b9bc9a270f0e00232a4ad0ae0077, F:\Games\Mount & Blade II Bannerlord\Modules\HotButterFix\bin\Win64_Shipping_Client\HotButterFix.dll SmallTalk, 2.0.0.0, Amd64, c313419fba4f140a2984002dce36c531, F:\Games\Mount & Blade II Bannerlord\Modules\SmallTalk\bin\Win64_Shipping_Client\SmallTalk.dll AIMarriage, 1.0.0.0, MSIL, 15a7f60139c1872c74fe4b98000707e9, F:\Games\Mount & Blade II Bannerlord\Modules\AIMarriage\bin\Win64_Shipping_Client\AIMarriage.dll CampFollowers, 1.0.0.0, MSIL, 2010cc57a07edea93ddf9ab9d0279d20, F:\Games\Mount & Blade II Bannerlord\Modules\CampFollowers\bin\Win64_Shipping_Client\CampFollowers.dll CommandFactionParties, 1.0.0.0, MSIL, 4d5fb0e36e635a93f5de0a32cf541b6b, F:\Games\Mount & Blade II Bannerlord\Modules\CommandFactionParties\bin\Win64_Shipping_Client\CommandFactionParties.dll FightingTogetherRelationship, 1.0.0.0, MSIL, 1b079c5d404761130c036fce245964be, F:\Games\Mount & Blade II Bannerlord\Modules\FightingTogetherRelationship\bin\Win64_Shipping_Client\FightingTogetherRelationship.dll MolochsDuels, 0.0.1.0, MSIL, 563fb45910ecadd501b9d640582c9c2c, F:\Games\Mount & Blade II Bannerlord\Modules\MolochsDuels\bin\Win64_Shipping_Client\MolochsDuels.dll PregnancyControl, 1.0.0.0, MSIL, f6131e84544f9cd7d3709b0b2909fdef, F:\Games\Mount & Blade II Bannerlord\Modules\PregnancyControl\bin\Win64_Shipping_Client\PregnancyControl.dll ResponsiveSoldiers, 1.0.0.0, MSIL, f07b7012e682102851e3448e530e2699, F:\Games\Mount & Blade II Bannerlord\Modules\ResponsiveSoldiersBoiZoi\bin\Win64_Shipping_Client\ResponsiveSoldiers.dll NoLimitBundle_Prisoners, 2.2.1.0, Amd64, 312c8f87ddbbb9cbccd71bfef5abd6dd, F:\Games\Mount & Blade II Bannerlord\Modules\NoLimitBundle_Prisoners\bin\Win64_Shipping_Client\NoLimitBundle_Prisoners.dll MorePrisonerInteractions, 1.0.0.0, MSIL, 72806dcd19ae96d7ba2d82bac6f6df16, F:\Games\Mount & Blade II Bannerlord\Modules\MorePrisonerInteractions v1.1.x\bin\Win64_Shipping_Client\MorePrisonerInteractions.dll CheyronMod, 1.0.0.0, MSIL, 9880b27fe6c38ab44593167ae2377b91, F:\Games\Mount & Blade II Bannerlord\Modules\CheyronMod\bin\Win64_Shipping_Client\CheyronMod.dll ImprovedGarrisons, 1.0.0.0, MSIL, 23b68da65b28b42d147e8adf8f8f4dc7, F:\Games\Mount & Blade II Bannerlord\Modules\ImprovedGarrisons\bin\Win64_Shipping_Client\ImprovedGarrisons.dll MarryAnyone, 3.0.5.0, Amd64, a7a92a142ce8d9d6c350d8f48be6dd2e, F:\Games\Mount & Blade II Bannerlord\Modules\MarryAnyone\bin\Win64_Shipping_Client\MarryAnyone.dll AIValuesLife, 1.0.0.0, MSIL, 7aeca16168c4239a044c75c35cf48610, F:\Games\Mount & Blade II Bannerlord\Modules\AIValuesLife\bin\Win64_Shipping_Client\AIValuesLife.dll MBEditor, 11.0.0.0, MSIL, 3ed50d3a72200f8b0271f3ea05d315b2, F:\Games\Mount & Blade II Bannerlord\Modules\SaddledEdgeEditor\bin\Win64_Shipping_Client\MBEditor.dll NullHeroFix, 0.0.0.0, Amd64, cbfcfb4ceb68ca988fac5d154226ef97, F:\Games\Mount & Blade II Bannerlord\Modules\NullHeroFix\bin\Win64_Shipping_Client\NullHeroFix.dll mscorlib, 4.0.0.0, Amd64, de1475423d203585d982164f47765f20, C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll TaleWorlds.MountAndBlade.Launcher, 1.0.0.0, Amd64, 1c47fdaf91b9d984cc047efd4502f98e, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.exe TaleWorlds.MountAndBlade.Launcher.Library, 1.0.0.0, Amd64, 129bd7859223c929ddc62f9cef835e06, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.Library.dll netstandard, 2.0.0.0, MSIL, 317d874fdf4b3bf15de6b3c569dd9517, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\netstandard\v4.0_2.0.0.0__cc7b13ffcd2ddd51\netstandard.dll TaleWorlds.Library, 1.0.0.0, Amd64, eca9325f4b06ed35cacb5332dd23bd92, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Library.dll System.Core, 4.0.0.0, MSIL, 18aaee2149d21c59b831cf5c9d8b9baf, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll System, 4.0.0.0, MSIL, c12ed215320d613cc5e39799611edf59, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll TaleWorlds.Starter.Library, 1.0.0.0, Amd64, 17675ec8f2b978b125fc7821435d674e, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Starter.Library.dll TaleWorlds.TwoDimension.Standalone, 1.0.0.0, Amd64, e0ce04d82605c0801f7e6b8edce92de3, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.Standalone.dll System.Drawing, 4.0.0.0, MSIL, 44eae46cbce7d080f7d21cdd27cd3db0, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll TaleWorlds.ModuleManager, 1.0.0.0, Amd64, ecdcf6e94beb17340a382f4924fad878, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ModuleManager.dll System.Numerics.Vectors, 4.1.3.0, MSIL, e9abb00cd885368e7943974f8c11e61e, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\System.Numerics.Vectors.dll TaleWorlds.TwoDimension, 1.0.0.0, Amd64, 905e3339f877de293a3086bc3ea9e75e, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.dll TaleWorlds.GauntletUI, 1.0.0.0, Amd64, a4b3efb5c0252e9a76136dd0c8fe0c32, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.dll TaleWorlds.InputSystem, 1.0.0.0, Amd64, bfcaf5d897be718ce2fe1ff04006b451, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.InputSystem.dll System.Xml, 4.0.0.0, MSIL, e64954e8cda4d8cda0ba5cbdcdbe8cc9, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll System.Configuration, 4.0.0.0, MSIL, 415f319d97c4a3939e39a4a2c93a6efc, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC TaleWorlds.GauntletUI.PrefabSystem, 1.0.0.0, Amd64, d940f4469e52bb6597809f297527ed71, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.PrefabSystem.dll TaleWorlds.GauntletUI.Data, 1.0.0.0, Amd64, 0a6e0dfbfa793a17918f585536b1ded9, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.Data.dll StbSharp, 0.7.2.38, MSIL, f5f356ca5b5d9887431a48b185359348, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\StbSharp.dll Newtonsoft.Json, 13.0.0.0, MSIL, 916d32b899f1bc23b209648d007b99fd, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Newtonsoft.Json.dll System.Numerics, 4.0.0.0, MSIL, be1730943f188fb738efbe02d8660a13, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll System.Runtime.Serialization, 4.0.0.0, MSIL, f17660a4517be8fa28b6ae4a8e37e55a, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll System.Data, 4.0.0.0, Amd64, c7c6ee962f8edbbfc8d5ac4d02f984a1, C:\WINDOWS\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll Anonymously Hosted DynamicMethods Assembly, 0.0.0.0, None, DYNAMIC TaleWorlds.DotNet, 1.0.0.0, Amd64, e2baae2edc29b158147a31fc5e390d90, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.dll System.Runtime.InteropServices.RuntimeInformation, 4.0.0.0, MSIL, fb4e03741d0f37049287e7cfdceea902, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.InteropServices.RuntimeInformation\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.InteropServices.RuntimeInformation.dll TaleWorlds.MountAndBlade, 1.0.0.0, Amd64, cf1fc7c22501b32e6e4d01526ff3790f, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.dll TaleWorlds.DotNet.AutoGenerated, 1.0.0.0, Amd64, 12caa56e56df306e0d9078983cdd66d1, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.AutoGenerated.dll TaleWorlds.Engine, 1.0.0.0, Amd64, aa6016b357a2f6a57b8e103d298d1f33, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.dll TaleWorlds.Engine.AutoGenerated, 1.0.0.0, Amd64, 19e895b83e8dd4a7ea12437dcbc1330e, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.AutoGenerated.dll TaleWorlds.ScreenSystem, 1.0.0.0, Amd64, da188a75c9e78bd7ff48481a9678d07c, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ScreenSystem.dll TaleWorlds.MountAndBlade.Diamond, 1.0.0.0, Amd64, 3f156628a66c96e19a9760c5a1214901, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Diamond.dll TaleWorlds.Core, 1.0.0.0, Amd64, 47732e853ae2d6320d5feb1aaab0c885, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.dll TaleWorlds.PlayerServices, 1.0.0.0, Amd64, bf64c3ec3e1b521e0e95df4db34fc612, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlayerServices.dll TaleWorlds.ObjectSystem, 1.0.0.0, Amd64, ac357ee9a1833244e6177c5236222604, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ObjectSystem.dll TaleWorlds.Localization, 1.0.0.0, Amd64, 826351a8ea6e7f01dc2cb914c9be1e1d, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Localization.dll TaleWorlds.PlatformService, 1.0.0.0, Amd64, 8dc89095f161df250698351b5889a345, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.dll System.ValueTuple, 4.0.0.0, MSIL, aa9c82c46efdc71d506bc1c312f77c3e, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ValueTuple\v4.0_4.0.0.0__cc7b13ffcd2ddd51\System.ValueTuple.dll TaleWorlds.SaveSystem, 1.0.0.0, Amd64, c098530405a18a9752f2506fbef1b610, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.SaveSystem.dll TaleWorlds.Diamond.ChatSystem.Library, 1.0.0.0, Amd64, 88e8d3b05459c30c25ac38507e39912a, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.ChatSystem.Library.dll TaleWorlds.Diamond, 1.0.0.0, Amd64, 03742f3c70d7c1cb3076a2566f8fb319, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.dll System.Security, 4.0.0.0, MSIL, 7b3663befcd4d7e633f819068a0586dc, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Security\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.dll System.Data.SqlXml, 4.0.0.0, MSIL, 3bf65e1dec66ca7389d708cbcea0c2fd, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Data.SqlXml\v4.0_4.0.0.0__b77a5c561934e089\System.Data.SqlXml.dll System.ServiceModel.Internals, 4.0.0.0, MSIL, abbd1421c3cd5787b7e633edcc95c885, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll System.Transactions, 4.0.0.0, Amd64, 7799ccc01448f58a1426f09bb23451af, C:\WINDOWS\Microsoft.Net\assembly\GAC_64\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll TaleWorlds.Network, 1.0.0.0, Amd64, 5732f5682b8ba4d94369b6134ec72f96, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Network.dll TaleWorlds.MountAndBlade.AutoGenerated, 1.0.0.0, Amd64, 094da17e3f9d2b548600c0634f572fbe, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.AutoGenerated.dll TaleWorlds.AchievementSystem, 1.0.0.0, Amd64, 1e84e5e359320b8542e19af6e01a1d4e, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.AchievementSystem.dll TaleWorlds.ActivitySystem, 1.0.0.0, Amd64, 9b7a677bba197bc8fff4fead276bc450, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ActivitySystem.dll TaleWorlds.PlatformService.GOG, 1.0.0.0, Amd64, 788aac2e45f5eaf5a708537c31edf191, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.GOG.dll GalaxyCSharp, 3.133.7.0, MSIL, 3679d5f4c8e301145209b863cd63c6d2, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\GalaxyCSharp.dll TaleWorlds.Diamond.AccessProvider.Test, 1.0.0.0, Amd64, 6e14906e807ff6480ec5d053a3b805ce, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.AccessProvider.Test.dll System.Windows.Forms, 4.0.0.0, MSIL, 549dc4948d587bf43ad9cb395b6b02fb, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll TaleWorlds.CampaignSystem, 1.0.0.0, Amd64, 29680d91eed9a38c8d04723bef13152c, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.dll TaleWorlds.MountAndBlade.ViewModelCollection, 1.0.0.0, Amd64, 48d380a0263b7e8aa9af4ebe460b3652, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.ViewModelCollection.dll TaleWorlds.Core.ViewModelCollection, 1.0.0.0, Amd64, 3a5b369f11961643c682b1a2f6d08fb0, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.ViewModelCollection.dll TaleWorlds.CampaignSystem.ViewModelCollection, 1.0.0.0, Amd64, 431a959c86e7e97eec3625ac81f91d15, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.dll DarkUI, 2.0.1.0, MSIL, 59ce58f82acbe5758cdf27941e2f53df, F:\Games\Mount & Blade II Bannerlord\Modules\SaddledEdgeEditor\bin\Win64_Shipping_Client\DarkUI.dll DarkUI.Support, 1.0.0.0, MSIL, 24548e6d8d2fd465eabb4e8eb188d82d, F:\Games\Mount & Blade II Bannerlord\Modules\SaddledEdgeEditor\bin\Win64_Shipping_Client\DarkUI.Support.dll ObjectListView, 2.9.1.0, MSIL, 047729e4547829b4995fba32f58deac7, F:\Games\Mount & Blade II Bannerlord\Modules\SaddledEdgeEditor\bin\Win64_Shipping_Client\ObjectListView.dll MonoMod.Iced, 1.17.0.0, MSIL, 63256bb0d8786695d0d49b4acdf844ed, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Iced.dll MonoMod.Utils.Cil.ILGeneratorProxy, 0.0.0.0, MSIL, EMPTY Microsoft.Extensions.DependencyInjection.Abstractions, 2.0.0.0, MSIL, 6f3cca084046a16c91f64953bd6ae66c, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.DependencyInjection.Abstractions.dll Microsoft.Extensions.Logging.Abstractions, 2.0.0.0, MSIL, f6bfb173119f48eed8b3616a3fd5464f, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Logging.Abstractions.dll Microsoft.Extensions.DependencyInjection, 2.0.0.0, MSIL, 432c3bdf19dfa3d6440e8f1454e68e2e, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.DependencyInjection.dll Microsoft.Extensions.Options, 2.0.0.0, MSIL, 0cd6938593b1785b4ac087f7fe5c47e9, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Options.dll Microsoft.Extensions.Logging, 2.0.0.0, MSIL, ddebddf19ecf76882309e8f8f1a1c75b, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Logging.dll HarmonySharedState, 0.0.0.0, MSIL, EMPTY Microsoft.Extensions.Primitives, 2.0.0.0, MSIL, b5c71bed0a0cc2db2aa02445a4afa774, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Primitives.dll System.Reflection.Metadata, 1.4.5.0, MSIL, bc807d23a61da410046111c34008ad67, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Reflection.Metadata.dll System.Collections.Immutable, 1.2.5.0, MSIL, 8f55c22412f7d448d6e7b83102665368, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Collections.Immutable.dll Bannerlord.ButterLib.Implementation.1.1.2, 2.8.0.0, MSIL, a9a484627c9ae1faba7676b0bd71bd86, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Bannerlord.ButterLib.Implementation.1.1.2.dll Accessibility, 4.0.0.0, MSIL, 8ed04cefb29261abc3210b537b1dccfb, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll TaleWorlds.MountAndBlade.GauntletUI.Widgets, 1.0.0.0, Amd64, 996c65c91b6511f3b888db9fdef46a72, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll TaleWorlds.GauntletUI.ExtraWidgets, 1.0.0.0, Amd64, 5627c83f0a24a5b08191832b91eb9f6f, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.ExtraWidgets.dll System.Design, 4.0.0.0, MSIL, 5a69a164a5c86a8b4104384b99fa5ead, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Design\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Design.dll TaleWorlds.Engine.GauntletUI, 1.0.0.0, Amd64, 71625598ccdd0d7469385d0dd37a3824, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.GauntletUI.dll System.Web, 4.0.0.0, Amd64, bdfa38a4e77d9fc9bbc39ed5e1935866, C:\WINDOWS\Microsoft.Net\assembly\GAC_64\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll System.Drawing.Design, 4.0.0.0, MSIL, 3e088a8300dfa7fc6d4ea26baf244368, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing.Design\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.Design.dll System.Reflection.Emit.ILGeneration, 4.0.0.0, MSIL, 8e278a7d5a4ba9ceda1cb2519e85cc2b, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Reflection.Emit.ILGeneration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Reflection.Emit.ILGeneration.dll TaleWorlds.PSAI, 1.0.0.0, Amd64, b5cf4ca6d5dc7a5759180250ae8c5924, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PSAI.dll Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC System.Xml.Linq, 4.0.0.0, MSIL, e4fb4bc513d1cbdbf13f4157ba108556, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC cubvrWlGzqGoZEXMkBYuOmsuyzClA, 0.0.0.0, MSIL, EMPTY hTzcLnFWFEgZsETnDymRiRQvdIIrA, 0.0.0.0, MSIL, EMPTY TaleWorlds.MountAndBlade.Helpers, 1.0.0.0, Amd64, 84bdacb81ddab6fd77244ac2b622a6fd, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Helpers.dll TaleWorlds.ServiceDiscovery.Client, 1.0.0.0, Amd64, 4d6de2b526a601d44e5fef902def7cdc, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ServiceDiscovery.Client.dll System.Management, 4.0.0.0, MSIL, 08ea5b786bd1420eb760cdb64f4d677e, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Management.dll System.Xml.Xsl.CompiledQuery.1, 0.0.0.0, None, DYNAMIC System.Memory, 4.0.1.2, MSIL, f09441a1ee47fb3e6571a3a448e05baf, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Memory.dll System.Runtime.CompilerServices.Unsafe, 4.0.4.1, MSIL, da04a75ddc22118ed24e0b53e474805a, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Runtime.CompilerServices.Unsafe.dll System.Numerics.Vectors, 4.1.4.0, MSIL, aaa2cbf14e06e9d3586d8a4ed455db33, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Numerics.Vectors.dll System.ComponentModel.DataAnnotations, 4.0.0.0, MSIL, 1f6786f565730d7a4032eea542ed08fd, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll System.Web.ApplicationServices, 4.0.0.0, MSIL, 35787b7027b30f757b032c44643fe7a3, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll System.Runtime.Caching, 4.0.0.0, MSIL, 1b3375e09428b43f8af3eedfb92ba3a0, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Caching\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Caching.dll Microsoft.Build.Framework, 4.0.0.0, MSIL, b91da726c89ef0391802093c9196bd26, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Framework\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Framework.dll System.Net.Http, 4.0.0.0, MSIL, 6243b50b07cdd14d260680ce5d0872b3, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.dll System.Configuration.Install, 4.0.0.0, MSIL, c670818ad7c57add49f93fc849c717e1, C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.Install\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.Install.dll TaleWorlds.LinQuick, 1.0.0.0, Amd64, fb44cba6132e97583f86649e90bcfd30, F:\Games\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.LinQuick.dll CSCore, 1.2.1.2, MSIL, 94a312a6fcec0e78808bcea3d8ff67f5, F:\Games\Mount & Blade II Bannerlord\Modules\HotButter\bin\Win64_Shipping_Client\CSCore.dll Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC Newtonsoft.Json, 12.0.0.0, MSIL, 8f81c9520104b730c25d90a9dd511148, F:\Games\Mount & Blade II Bannerlord\Modules\SaddledEdgeEditor\bin\Win64_Shipping_Client\Newtonsoft.Json.dll Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC Ben.Demystifier, 1.0.0.0, MSIL, 5fa2859e6381907965e50ed2efdf0d3c, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Ben.Demystifier.dll System.Threading.Tasks.Extensions, 4.2.0.1, MSIL, e1e9d7d46e5cd9525c5927dc98d9ecc7, F:\Games\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Threading.Tasks.Extensions.dll - 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. 1
kadsend Posted June 14, 2023 Posted June 14, 2023 (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 June 14, 2023 by kadsend
SkipWestcott Posted June 17, 2023 Author Posted June 17, 2023 (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 June 17, 2023 by SkipWestcott wrong link
kadsend Posted June 18, 2023 Posted June 18, 2023 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
31zlapfk Posted June 26, 2023 Posted June 26, 2023 Can I know what events have been added before playing?
delta5o1 Posted June 27, 2023 Posted June 27, 2023 Really liking this so far, but I have one problem... How do I stop captured women from escaping?
Shadzzo Posted June 27, 2023 Posted June 27, 2023 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.
deeznuts? Posted July 6, 2023 Posted July 6, 2023 how do you install the images? What does the load order look with just the required mods? 1
csodaszarvas343 Posted July 10, 2023 Posted July 10, 2023 I made a low quality Chinese localization, but I don't know how to deploy it to a separate chs folder. bc_captor_chs.zip 1
SkipWestcott Posted July 11, 2023 Author Posted July 11, 2023 On 7/10/2023 at 9:22 AM, csodaszarvas343 said: I made a low quality Chinese localization, but I don't know how to deploy it to a separate chs folder. bc_captor_chs.zip 89.1 kB · 0 downloads Oh there is already one on Nexus! Check that one out. 1
csodaszarvas343 Posted July 12, 2023 Posted July 12, 2023 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.
SkipWestcott Posted July 12, 2023 Author Posted July 12, 2023 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! ?)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now