Mount & Blade II: Bannerlord

Mount & Blade II: Bannerlord

Diplomacy
Bernd Feb 7, 2023 @ 3:55am
Civil War start crash
I started a civil war but after two seconds, I crash. I am not sure why because last night it seemed to be working fine.


<html>
<head>
<title>Bannerlord Crash Report</title>
<meta charset='utf-8'>
<game version='v1.0.3'>
<launcher type='steam' version='07.81.01.64'>

<report id='670e9aaa-3a24-4e5a-95ad-1356b877ea35' version='8'>
<style>
.headers {
font-family: "Consolas", monospace;
}
.root-container {
font-family: "Consolas", monospace;
font-size: small;

margin: 5px;
background-color: white;
border: 1px solid grey;
padding: 5px;
}
.headers-container {
display: none;
}
.modules-container {
margin: 5px;
background-color: #ffffe0;
border: 1px solid grey;
padding: 5px;
}
.submodules-container {
margin: 5px;
border: 1px solid grey;
background-color: #f8f8e7;
padding: 5px;
}
.modules-official-container {
margin: 5px;
background-color: #f4fcdc;
border: 1px solid grey;
padding: 5px;
}
.modules-external-container {
margin: 5px;
background-color: #ede9e0;
border: 1px solid grey;
padding: 5px;
}
.submodules-official-container {
margin: 5px;
border: 1px solid grey;
background-color: #f0f4e4;
padding: 5px;
}
.modules-invalid-container {
margin: 5px;
background-color: #ffefd5;
border: 1px solid grey;
padding: 5px;
}
.submodules-invalid-container {
margin: 5px;
border: 1px solid grey;
background-color: #f5ecdf;
padding: 5px;
}
</style>
</head>
<body style='background-color: #ececec;'>
<table style='width: 100%;'>
<tbody>
<tr>
<td style='width: 80%;'>
<div>
<b>Bannerlord has encountered a problem and will close itself.</b>
<br/>
This is a community Crash Report. Please save it and use it for reporting the error. Do not provide screenshots, provide the report!
<br/>
Most likely this error was caused by a custom installed module.
<br/>
<br/>
If you were in the middle of something, the progress might be lost.
<br/>
<br/>
Launcher: steam (07.81.01.64)
<br/>

</div>
</td>
<td>
<div style='float:right; margin-left:10px;'>
<label>Without Color:</label>
<input type='checkbox' onclick='changeBackgroundColor(this)'>
<br/>
<br/>
<label>Font Size:</label>
<select class='input' onchange='changeFontSize(this);'>
<option value='1.0em' selected='selected'>Standard</option>
<option value='0.9em'>Medium</option>
<option value='0.8em'>Small</option>
</select>
<!-- MINI DUMP BUTTON -->
<!-- SAVE FILE BUTTON -->
<!-- SCREENSHOT BUTTON -->
</div>
</td>
</tr>
</tbody>
</table>
<div class='root-container'>
<h2><a href='javascript:;' class='headers' onclick='showHideById(this, "exception")'>+ Exception</a></h2>
<div id='exception' class='headers-container'>
Exception information
<br/>
Type: System.Reflection.AmbiguousMatchException
</br>
Message: Ambiguous match in Harmony patch for Diplomacy.WarExhaustion.WarExhaustionManager:AddCasualtyWarExhaustion
</br>
Source: 0Harmony
</br>
CallStack:
</br>
<ol>
<li> at MethodInfo HarmonyLib.AccessTools.Method(Type type, string name, Type[] parameters, Type[] generics)</li>
<li> at void SurrenderTweaks.SurrenderHelper.AddPrisonersAsCasualties(MobileParty defender, MobileParty attacker) in C:/Users/Valarauko/source/repos/SurrenderTweaks/SurrenderTweaks/SurrenderHelper.cs:line 158</li>
<li> at void SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior.OnMapEventStarted(MapEvent mapEvent, PartyBase attackerParty, PartyBase defenderParty) in C:/Users/Valarauko/source/repos/SurrenderTweaks/SurrenderTweaks/Behaviors/BribeAndSurrenderBehavior.cs:line 59</li>
<li> at void TaleWorlds.CampaignSystem.MbEvent<T1, T2, T3>.InvokeList(EventHandlerRec<T1, T2, T3> list, T1 t1, T2 t2, T3 t3)</li>
<li> at void TaleWorlds.CampaignSystem.CampaignEvents.OnMapEventStarted(MapEvent mapEvent, PartyBase attackerParty, PartyBase defenderParty)</li>
<li> at void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnMapEventStarted(MapEvent mapEvent, PartyBase attackerParty, PartyBase defenderParty)</li>
<li> at void TaleWorlds.CampaignSystem.MapEvents.MapEvent.Initialize(PartyBase attackerParty, PartyBase defenderParty, BattleTypes mapEventType)</li>
<li> at MapEvent TaleWorlds.CampaignSystem.MapEvents.MapEventManager.StartBattleMapEvent(PartyBase attackerParty, PartyBase defenderParty)</li>
<li> at void TaleWorlds.CampaignSystem.Actions.StartBattleAction.ApplyInternal(PartyBase attackerParty, PartyBase defenderParty, object subject, StartBattleActionDetails detail)</li>
<li> at void TaleWorlds.CampaignSystem.EncounterManager.StartPartyEncounter(PartyBase attackerParty, PartyBase defenderParty)</li>
<li> at void TaleWorlds.CampaignSystem.Party.MobileParty.TaleWorlds.CampaignSystem.Map.IMapEntity.OnPartyInteraction(MobileParty engagingParty)</li>
<li> at void TaleWorlds.CampaignSystem.EncounterManager.HandleEncounterForMobileParty(MobileParty mobileParty, float dt)</li>
<li> at void TaleWorlds.CampaignSystem.EncounterManager.HandleEncounters(float dt)</li>
<li> at void TaleWorlds.CampaignSystem.Campaign.Tick()</li>
<li> at void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt)</li>
<li> at void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt)</li>
<li> at void TaleWorlds.Core.GameStateManager.OnTick(float dt)</li>
<li> at void TaleWorlds.Core.Game.OnTick(float dt)</li>
<li> at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)</li>
<li> at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, float dt)</li>
</ol>
<br/>
<br/>
Inner Exception information
<br/>
Type: System.Reflection.AmbiguousMatchException
</br>
Message: Ambiguous match found.
</br>
Source: mscorlib
</br>
CallStack:
</br>
<ol>
<li> at MethodInfo RuntimeType.GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConv, Type[] types, ParameterModifier[] modifiers)</li>
<li> at MethodInfo Type.GetMethod(string name, BindingFlags bindingAttr)</li>
<li> at T HarmonyLib.AccessTools.FindIncludingBaseTypes<T>(Type type, Func<Type, T> func)</li>
<li> at MethodInfo HarmonyLib.AccessTools.Method(Type type, string name, Type[] parameters, Type[] generics)</li>
</ol>



</div>
</div>
<div class='root-container'>
<h2><a href='javascript:;' class='headers' onclick='showHideById(this, "enhanced-stacktrace")'>+ Enhanced Stacktrace</a></h2>
<div id='enhanced-stacktrace' class='headers-container'>
<ul>
<li>Frame: MethodInfo RuntimeType.GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConv, Type[] types, ParameterModifier[] modifiers) (IL Offset: 0)</br><ul><li>Module: UNKNOWN</br>Method: virtual System.Reflection.MethodInfo System.RuntimeType::GetMethodImpl(System.String name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConv, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: MethodInfo Type.GetMethod(string name, BindingFlags bindingAttr) (IL Offset: 14)</br><ul><li>Module: UNKNOWN</br>Method: virtual System.Reflection.MethodInfo System.Type::GetMethod(System.String name, System.Reflection.BindingFlags bindingAttr)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: T HarmonyLib.AccessTools.FindIncludingBaseTypes<T>(Type type, Func<Type, T> func) (IL Offset: 8)</br><ul><li>Module: Bannerlord.Harmony</br>Method: static HarmonyLib.T HarmonyLib.AccessTools::FindIncludingBaseTypes(System.Type type, System.Func`2<System.Type, HarmonyLib.T> func)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: MethodInfo HarmonyLib.AccessTools.Method(Type type, string name, Type[] parameters, Type[] generics) (IL Offset: 0)</br><ul><li>Module: Bannerlord.Harmony</br>Method: static System.Reflection.MethodInfo HarmonyLib.AccessTools::Method(System.Type type, System.String name, System.Type[] parameters, System.Type[] generics)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: MethodInfo HarmonyLib.AccessTools.Method(Type type, string name, Type[] parameters, Type[] generics) (IL Offset: 142)</br><ul><li>Module: Bannerlord.Harmony</br>Method: static System.Reflection.MethodInfo HarmonyLib.AccessTools::Method(System.Type type, System.String name, System.Type[] parameters, System.Type[] generics)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void SurrenderTweaks.SurrenderHelper.AddPrisonersAsCasualties(MobileParty defender, MobileParty attacker) (IL Offset: 115)</br><ul><li>Module: SurrenderTweaks</br>Method: static System.Void SurrenderTweaks.SurrenderHelper::AddPrisonersAsCasualties(TaleWorlds.CampaignSystem.Party.MobileParty defender, TaleWorlds.CampaignSystem.Party.MobileParty attacker)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior.OnMapEventStarted(MapEvent mapEvent, PartyBase attackerParty, PartyBase defenderParty) (IL Offset: 135)</br><ul><li>Module: SurrenderTweaks</br>Method: System.Void SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior::OnMapEventStarted(TaleWorlds.CampaignSystem.MapEvents.MapEvent mapEvent, TaleWorlds.CampaignSystem.Party.PartyBase attackerParty, TaleWorlds.CampaignSystem.Party.PartyBase defenderParty)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.CampaignSystem.MbEvent<T1, T2, T3>.InvokeList(EventHandlerRec<T1, T2, T3> list, T1 t1, T2 t2, T3 t3) (IL Offset: 17)</br><ul><li>Module: UNKNOWN</br>Method: System.Void TaleWorlds.CampaignSystem.MbEvent`3<TaleWorlds.CampaignSystem.T1, TaleWorlds.CampaignSystem.T2, TaleWorlds.CampaignSystem.T3>::InvokeList(TaleWorlds.CampaignSystem.EventHandlerRec`3<TaleWorlds.CampaignSystem.T1, TaleWorlds.CampaignSystem.T2, TaleWorlds.CampaignSystem.T3, TaleWorlds.CampaignSystem.T1, TaleWorlds.CampaignSystem.T2, TaleWorlds.CampaignSystem.T3> list, TaleWorlds.CampaignSystem.T1 t1, TaleWorlds.CampaignSystem.T2 t2, TaleWorlds.CampaignSystem.T3 t3)</br>HarmonyIssue: True</br></li></ul></li>
<li>Frame: void TaleWorlds.CampaignSystem.CampaignEvents.OnMapEventStarted(MapEvent mapEvent, PartyBase attackerParty, PartyBase defenderParty) (IL Offset: 18)</br><ul><li>Module: UNKNOWN</br>Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEvents::OnMapEventStarted(TaleWorlds.CampaignSystem.MapEvents.MapEvent mapEvent, TaleWorlds.CampaignSystem.Party.PartyBase attackerParty, TaleWorlds.CampaignSystem.Party.PartyBase defenderParty)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnMapEventStarted(MapEvent mapEvent, PartyBase attackerParty, PartyBase defenderParty) (IL Offset: 22)</br><ul><li>Module: UNKNOWN</br>Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEventDispatcher::OnMapEventStarted(TaleWorlds.CampaignSystem.MapEvents.MapEvent mapEvent, TaleWorlds.CampaignSystem.Party.PartyBase attackerParty, TaleWorlds.CampaignSystem.Party.PartyBase defenderParty)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.CampaignSystem.MapEvents.MapEvent.Initialize(PartyBase attackerParty, PartyBase defenderParty, BattleTypes mapEventType) (IL Offset: 1011)</br><ul><li>Module: UNKNOWN</br>Method: System.Void TaleWorlds.CampaignSystem.MapEvents.MapEvent::Initialize(TaleWorlds.CampaignSystem.Party.PartyBase attackerParty, TaleWorlds.CampaignSystem.Party.PartyBase defenderParty, TaleWorlds.CampaignSystem.MapEvents.BattleTypes mapEventType)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: MapEvent TaleWorlds.CampaignSystem.MapEvents.MapEventManager.StartBattleMapEvent(PartyBase attackerParty, PartyBase defenderParty) (IL Offset: 15)</br><ul><li>Module: UNKNOWN</br>Method: TaleWorlds.CampaignSystem.MapEvents.MapEvent TaleWorlds.CampaignSystem.MapEvents.MapEventManager::StartBattleMapEvent(TaleWorlds.CampaignSystem.Party.PartyBase attackerParty, TaleWorlds.CampaignSystem.Party.PartyBase defenderParty)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.CampaignSystem.Actions.StartBattleAction.ApplyInternal(PartyBase attackerParty, PartyBase defenderParty, object subject, StartBattleActionDetails detail) (IL Offset: 11)</br><ul><li>Module: UNKNOWN</br>Method: static System.Void TaleWorlds.CampaignSystem.Actions.StartBattleAction::ApplyInternal(TaleWorlds.CampaignSystem.Party.PartyBase attackerParty, TaleWorlds.CampaignSystem.Party.PartyBase defenderParty, System.Object subject, TaleWorlds.CampaignSystem.Actions.StartBattleActionDetails detail)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.CampaignSystem.EncounterManager.StartPartyEncounter(PartyBase attackerParty, PartyBase defenderParty) (IL Offset: 468)</br><ul><li>Module: UNKNOWN</br>Method: static System.Void TaleWorlds.CampaignSystem.EncounterManager::StartPartyEncounter(TaleWorlds.CampaignSystem.Party.PartyBase attackerParty, TaleWorlds.CampaignSystem.Party.PartyBase defenderParty)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.CampaignSystem.Party.MobileParty.TaleWorlds.CampaignSystem.Map.IMapEntity.OnPartyInteraction(MobileParty engagingParty) (IL Offset: 227)</br><ul><li>Module: UNKNOWN</br>Method: virtual System.Void TaleWorlds.CampaignSystem.Party.MobileParty::TaleWorlds.CampaignSystem.Map.IMapEntity.OnPartyInteraction(TaleWorlds.CampaignSystem.Party.MobileParty engagingParty)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.CampaignSystem.EncounterManager.HandleEncounterForMobileParty(MobileParty mobileParty, float dt) (IL Offset: 376)</br><ul><li>Module: UNKNOWN</br>Method: static System.Void TaleWorlds.CampaignSystem.EncounterManager::HandleEncounterForMobileParty(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, System.Single dt)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.CampaignSystem.EncounterManager.HandleEncounters(float dt) (IL Offset: 38)</br><ul><li>Module: UNKNOWN</br>Method: static System.Void TaleWorlds.CampaignSystem.EncounterManager::HandleEncounters(System.Single dt)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.CampaignSystem.Campaign.Tick() (IL Offset: 216)</br><ul><li>Module: UNKNOWN</br>Method: System.Void TaleWorlds.CampaignSystem.Campaign::Tick()</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt) (IL Offset: 140)</br><ul><li>Module: UNKNOWN</br>Method: System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnMapModeTick(System.Single dt)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt) (IL Offset: 77)</br><ul><li>Module: UNKNOWN</br>Method: virtual System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnTick(System.Single dt)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.Core.GameStateManager.OnTick(float dt) (IL Offset: 47)</br><ul><li>Module: UNKNOWN</br>Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.Core.Game.OnTick(float dt) (IL Offset: 25)</br><ul><li>Module: UNKNOWN</br>Method: System.Void TaleWorlds.Core.Game::OnTick(System.Single dt)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.Core.GameManagerBase.OnTick(float dt) (IL Offset: 70)</br><ul><li>Module: UNKNOWN</br>Method: System.Void TaleWorlds.Core.GameManagerBase::OnTick(System.Single dt)</br>HarmonyIssue: False</br></li></ul></li>
<li>Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, float dt) (IL Offset: -1)</br><ul><li>Module: Bannerlord.ButterLib</br>Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)</br>HarmonyIssue: False</br></li><li>Module: UNKNOWN</br>Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(TaleWorlds.MountAndBlade.Module this, System.Single dt)</br>HarmonyIssue: False</br></li><li>Module: UNKNOWN</br>Method: System.Void TaleWorlds.MountAndBlade.Module::OnApplicationTick(System.Single dt)</br>HarmonyIssue: False</br></li></ul></li>
</ul>

</div>
</div>
<div class='root-container'>
<h2><a href='javascript:;' class='headers' onclick='showHideById(this, "involved-modules")'>+ Involved Modules</a></h2>
<div id='involved-modules' class='headers-container'>
<ul>
<li><a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></br><ul><li>Method: static HarmonyLib.T HarmonyLib.AccessTools::FindIncludingBaseTypes(System.Type type, System.Func`2<System.Type, HarmonyLib.T> func)</br>Frame: T HarmonyLib.AccessTools.FindIncludingBaseTypes<T>(Type type, Func<Type, T> func) (IL Offset: 8)</br>HarmonyIssue: False</br></li><li>Method: static System.Reflection.MethodInfo HarmonyLib.AccessTools::Method(System.Type type, System.String name, System.Type[] parameters, System.Type[] generics)</br>Frame: MethodInfo HarmonyLib.AccessTools.Method(Type type, string name, Type[] parameters, Type[] generics) (IL Offset: 0)</br>HarmonyIssue: False</br></li><li>Method: static System.Reflection.MethodInfo HarmonyLib.AccessTools::Method(System.Type type, System.String name, System.Type[] parameters, System.Type[] generics)</br>Frame: MethodInfo HarmonyLib.AccessTools.Method(Type type, string name, Type[] parameters, Type[] generics) (IL Offset: 142)</br>HarmonyIssue: False</br></li></ul></li>
<li><a href='javascript:;' onclick='document.getElementById("SurrenderTweaks").scrollIntoView(false)'>SurrenderTweaks</a></br><ul><li>Method: static System.Void SurrenderTweaks.SurrenderHelper::AddPrisonersAsCasualties(TaleWorlds.CampaignSystem.Party.MobileParty defender, TaleWorlds.CampaignSystem.Party.MobileParty attacker)</br>Frame: void SurrenderTweaks.SurrenderHelper.AddPrisonersAsCasualties(MobileParty defender, MobileParty attacker) (IL Offset: 115)</br>HarmonyIssue: False</br></li><li>Method: System.Void SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior::OnMapEventStarted(TaleWorlds.CampaignSystem.MapEvents.MapEvent mapEvent, TaleWorlds.CampaignSystem.Party.PartyBase attackerParty, TaleWorlds.CampaignSystem.Party.PartyBase defenderParty)</br>Frame: void SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior.OnMapEventStarted(MapEvent mapEvent, PartyBase attackerParty, PartyBase defenderParty) (IL Offset: 135)</br>HarmonyIssue: False</br></li></ul></li>
</ul>

</div>
</div>
<div class='root-container'>
<h2><a href='javascript:;' class='headers' onclick='showHideById(this, "installed-modules")'>+ Installed Modules</a></h2>
<div id='installed-modules' class='headers-container'>
<ul>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "Bannerlord.Harmony")'>+ Harmony (Bannerlord.Harmony, v2.2.2.140)</a></b>
<div id='Bannerlord.Harmony' style='display: none'>
Id: Bannerlord.Harmony</br>
Name: Harmony</br>
Version: v2.2.2.140</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a> (optional)</li>

</ul>
Url: <a href='https://www.nexusmods.com/mountandblade2bannerlord/mods/2006'>https://www.nexusmods.com/mountandblade2bannerlord/mods/2006</a></br>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>Harmony</b></br>
Name: Harmony</br>
DLLName: Bannerlord.Harmony.dll</br>
SubModuleClassType: Bannerlord.Harmony.SubModule</br>
</div>
</li>

</ul>
Additional Assemblies:</br>
<ul>
<li>0Harmony.DLL (0Harmony, Version=2.2.2.0, Culture=neutral, PublicKeyToken=null)</li>
<li>0Harmony.dll (MonoMod.Utils.Cil.ILGeneratorProxy, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)</li>
<li>0Harmony.dll (HarmonySharedState, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)</li>
<li>0Harmony.dll (MonoMod.Utils.GetManagedSizeHelper, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "Bannerlord.UIExtenderEx")'>+ UIExtenderEx (Bannerlord.UIExtenderEx, v2.6.0.0)</a></b>
<div id='Bannerlord.UIExtenderEx' style='display: none'>
Id: Bannerlord.UIExtenderEx</br>
Name: UIExtenderEx</br>
Version: v2.6.0.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a> (optional)</li>

</ul>
Url: <a href='https://www.nexusmods.com/mountandblade2bannerlord/mods/2102'>https://www.nexusmods.com/mountandblade2bannerlord/mods/2102</a></br>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>UIExtenderEx</b></br>
Name: UIExtenderEx</br>
DLLName: Bannerlord.UIExtenderEx.dll</br>
SubModuleClassType: Bannerlord.UIExtenderEx.SubModule</br>
Tags:</br>
<ul>
<li>DumpXML: false</li>

</ul>
</div>
</li>
<li>
<div class="submodules-container">
<b>UIExtenderEx UI Patch</b></br>
Name: UIExtenderEx UI Patch</br>
DLLName: Bannerlord.UIExtenderEx.dll</br>
SubModuleClassType: Bannerlord.UIExtenderEx.UIPatchSubModule</br>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "Bannerlord.ButterLib")'>+ ButterLib (Bannerlord.ButterLib, v2.6.3.0)</a></b>
<div id='Bannerlord.ButterLib' style='display: none'>
Id: Bannerlord.ButterLib</br>
Name: ButterLib</br>
Version: v2.6.3.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a> (optional)</li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("BetterExceptionWindow").scrollIntoView(false)'>BetterExceptionWindow</a> (optional)</li>

</ul>
Url: <a href='https://www.nexusmods.com/mountandblade2bannerlord/mods/2018'>https://www.nexusmods.com/mountandblade2bannerlord/mods/2018</a></br>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>ButterLib</b></br>
Name: ButterLib</br>
DLLName: Bannerlord.ButterLib.dll</br>
SubModuleClassType: Bannerlord.ButterLib.ButterLibSubModule</br>
Assemblies:</br>
<ul>
<li>Ben.Demystifier.dll</li>
<li>Microsoft.Bcl.HashCode.dll</li>
<li>System.Buffers.dll</li>
<li>System.Collections.Immutable.dll</li>
<li>System.Memory.dll</li>
<li>System.Reflection.Metadata.dll</li>
<li>System.Runtime.CompilerServices.Unsafe.dll</li>
<li>System.Threading.Tasks.Extensions.dll</li>
<li>Microsoft.Extensions.DependencyInjection.Abstractions.dll</li>
<li>Microsoft.Extensions.Logging.Abstractions.dll</li>
<li>Microsoft.Extensions.DependencyInjection.dll</li>
<li>Microsoft.Extensions.Logging.dll</li>
<li>Microsoft.Extensions.Options.dll</li>
<li>Microsoft.Extensions.Primitives.dll</li>
<li>Serilog.dll</li>
<li>Serilog.Extensions.Logging.dll</li>
<li>Serilog.Sinks.File.dll</li>

</ul>
</div>
</li>
<li>
<div class="submodules-container">
<b>ButterLib Implementation Loader</b></br>
Name: ButterLib Implementation Loader</br>
DLLName: Bannerlord.ButterLib.dll</br>
SubModuleClassType: Bannerlord.ButterLib.ImplementationLoaderSubModule</br>
</div>
</li>

</ul>
Additional Assemblies:</br>
<ul>
<li>Bannerlord.ButterLib.Implementation.1.0.3.dll (Bannerlord.ButterLib.Implementation.1.0.3, Version=2.6.3.0, Culture=neutral, PublicKeyToken=null)</li>
<li>System.Numerics.Vectors.DLL (System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a)</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "Bannerlord.MBOptionScreen")'>+ Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.5.5.0)</a></b>
<div id='Bannerlord.MBOptionScreen' style='display: none'>
Id: Bannerlord.MBOptionScreen</br>
Name: Mod Configuration Menu v5</br>
Version: v5.5.5.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.ButterLib").scrollIntoView(false)'>Bannerlord.ButterLib</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.UIExtenderEx").scrollIntoView(false)'>Bannerlord.UIExtenderEx</a></li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a> (optional)</li>
<li>Load Before <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a> (optional)</li>

</ul>
Url: <a href='https://www.nexusmods.com/mountandblade2bannerlord/mods/612'>https://www.nexusmods.com/mountandblade2bannerlord/mods/612</a></br>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>MCMv5</b></br>
Name: MCMv5</br>
DLLName: MCMv5.dll</br>
SubModuleClassType: MCM.MCMSubModule</br>
</div>
</li>
<li>
<div class="submodules-container">
<b>MCMv5 Basic Implementation</b></br>
Name: MCMv5 Basic Implementation</br>
DLLName: MCMv5.dll</br>
SubModuleClassType: MCM.Internal.MCMImplementationSubModule</br>
</div>
</li>
<li>
<div class="submodules-container">
<b>MCMv5 Wrapper Support</b></br>
Name: MCMv5 Wrapper Support</br>
DLLName: MCM.UI.Adapter.MCMv5.dll</br>
SubModuleClassType: MCM.UI.Adapter.MCMv5.SubModule</br>
</div>
</li>
<li>
<div class="submodules-container">
<b>MCMv5 UI</b></br>
Name: MCMv5 UI</br>
DLLName: MCMv5.UI.dll</br>
SubModuleClassType: MCM.UI.MCMUISubModule</br>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-official-container">
<b><a href='javascript:;' onclick='showHideById(this, "Native")'>+ Native (Native, v1.0.3.0)</a></b>
<div id='Native' style='display: none'>
Id: Native</br>
Name: Native</br>
Version: v1.0.3.0</br>
External: False</br>
Vortex: False</br>
Official: True</br>
Singleplayer: False</br>
Multiplayer: False</br>
SubModules:</br>
<ul>
<li>
<div class="submodules-official-container">
<b>ViewSubModule</b></br>
Name: ViewSubModule</br>
DLLName: TaleWorlds.MountAndBlade.View.dll</br>
SubModuleClassType: TaleWorlds.MountAndBlade.View.ViewSubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
</div>
</li>
<li>
<div class="submodules-official-container">
<b>GauntletUISubModule</b></br>
Name: GauntletUISubModule</br>
DLLName: TaleWorlds.MountAndBlade.GauntletUI.dll</br>
SubModuleClassType: TaleWorlds.MountAndBlade.GauntletUI.GauntletUISubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
Assemblies:</br>
<ul>
<li>TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.dll</li>

</ul>
</div>
</li>
<li>
<div class="submodules-official-container">
<b>PlatformPCSubModule</b></br>
Name: PlatformPCSubModule</br>
DLLName: TaleWorlds.MountAndBlade.Platform.PC.dll</br>
SubModuleClassType: TaleWorlds.MountAndBlade.Platform.PC.PlatformPCSubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>RejectedPlatform: Orbis, Durango, GDKDesktop</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-official-container">
<b><a href='javascript:;' onclick='showHideById(this, "SandBoxCore")'>+ SandBox Core (SandBoxCore, v1.0.3.0)</a></b>
<div id='SandBoxCore' style='display: none'>
Id: SandBoxCore</br>
Name: SandBox Core</br>
Version: v1.0.3.0</br>
External: False</br>
Vortex: False</br>
Official: True</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-official-container">
<b><a href='javascript:;' onclick='showHideById(this, "Sandbox")'>+ Sandbox (Sandbox, v1.0.3.0)</a></b>
<div id='Sandbox' style='display: none'>
Id: Sandbox</br>
Name: Sandbox</br>
Version: v1.0.3.0</br>
External: False</br>
Vortex: False</br>
Official: True</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-official-container">
<b>SandBox</b></br>
Name: SandBox</br>
DLLName: SandBox.dll</br>
SubModuleClassType: SandBox.SandBoxSubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
</div>
</li>
<li>
<div class="submodules-official-container">
<b>SandBox.View</b></br>
Name: SandBox.View</br>
DLLName: SandBox.View.dll</br>
SubModuleClassType: SandBox.View.SandBoxViewSubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
Assemblies:</br>
<ul>
<li>SandBox.ViewModelCollection.dll</li>

</ul>
</div>
</li>
<li>
<div class="submodules-official-container">
<b>SandBox.GauntletUI</b></br>
Name: SandBox.GauntletUI</br>
DLLName: SandBox.GauntletUI.dll</br>
SubModuleClassType: SandBox.GauntletUI.SandBoxGauntletUISubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
Assemblies:</br>
<ul>
<li>SandBox.GauntletUI.AutoGenerated.dll</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-official-container">
<b><a href='javascript:;' onclick='showHideById(this, "StoryMode")'>+ StoryMode (StoryMode, v1.0.3.0)</a></b>
<div id='StoryMode' style='display: none'>
Id: StoryMode</br>
Name: StoryMode</br>
Version: v1.0.3.0</br>
External: False</br>
Vortex: False</br>
Official: True</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-official-container">
<b>StoryMode</b></br>
Name: StoryMode</br>
DLLName: StoryMode.dll</br>
SubModuleClassType: StoryMode.StoryModeSubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
</div>
</li>
<li>
<div class="submodules-official-container">
<b>StoryMode.View</b></br>
Name: StoryMode.View</br>
DLLName: StoryMode.View.dll</br>
SubModuleClassType: StoryMode.View.StoryModeViewSubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
Assemblies:</br>
<ul>
<li>StoryMode.ViewModelCollection.dll</li>

</ul>
</div>
</li>
<li>
<div class="submodules-official-container">
<b>StoryMode.GauntletUI</b></br>
Name: StoryMode.GauntletUI</br>
DLLName: StoryMode.GauntletUI.dll</br>
SubModuleClassType: StoryMode.GauntletUI.StoryModeGauntletUISubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
Assemblies:</br>
<ul>
<li>StoryMode.GauntletUI.AutoGenerated.dll</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-official-container">
<b><a href='javascript:;' onclick='showHideById(this, "CustomBattle")'>+ CustomBattle (CustomBattle, v1.0.3.0)</a></b>
<div id='CustomBattle' style='display: none'>
Id: CustomBattle</br>
Name: CustomBattle</br>
Version: v1.0.3.0</br>
External: False</br>
Vortex: False</br>
Official: True</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-official-container">
<b>CustomBattleSubModule</b></br>
Name: CustomBattleSubModule</br>
DLLName: TaleWorlds.MountAndBlade.CustomBattle.dll</br>
SubModuleClassType: TaleWorlds.MountAndBlade.CustomBattle.CustomBattleSubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-official-container">
<b><a href='javascript:;' onclick='showHideById(this, "BirthAndDeath")'>+ Birth and Death Options (BirthAndDeath, v1.0.3.0)</a></b>
<div id='BirthAndDeath' style='display: none'>
Id: BirthAndDeath</br>
Name: Birth and Death Options</br>
Version: v1.0.3.0</br>
External: False</br>
Vortex: False</br>
Official: True</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-official-container">
<b>BirthAndDeathSubModule</b></br>
Name: BirthAndDeathSubModule</br>
DLLName: TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath.dll</br>
SubModuleClassType: TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath.BirthAndDeathSubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "DismembermentPlus")'>+ Dismemberment (Plus) for v1.0.3 (DismembermentPlus, v2.0.6.0)</a></b>
<div id='DismembermentPlus' style='display: none'>
Id: DismembermentPlus</br>
Name: Dismemberment (Plus) for v1.0.3</br>
Version: v2.0.6.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a> (optional)</li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a> (optional)</li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>Dismemberment (Plus)</b></br>
Name: Dismemberment (Plus)</br>
DLLName: DismembermentPlus.dll</br>
SubModuleClassType: DismembermentPlus.Main</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "Heal on Kill")'>+ Heal on Kill (Heal on Kill, v1.0.2.1)</a></b>
<div id='Heal on Kill' style='display: none'>
Id: Heal on Kill</br>
Name: Heal on Kill</br>
Version: v1.0.2.1</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.MBOptionScreen").scrollIntoView(false)'>Bannerlord.MBOptionScreen</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>Heal on Kill</b></br>
Name: Heal on Kill</br>
DLLName: HealthOnKill.dll</br>
SubModuleClassType: HealthOnKill.SubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "GovernorsHandleIssues")'>+ Governors Handle Issues (GovernorsHandleIssues, v1.0.2.7)</a></b>
<div id='GovernorsHandleIssues' style='display: none'>
Id: GovernorsHandleIssues</br>
Name: Governors Handle Issues</br>
Version: v1.0.2.7</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>GovernorsHandleIssues</b></br>
Name: GovernorsHandleIssues</br>
DLLName: GovernorsHandleIssues.dll</br>
SubModuleClassType: GovernorsHandleIssues.SubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "AseraiArmyReDone")'>+ B.A.R.D. - Aserai Army Overhaul (AseraiArmyReDone, v1.5.2.1)</a></b>
<div id='AseraiArmyReDone' style='display: none'>
Id: AseraiArmyReDone</br>
Name: B.A.R.D. - Aserai Army Overhaul</br>
Version: v1.5.2.1</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "Bannerlord.Diplomacy")'>+ Diplomacy (Bannerlord.Diplomacy, v1.2.3.0)</a></b>
<div id='Bannerlord.Diplomacy' style='display: none'>
Id: Bannerlord.Diplomacy</br>
Name: Diplomacy</br>
Version: v1.2.3.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.ButterLib").scrollIntoView(false)'>Bannerlord.ButterLib</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.MBOptionScreen").scrollIntoView(false)'>Bannerlord.MBOptionScreen</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.UIExtenderEx").scrollIntoView(false)'>Bannerlord.UIExtenderEx</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a> (optional)</li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("BirthAndDeath").scrollIntoView(false)'>BirthAndDeath</a> (optional)</li>

</ul>
Url: <a href='https://www.nexusmods.com/mountandblade2bannerlord/mods/832'>https://www.nexusmods.com/mountandblade2bannerlord/mods/832</a></br>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>Bannerlord Module Loader</b></br>
Name: Bannerlord Module Loader</br>
DLLName: Bannerlord.ModuleLoader.Bannerlord.Diplomacy.dll</br>
SubModuleClassType: Bannerlord.ModuleLoader.Bannerlord_Diplomacy</br>
Tags:</br>
<ul>
<li>LoaderFilter: Bannerlord.Diplomacy.*.dll</li>

</ul>
</div>
</li>

</ul>
Additional Assemblies:</br>
<ul>
<li>Bannerlord.ModuleLoader.Bannerlord.Diplomacy.dll (Bannerlord.Diplomacy, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null)</li>
<li>Bannerlord.Diplomacy.1.0.3.dll (Bannerlord.Diplomacy.1.0.3, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null)</li>
<li>ColorMinePortable.DLL (ColorMinePortable, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "ImprovedExecutions")'>+ ImprovedExecutions (ImprovedExecutions, v0.0.1.0)</a></b>
<div id='ImprovedExecutions' style='display: none'>
Id: ImprovedExecutions</br>
Name: ImprovedExecutions</br>
Version: v0.0.1.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>ImprovedExecutions</b></br>
Name: ImprovedExecutions</br>
DLLName: ImprovedExecutions.dll</br>
SubModuleClassType: ImprovedExecutions.ImprovedExecutionsSubModule</br>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "ImprovedGarrisons")'>+ Improved Garrisons (ImprovedGarrisons, v4.1.1.9)</a></b>
<div id='ImprovedGarrisons' style='display: none'>
Id: ImprovedGarrisons</br>
Name: Improved Garrisons</br>
Version: v4.1.1.9</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>ImprovedGarrisons</b></br>
Name: ImprovedGarrisons</br>
DLLName: ImprovedGarrisons.dll</br>
SubModuleClassType: ImprovedGarrisons.Main</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "DestroyKingdom")'>+ DestroyKingdom (DestroyKingdom, v0.3.2.0)</a></b>
<div id='DestroyKingdom' style='display: none'>
Id: DestroyKingdom</br>
Name: DestroyKingdom</br>
Version: v0.3.2.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.MBOptionScreen").scrollIntoView(false)'>Bannerlord.MBOptionScreen</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>DestroyKingdom</b></br>
Name: DestroyKingdom</br>
DLLName: DestroyKingdom.1.0.0.dll</br>
SubModuleClassType: DestroyKingdom.SubModule</br>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "YouKeepWhatYouKill")'>+ You Keep What You Kill (YouKeepWhatYouKill, v1.0.18.0)</a></b>
<div id='YouKeepWhatYouKill' style='display: none'>
Id: YouKeepWhatYouKill</br>
Name: You Keep What You Kill</br>
Version: v1.0.18.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.ButterLib").scrollIntoView(false)'>Bannerlord.ButterLib</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.MBOptionScreen").scrollIntoView(false)'>Bannerlord.MBOptionScreen</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a> (optional)</li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("BirthAndDeath").scrollIntoView(false)'>BirthAndDeath</a> (optional)</li>

</ul>
Url: <a href='https://www.nexusmods.com/mountandblade2bannerlord/mods/27'>https://www.nexusmods.com/mountandblade2bannerlord/mods/27</a></br>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>Bannerlord Module Loader</b></br>
Name: Bannerlord Module Loader</br>
DLLName: Bannerlord.ModuleLoader.YouKeepWhatYouKill.dll</br>
SubModuleClassType: Bannerlord.ModuleLoader.YouKeepWhatYouKill</br>
Tags:</br>
<ul>
<li>LoaderFilter: YouKeepWhatYouKill.*.dll</li>

</ul>
</div>
</li>

</ul>
Additional Assemblies:</br>
<ul>
<li>Bannerlord.ModuleLoader.YouKeepWhatYouKill.dll (YouKeepWhatYouKill, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null)</li>
<li>YouKeepWhatYouKill.1.0.3.dll (YouKeepWhatYouKill.1.0.3, Version=1.0.18.0, Culture=neutral, PublicKeyToken=null)</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "SellAllButStopAtZero")'>+ Sell all but stop at zero (SellAllButStopAtZero, v1.0.2.0)</a></b>
<div id='SellAllButStopAtZero' style='display: none'>
Id: SellAllButStopAtZero</br>
Name: Sell all but stop at zero</br>
Version: v1.0.2.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>SellAllButStopAtZero</b></br>
Name: SellAllButStopAtZero</br>
DLLName: SellAllButStopAtZero.dll</br>
SubModuleClassType: SellAllButStopAtZero.MySubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "RelentlessSmith")'>+ RelentlessSmith (RelentlessSmith, v1.0.1.0)</a></b>
<div id='RelentlessSmith' style='display: none'>
Id: RelentlessSmith</br>
Name: RelentlessSmith</br>
Version: v1.0.1.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>RelentlessSmith</b></br>
Name: RelentlessSmith</br>
DLLName: RelentlessSmith.dll</br>
SubModuleClassType: RelentlessSmith.SubModule</br>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "BetterTime")'>+ Better Time (BetterTime, v1.2.7.0)</a></b>
<div id='BetterTime' style='display: none'>
Id: BetterTime</br>
Name: Better Time</br>
Version: v1.2.7.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.ButterLib").scrollIntoView(false)'>Bannerlord.ButterLib</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.UIExtenderEx").scrollIntoView(false)'>Bannerlord.UIExtenderEx</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.MBOptionScreen").scrollIntoView(false)'>Bannerlord.MBOptionScreen</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>BetterTime</b></br>
Name: BetterTime</br>
DLLName: BetterTime.dll</br>
SubModuleClassType: BetterTime.Main</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "GovernorsHandleIssuesLegacy")'>+ Governors Handle Issues Legacy (GovernorsHandleIssuesLegacy, v1.0.0.0)</a></b>
<div id='GovernorsHandleIssuesLegacy' style='display: none'>
Id: GovernorsHandleIssuesLegacy</br>
Name: Governors Handle Issues Legacy</br>
Version: v1.0.0.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>GovernorsHandleIssuesLegacy</b></br>
Name: GovernorsHandleIssuesLegacy</br>
DLLName: GovernorsHandleIssuesLegacy.dll</br>
SubModuleClassType: GovernorsHandleIssuesLegacy.SubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
<li>
<div class="modules-external-container">
<b><a href='javascript:;' onclick='showHideById(this, "SurrenderTweaks")'>+ Surrender Tweaks (SurrenderTweaks, v1.5.2.0)</a></b>
<div id='SurrenderTweaks' style='display: none'>
Id: SurrenderTweaks</br>
Name: Surrender Tweaks</br>
Version: v1.5.2.0</br>
External: True</br>
Vortex: False</br>
Official: False</br>
Singleplayer: True</br>
Multiplayer: False</br>
Dependencies:</br>
<ul>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.UIExtenderEx").scrollIntoView(false)'>Bannerlord.UIExtenderEx</a></li>
<li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.MBOptionScreen").scrollIntoView(false)'>Bannerlord.MBOptionScreen</a></li>

</ul>
SubModules:</br>
<ul>
<li>
<div class="submodules-container">
<b>SurrenderTweaks</b></br>
Name: SurrenderTweaks</br>
DLLName: SurrenderTweaks.dll</br>
SubModuleClassType: SurrenderTweaks.SurrenderTweaksSubModule</br>
Tags:</br>
<ul>
<li>DedicatedServerType: none</li>
<li>IsNoRenderModeElement: false</li>

</ul>
</div>
</li>

</ul>
</div>
</div>
</li>
</ul>

</div>
</div>
<div class='root-container'>
<h2><a href='javascript:;' class='headers' onclick='showHideById(this, "assemblies")'>+ Assemblies</a></h2>
<div id='assemblies' class='headers-container'>
<label>Hide: </label>
<label><input type='checkbox' onclick='showHideByClassName(this, "tw_assembly")'> Game Core</label>
<label><input type='checkbox' onclick='showHideByClassName(this, "sys_assembly")'> System</label>
<label><input type='checkbox' onclick='showHideByClassName(this, "module_assembly")'> Modules</label>
<label><input type='checkbox' onclick='showHideByClassName(this, "unclas_assembly")'> Unclassified</label>
<ul>
<li class='module_assembly'>Bannerlord.Harmony, 2.2.2.140, MSIL, 08791401fdb3f324c251ff6e62e37a44, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859188632\bin\Win64_Shipping_Client\Bannerlord.Harmony.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859188632\bin\Win64_Shipping_Client\Bannerlord.Harmony.dll</a></li>
<li class='module_assembly'>Bannerlord.UIExtenderEx, 2.6.0.0, MSIL, 107ae74e57dffafd82035e8ebf93779a, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859222409\bin\Win64_Shipping_Client\Bannerlord.UIExtenderEx.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859222409\bin\Win64_Shipping_Client\Bannerlord.UIExtenderEx.dll</a></li>
<li class='module_assembly'>Ben.Demystifier, 0.4.0.0, MSIL, 965d07f46cd56ae2a4f310921230c206, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Ben.Demystifier.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Ben.Demystifier.dll</a></li>
<li class='module_assembly'>Microsoft.Bcl.HashCode, 1.0.0.0, MSIL, 9ccecdcfe5f0302d19ccadee94b93b75, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Bcl.HashCode.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Bcl.HashCode.dll</a></li>
<li class='module_assembly'>System.Buffers, 4.0.3.0, MSIL, ecdfe8ede869d2ccc6bf99981ea96400, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Buffers.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Buffers.dll</a></li>
<li class='module_assembly'>System.Collections.Immutable, 5.0.0.0, MSIL, c598080fa777d6e63dfd0370e97ec8f3, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Collections.Immutable.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Collections.Immutable.dll</a></li>
<li class='module_assembly'>System.Memory, 4.0.1.1, MSIL, 6fb95a357a3f7e88ade5c1629e2801f8, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Memory.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Memory.dll</a></li>
<li class='module_assembly'>System.Reflection.Metadata, 5.0.0.0, MSIL, c4ea65bd802f1ccd3ea2ad1841fd85c2, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Reflection.Metadata.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Reflection.Metadata.dll</a></li>
<li class='module_assembly'>System.Runtime.CompilerServices.Unsafe, 4.0.4.1, MSIL, da04a75ddc22118ed24e0b53e474805a, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Runtime.CompilerServices.Unsafe.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Runtime.CompilerServices.Unsafe.dll</a></li>
<li class='module_assembly'>System.Threading.Tasks.Extensions, 4.2.0.1, MSIL, e1e9d7d46e5cd9525c5927dc98d9ecc7, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Threading.Tasks.Extensions.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Threading.Tasks.Extensions.dll</a></li>
<li class='module_assembly'>Microsoft.Extensions.DependencyInjection.Abstractions, 2.0.0.0, MSIL, 6f3cca084046a16c91f64953bd6ae66c, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Extensions.DependencyInjection.Abstractions.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Extensions.DependencyInjection.Abstractions.dll</a></li>
<li class='module_assembly'>Microsoft.Extensions.Logging.Abstractions, 2.0.0.0, MSIL, f6bfb173119f48eed8b3616a3fd5464f, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Extensions.Logging.Abstractions.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Extensions.Logging.Abstractions.dll</a></li>
<li class='module_assembly'>Microsoft.Extensions.DependencyInjection, 2.0.0.0, MSIL, 432c3bdf19dfa3d6440e8f1454e68e2e, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Extensions.DependencyInjection.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Extensions.DependencyInjection.dll</a></li>
<li class='module_assembly'>Microsoft.Extensions.Logging, 2.0.0.0, MSIL, ddebddf19ecf76882309e8f8f1a1c75b, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Extensions.Logging.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Extensions.Logging.dll</a></li>
<li class='module_assembly'>Microsoft.Extensions.Options, 2.0.0.0, MSIL, 0cd6938593b1785b4ac087f7fe5c47e9, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Extensions.Options.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Extensions.Options.dll</a></li>
<li class='module_assembly'>Microsoft.Extensions.Primitives, 2.0.0.0, MSIL, b5c71bed0a0cc2db2aa02445a4afa774, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Extensions.Primitives.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Extensions.Primitives.dll</a></li>
<li class='module_assembly'>Serilog, 2.0.0.0, MSIL, 0aa45a8a1cd24cd2b589e4aad925f35d, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Serilog.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Serilog.dll</a></li>
<li class='module_assembly'>Serilog.Extensions.Logging, 2.0.0.0, MSIL, 680cea3f3f888a046d8ad7a524259ef1, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Serilog.Extensions.Logging.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Serilog.Extensions.Logging.dll</a></li>
<li class='module_assembly'>Serilog.Sinks.File, 5.0.0.0, MSIL, c25357a7950dcfc7f85ee9d593cb1a24, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Serilog.Sinks.File.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Serilog.Sinks.File.dll</a></li>
<li class='module_assembly'>Bannerlord.ButterLib, 2.6.3.0, MSIL, 3603c0767f47c0a7b19e88554ea9da05, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Bannerlord.ButterLib.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Bannerlord.ButterLib.dll</a></li>
<li class='module_assembly'>MCMv5, 5.5.5.0, Amd64, 728ab3e90ba7a5c51783defff05a3901, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859238197\bin\Win64_Shipping_Client\MCMv5.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859238197\bin\Win64_Shipping_Client\MCMv5.dll</a></li>
<li class='module_assembly'>MCM.UI.Adapter.MCMv5, 5.5.5.0, Amd64, abbe3d3aaeb98f8bfabae4f81ef0c39b, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859238197\bin\Win64_Shipping_Client\MCM.UI.Adapter.MCMv5.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859238197\bin\Win64_Shipping_Client\MCM.UI.Adapter.MCMv5.dll</a></li>
<li class='module_assembly'>MCMv5.UI, 5.5.5.0, Amd64, ed5851d000635c2fdc0d80b7a34d4d09, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859238197\bin\Win64_Shipping_Client\MCMv5.UI.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859238197\bin\Win64_Shipping_Client\MCMv5.UI.dll</a></li>
<li class='module_assembly'>TaleWorlds.MountAndBlade.View, 1.0.0.0, Amd64, d4ebdffb32c73de7ea234dcf6c99d299, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.View.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.View.dll</a></li>
<li class='module_assembly'>TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated, 1.0.0.0, Amd64, 464bba55aa5e1f3195581743447ec3f3, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.dll</a></li>
<li class='module_assembly'>TaleWorlds.MountAndBlade.GauntletUI, 1.0.0.0, Amd64, aa6689d831abc9afdb68edfc9b45c51a, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.dll</a></li>
<li class='module_assembly'>TaleWorlds.MountAndBlade.Platform.PC, 1.0.0.0, Amd64, 4d56b20588b759fbd39e3bd5794ee4a6, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Platform.PC.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Platform.PC.dll</a></li>
<li class='module_assembly'>SandBox, 1.0.0.0, Amd64, 5b13413c053a0b2a8420523044115059, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.dll</a></li>
<li class='module_assembly'>SandBox.ViewModelCollection, 1.0.0.0, Amd64, 1353b11a13224f53cc4eccbac070a31d, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.ViewModelCollection.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.ViewModelCollection.dll</a></li>
<li class='module_assembly'>SandBox.View, 1.0.0.0, Amd64, c811763b7d1df2d9bfc2ebde0543b026, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.View.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.View.dll</a></li>
<li class='module_assembly'>SandBox.GauntletUI.AutoGenerated, 1.0.0.0, Amd64, d58858350f8214f675689f60b27de090, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.AutoGenerated.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.AutoGenerated.dll</a></li>
<li class='module_assembly'>SandBox.GauntletUI, 1.0.0.0, Amd64, d7ab61eb4480e02781a76cd4feff152e, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.dll</a></li>
<li class='module_assembly'>StoryMode, 1.0.0.0, Amd64, 280bb67c96fb98d530ebbc9ffb3b18af, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.dll</a></li>
<li class='module_assembly'>StoryMode.ViewModelCollection, 1.0.0.0, Amd64, 2af59d6a3c87f5a578bd0225c9a0f8da, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.ViewModelCollection.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.ViewModelCollection.dll</a></li>
<li class='module_assembly'>StoryMode.View, 1.0.0.0, Amd64, 442606295f61a4b4180c708271d2310a, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.View.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.View.dll</a></li>
<li class='module_assembly'>StoryMode.GauntletUI.AutoGenerated, 1.0.0.0, Amd64, 3f66869c0129a12db782555b75a1b9cc, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.AutoGenerated.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.AutoGenerated.dll</a></li>
<li class='module_assembly'>StoryMode.GauntletUI, 1.0.0.0, Amd64, e72f4ad39ec83fc251800e9f6fd6bcc3, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.dll</a></li>
<li class='module_assembly'>TaleWorlds.MountAndBlade.CustomBattle, 1.0.0.0, Amd64, 46ad444f7751c6d43df3777df56582f1, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\CustomBattle\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.CustomBattle.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\CustomBattle\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.CustomBattle.dll</a></li>
<li class='module_assembly'>TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath, 1.0.0.0, Amd64, aa636889341af5be0d6e50fc0f402d3b, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\BirthAndDeath\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\BirthAndDeath\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath.dll</a></li>
<li class='module_assembly'>DismembermentPlus, 2.0.6.0, Amd64, d5e18aaf23110c1d9dd7f38ec987f002, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2875093027\bin\Win64_Shipping_Client\DismembermentPlus.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2875093027\bin\Win64_Shipping_Client\DismembermentPlus.dll</a></li>
<li class='module_assembly'>HealthOnKill, 1.0.0.0, Amd64, b7ff0a9f1452fff36d97ddab3c60abdb, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2875223027\bin\Win64_Shipping_Client\HealthOnKill.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2875223027\bin\Win64_Shipping_Client\HealthOnKill.dll</a></li>
<li class='module_assembly'>GovernorsHandleIssues, 1.0.0.0, Amd64, 25b8b44be84c81b0b450ac1d4691825a, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2875226388\bin\Win64_Shipping_Client\GovernorsHandleIssues.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2875226388\bin\Win64_Shipping_Client\GovernorsHandleIssues.dll</a></li>
<li class='module_assembly'>ImprovedExecutions, 0.0.1.0, Amd64, 05cccce6c415c4980689c731887aca6c, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2886056949\bin\Win64_Shipping_Client\ImprovedExecutions.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2886056949\bin\Win64_Shipping_Client\ImprovedExecutions.dll</a></li>
<li class='module_assembly'>ImprovedGarrisons, 1.0.0.0, MSIL, 407bbe573a4ef2f58fb53bf2b5e3a33a, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859265386\bin\Win64_Shipping_Client\ImprovedGarrisons.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859265386\bin\Win64_Shipping_Client\ImprovedGarrisons.dll</a></li>
<li class='module_assembly'>DestroyKingdom.1.0.0, 0.3.2.0, Amd64, 9b99c4a9ced532538cfdca99f716380e, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2890216380\bin\Win64_Shipping_Client\DestroyKingdom.1.0.0.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2890216380\bin\Win64_Shipping_Client\DestroyKingdom.1.0.0.dll</a></li>
<li class='module_assembly'>SellAllButStopAtZero, 1.0.0.0, MSIL, 2f003056a3464fe49373ad555d4c4000, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2907309923\bin\Win64_Shipping_Client\SellAllButStopAtZero.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2907309923\bin\Win64_Shipping_Client\SellAllButStopAtZero.dll</a></li>
<li class='module_assembly'>RelentlessSmith, 1.0.1.0, Amd64, ffc56cb515efe5abde7695ab7e53b705, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2882064139\bin\Win64_Shipping_Client\RelentlessSmith.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2882064139\bin\Win64_Shipping_Client\RelentlessSmith.dll</a></li>
<li class='module_assembly'>BetterTime, 1.0.0.0, MSIL, ba70e9ec8e51fd13bca4fde4447b651a, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2875960358\bin\Win64_Shipping_Client\BetterTime.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2875960358\bin\Win64_Shipping_Client\BetterTime.dll</a></li>
<li class='module_assembly'>GovernorsHandleIssuesLegacy, 1.0.0.0, Amd64, 1fb5fdc22412ba69a91155d8b746f3c9, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2883507476\bin\Win64_Shipping_Client\GovernorsHandleIssuesLegacy.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2883507476\bin\Win64_Shipping_Client\GovernorsHandleIssuesLegacy.dll</a></li>
<li class='module_assembly'>SurrenderTweaks, 1.0.0.0, MSIL, c705798eb5ec50d42e3956afed2fb1ad, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859900052\bin\Win64_Shipping_Client\SurrenderTweaks.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859900052\bin\Win64_Shipping_Client\SurrenderTweaks.dll</a></li>
<li class='sys_assembly'>mscorlib, 4.0.0.0, Amd64, ddfc004fc7f5d3f3b79c298d86494104, <a href="C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll">C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll</a></li>
<li class='tw_assembly'>TaleWorlds.MountAndBlade.Launcher, 1.0.0.0, Amd64, c2e0364387c93ea207854f3963288ee1, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.exe">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.exe</a></li>
<li class='tw_assembly'>TaleWorlds.MountAndBlade.Launcher.Library, 1.0.0.0, Amd64, 2729499c916e5c5e95a87658c7624bd0, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.Library.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.Library.dll</a></li>
<li class='sys_assembly'>netstandard, 2.0.0.0, MSIL, 2e736dd74911da5c19216eceb5c55226, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/netstandard/v4.0_2.0.0.0__cc7b13ffcd2ddd51/netstandard.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/netstandard/v4.0_2.0.0.0__cc7b13ffcd2ddd51/netstandard.dll</a></li>
<li class='tw_assembly'>TaleWorlds.Library, 1.0.0.0, Amd64, e5a6e0818d6505d4566079493ec561e0, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Library.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Library.dll</a></li>
<li class='sys_assembly'>System.Core, 4.0.0.0, MSIL, ba12e8316e592587505c9a51bc9f1ed8, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll</a></li>
<li class='sys_assembly'>System, 4.0.0.0, MSIL, 044cbf60a40f7faf8952f852d9786bf7, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll</a></li>
<li class='tw_assembly'>TaleWorlds.Starter.Library, 1.0.0.0, Amd64, b5ae06e2deafc8683b4d2548d8bfd6f1, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Starter.Library.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Starter.Library.dll</a></li>
<li class='tw_assembly'>TaleWorlds.TwoDimension.Standalone, 1.0.0.0, Amd64, 2e84d58300b990eb9105407a6607403b, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.Standalone.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.Standalone.dll</a></li>
<li class='sys_assembly'>System.Drawing, 4.0.0.0, MSIL, e5fdce79ab8b79b2a44dd2ceb6d117ba, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll</a></li>
<li class='tw_assembly'>TaleWorlds.ModuleManager, 1.0.0.0, Amd64, 3d006f6d6745b48cf5bb4ff903f6df53, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ModuleManager.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ModuleManager.dll</a></li>
<li class='tw_assembly'>TaleWorlds.MountAndBlade.Launcher.Steam, 1.0.0.0, Amd64, 61df821db026032ba93ffcd7b117d64b, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.Steam.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.Steam.dll</a></li>
<li class='tw_assembly'>Steamworks.NET, 7.0.0.0, MSIL, 35e0c107f5410c31f18ae020d99c4d8b, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord/bin/Win64_Shipping_Client/Steamworks.NET.dll">D:/SteamLibrary/steamapps/common/Mount & Blade II Bannerlord/bin/Win64_Shipping_Client/Steamworks.NET.dll</a></li>
<li class='tw_assembly'>System.Numerics.Vectors, 4.1.3.0, MSIL, e9abb00cd885368e7943974f8c11e61e, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\System.Numerics.Vectors.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\System.Numerics.Vectors.dll</a></li>
<li class='tw_assembly'>TaleWorlds.TwoDimension, 1.0.0.0, Amd64, 09a53f8f474712d690ea632ebdc727e3, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.dll</a></li>
<li class='tw_assembly'>TaleWorlds.GauntletUI, 1.0.0.0, Amd64, b0294b7a2af68f84ab01ce2241d98f00, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.dll</a></li>
<li class='tw_assembly'>TaleWorlds.InputSystem, 1.0.0.0, Amd64, ec235ae8e12b4d9ab9747d1b14bfd484, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.InputSystem.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.InputSystem.dll</a></li>
<li class='sys_assembly'>System.Xml, 4.0.0.0, MSIL, 67e214b9cc313f24220ace0beeb849a6, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll</a></li>
<li class='sys_assembly'>System.Configuration, 4.0.0.0, MSIL, 9795d685289babccdb4a4562f1508b04, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll</a></li>
<li class='unclas_assembly'>Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC</li>
<li class='tw_assembly'>TaleWorlds.GauntletUI.PrefabSystem, 1.0.0.0, Amd64, 8373ab977ee17bb4b1f3335a065ff482, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.PrefabSystem.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.PrefabSystem.dll</a></li>
<li class='tw_assembly'>TaleWorlds.GauntletUI.Data, 1.0.0.0, Amd64, 4cd24e63ae3416a6d9318ad51485ded3, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.Data.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.Data.dll</a></li>
<li class='tw_assembly'>StbSharp, 0.7.2.38, MSIL, 81adfc2412187e54f3012eaa68666436, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\StbSharp.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\StbSharp.dll</a></li>
<li class='tw_assembly'>Newtonsoft.Json, 13.0.0.0, MSIL, 916d32b899f1bc23b209648d007b99fd, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Newtonsoft.Json.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Newtonsoft.Json.dll</a></li>
<li class='sys_assembly'>System.Numerics, 4.0.0.0, MSIL, b5538c96a2e81aeddc7974d3bb89a36b, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll</a></li>
<li class='sys_assembly'>System.Runtime.Serialization, 4.0.0.0, MSIL, d48722afbc2b543a87f5c9009a875ac6, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll</a></li>
<li class='sys_assembly'>System.Data, 4.0.0.0, Amd64, cc0a00117a07532d7f6cee0d698de3ab, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll</a></li>
<li class='unclas_assembly'>Anonymously Hosted DynamicMethods Assembly, 0.0.0.0, None, DYNAMIC</li>
<li class='tw_assembly'>TaleWorlds.DotNet, 1.0.0.0, Amd64, a6f57e8e8da6a514f1644ab372853a7a, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.dll</a></li>
<li class='sys_assembly'>System.Runtime.InteropServices.RuntimeInformation, 4.0.0.0, MSIL, c6ef1f8e8acc5725ec2eaac373206ad3, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.InteropServices.RuntimeInformation/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.InteropServices.RuntimeInformation.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.InteropServices.RuntimeInformation/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.InteropServices.RuntimeInformation.dll</a></li>
<li class='tw_assembly'>TaleWorlds.MountAndBlade, 1.0.0.0, Amd64, ea23dcc9457d852e0dfabcb71427bba4, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.dll</a></li>
<li class='tw_assembly'>TaleWorlds.DotNet.AutoGenerated, 1.0.0.0, Amd64, b974dee1cbe323cfb5fed7de7ca0e8f3, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.AutoGenerated.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.AutoGenerated.dll</a></li>
<li class='tw_assembly'>TaleWorlds.Engine, 1.0.0.0, Amd64, dc463697d5afabbe0fbb926ac9ba4b69, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.dll</a></li>
<li class='tw_assembly'>TaleWorlds.Engine.AutoGenerated, 1.0.0.0, Amd64, e24e5c3d637bb362b69d36a841886930, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.AutoGenerated.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.AutoGenerated.dll</a></li>
<li class='tw_assembly'>TaleWorlds.ScreenSystem, 1.0.0.0, Amd64, 9b133c636a2f11f38fbce904a0a55a54, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ScreenSystem.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ScreenSystem.dll</a></li>
<li class='sys_assembly'>System.ValueTuple, 4.0.0.0, MSIL, f9a0b1ba84e43f2c5a0b95e70089a591, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ValueTuple/v4.0_4.0.0.0__cc7b13ffcd2ddd51/System.ValueTuple.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ValueTuple/v4.0_4.0.0.0__cc7b13ffcd2ddd51/System.ValueTuple.dll</a></li>
<li class='sys_assembly'>System.Security, 4.0.0.0, MSIL, fb7ca661b1b9938aba4f06e9a596403a, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Security/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Security.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Security/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Security.dll</a></li>
<li class='sys_assembly'>System.Data.SqlXml, 4.0.0.0, MSIL, c8aec2e03c8dabfcb7bbbe41e508127c, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Data.SqlXml/v4.0_4.0.0.0__b77a5c561934e089/System.Data.SqlXml.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Data.SqlXml/v4.0_4.0.0.0__b77a5c561934e089/System.Data.SqlXml.dll</a></li>
<li class='sys_assembly'>System.ServiceModel.Internals, 4.0.0.0, MSIL, 796c580084e8878ede0e70acedee1f40, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll</a></li>
<li class='sys_assembly'>System.Transactions, 4.0.0.0, Amd64, c62c945d009317e58900350e67345203, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll</a></li>
<li class='tw_assembly'>TaleWorlds.MountAndBlade.Diamond, 1.0.0.0, Amd64, a3af562ca82476c6c9ba650f3c239eb6, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Diamond.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Diamond.dll</a></li>
<li class='tw_assembly'>TaleWorlds.Core, 1.0.0.0, Amd64, ce1a58cfae716149a1fa7e3215e5d3eb, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.dll</a></li>
<li class='tw_assembly'>TaleWorlds.PlayerServices, 1.0.0.0, Amd64, f4130148cccc3c7b80d8a63ecda907f5, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlayerServices.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlayerServices.dll</a></li>
<li class='tw_assembly'>TaleWorlds.ObjectSystem, 1.0.0.0, Amd64, 459fc888ee3c29f193ffacf124caa492, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ObjectSystem.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ObjectSystem.dll</a></li>
<li class='tw_assembly'>TaleWorlds.Localization, 1.0.0.0, Amd64, a987b59fb524e7807ad186101c4013ee, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Localization.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Localization.dll</a></li>
<li class='tw_assembly'>TaleWorlds.PlatformService, 1.0.0.0, Amd64, 105d4f24fb2f1383928d20d19a439da5, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.dll</a></li>
<li class='tw_assembly'>TaleWorlds.SaveSystem, 1.0.0.0, Amd64, 84d2ec639e3a896c743b08a2302b3303, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.SaveSystem.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.SaveSystem.dll</a></li>
<li class='tw_assembly'>TaleWorlds.Diamond.ChatSystem.Library, 1.0.0.0, Amd64, 3ab0e949ae57d99fbf37a83b765a7d1a, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.ChatSystem.Library.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.ChatSystem.Library.dll</a></li>
<li class='tw_assembly'>TaleWorlds.Diamond, 1.0.0.0, Amd64, a799d80e02072963f2e61f42f9c0ca84, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.dll</a></li>
<li class='tw_assembly'>TaleWorlds.MountAndBlade.AutoGenerated, 1.0.0.0, Amd64, 750e65a41668fb142d5eafabf69e0488, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.AutoGenerated.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.AutoGenerated.dll</a></li>
<li class='tw_assembly'>TaleWorlds.AchievementSystem, 1.0.0.0, Amd64, ebb79dcd992de490cf6a22a42ab832d6, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.AchievementSystem.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.AchievementSystem.dll</a></li>
<li class='tw_assembly'>TaleWorlds.ActivitySystem, 1.0.0.0, Amd64, f6658a97db1ee12a6aba28ab0a73de6b, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ActivitySystem.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ActivitySystem.dll</a></li>
<li class='tw_assembly'>TaleWorlds.PlatformService.Steam, 1.0.0.0, Amd64, 8b6faba9a1a2603e9b1d7b9141a44156, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.Steam.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.Steam.dll</a></li>
<li class='tw_assembly'>TaleWorlds.Diamond.AccessProvider.Test, 1.0.0.0, Amd64, ba03fa2e6062f4b4e40aa55715264b0a, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.AccessProvider.Test.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.AccessProvider.Test.dll</a></li>
<li class='module_assembly'>0Harmony, 2.2.2.0, MSIL, 993f258153c8a6ab14ac30a53434dc7f, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859188632\bin\Win64_Shipping_Client\0Harmony.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859188632\bin\Win64_Shipping_Client\0Harmony.dll</a></li>
<li class='sys_assembly'>System.Windows.Forms, 4.0.0.0, MSIL, 6f7ae092c32fc7847e95caa6476405cf, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll</a></li>
<li class='tw_assembly'>TaleWorlds.CampaignSystem, 1.0.0.0, Amd64, d71c2620d08e45ba2a95c38ca6bf86c9, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.dll</a></li>
<li class='tw_assembly'>TaleWorlds.MountAndBlade.ViewModelCollection, 1.0.0.0, Amd64, 161dedea625d12d724c7541f3004445b, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.ViewModelCollection.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.ViewModelCollection.dll</a></li>
<li class='tw_assembly'>TaleWorlds.Core.ViewModelCollection, 1.0.0.0, Amd64, 1564757d7ea5ff2e3b0e344c15d81e84, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.ViewModelCollection.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.ViewModelCollection.dll</a></li>
<li class='tw_assembly'>TaleWorlds.BattlEye.Client, 1.0.0.0, Amd64, a7d423e9743612e922f957712f200e8f, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.BattlEye.Client.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.BattlEye.Client.dll</a></li>
<li class='tw_assembly'>TaleWorlds.CampaignSystem.ViewModelCollection, 1.0.0.0, Amd64, f3f7d501c91eec0a16db6b0bb26ace94, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.dll</a></li>
<li class='module_assembly'>Bannerlord.Diplomacy, 1.0.1.44, MSIL, f84b633cd76035a528f6d565485bad35, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2881380744\bin\Win64_Shipping_Client\Bannerlord.ModuleLoader.Bannerlord.Diplomacy.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2881380744\bin\Win64_Shipping_Client\Bannerlord.ModuleLoader.Bannerlord.Diplomacy.dll</a></li>
<li class='module_assembly'>YouKeepWhatYouKill, 1.0.1.44, MSIL, f2e0a40686c5770478a6e780f4816f69, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2903901025\bin\Win64_Shipping_Client\Bannerlord.ModuleLoader.YouKeepWhatYouKill.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2903901025\bin\Win64_Shipping_Client\Bannerlord.ModuleLoader.YouKeepWhatYouKill.dll</a></li>
<li class='tw_assembly'>TaleWorlds.MountAndBlade.GauntletUI.Widgets, 1.0.0.0, Amd64, 1e1c61e6c92f39643b45d737d04486b9, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll</a></li>
<li class='tw_assembly'>TaleWorlds.Network, 1.0.0.0, Amd64, 9e12ebdaec0b47b333bdd892150e8258, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Network.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Network.dll</a></li>
<li class='module_assembly'>MonoMod.Utils.Cil.ILGeneratorProxy, 0.0.0.0, MSIL, EMPTY</li>
<li class='tw_assembly'>TaleWorlds.Engine.GauntletUI, 1.0.0.0, Amd64, 8e1bd02a12dcfab040b75cf6e40b9063, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.GauntletUI.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.GauntletUI.dll</a></li>
<li class='module_assembly'>HarmonySharedState, 0.0.0.0, MSIL, EMPTY</li>
<li class='sys_assembly'>Accessibility, 4.0.0.0, MSIL, cd67df24d44e55f8a39a8ab8c6af5bf8, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll</a></li>
<li class='tw_assembly'>TaleWorlds.GauntletUI.ExtraWidgets, 1.0.0.0, Amd64, ba2caea7832e93b62a49f7b374ba1a81, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.ExtraWidgets.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.ExtraWidgets.dll</a></li>
<li class='module_assembly'>Bannerlord.ButterLib.Implementation.1.0.3, 2.6.3.0, MSIL, 7f3c73030e730412ebff09a3e94f244b, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Bannerlord.ButterLib.Implementation.1.0.3.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Bannerlord.ButterLib.Implementation.1.0.3.dll</a></li>
<li class='tw_assembly'>TaleWorlds.PSAI, 1.0.0.0, Amd64, 8ea89d2b40fba34d3ea1503b17d5a078, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PSAI.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PSAI.dll</a></li>
<li class='unclas_assembly'>Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC</li>
<li class='module_assembly'>Bannerlord.Diplomacy.1.0.3, 1.2.3.0, MSIL, f3aca9147d8848a5ccb158b361b9852e, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2881380744\bin\Win64_Shipping_Client\Bannerlord.Diplomacy.1.0.3.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2881380744\bin\Win64_Shipping_Client\Bannerlord.Diplomacy.1.0.3.dll</a></li>
<li class='module_assembly'>MonoMod.Utils.GetManagedSizeHelper, 0.0.0.0, MSIL, EMPTY</li>
<li class='module_assembly'>YouKeepWhatYouKill.1.0.3, 1.0.18.0, Amd64, 1948fc65a8ca0fdfd96fd150e5d4c411, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2903901025\bin\Win64_Shipping_Client\YouKeepWhatYouKill.1.0.3.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2903901025\bin\Win64_Shipping_Client\YouKeepWhatYouKill.1.0.3.dll</a></li>
<li class='tw_assembly'>TaleWorlds.ServiceDiscovery.Client, 1.0.0.0, Amd64, 73df893fbc7bddea3f500576067c8a25, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ServiceDiscovery.Client.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ServiceDiscovery.Client.dll</a></li>
<li class='sys_assembly'>System.Xml.Linq, 4.0.0.0, MSIL, 77b5b3c58c7392c8bf16ab65829ca146, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll</a></li>
<li class='sys_assembly'>System.Management, 4.0.0.0, MSIL, 32104bc2c581a2ecd47dbe3a9bc63028, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll</a></li>
<li class='module_assembly'>System.Numerics.Vectors, 4.1.4.0, MSIL, aaa2cbf14e06e9d3586d8a4ed455db33, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Numerics.Vectors.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\System.Numerics.Vectors.dll</a></li>
<li class='sys_assembly'>System.Net.Http, 4.0.0.0, MSIL, 6c068c1d54707e817779a31c555c5383, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll</a></li>
<li class='sys_assembly'>System.Configuration.Install, 4.0.0.0, MSIL, c92fa2859b94318e76ab5902fdddb0e5, <a href="C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration.Install/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll">C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration.Install/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll</a></li>
<li class='tw_assembly'>TaleWorlds.LinQuick, 1.0.0.0, Amd64, afa1b22232f96b99524f7a98e7a7b5e5, <a href="D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.LinQuick.dll">D:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.LinQuick.dll</a></li>
<li class='unclas_assembly'>Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC</li>
<li class='module_assembly'>ColorMinePortable, 1.0.0.0, MSIL, 110d9a3f3dc5b804aca53ba680021ef2, <a href="D:\SteamLibrary\steamapps\workshop\content\261550\2881380744\bin\Win64_Shipping_Client\ColorMinePortable.dll">D:\SteamLibrary\steamapps\workshop\content\261550\2881380744\bin\Win64_Shipping_Client\ColorMinePortable.dll</a></li>
</ul>

</div>
</div>
<div class='root-container'>
<h2><a href='javascript:;' class='headers' onclick='showHideById(this, "harmony-patches")'>+ Harmony Patches</a></h2>
<div id='harmony-patches' class='headers-container'>
<ul>
<li>
TaleWorlds.Library.ViewModel..ctor
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelPatch.ViewModelCtorPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.Library.ViewModel.ExecuteCommand
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelPatch.ExecuteCommandPatch; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.Engine.GauntletUI.UIConfig.set_DoNotUseGeneratedPrefabs
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.UIConfigPatch.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.PrefabSystem.WidgetPrefab.LoadFrom
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.WidgetPrefabPatch.WidgetPrefab_LoadFrom_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.BrushFactory.get_Brushes
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.GetBrushesPostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.BrushFactory.GetBrush
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.GetBrushPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.PrefabSystem.ConstantDefinition.GetValue
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.SetWidgetAttributeFromString
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.UIContext.GetBrush
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.ConvertObject
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChangerBrushWidget.OnBooleanUpdated
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetCustomType
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.GetCustomTypePrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.CreateBuiltinWidget
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.CreateBuiltinWidgetPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetWidgetTypes
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.GetWidgetTypesPostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.IsCustomType
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.IsCustomTypePrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.OnUnload
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.OnUnloadPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.CreateWidgets
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.OnRelease
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.GauntletUI.Data.GauntletMovie.LoadMovie
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
SandBox.SandBoxSubModule.OnSubModuleLoad
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.UIExtenderEx.UIPatch; Namespace: Bannerlord.UIExtenderEx.UIPatchSubModule.SandBoxSubModuleOnSubModuleLoadPostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleLoad
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleUnloaded
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnApplicationTick
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnApplicationTickPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnApplicationTickPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnApplicationTickPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeInitialModuleScreenSetAsRoot
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameStart
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameStartPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameStartPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameStartPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.InitializeGameStarter
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.InitializeGameStarterPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.InitializeGameStarterPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.InitializeGameStarterPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.DoLoading
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.DoLoadingPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.DoLoadingPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.DoLoadingPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameLoaded
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameLoadedPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameLoadedPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameLoadedPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnCampaignStart
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnCampaignStartPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnCampaignStartPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnCampaignStartPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.BeginGameStart
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.BeginGameStartPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.BeginGameStartPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.BeginGameStartPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameEnd
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameEndPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameEndPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameEndPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameInitializationFinished
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameInitializationFinishedPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameInitializationFinishedPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameInitializationFinishedPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeMissionBehaviorInitialize
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeMissionBehaviourInitializePostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnBeforeMissionBehaviourInitializePostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnBeforeMissionBehaviourInitializePostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnMissionBehaviorInitialize
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnMissionBehaviourInitializePostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnMissionBehaviourInitializePostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnMissionBehaviourInitializePostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnMultiplayerGameStart
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnMultiplayerGameStartPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnMultiplayerGameStartPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnMultiplayerGameStartPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnNewGameCreated
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnNewGameCreatedPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnNewGameCreatedPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnNewGameCreatedPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.RegisterSubModuleObjects
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.RegisterSubModuleObjectsPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.RegisterSubModuleObjectsPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.RegisterSubModuleObjectsPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.AfterRegisterSubModuleObjects
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.AfterRegisterSubModuleObjectsPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.AfterRegisterSubModuleObjectsPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.AfterRegisterSubModuleObjectsPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnAfterGameInitializationFinished
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnAfterGameInitializationFinishedPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnAfterGameInitializationFinishedPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnAfterGameInitializationFinishedPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnConfigChanged
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnConfigChangedPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnConfigChangedPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnConfigChangedPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.OnInitialState
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnInitialStatePostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnInitialStatePostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnInitialStatePostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBSubModuleBase.AfterAsyncTickTick
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.AfterAsyncTickTickPostfix; </li>
<li>Owner: Bannerlord.Diplomacy; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.AfterAsyncTickTickPostfix; Index: 1; </li>
<li>Owner: YouKeepWhatYouKill; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.AfterAsyncTickTickPostfix; Index: 2; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.Options.OptionsProvider.GetGameKeyCategoriesList
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.HotKeySystem; Namespace: Bannerlord.ButterLib.Implementation.HotKeys.Patches.OptionsProviderPatches.GetGameKeyCategoriesListPostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.Module.FinalizeSubModules
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.FinalizeSubModulesPostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.Module.SetInitialModuleScreenAsRootScreen
<ul>
<li>
Postfixes
<ul>
<li>Owner: MCM.UI.Adapter.MCMv5; Namespace: MCM.UI.Adapter.MCMv5.SubModule.OnAfterSetInitialModuleScreenAsRootScreen; </li>

</ul>
</li>
<li>
Transpilers
<ul>
<li>Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBGameManager.OnGameStart
<ul>
<li>
Transpilers
<ul>
<li>Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.MBGameManager.OnGameEnd
<ul>
<li>
Transpilers
<ul>
<li>Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviorBase..ctor
<ul>
<li>
Postfixes
<ul>
<li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.BehaviourNamePatch.CampaignBehaviorBaseCtorPostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.SaveSystem.TypeExtensions.IsContainer
<ul>
<li>
Prefixes
<ul>
<li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.TypeExtensionsPatch.IsContainerPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.SaveSystem.Definition.DefinitionContext.AddBasicTypeDefinition
<ul>
<li>
Prefixes
<ul>
<li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddBasicTypeDefinitionPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.SaveSystem.Definition.DefinitionContext.AddClassDefinition
<ul>
<li>
Prefixes
<ul>
<li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddClassDefinitionPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.SaveSystem.Definition.DefinitionContext.AddContainerDefinition
<ul>
<li>
Prefixes
<ul>
<li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddContainerDefinitionPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.SaveSystem.Definition.DefinitionContext.AddEnumDefinition
<ul>
<li>
Prefixes
<ul>
<li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddEnumDefinitionPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.SaveSystem.Definition.DefinitionContext.AddGenericClassDefinition
<ul>
<li>
Prefixes
<ul>
<li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericClassDefinitionPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.SaveSystem.Definition.DefinitionContext.AddGenericStructDefinition
<ul>
<li>
Prefixes
<ul>
<li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericStructDefinitionPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.SaveSystem.Definition.DefinitionContext.AddInterfaceDefinition
<ul>
<li>
Prefixes
<ul>
<li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddInterfaceDefinitionPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.SaveSystem.Definition.DefinitionContext.AddRootClassDefinition
<ul>
<li>
Prefixes
<ul>
<li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddRootClassDefinitionPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.SaveSystem.Definition.DefinitionContext.AddStructDefinition
<ul>
<li>
Prefixes
<ul>
<li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddStructDefinitionPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.SaveSystem.Definition.DefinitionContext.ConstructContainerDefinition
<ul>
<li>
Prefixes
<ul>
<li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.ConstructContainerDefinitionPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen.OnInitialize
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.OptionsGauntletScreenPatch.OnInitializePostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen.OnFinalize
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.OptionsGauntletScreenPatch.OnFinalizePostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler..ctor
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch.OnInitializePostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler.OnMissionScreenFinalize
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch.OnFinalizePostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.SetSelectedCategory
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.mcm.ui.optionsswitchpatch; Namespace: MCM.UI.Patches.OptionsVMPatch.SetSelectedCategoryPatch; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaFactionPageVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.Library.ViewModel.OnFinalize
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; </li>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 1; </li>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 2; </li>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 3; </li>
<li>Owner: bannerlord.uiextender.ex.viewmodels.SurrenderTweaks; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 4; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaFactionPageVM.RefreshValues
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM.OnFinalize
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM.RefreshValues
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Clans.KingdomClanVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Clans.KingdomClanVM.OnFinalize
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomDiplomacyVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomDiplomacyVM.RefreshValues
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.KingdomManagementVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.KingdomManagementVM.OnFinalize
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomManagementVMPatch.FinalizeFix; </li>

</ul>
</li>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomTruceItemVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomTruceItemVM.UpdateDiplomacyProperties
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomWarItemVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomWarItemVM.UpdateDiplomacyProperties
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.OnFinalize
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.RefreshPermissionValues
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
SandBox.ViewModelCollection.Nameplate.PartyNameplateVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
SandBox.ViewModelCollection.Nameplate.PartyNameplateVM.OnFinalize
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
SandBox.ViewModelCollection.Nameplate.SettlementNameplatesVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
SandBox.ViewModelCollection.Nameplate.SettlementNameplatesVM.OnFinalize
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Actions.DeclareWarAction.Apply
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DeclareWarActionPatch.ApplyPostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Actions.DeclareWarAction.ApplyDeclareWarOverProvocation
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DeclareWarActionPatch.ApplyDeclareWarOverProvocationPostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.GameComponents.DefaultClanPoliticsModel.CalculateInfluenceChange
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DefaultClanPoliticsModelPatch.CalculateInfluenceChangePostfix; Priority: 0; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderWar
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DiplomaticBartersBehaviorPatch.ConsiderWarPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.SiegeAftermathCampaignBehavior.siege_aftermath_contextual_summary_on_init
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.GameMenusCallbacksPatch.menu_settlement_taken_on_init_Postfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.ConsiderWar
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomDecisionProposalBehaviorPatch.ConsiderWarPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.ConsiderPeace
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomDecisionProposalBehaviorPatch.ConsiderPeacePrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.DailyTickClan
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomDecisionProposalBehaviorPatch.HandleRebelKingdom; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
StoryMode.Quests.FirstPhase.SupportKingdomQuest.MainStoryLineChosen
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.SupportKingdomQuestPatch.MainStoryLineChosenPostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.FactionManager.DeclareAlliance
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.FactionManagerPatch.DeclareAlliancePrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Encyclopedia.Pages.DefaultEncyclopediaFactionPage.InitializeListItems
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DefaultEncyclopediaFactionPagePatch.PassThroughPostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
SandBox.GauntletUI.BannerEditor.GauntletBannerEditorScreen..ctor
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.MBBannerEditorGauntletScreenPatch.SetClanRelatedRulesPostfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
SandBox.GauntletUI.BannerEditor.GauntletBannerEditorScreen.OnDone
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.MBBannerEditorGauntletScreenPatch.SetColorsPrefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPInventoryVM.ExecuteSellAllItems
<ul>
<li>
Prefixes
<ul>
<li>Owner: mod.bannerlord.SellAllButStop; Namespace: SellAllButStopAtZero.Patch_SellAll_with_Harmony.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Campaign.TickMapTime
<ul>
<li>
Prefixes
<ul>
<li>Owner: mod.bannerlord.bettertime; Namespace: BetterTime.Support.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapTimeControlVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.BetterTime; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapTimeControlVM.OnFinalize
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.BetterTime; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_can_attack_hero_on_clickable_condition
<ul>
<li>
Postfixes
<ul>
<li>Owner: mod.bannerlord.surrendertweaks; Namespace: SurrenderTweaks.Behaviors.LordBribeAndSurrenderBehavior.Postfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.EncounterGameMenuBehavior.game_menu_town_town_besiege_on_condition
<ul>
<li>
Postfixes
<ul>
<li>Owner: mod.bannerlord.surrendertweaks; Namespace: SurrenderTweaks.Behaviors.SettlementBribeAndSurrenderBehavior.Postfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.BanditsCampaignBehavior.conversation_bandits_will_join_player_on_condition
<ul>
<li>
Postfixes
<ul>
<li>Owner: mod.bannerlord.surrendertweaks; Namespace: SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior+BribeConditionBehavior.Postfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.IsBribeFeasible
<ul>
<li>
Postfixes
<ul>
<li>Owner: mod.bannerlord.surrendertweaks; Namespace: SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior+BribeConditionBehavior.Postfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.IsBribeFeasible
<ul>
<li>
Postfixes
<ul>
<li>Owner: mod.bannerlord.surrendertweaks; Namespace: SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior+BribeConditionBehavior.Postfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.BanditsCampaignBehavior.conversation_bandits_surrender_on_condition
<ul>
<li>
Postfixes
<ul>
<li>Owner: mod.bannerlord.surrendertweaks; Namespace: SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior+SurrenderConditionBehavior.Postfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.IsSurrenderFeasible
<ul>
<li>
Postfixes
<ul>
<li>Owner: mod.bannerlord.surrendertweaks; Namespace: SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior+SurrenderConditionBehavior.Postfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.IsSurrenderFeasible
<ul>
<li>
Postfixes
<ul>
<li>Owner: mod.bannerlord.surrendertweaks; Namespace: SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior+SurrenderConditionBehavior.Postfix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.conversation_caravan_took_prisoner_on_consequence
<ul>
<li>
Prefixes
<ul>
<li>Owner: mod.bannerlord.surrendertweaks; Namespace: SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior+SurrenderConsequenceBehavior.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.conversation_village_farmer_took_prisoner_on_consequence
<ul>
<li>
Prefixes
<ul>
<li>Owner: mod.bannerlord.surrendertweaks; Namespace: SurrenderTweaks.Behaviors.BribeAndSurrenderBehavior+SurrenderConsequenceBehavior.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.Core.ViewModelCollection.PowerLevelComparer..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.SurrenderTweaks; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.ViewModelCollection.InitialMenu.InitialMenuVM.RefreshMenuOptions
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.mcm.mainmenuscreeninjection_v4; Namespace: MCM.UI.Functionality.DefaultGameMenuScreenHandler.RefreshMenuOptionsPostfix; Priority: 300; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM..ctor
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.OnFinalize
<ul>
<li>
Transpilers
<ul>
<li>Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Actions.ChangeRelationAction.ApplyPlayerRelation
<ul>
<li>
Prefixes
<ul>
<li>Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.ChangeRelationActionPatch.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Clan.AddRenown
<ul>
<li>
Prefixes
<ul>
<li>Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.AddRenownPatch.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Actions.GainRenownAction.Apply
<ul>
<li>
Prefixes
<ul>
<li>Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.GainRenownActionPatch.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Issues.VillageNeedsToolsIssueBehavior+VillageNeedsToolsIssueQuest.GiveTradeOrExchangeRewardToMainParty
<ul>
<li>
Prefixes
<ul>
<li>Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.VillageNeedsToolsPatch.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Roster.ItemRoster.AddToCounts
<ul>
<li>
Prefixes
<ul>
<li>Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.ItemRosterAddToCountsPatch.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CharacterDevelopment.TraitLevelingHelper.AddPlayerTraitXPAndLogEntry
<ul>
<li>
Prefixes
<ul>
<li>Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.TraitLevelingHelperPatch.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Actions.ChangeCrimeRatingAction.Apply
<ul>
<li>
Prefixes
<ul>
<li>Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.CriminalRatingActionPatch.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.IssuesCampaignBehavior.OnSettlementTick
<ul>
<li>
Prefixes
<ul>
<li>Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.OnSettlementTickPatch.Prefix; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_lord_request_mission_ask_on_condition
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventOtherActionsConversation; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_wants_to_make_peace_on_condition
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventDiplomaticActionsConversation; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_want_to_join_faction_as_mercenary_or_vassal_on_condition
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventDiplomaticActionsConversation; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_threats_lord_verify_on_condition
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventHostileActionsConversation; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.village_farmer_loot_on_condition
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventHostileActionsConversation; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.caravan_loot_on_condition
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventHostileActionsConversation; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerTownVisitCampaignBehavior.game_menu_village_hostile_action_on_condition
<ul>
<li>
Postfixes
<ul>
<li>Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventHostileActionsMenu; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.KingdomManager.AbdicateTheThrone
<ul>
<li>
Prefixes
<ul>
<li>Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.HandleThroneAbdication; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Inventory.InventoryManager.OpenScreenAsLoot
<ul>
<li>
Prefixes
<ul>
<li>Owner: com.darkspyre.ykwyk; Namespace: YouKeepWhatYouKill.Patches.OpenScreenAsLootPatch.Prefix; Priority: 800; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Party.PartyScreenLogic.IsExecutable
<ul>
<li>
Postfixes
<ul>
<li>Owner: com.darkspyre.ykwyk; Namespace: YouKeepWhatYouKill.Patches.ExecutionsPatch.PartyScreenLogicTroopIsExecutablePatchPostfix; Priority: 0; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Party.PartyScreenLogic.GetExecutableReasonText
<ul>
<li>
Postfixes
<ul>
<li>Owner: com.darkspyre.ykwyk; Namespace: YouKeepWhatYouKill.Patches.ExecutionsPatch.PartyScreenLogicTroopExecuteReasonPatchPostfix; Priority: 0; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.Party.PartyScreenLogic.ExecuteTroop
<ul>
<li>
Postfixes
<ul>
<li>Owner: com.darkspyre.ykwyk; Namespace: YouKeepWhatYouKill.Patches.ExecutionsPatch.PartyScreenLogicExecuteTroopPatchPostfix; Priority: 0; </li>

</ul>
</li>

</ul>
</li>
<br/>
<li>
TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.get_IsHeroPrisonerOfPlayer
<ul>
<li>
Postfixes
<ul>
<li>Owner: com.darkspyre.ykwyk; Namespace: YouKeepWhatYouKill.Patches.ExecutionsPatch.IsHeroPrisonerOfPlayerPostfix; Priority: 0; </li>

</ul>
</li>

</ul>
</li>
<br/>
</ul>

</div>
</div>
<div class='root-container'>
<h2><a href='javascript:;' class='headers' onclick='showHideById(this, "log-files")'>+ Log Files</a></h2>
<div id='log-files' class='headers-container'>
<ul>
<li><a>default20230207</a></br><ul><ul><li>[2023-02-07T05:48:15.4258184-06:00] [YouKeepWhatYouKill.SubModule] [INF]: You Keep What You Kill Game Started</li>
<li>[2023-02-07T05:48:15.3404903-06:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope</li>
<li>[2023-02-07T05:46:46.4567579-06:00] [Diplomacy.SubModule] [INF]: Loaded Diplomacy v1.2.3!</li>
<li>[2023-02-07T05:46:45.4741327-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled</li>
<li>[2023-02-07T05:46:45.4741327-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: </li>
<li>[2023-02-07T05:46:45.4589415-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types</li>
<li>[2023-02-07T05:46:45.4579468-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: </li>
<li>[2023-02-07T05:46:45.4579468-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:46:45.4579468-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: </li>
<li>[2023-02-07T05:46:45.4569460-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)</li>
<li>[2023-02-07T05:46:45.4569460-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)</li>
<li>[2023-02-07T05:46:45.4559491-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)</li>
<li>[2023-02-07T05:46:45.4559491-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)</li>
<li>[2023-02-07T05:46:45.4559491-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)</li>
<li>[2023-02-07T05:46:45.4549488-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)</li>
<li>[2023-02-07T05:46:45.4549488-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (9)</li>
<li>[2023-02-07T05:46:45.4498524-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)</li>
<li>[2023-02-07T05:46:45.4483131-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)</li>
<li>[2023-02-07T05:46:45.2130397-06:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null</li>
<li>[2023-02-07T05:46:45.1144619-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''</li>
<li>[2023-02-07T05:46:45.1144619-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: </li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: SurrenderTweaks - Enabled</li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: SurrenderTweaks - Register Types</li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: SurrenderTweaks - Register: SurrenderTweaks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Enabled</li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register Types</li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register: BetterTime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'YouKeepWhatYouKill.SubModule' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.</li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!</li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'</li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()</li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)</li>
<li>[2023-02-07T05:46:45.0372400-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate<Bannerlord.ModuleLoader.LoaderHelper+ConstructorDelegate>: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation YouKeepWhatYouKill.1.0.3.dll for game v1.0.3.0 is loaded.</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found matching implementation. Loading it.</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation YouKeepWhatYouKill.1.1.0.dll.</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation YouKeepWhatYouKill.1.0.3.dll.</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation YouKeepWhatYouKill.1.0.1.dll.</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Enabled</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register Types</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register: Bannerlord.Diplomacy.1.0.3, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:46:45.0362106-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Diplomacy.SubModule' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:46:45.0352428-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.</li>
<li>[2023-02-07T05:46:45.0352428-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!</li>
<li>[2023-02-07T05:46:45.0352428-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'</li>
<li>[2023-02-07T05:46:45.0342452-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()</li>
<li>[2023-02-07T05:46:45.0342452-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)</li>
<li>[2023-02-07T05:46:45.0342452-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)</li>
<li>[2023-02-07T05:46:45.0342452-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)</li>
<li>[2023-02-07T05:46:45.0332543-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate<Bannerlord.ModuleLoader.LoaderHelper+ConstructorDelegate>: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.</li>
<li>[2023-02-07T05:46:45.0332543-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation Bannerlord.Diplomacy.1.0.3.dll for game v1.0.3.0 is loaded.</li>
<li>[2023-02-07T05:46:45.0332543-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found matching implementation. Loading it.</li>
<li>[2023-02-07T05:46:45.0332543-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.1.0.dll.</li>
<li>[2023-02-07T05:46:45.0332543-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.3.dll.</li>
<li>[2023-02-07T05:46:45.0332543-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.2.dll.</li>
<li>[2023-02-07T05:46:45.0322510-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.1.dll.</li>
<li>[2023-02-07T05:46:45.0322510-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.0.dll.</li>
<li>[2023-02-07T05:46:45.0322510-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...</li>
<li>[2023-02-07T05:46:45.0322510-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null</li>
<li>[2023-02-07T05:46:45.0312545-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:46:45.0312545-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled</li>
<li>[2023-02-07T05:46:45.0266944-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types</li>
<li>[2023-02-07T05:46:39.3507666-06:00] [YouKeepWhatYouKill.SubModule] [INF]: You Keep What You Kill Loaded</li>
<li>[2023-02-07T05:46:38.9157293-06:00] [Diplomacy.SubModule] [INF]: Loading Diplomacy v1.2.3...</li>
<li>[2023-02-07T05:46:36.5650564-06:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper</li>
<li>[2023-02-07T05:46:36.5610646-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations</li>
<li>[2023-02-07T05:46:36.5399869-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.3.dll for game v1.0.3.0 is loaded</li>
<li>[2023-02-07T05:46:36.5374873-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it</li>
<li>[2023-02-07T05:46:36.5354925-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll</li>
<li>[2023-02-07T05:46:36.5344956-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll</li>
<li>[2023-02-07T05:46:36.5334981-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll</li>
<li>[2023-02-07T05:46:36.5325007-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll</li>
<li>[2023-02-07T05:46:36.4784464-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll</li>
<li>[2023-02-07T05:46:36.4324443-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...</li>
<li>[2023-02-07T05:42:16.3956162-06:00] [YouKeepWhatYouKill.SubModule] [INF]: You Keep What You Kill Game Started</li>
<li>[2023-02-07T05:42:16.3452725-06:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope</li>
<li>[2023-02-07T05:41:51.4433197-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled</li>
<li>[2023-02-07T05:41:51.4433197-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: </li>
<li>[2023-02-07T05:41:51.4297356-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types</li>
<li>[2023-02-07T05:41:51.4297356-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: </li>
<li>[2023-02-07T05:41:51.4297356-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:41:51.4297356-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: </li>
<li>[2023-02-07T05:41:51.4286311-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)</li>
<li>[2023-02-07T05:41:51.4275970-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)</li>
<li>[2023-02-07T05:41:51.4275970-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)</li>
<li>[2023-02-07T05:41:51.4275970-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)</li>
<li>[2023-02-07T05:41:51.4270593-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)</li>
<li>[2023-02-07T05:41:51.4260606-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)</li>
<li>[2023-02-07T05:41:51.4260606-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (8)</li>
<li>[2023-02-07T05:41:51.4220717-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)</li>
<li>[2023-02-07T05:41:51.4210740-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)</li>
<li>[2023-02-07T05:41:51.1875337-06:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null</li>
<li>[2023-02-07T05:41:51.0893452-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''</li>
<li>[2023-02-07T05:41:51.0893452-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: </li>
<li>[2023-02-07T05:41:51.0143173-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: SurrenderTweaks - Enabled</li>
<li>[2023-02-07T05:41:51.0143173-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: SurrenderTweaks - Register Types</li>
<li>[2023-02-07T05:41:51.0143173-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: SurrenderTweaks - Register: SurrenderTweaks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:41:51.0143173-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Enabled</li>
<li>[2023-02-07T05:41:51.0143173-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register Types</li>
<li>[2023-02-07T05:41:51.0143173-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register: BetterTime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:41:51.0143173-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'YouKeepWhatYouKill.SubModule' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:41:51.0143173-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.</li>
<li>[2023-02-07T05:41:51.0133192-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!</li>
<li>[2023-02-07T05:41:51.0133192-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'</li>
<li>[2023-02-07T05:41:51.0133192-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()</li>
<li>[2023-02-07T05:41:51.0133192-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)</li>
<li>[2023-02-07T05:41:51.0123206-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)</li>
<li>[2023-02-07T05:41:51.0123206-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)</li>
<li>[2023-02-07T05:41:51.0123206-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate<Bannerlord.ModuleLoader.LoaderHelper+ConstructorDelegate>: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.</li>
<li>[2023-02-07T05:41:51.0123206-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation YouKeepWhatYouKill.1.0.3.dll for game v1.0.3.0 is loaded.</li>
<li>[2023-02-07T05:41:51.0123206-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found matching implementation. Loading it.</li>
<li>[2023-02-07T05:41:51.0113233-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation YouKeepWhatYouKill.1.1.0.dll.</li>
<li>[2023-02-07T05:41:51.0113233-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation YouKeepWhatYouKill.1.0.3.dll.</li>
<li>[2023-02-07T05:41:51.0113233-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation YouKeepWhatYouKill.1.0.1.dll.</li>
<li>[2023-02-07T05:41:51.0113233-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...</li>
<li>[2023-02-07T05:41:51.0113233-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null</li>
<li>[2023-02-07T05:41:51.0103286-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:41:51.0103286-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled</li>
<li>[2023-02-07T05:41:51.0046962-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types</li>
<li>[2023-02-07T05:41:45.4688849-06:00] [YouKeepWhatYouKill.SubModule] [INF]: You Keep What You Kill Loaded</li>
<li>[2023-02-07T05:41:43.3068457-06:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper</li>
<li>[2023-02-07T05:41:43.3038479-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations</li>
<li>[2023-02-07T05:41:43.2876090-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.3.dll for game v1.0.3.0 is loaded</li>
<li>[2023-02-07T05:41:43.2850791-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it</li>
<li>[2023-02-07T05:41:43.2830875-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll</li>
<li>[2023-02-07T05:41:43.2820874-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll</li>
<li>[2023-02-07T05:41:43.2810909-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll</li>
<li>[2023-02-07T05:41:43.2810909-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll</li>
<li>[2023-02-07T05:41:43.2289349-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll</li>
<li>[2023-02-07T05:41:43.1832559-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...</li>
<li>[2023-02-07T05:38:44.6176916-06:00] [YouKeepWhatYouKill.SubModule] [INF]: You Keep What You Kill Game Started</li>
<li>[2023-02-07T05:38:44.6091413-06:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope</li>
<li>[2023-02-07T05:37:46.1528527-06:00] [YouKeepWhatYouKill.SubModule] [INF]: You Keep What You Kill Game Started</li>
<li>[2023-02-07T05:37:46.0682140-06:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope</li>
<li>[2023-02-07T05:36:46.1682510-06:00] [Diplomacy.SubModule] [INF]: Loaded Diplomacy v1.2.3!</li>
<li>[2023-02-07T05:36:45.0619013-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled</li>
<li>[2023-02-07T05:36:45.0619013-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: </li>
<li>[2023-02-07T05:36:45.0487823-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types</li>
<li>[2023-02-07T05:36:45.0487823-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: </li>
<li>[2023-02-07T05:36:45.0487823-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:36:45.0477819-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: </li>
<li>[2023-02-07T05:36:45.0467864-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)</li>
<li>[2023-02-07T05:36:45.0467864-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)</li>
<li>[2023-02-07T05:36:45.0457894-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)</li>
<li>[2023-02-07T05:36:45.0457894-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)</li>
<li>[2023-02-07T05:36:45.0457894-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)</li>
<li>[2023-02-07T05:36:45.0447590-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)</li>
<li>[2023-02-07T05:36:45.0437944-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (9)</li>
<li>[2023-02-07T05:36:45.0376573-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)</li>
<li>[2023-02-07T05:36:45.0366589-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)</li>
<li>[2023-02-07T05:36:44.7955025-06:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null</li>
<li>[2023-02-07T05:36:44.6934397-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''</li>
<li>[2023-02-07T05:36:44.6934397-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: </li>
<li>[2023-02-07T05:36:44.6149712-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: SurrenderTweaks - Enabled</li>
<li>[2023-02-07T05:36:44.6149712-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: SurrenderTweaks - Register Types</li>
<li>[2023-02-07T05:36:44.6149712-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: SurrenderTweaks - Register: SurrenderTweaks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:36:44.6149712-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Enabled</li>
<li>[2023-02-07T05:36:44.6149712-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register Types</li>
<li>[2023-02-07T05:36:44.6149712-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register: BetterTime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:36:44.6149712-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'YouKeepWhatYouKill.SubModule' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:36:44.6149712-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.</li>
<li>[2023-02-07T05:36:44.6149712-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!</li>
<li>[2023-02-07T05:36:44.6149712-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'</li>
<li>[2023-02-07T05:36:44.6149712-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate<Bannerlord.ModuleLoader.LoaderHelper+ConstructorDelegate>: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation YouKeepWhatYouKill.1.0.3.dll for game v1.0.3.0 is loaded.</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found matching implementation. Loading it.</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation YouKeepWhatYouKill.1.1.0.dll.</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation YouKeepWhatYouKill.1.0.3.dll.</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation YouKeepWhatYouKill.1.0.1.dll.</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:36:44.6139394-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Enabled</li>
<li>[2023-02-07T05:36:44.6129399-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register Types</li>
<li>[2023-02-07T05:36:44.6129399-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register: Bannerlord.Diplomacy.1.0.3, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:36:44.6129399-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Diplomacy.SubModule' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:36:44.6129399-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.</li>
<li>[2023-02-07T05:36:44.6129399-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!</li>
<li>[2023-02-07T05:36:44.6129399-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'</li>
<li>[2023-02-07T05:36:44.6119404-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()</li>
<li>[2023-02-07T05:36:44.6119404-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)</li>
<li>[2023-02-07T05:36:44.6119404-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)</li>
<li>[2023-02-07T05:36:44.6119404-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)</li>
<li>[2023-02-07T05:36:44.6108747-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate<Bannerlord.ModuleLoader.LoaderHelper+ConstructorDelegate>: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.</li>
<li>[2023-02-07T05:36:44.6108747-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation Bannerlord.Diplomacy.1.0.3.dll for game v1.0.3.0 is loaded.</li>
<li>[2023-02-07T05:36:44.6108747-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found matching implementation. Loading it.</li>
<li>[2023-02-07T05:36:44.6108747-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.1.0.dll.</li>
<li>[2023-02-07T05:36:44.6108747-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.3.dll.</li>
<li>[2023-02-07T05:36:44.6093368-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.2.dll.</li>
<li>[2023-02-07T05:36:44.6093368-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.1.dll.</li>
<li>[2023-02-07T05:36:44.6093368-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.0.dll.</li>
<li>[2023-02-07T05:36:44.6093368-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...</li>
<li>[2023-02-07T05:36:44.6093368-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null</li>
<li>[2023-02-07T05:36:44.6093368-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:36:44.6083366-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled</li>
<li>[2023-02-07T05:36:44.6043458-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types</li>
<li>[2023-02-07T05:36:35.7766796-06:00] [YouKeepWhatYouKill.SubModule] [INF]: You Keep What You Kill Loaded</li>
<li>[2023-02-07T05:36:35.2413888-06:00] [Diplomacy.SubModule] [INF]: Loading Diplomacy v1.2.3...</li>
<li>[2023-02-07T05:36:32.7051871-06:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper</li>
<li>[2023-02-07T05:36:32.7011935-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations</li>
<li>[2023-02-07T05:36:32.6851721-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.3.dll for game v1.0.3.0 is loaded</li>
<li>[2023-02-07T05:36:32.6831772-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it</li>
<li>[2023-02-07T05:36:32.6796783-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll</li>
<li>[2023-02-07T05:36:32.6796783-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll</li>
<li>[2023-02-07T05:36:32.6786810-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll</li>
<li>[2023-02-07T05:36:32.6776834-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll</li>
<li>[2023-02-07T05:36:32.6256402-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll</li>
<li>[2023-02-07T05:36:32.5790481-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...</li>
<li>[2023-02-07T05:27:02.6705767-06:00] [YouKeepWhatYouKill.SubModule] [INF]: You Keep What You Kill Game Started</li>
<li>[2023-02-07T05:27:02.5867609-06:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope</li>
<li>[2023-02-07T05:20:55.6607500-06:00] [Diplomacy.SubModule] [INF]: Loaded Diplomacy v1.2.3!</li>
<li>[2023-02-07T05:20:53.7672683-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled</li>
<li>[2023-02-07T05:20:53.7672683-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: </li>
<li>[2023-02-07T05:20:53.7540187-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types</li>
<li>[2023-02-07T05:20:53.7524823-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: </li>
<li>[2023-02-07T05:20:53.7524823-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.5.5.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:20:53.7524823-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: </li>
<li>[2023-02-07T05:20:53.7524823-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found external provider MCM.UI.Adapter.MCMv5.Providers.MCMv5ExternalSettingsProvider (0)</li>
<li>[2023-02-07T05:20:53.7514820-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer (0)</li>
<li>[2023-02-07T05:20:53.7514820-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer (0)</li>
<li>[2023-02-07T05:20:53.7514820-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer (0)</li>
<li>[2023-02-07T05:20:53.7504845-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer (0)</li>
<li>[2023-02-07T05:20:53.7504845-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer (1)</li>
<li>[2023-02-07T05:20:53.7494869-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer (9)</li>
<li>[2023-02-07T05:20:53.7418892-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer (0)</li>
<li>[2023-02-07T05:20:53.7408919-06:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer (0)</li>
<li>[2023-02-07T05:20:53.4092394-06:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null</li>
<li>[2023-02-07T05:20:53.3084777-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''</li>
<li>[2023-02-07T05:20:53.3074811-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: </li>
<li>[2023-02-07T05:20:53.2198554-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: SurrenderTweaks - Enabled</li>
<li>[2023-02-07T05:20:53.2198554-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: SurrenderTweaks - Register Types</li>
<li>[2023-02-07T05:20:53.2198554-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: SurrenderTweaks - Register: SurrenderTweaks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:20:53.2198554-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Enabled</li>
<li>[2023-02-07T05:20:53.2198554-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register Types</li>
<li>[2023-02-07T05:20:53.2198554-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: BetterTime - Register: BetterTime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:20:53.2198554-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'YouKeepWhatYouKill.SubModule' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:20:53.2198554-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.</li>
<li>[2023-02-07T05:20:53.2198554-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate<Bannerlord.ModuleLoader.LoaderHelper+ConstructorDelegate>: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation YouKeepWhatYouKill.1.0.3.dll for game v1.0.3.0 is loaded.</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found matching implementation. Loading it.</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation YouKeepWhatYouKill.1.1.0.dll.</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation YouKeepWhatYouKill.1.0.3.dll.</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation YouKeepWhatYouKill.1.0.1.dll.</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null</li>
<li>[2023-02-07T05:20:53.2188580-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Enabled</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register Types</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Diplomacy - Register: Bannerlord.Diplomacy.1.0.3, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Diplomacy.SubModule' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Finished loading implementations.</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: SubModule Bannerlord.BUTR.Shared.Utils.MBSubModuleBaseSimpleWrapper's default constructor could not be converted to a delegate!</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at HarmonyLib.BUTR.Extensions.AccessTools2.GetDelegate[TDelegate](ConstructorInfo constructorInfo)'</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Expression`1.Compile()</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.GetDelegate<Bannerlord.ModuleLoader.LoaderHelper+ConstructorDelegate>: Error while compiling lambds expression 'System.InvalidOperationException: Instances of abstract classes cannot be created.</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Implementation Bannerlord.Diplomacy.1.0.3.dll for game v1.0.3.0 is loaded.</li>
<li>[2023-02-07T05:20:53.2178611-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found matching implementation. Loading it.</li>
<li>[2023-02-07T05:20:53.2168324-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.1.0.dll.</li>
<li>[2023-02-07T05:20:53.2168324-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.3.dll.</li>
<li>[2023-02-07T05:20:53.2168324-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.2.dll.</li>
<li>[2023-02-07T05:20:53.2168324-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.1.dll.</li>
<li>[2023-02-07T05:20:53.2168324-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Found implementation Bannerlord.Diplomacy.1.0.0.dll.</li>
<li>[2023-02-07T05:20:53.2168324-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Loading implementations...</li>
<li>[2023-02-07T05:20:53.2168324-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null</li>
<li>[2023-02-07T05:20:53.2168324-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'TaleWorlds.MountAndBlade.MBSubModuleBase' and name 'OnServiceRegistration' and parameters ''</li>
<li>[2023-02-07T05:20:53.2158637-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled</li>
<li>[2023-02-07T05:20:53.2112966-06:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types</li>
<li>[2023-02-07T05:20:33.1025175-06:00] [YouKeepWhatYouKill.SubModule] [INF]: You Keep What You Kill Loaded</li>
<li>[2023-02-07T05:20:32.2573642-06:00] [Diplomacy.SubModule] [INF]: Loading Diplomacy v1.2.3...</li>
<li>[2023-02-07T05:20:27.6224738-06:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper</li>
<li>[2023-02-07T05:20:27.6194819-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations</li>
<li>[2023-02-07T05:20:27.1723975-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.3.dll for game v1.0.3.0 is loaded</li>
<li>[2023-02-07T05:20:27.1704028-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it</li>
<li>[2023-02-07T05:20:27.1674113-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.1.0.dll</li>
<li>[2023-02-07T05:20:27.1664141-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.3.dll</li>
<li>[2023-02-07T05:20:27.1644134-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll</li>
<li>[2023-02-07T05:20:27.1629111-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll</li>
<li>[2023-02-07T05:20:27.0903728-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll</li>
<li>[2023-02-07T05:20:27.0403799-06:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...</li>
</ul>
</ul></li>
</ul>

</div>
</div>
<div class='root-container' style='display:none;'>
<h2><a href='javascript:;' class='headers' onclick='showHideById(this, "mini-dump")'>+ Mini Dump</a></h2>
<div id='mini-dump' class='headers-container'>
<!-- MINI DUMP -->
</div>
</div>
<div class='root-container' style='display:none;'>
<h2><a href='javascript:;' class='headers' onclick='showHideById(this, "save-file")'>+ Save File</a></h2>
<div id='save-file' class='headers-container'>
<!-- SAVE FILE -->
</div>
</div>
<div class='root-container' style='display:none;'>
<h2><a href='javascript:;' class='headers' onclick='showHideById(this, "screenshot")'>+ Screenshot</a></h2>
<img id='screenshot' alt='Screenshot' />
</div>
<div class='root-container' style='display:none;'>
<h2><a href='javascript:;' class='headers' onclick='showHideById(this, "screenshot-data")'>+ Screenshot Data</a></h2>
<div id='screenshot-data' class='headers-container'>
<!-- SCREENSHOT -->
</div>
</div>
<!-- DECOMPRESS SCRIPT -->
<script>
function showHideById(element, id) {
if (document.getElementById(id).style.display === 'block') {
document.getElementById(id).style.display = 'none';
element.innerHTML = element.innerHTML.replace('-', '+');
} else {
document.getElementById(id).style.display = 'block';
element.innerHTML = element.innerHTML.replace('+', '-');
}
}
function showHideByClassName(element, className) {
var list = document.getElementsByClassName(className)
for (var i = 0; i < list.length; i++) {
list.style.display = (element.checked) ? 'none' : 'list-item';
}
}
function setBackgroundColorByClassName(className, color) {
var list = document.getElementsByClassName(className);
for (var i = 0; i < list.length; i++) {
list.style.backgroundColor = color;
}
}
function changeFontSize(fontSize) {
document.getElementById('exception').style.fontSize = fontSize.value;
document.getElementById('involved-modules').style.fontSize = fontSize.value;
document.getElementById('installed-modules').style.fontSize = fontSize.value;
document.getElementById('assemblies').style.fontSize = fontSize.value;
document.getElementById('harmony-patches').style.fontSize = fontSize.value;
}
function changeBackgroundColor(element) {
document.body.style.backgroundColor = (!element.checked) ? '#ececec' : 'white';
setBackgroundColorByClassName('headers-container', (!element.checked) ? 'white' : 'white');
setBackgroundColorByClassName('modules-container', (!element.checked) ? '#ffffe0' : 'white');
setBackgroundColorByClassName('submodules-container', (!element.checked) ? '#f8f8e7' : 'white');
setBackgroundColorByClassName('modules-official-container', (!element.checked) ? '#f4fcdc' : 'white');
setBackgroundColorByClassName('modules-external-container', (!element.checked) ? '#ede9e0' : 'white');
setBackgroundColorByClassName('submodules-official-container', (!element.checked) ? '#f0f4e4' : 'white');
setBackgroundColorByClassName('modules-invalid-container', (!element.checked) ? '#ffefd5' : 'white');
setBackgroundColorByClassName('submodules-invalid-container', (!element.checked) ? '#f5ecdf' : 'white');
}
function minidump(element) {
var base64 = document.getElementById('mini-dump').innerText.trim();
//var binData = Uint8Array.from(atob(base64), c => c.charCodeAt(0));
var binData = new Uint8Array(atob(base64).split('').map(function(x){return x.charCodeAt(0);}));
var result = window.pako.inflate(binData);

var a = document.createElement('a');
var blob = new Blob([result]);
a.href = window.URL.createObjectURL(blob);
a.download = "crashdump.dmp";
a.click();
}
function savefile(element) {
var base64 = document.getElementById('save-file').innerText.trim();
//var binData = Uint8Array.from(atob(base64), c => c.charCodeAt(0));
var binData = new Uint8Array(atob(base64).split('').map(function(x){return x.charCodeAt(0);}));
var result = window.pako.inflate(binData);

var a = document.createElement('a');
var blob = new Blob([result]);
a.href = window.URL.createObjectURL(blob);
a.download = "savefile.sav";
a.click();
}
function screenshot(element) {
var base64 = document.getElementById('screenshot-data').innerText.trim();
document.getElementById('screenshot').src = 'data:image/jpeg;charset=utf-8;base64,' + base64;
document.getElementById('screenshot').parentElement.style.display = 'block';
}
</script>
</body>
</html>
Last edited by Bernd; Feb 7, 2023 @ 3:57am
< >
Showing 1-2 of 2 comments
artifixer  [developer] Feb 7, 2023 @ 4:39am 
WARNING:
* Surrender Tweaks mod has to be updated by it's author in order to be used with newest versions of Diplomacy (v1.2.X). Currently it caueses crashes. This is it.
Bernd Feb 7, 2023 @ 5:52am 
Thank you!!!
< >
Showing 1-2 of 2 comments
Per page: 1530 50