Skip to content

Instantly share code, notes, and snippets.

@sleepadru
Created September 9, 2023 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sleepadru/b4183c7a93c5b44c212e534d801a01dd to your computer and use it in GitHub Desktop.
Save sleepadru/b4183c7a93c5b44c212e534d801a01dd to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style>
.button {
float: right;
margin-left: 10px
}
.monospace {
font-family: 'Lucida Console', Courier, monospace;
}
#title {
float: left
}
.msg {
display: none
}
#dsc {
padding-top: 0px;
padding-bottom: 5px;
}
img {
float: left;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
.border-blue {
padding: 5px;
background-color: lightblue;
border: 1px solid darkblue;
position: relative;
min-height: 48px;
margin-top: 10px;
margin-bottom: 10px;
}
.mod-list, .harmony-list {
margin: 5px;
background-color: whitesmoke;
border: 1px solid grey;
padding: 5px;
}
.mod-list-tw {
margin: 5px;
background-color: whitesmoke;
border: 1px solid grey;
padding: 5px;
}
.mod-list-unloaded {
margin: 5px;
background-color: whitesmoke;
border: 1px solid grey;
padding: 5px;
color: grey
}
#xml-report-table {
border-collapse: collapse;
}
td {
vertical-align: middle
}
#bewVersion {
font-size: small;
color: darkgrey;
}
table {
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
.troubleshoot-buttons {
position: absolute;
right: 5px;
top: 5px;
}
.troubleshoot-desc {
max-width: 80% ;
}
.progressbar {
min-height: 1em;
max-height: 1em;
max-width: 100%;
width: 0%;
background: darkgreen;
padding: 5px;
margin: -5px;
color: white;
text-shadow: 1px 1px 1px grey;
}
.GoToTop {
position: fixed;
bottom: 0px;
right: 20px;
border: 1px solid;
padding: 10px;
background: lightblue;
opacity: 0.1;
transition: opacity 200ms ease;
}
.GoToTop:hover{
opacity: 1
}
</style>
</head>
<body>
<div style='clear:both;' id="top">
<h1 id='title'> An unhandled exception occured! </h1>
<button class='button' onclick='AttemptToContinue()'>
Attempt to continue
</button>
<button class='button' onclick='CloseProgram()'>
Close the program
</button>
<button class='button' onclick='SavePage()'>
Save/Print this page
</button>
</div>
<br />
<br />
<hr />
<table style='width: 100%; border: none '>
<tbody>
<tr>
<td style='width: 64px; border: none '>
<img src='http://icons.iconarchive.com/icons/paomedia/small-n-flat/256/sign-error-icon.png' width='64' height='64' />
</td>
<td style='border: none'>
<p>
<b>Bannerlord has encountered a problem and needs to close. We are sorry for the inconvenience. </b><br />
If you were in the middle of something, the progress you were working on might be lost.<br /><br />
If you click attempt to continue, the program will ignore this error and continue running, however there is a risk your game will be in corrupted state.<br /><br />
This error can be caused by a faulty XMLs, manifest (submodule.xml), corrupted save game, module, or programming errors.<br />
If this keeps happening, consider saving the error report and send it to the module authors or run a <a href="#troubleshoot" onclick="OpenTroubleshootSection()">troubleshoot</a> to solve the issues.<br /><br />
You can control Better Exception Window behaviour by editing <a href='#' onclick='window.external.OpenConfig()'><b>config.json</b></a> in BetterExceptionWindow submodule folder.<br /><br />
<a href='#' onclick='window.external.ShowButterlibException()'>Click here</a> to show Butterlib exception.<br /><br />
</p>
</td>
</tr>
</tbody>
</table>
<br />
<h2 name='reason'>
<a href='#reason' onclick='spoiler(this, "Reasons" ,"reason")'>
+ Reason
</a>
</h2>
<div class='msg' id='reason'>
Source: <span>KingdomPoliticsExpanded</span>
<p class='monospace' id='reasonPre'>
Method not found: 'TaleWorlds.CampaignSystem.PolicyObject TaleWorlds.CampaignSystem.DefaultPolicies.get_LandGrantsForVeterans()'.
</p>
</div>
<h2 name='innerexcept'>
<a href='#innerexcept' onclick='spoiler(this, "Inner exception" ,"innerexcept")'>
+ Inner exception
</a>
</h2>
<div class='msg' id='innerexcept'>
Source: <span>No module</span>
<p class='monospace' id='reasonPre'>
No inner exception was thrown
</p>
</div>
<h2 name='fullStack'>
<a href='#fullStack' onclick='spoiler(this, "Callstacks" ,"fullStack")'>
+ Callstacks
</a>
</h2>
<div class='msg' id='fullStack'>
<p>
<b>Protip: </b>
Use a debugger like <a href='https://github.com/dnSpy/dnSpy'>dnSpy</a> or
<a href='https://visualstudio.microsoft.com/'>Visual studio</a> to trace the source of error, by stepping the program
line by line.
<a href="#dnspy" onclick="OpenTroubleshootSection()">You can restart with dnSpy attached.</a>
</p>
Inner exception callstack:
<pre>No inner exception was thrown</pre>
Outer exception callstack:
<pre> at KingdomPoliticsExpanded.Patches.DefaultSettlementMilitiaModelPatches.CalculateEliteMilitiaSpawnChance.Postfix(Single& __result, Settlement settlement)
at TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementMilitiaModel.CalculateEliteMilitiaSpawnChance_Patch1(DefaultSettlementMilitiaModel this, Settlement settlement)
at TaleWorlds.CampaignSystem.Settlements.Settlement.AddTroopToMilitiaParty(MobileParty militaParty, CharacterObject militiaTroop, CharacterObject eliteMilitiaTroop, Single troopRatio, Int32& numberToAddRemaining)
at TaleWorlds.CampaignSystem.Settlements.Settlement.AddMilitiasToParty(MobileParty militaParty, Int32 militiaToAdd)
at TaleWorlds.CampaignSystem.Settlements.Settlement.set_Militia(Single value)
at TaleWorlds.CampaignSystem.CampaignBehaviors.MilitiasCampaignBehavior.OnNewGameCreatedPartialFollowUp(CampaignGameStarter starter, Int32 i)
at TaleWorlds.CampaignSystem.MbEvent`2.InvokeList(EventHandlerRec`2 list, T1 t1, T2 t2)
at TaleWorlds.CampaignSystem.CampaignEvents.OnNewGameCreated(CampaignGameStarter campaignGameStarter)
at TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnNewGameCreated(CampaignGameStarter campaignGameStarter)
at TaleWorlds.CampaignSystem.Campaign.OnNewGameCreated(CampaignGameStarter gameStarter)
at TaleWorlds.CampaignSystem.Campaign.DoLoadingForGameType(GameTypeLoadingStates gameTypeLoadingState, GameTypeLoadingStates& nextState)
at StoryMode.CampaignStoryMode.DoLoadingForGameType(GameTypeLoadingStates gameTypeLoadingState, GameTypeLoadingStates& nextState)
at TaleWorlds.Core.GameType.DoLoadingForGameType()
at SandBox.SandBoxGameManager.DoLoadingForGameManager(GameManagerLoadingSteps gameManagerLoadingStep, GameManagerLoadingSteps& nextStep)
at TaleWorlds.Core.GameManagerBase.DoLoadingForGameManager()
at TaleWorlds.MountAndBlade.GameLoadingState.OnTick(Single dt)
at TaleWorlds.Core.GameStateManager.OnTick(Single dt)
at TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, Single dt)</pre>
</div>
<h2 name='mods'>
<a href='#mods' onclick='spoiler(this, "Installed mods" ,"mods")'>
+ Installed mods
</a>
</h2>
<div class='msg' id='mods'>
<p><input type='checkbox' onclick='hideTWMods(this)' /> Hide taleworlds mods </p>
<p><input type='checkbox' onclick='hideUnloadedMods(this)' /> Hide unloaded mods</p>
<div id="mod-container">
</div>
</div>
<h2 name='loaded-dll'>
<a href='#loaded-dll' onclick='spoiler(this, "Loaded DLLs" ,"dll")'>
+ Loaded DLLs
</a>
</h2>
<div class='msg' id='dll'>
<p><input type='checkbox' onclick='hide(this)' /> Hide taleworlds dll </p>
<ul>
<li>Assembly Bannerlord.BLSE.LauncherEx, version: 1.4.8.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\Bannerlord.BLSE.LauncherEx.exe")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Bannerlord.BLSE.LauncherEx.exe</a></li>
<li>Assembly Bannerlord.BLSE.Shared, version: 1.4.8.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\Bannerlord.BLSE.Shared.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Bannerlord.BLSE.Shared.dll</a></li>
<li>Assembly Mono.Cecil, version: 0.11.4.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Bannerlord.Harmony\\bin\\Win64_Shipping_Client\\Mono.Cecil.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.dll</a></li>
<li>Assembly 0Harmony, version: 2.3.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Bannerlord.Harmony\\bin\\Win64_Shipping_Client\\0Harmony.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\0Harmony.dll</a></li>
<li>Assembly MonoMod.Backports, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Bannerlord.Harmony\\bin\\Win64_Shipping_Client\\MonoMod.Backports.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Backports.dll</a></li>
<li>Assembly MonoMod.ILHelpers, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Bannerlord.Harmony\\bin\\Win64_Shipping_Client\\MonoMod.ILHelpers.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.ILHelpers.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.Starter.Library, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.Starter.Library.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Starter.Library.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.TwoDimension.Standalone, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.TwoDimension.Standalone.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.Standalone.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.Core, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.Core.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.Library, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.Library.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Library.dll</a></li>
<li>Assembly MonoMod.Utils, version: 25.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Bannerlord.Harmony\\bin\\Win64_Shipping_Client\\MonoMod.Utils.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Utils.dll</a></li>
<li>Assembly MonoMod.Core, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Bannerlord.Harmony\\bin\\Win64_Shipping_Client\\MonoMod.Core.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Core.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.Launcher.Library, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.Launcher.Library.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.Library.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.DotNet, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.DotNet.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.ModuleManager, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.ModuleManager.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ModuleManager.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.Engine, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.Engine.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.ObjectSystem, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.ObjectSystem.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ObjectSystem.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.Diamond, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.Diamond.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.GauntletUI, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.GauntletUI.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.dll</a></li>
<li>Assembly System.Numerics.Vectors, version: 4.1.3.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\System.Numerics.Vectors.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\System.Numerics.Vectors.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.TwoDimension, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.TwoDimension.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.InputSystem, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.InputSystem.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.InputSystem.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.Diamond, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.Diamond.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Diamond.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.PlayerServices, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.PlayerServices.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlayerServices.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.SaveSystem, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.SaveSystem.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.SaveSystem.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.Localization, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.Localization.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Localization.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.PlatformService, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.PlatformService.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.ScreenSystem, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.ScreenSystem.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ScreenSystem.dll</a></li>
<li>Assembly Newtonsoft.Json, version: 13.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\Newtonsoft.Json.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Newtonsoft.Json.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.Network, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.Network.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Network.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.GauntletUI.Data, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.GauntletUI.Data.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.Data.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.GauntletUI.PrefabSystem, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.GauntletUI.PrefabSystem.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.PrefabSystem.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.Launcher.Steam, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.Launcher.Steam.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.Steam.dll</a></li>
<li class='taleworlds_ul'>Assembly Steamworks.NET, version: 20.1.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\Steamworks.NET.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Steamworks.NET.dll</a></li>
<li>Assembly MonoMod.Iced, version: 1.17.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Bannerlord.Harmony\\bin\\Win64_Shipping_Client\\MonoMod.Iced.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Iced.dll</a></li>
<li>Assembly StbSharp, version: 0.7.2.38. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\StbSharp.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\StbSharp.dll</a></li>
<li>Assembly Mono.Cecil.Rocks, version: 0.11.4.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Bannerlord.Harmony\\bin\\Win64_Shipping_Client\\Mono.Cecil.Rocks.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.Rocks.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.Diamond.ChatSystem.Library, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.Diamond.ChatSystem.Library.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.ChatSystem.Library.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.DotNet.AutoGenerated, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.DotNet.AutoGenerated.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.AutoGenerated.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.Engine.AutoGenerated, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.Engine.AutoGenerated.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.AutoGenerated.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.AutoGenerated, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.AutoGenerated.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.AutoGenerated.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.Helpers, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.Helpers.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Helpers.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.AchievementSystem, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.AchievementSystem.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.AchievementSystem.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.ActivitySystem, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.ActivitySystem.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ActivitySystem.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.PlatformService.Steam, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.PlatformService.Steam.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.Steam.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.Diamond.AccessProvider.Test, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.Diamond.AccessProvider.Test.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.AccessProvider.Test.dll</a></li>
<li>Assembly Mono.Cecil.Mdb, version: 0.11.4.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Bannerlord.Harmony\\bin\\Win64_Shipping_Client\\Mono.Cecil.Mdb.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.Mdb.dll</a></li>
<li>Assembly Mono.Cecil.Pdb, version: 0.11.4.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Bannerlord.Harmony\\bin\\Win64_Shipping_Client\\Mono.Cecil.Pdb.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.Pdb.dll</a></li>
<li>Assembly Bannerlord.Harmony, version: 2.3.0.174. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Bannerlord.Harmony\\bin\\Win64_Shipping_Client\\Bannerlord.Harmony.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Bannerlord.Harmony.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.CampaignSystem, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.CampaignSystem.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.ViewModelCollection, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.ViewModelCollection.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.ViewModelCollection.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.Core.ViewModelCollection, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.Core.ViewModelCollection.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.ViewModelCollection.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.View, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Native\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.View.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.View.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.0, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Native\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.0.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.0.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.GauntletUI.Widgets, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.GauntletUI.ExtraWidgets, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.GauntletUI.ExtraWidgets.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.ExtraWidgets.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.1, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Native\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.1.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.1.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.GauntletUI, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Native\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.GauntletUI.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.Platform.PC, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Native\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.Platform.PC.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Platform.PC.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\BirthAndDeath\\bin\\Win64_Shipping_Client\\TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\BirthAndDeath\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.CampaignSystem.ViewModelCollection, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.CampaignSystem.ViewModelCollection.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.MountAndBlade.CustomBattle, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\CustomBattle\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.CustomBattle.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\CustomBattle\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.CustomBattle.dll</a></li>
<li class='taleworlds_ul'>Assembly SandBox, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\SandBox\\bin\\Win64_Shipping_Client\\SandBox.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.dll</a></li>
<li class='taleworlds_ul'>Assembly SandBox.ViewModelCollection, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\SandBox\\bin\\Win64_Shipping_Client\\SandBox.ViewModelCollection.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.ViewModelCollection.dll</a></li>
<li class='taleworlds_ul'>Assembly SandBox.View, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\SandBox\\bin\\Win64_Shipping_Client\\SandBox.View.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.View.dll</a></li>
<li class='taleworlds_ul'>Assembly SandBox.GauntletUI.AutoGenerated.0, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\SandBox\\bin\\Win64_Shipping_Client\\SandBox.GauntletUI.AutoGenerated.0.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.AutoGenerated.0.dll</a></li>
<li class='taleworlds_ul'>Assembly SandBox.GauntletUI.AutoGenerated.1, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\SandBox\\bin\\Win64_Shipping_Client\\SandBox.GauntletUI.AutoGenerated.1.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.AutoGenerated.1.dll</a></li>
<li class='taleworlds_ul'>Assembly SandBox.GauntletUI, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\SandBox\\bin\\Win64_Shipping_Client\\SandBox.GauntletUI.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.dll</a></li>
<li class='taleworlds_ul'>Assembly StoryMode, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\StoryMode\\bin\\Win64_Shipping_Client\\StoryMode.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.dll</a></li>
<li class='taleworlds_ul'>Assembly StoryMode.ViewModelCollection, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\StoryMode\\bin\\Win64_Shipping_Client\\StoryMode.ViewModelCollection.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.ViewModelCollection.dll</a></li>
<li class='taleworlds_ul'>Assembly StoryMode.View, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\StoryMode\\bin\\Win64_Shipping_Client\\StoryMode.View.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.View.dll</a></li>
<li class='taleworlds_ul'>Assembly StoryMode.GauntletUI.AutoGenerated, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\StoryMode\\bin\\Win64_Shipping_Client\\StoryMode.GauntletUI.AutoGenerated.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.AutoGenerated.dll</a></li>
<li class='taleworlds_ul'>Assembly StoryMode.GauntletUI, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\StoryMode\\bin\\Win64_Shipping_Client\\StoryMode.GauntletUI.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.dll</a></li>
<li>Assembly BetterCombat, version: 0.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\BetterCombat\\bin\\Win64_Shipping_Client\\BetterCombat.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\BetterCombat\bin\Win64_Shipping_Client\BetterCombat.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.Engine.GauntletUI, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.Engine.GauntletUI.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.GauntletUI.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.PSAI, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.PSAI.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PSAI.dll</a></li>
<li class='taleworlds_ul'>Assembly TaleWorlds.LinQuick, version: 1.0.0.0. Location: <a href='#' onclick='window.external.OpenPath("G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.LinQuick.dll")'>G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.LinQuick.dll</a></li>
</ul>
</div>
<h2 name="rgl">
<a href='#rgl-log' onclick='spoiler(this, "Game Engine Log" ,"rgl-log")'>
+ Game Engine Logs
</a>
</h2>
<div class='msg' id='rgl-log'>
<p>
<img src="https://icons.iconarchive.com/icons/dtafalonso/modern-xp/256/ModernXP-43-Date-New-icon.png" width="64" height="64" />
Recorded logs from the game engine (RGL). Taken at 2023-09-08 20:31:04 GMT-7
</p>
<br />
<pre id="gamelogstext">Starting new log file...
[20:30:23.677] 08 Sep 2023 Friday 20:30 Pacific Daylight Time
[20:30:23.677] Computer: SOUR-BASALT User: Compress2556
[20:30:23.677] Build Version: 24202
[20:30:23.773] Loading xml file: $BASE/Modules/BirthAndDeath/SubModule.xml.
[20:30:23.773] Loading xml file: $BASE/Modules/CustomBattle/SubModule.xml.
[20:30:23.774] Loading xml file: $BASE/Modules/Multiplayer/SubModule.xml.
[20:30:23.774] Loading xml file: $BASE/Modules/Native/SubModule.xml.
[20:30:23.774] Loading xml file: $BASE/Modules/SandBox/SubModule.xml.
[20:30:23.774] Loading xml file: $BASE/Modules/SandBoxCore/SubModule.xml.
[20:30:23.774] Loading xml file: $BASE/Modules/StoryMode/SubModule.xml.
[20:30:23.775] Loading xml file: $BASE/Modules/Bannerlord.Harmony/SubModule.xml.
[20:30:23.775] Loading xml file: $BASE/Modules/BetterCombat/SubModule.xml.
[20:30:23.775] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/SubModule.xml.
[20:30:23.775] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/SubModule.xml.
[20:30:23.775] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/SubModule.xml.
[20:30:23.775] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2875223027/SubModule.xml.
[20:30:23.776] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2875226388/SubModule.xml.
[20:30:23.776] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2875649178/SubModule.xml.
[20:30:23.776] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2875960358/SubModule.xml.
[20:30:23.776] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2880365016/SubModule.xml.
[20:30:23.776] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2880604887/SubModule.xml.
[20:30:23.776] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2883954746/SubModule.xml.
[20:30:23.776] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/SubModule.xml.
[20:30:23.777] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2885179107/SubModule.xml.
[20:30:23.777] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2885413419/SubModule.xml.
[20:30:23.777] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2886479768/SubModule.xml.
[20:30:23.777] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2886676221/SubModule.xml.
[20:30:23.777] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2887550719/SubModule.xml.
[20:30:23.777] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2887553628/SubModule.xml.
[20:30:23.778] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2887740268/SubModule.xml.
[20:30:23.778] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2910268800/SubModule.xml.
[20:30:23.778] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2910947065/SubModule.xml.
[20:30:23.778] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2916000111/SubModule.xml.
[20:30:23.778] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2920954993/SubModule.xml.
[20:30:23.778] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2928812888/SubModule.xml.
[20:30:23.778] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2953564744/SubModule.xml.
[20:30:23.779] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2959469806/SubModule.xml.
[20:30:23.779] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2961485825/SubModule.xml.
[20:30:23.779] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2955909085/SubModule.xml.
[20:30:23.779] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2877554017/SubModule.xml.
[20:30:23.779] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2993061377/SubModule.xml.
[20:30:23.779] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2892150920/SubModule.xml.
[20:30:23.779] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\3002040271/SubModule.xml.
[20:30:23.780] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2885430860/SubModule.xml.
[20:30:23.780] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2884793525/SubModule.xml.
[20:30:23.780] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2875503961/SubModule.xml.
[20:30:23.780] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2880158010/SubModule.xml.
[20:30:23.780] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2885428909/SubModule.xml.
[20:30:23.780] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2921338395/SubModule.xml.
[20:30:23.781] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2921350620/SubModule.xml.
[20:30:23.781] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2945241650/SubModule.xml.
[20:30:23.781] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2956986632/SubModule.xml.
[20:30:23.781] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2957211804/SubModule.xml.
[20:30:23.781] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2999591774/SubModule.xml.
[20:30:23.781] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2888899050/SubModule.xml.
[20:30:23.782] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\3009542964/SubModule.xml.
[20:30:23.782] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2875478172/SubModule.xml.
[20:30:23.782] Loading xml file: G:\SteamLibrary\steamapps\workshop\content\261550\2897212014/SubModule.xml.
[20:30:23.782] Loading xml file: $BASE/Modules/Bannerlord.Harmony/SubModule.xml.
[20:30:23.782] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2875478172/SubModule.xml.
[20:30:23.782] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2859232415/SubModule.xml.
[20:30:23.783] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2859222409/SubModule.xml.
[20:30:23.783] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2859238197/SubModule.xml.
[20:30:23.783] Loading xml file: $BASE/Modules/Native/SubModule.xml.
[20:30:23.783] Loading xml file: $BASE/Modules/SandBoxCore/SubModule.xml.
[20:30:23.784] Loading xml file: $BASE/Modules/BirthAndDeath/SubModule.xml.
[20:30:23.784] Loading xml file: $BASE/Modules/CustomBattle/SubModule.xml.
[20:30:23.784] Loading xml file: $BASE/Modules/SandBox/SubModule.xml.
[20:30:23.785] Loading xml file: $BASE/Modules/StoryMode/SubModule.xml.
[20:30:23.786] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2875649178/SubModule.xml.
[20:30:23.786] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2875960358/SubModule.xml.
[20:30:23.786] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2875503961/SubModule.xml.
[20:30:23.786] Loading xml file: $BASE/Modules/BetterCombat/SubModule.xml.
[20:30:23.786] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2875223027/SubModule.xml.
[20:30:23.787] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2875226388/SubModule.xml.
[20:30:23.787] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2880365016/SubModule.xml.
[20:30:23.787] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2880604887/SubModule.xml.
[20:30:23.787] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2883954746/SubModule.xml.
[20:30:23.787] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2884365680/SubModule.xml.
[20:30:23.787] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2885179107/SubModule.xml.
[20:30:23.788] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2885413419/SubModule.xml.
[20:30:23.788] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2886479768/SubModule.xml.
[20:30:23.788] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2886676221/SubModule.xml.
[20:30:23.788] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2887550719/SubModule.xml.
[20:30:23.788] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2887553628/SubModule.xml.
[20:30:23.788] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2887740268/SubModule.xml.
[20:30:23.788] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2910268800/SubModule.xml.
[20:30:23.789] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2910947065/SubModule.xml.
[20:30:23.789] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2916000111/SubModule.xml.
[20:30:23.789] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2920954993/SubModule.xml.
[20:30:23.789] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2928812888/SubModule.xml.
[20:30:23.789] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2953564744/SubModule.xml.
[20:30:23.789] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2959469806/SubModule.xml.
[20:30:23.790] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2961485825/SubModule.xml.
[20:30:23.790] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2955909085/SubModule.xml.
[20:30:23.790] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2877554017/SubModule.xml.
[20:30:23.790] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2993061377/SubModule.xml.
[20:30:23.790] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2892150920/SubModule.xml.
[20:30:23.790] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2885428909/SubModule.xml.
[20:30:23.791] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2885430860/SubModule.xml.
[20:30:23.791] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2884793525/SubModule.xml.
[20:30:23.791] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2880158010/SubModule.xml.
[20:30:23.791] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2921338395/SubModule.xml.
[20:30:23.791] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2921350620/SubModule.xml.
[20:30:23.791] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2945241650/SubModule.xml.
[20:30:23.791] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2956986632/SubModule.xml.
[20:30:23.792] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2957211804/SubModule.xml.
[20:30:23.792] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2999591774/SubModule.xml.
[20:30:23.792] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2888899050/SubModule.xml.
[20:30:23.792] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/3009542964/SubModule.xml.
[20:30:23.792] Loading xml file: G:/SteamLibrary/steamapps/workshop/content/261550/2897212014/SubModule.xml.
[20:30:23.799] Command Args: /singleplayer _MODULES_*Bannerlord.Harmony*BetterExceptionWindow*Bannerlord.ButterLib*Bannerlord.UIExtenderEx*Bannerlord.MBOptionScreen*Native*SandBoxCore*BirthAndDeath*CustomBattle*Sandbox*StoryMode*BattleStats*BetterTime*AEW - Adonnays Exotic Weaponry*BetterCombat*Heal on Kill*GovernorsHandleIssues*Bodyguards*SmithyWSTweak*Brynhild*Bannerlord.YellToInspire*Morgana*Megacles*SimpleBank*TroopSort*William*Nicanor*Twins*Bannerlord.NearbyTournaments*KingdomPoliticsExpanded*Bannerlord.EncyclopediaFilters*StopStarvingYourselves*EliteMercsExpanded*Bannerlord.EncyclopediaExtender*Bannerlord.FamilyTree*Bannerlord.MoreTraitInfo*UpgradeUrEquipment*ImprovedGarrisons*ExpandedEliteTroops*MyLittleWarband*CJ's Vanilla Items*CJ's Lord Equipment Tweaks*CJ's Starting Gear - Main*AgricultureEstate*RTSCamera*RTSCamera.CommandSystem*PlayerGovernor*Bannerlord.RemoveFogOfWar*ChooseYourTroops*BetterTroopHUD*legionnairesThrowPilums*WealthyWorkshops*Tutelage*_MODULES_ no_watchdog
[20:30:23.799] try_to_get_cache_save_privilege result : 1
[20:30:23.850] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:23.850] reading sound_files xml files
[20:30:23.850] file: ModuleData/soundfiles.xml
[20:30:23.850] Loading xml file: $BASE/Modules/Native/ModuleData/soundfiles.xml.
[20:30:23.981] rglShader_manager::read_compressed_shader_cache_package : 0.174919
[20:30:23.981] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:23.981] reading physics_material xml files
[20:30:23.981] file: ModuleData/physics_materials.xml
[20:30:23.982] Loading xml file: $BASE/Modules/Native/ModuleData/physics_materials.xml.
[20:30:23.982] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:23.982] reading physics_material xml files
[20:30:23.982] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:23.982] reading physics_material xml files
[20:30:23.983] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:23.983] reading physics_material xml files
[20:30:23.983] file: ModuleData/physics_materials.xml
[20:30:23.983] Loading xml file: $BASE/Modules/Native/ModuleData/physics_materials.xml.
[20:30:23.984] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:23.984] reading physics_material xml files
[20:30:23.984] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:23.984] reading physics_material xml files
[20:30:24.025] Selected graphics adapter: [0] NVIDIA GeForce RTX 3060 Ti
[20:30:24.438] reading sound_files xml files
[20:30:24.438] file: ModuleData/soundfiles.xml
[20:30:24.438] Loading xml file: $BASE/Modules/Native/ModuleData/soundfiles.xml.
[20:30:26.034] Loading xml file: $BASE/Modules/Native/TileSets/ValidMaterials.xml.
[20:30:26.081] Loading xml file: $BASE/Data/font_data.xml.
[20:30:27.511] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:27.511] reading sound_files xml files
[20:30:27.511] reading sound_files xml files
[20:30:27.511] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:27.511] reading sound_files xml files
[20:30:27.511] reading sound_files xml files
[20:30:27.517] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:27.517] reading module_sound xml files
[20:30:27.517] file: ModuleData/module_sounds.xml
[20:30:27.517] Loading xml file: $BASE/Modules/Native/ModuleData/module_sounds.xml.
[20:30:27.517] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:27.517] reading module_sound xml files
[20:30:27.517] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:27.517] reading module_sound xml files
[20:30:27.520] --------------Mono Loading Step::on_managed_interface_init--------------
[20:30:27.520] --------------Mono Loading Step::managed_interface_init--------------
[20:30:27.524] Loading packages G:/SteamLibrary/steamapps/workshop/content/261550/2859238197/AssetPackages...
[20:30:27.524] Registering items...
[20:30:27.524] Initializing items
[20:30:27.525] Loading packages $BASE/Modules/Native/AssetPackages...
[20:30:27.871] Registering items...
[20:30:27.912] Unable to find item to add dependency(depender battania_light_armor_c)
[20:30:27.912] Unable to find item to add dependency(depender battania_light_armor_c_converted)
[20:30:27.912] Unable to find item to add dependency(depender battania_light_armor_c_converted_slim)
[20:30:27.912] Unable to find item to add dependency(depender battania_light_armor_c_slim)
[20:30:27.912] Unable to find item to add dependency(depender battanian_chainmail_shoulder_b)
[20:30:27.912] Unable to find item to add dependency(depender burlap_sack_dress)
[20:30:27.912] Unable to find item to add dependency(depender burlap_sack_dress_converted)
[20:30:27.912] Unable to find item to add dependency(depender burlap_sack_dress_converted)
[20:30:27.912] Unable to find item to add dependency(depender burlap_sack_dress_converted)
[20:30:27.912] Unable to find item to add dependency(depender burlap_sack_dress_converted_slim)
[20:30:27.912] Unable to find item to add dependency(depender burlap_sack_dress_converted_slim)
[20:30:27.912] Unable to find item to add dependency(depender burlap_sack_dress_converted_slim)
[20:30:27.912] Unable to find item to add dependency(depender burlap_sack_dress_slim)
[20:30:27.912] Unable to find item to add dependency(depender burlap_sack_dress_slim)
[20:30:27.912] Unable to find item to add dependency(depender conversation_negative_confident)
[20:30:27.912] Unable to find item to add dependency(depender conversation_positive_confident)
[20:30:27.913] Unable to find item to add dependency(depender conversation_trivial_confident)
[20:30:27.913] Unable to find item to add dependency(depender conversation_unsure_confident)
[20:30:27.913] Unable to find item to add dependency(depender conversation_very_negative_confident)
[20:30:27.913] Unable to find item to add dependency(depender conversation_very_positive_confident)
[20:30:27.913] Unable to find item to add dependency(depender empire_crown)
[20:30:27.913] Unable to find item to add dependency(depender empire_crown_v2)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_a)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_a)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_d)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_e)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_f)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_g_b)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_g_b)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_g_c)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_g_d)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_g_f)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_h)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_h)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_h_ab)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_h_bb)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_h_bb)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_h_da)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_h_eb)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_h_fa)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_h_fb)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_i)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_i_a)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_i_aa)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_i_da)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_i_db)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_i_fb)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_j__a)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_j_d)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_j_da)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_j_db)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_j_e)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_j_f)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_j_fa)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_j_fb)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_k_f)
[20:30:27.913] Unable to find item to add dependency(depender empire_helmet_k_fb)
[20:30:27.914] Unable to find item to add dependency(depender horse_harness_aserai_d)
[20:30:27.914] Unable to find item to add dependency(depender horse_harness_imperial_b_clotest)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_a)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_a_converted)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_a_converted)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_a_converted_slim)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_a_converted_slim)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_a_slim)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_a_slim)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_b)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_b_converted)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_b_converted)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_b_converted_slim)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_b_converted_slim)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_b_slim)
[20:30:27.914] Unable to find item to add dependency(depender plated_leather_armor_b_slim)
[20:30:27.915] Unable to find item to add dependency(depender sturgian_lamellar_base)
[20:30:27.915] Unable to find item to add dependency(depender sturgian_lamellar_base_converted)
[20:30:27.915] Unable to find item to add dependency(depender sturgian_lamellar_base_converted_slim)
[20:30:27.915] Unable to find item to add dependency(depender sturgian_lamellar_base_slim)
[20:30:27.915] Unable to find item to add dependency(depender sturgian_lamellar_fortified)
[20:30:27.915] Unable to find item to add dependency(depender sturgian_lamellar_fortified)
[20:30:27.915] Unable to find item to add dependency(depender sturgian_lamellar_fortified_converted)
[20:30:27.915] Unable to find item to add dependency(depender sturgian_lamellar_fortified_converted)
[20:30:27.915] Unable to find item to add dependency(depender sturgian_lamellar_fortified_converted_slim)
[20:30:27.915] Unable to find item to add dependency(depender sturgian_lamellar_fortified_converted_slim)
[20:30:27.915] Unable to find item to add dependency(depender sturgian_lamellar_fortified_slim)
[20:30:27.915] Unable to find item to add dependency(depender sturgian_lamellar_fortified_slim)
[20:30:27.916] Unable to find item to add dependency(depender walk_forward_unarmed)
[20:30:27.945] Initializing items
[20:30:28.247] Loading packages $BASE/Modules/SandBox/AssetPackages...
[20:30:28.248] Registering items...
[20:30:28.248] Initializing items
[20:30:28.248] Loading packages G:/SteamLibrary/steamapps/workshop/content/261550/2875503961/AssetPackages...
[20:30:28.249] Registering items...
[20:30:28.249] Initializing items
[20:30:28.249] Loading packages G:/SteamLibrary/steamapps/workshop/content/261550/2886479768/Assets...
[20:30:28.251] Registering items...
[20:30:28.251] Initializing items
[20:30:28.251] Loading packages G:/SteamLibrary/steamapps/workshop/content/261550/2999591774/AssetPackages...
[20:30:28.252] Registering items...
[20:30:28.252] Initializing items
[20:30:28.262] Loading done...
[20:30:28.263] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:28.264] Loading xml file: $BASE/Modules/Native/ModuleData/decal_textures_all.xml.
[20:30:28.265] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:28.265] Loading xml file: $BASE/Modules/Native/ModuleData/decal_textures_worldmap.xml.
[20:30:28.265] Loading xml file: $BASE/Modules/Native/ModuleData/cloth_materials.xml.
[20:30:28.265] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:28.265] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:28.265] Loading xml file: $BASE/Modules/Native/ModuleData/flora_kinds.xml.
[20:30:28.265] Loading xml file: $BASE/Modules/Native/ModuleData/special_meshes.xml.
[20:30:28.265] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:28.266] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:28.266] reading face_animation_record xml files
[20:30:28.266] file: ModuleData/voices.xml
[20:30:28.266] Loading xml file: $BASE/Modules/Native/ModuleData/voices.xml.
[20:30:28.266] reading postfx xml files
[20:30:28.266] file: ModuleData/postfx_graphs.xml
[20:30:28.266] Loading xml file: $BASE/Modules/Native/ModuleData/postfx_graphs.xml.
[20:30:28.266] reading decal_set xml files
[20:30:28.266] file: ModuleData/decal_sets.xml
[20:30:28.266] Loading xml file: $BASE/Modules/Native/ModuleData/decal_sets.xml.
[20:30:28.266] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:28.266] reading skinned_decals xml files
[20:30:28.266] file: ModuleData/skinned_decals.xml
[20:30:28.266] Loading xml file: $BASE/Modules/Native/ModuleData/skinned_decals.xml.
[20:30:28.267] Loading xml file: $BASE/Modules/Native/ModuleData/decal_textures_battle.xml.
[20:30:28.267] file: ModuleData/before_transparents_graph.xml
[20:30:28.267] Loading xml file: $BASE/Modules/Native/ModuleData/before_transparents_graph.xml.
[20:30:28.267] file: ModuleData/thumbnail_postfx_graphs.xml
[20:30:28.267] Loading xml file: $BASE/Modules/Native/ModuleData/thumbnail_postfx_graphs.xml.
[20:30:28.267] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:28.268] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:28.268] file: ModuleData/prerender.xml
[20:30:28.268] Loading xml file: $BASE/Modules/Native/ModuleData/decal_textures_town.xml.
[20:30:28.268] Loading xml file: $BASE/Modules/Native/ModuleData/prerender.xml.
[20:30:28.268] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:28.268] reading decal_set xml files
[20:30:28.268] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:28.268] reading face_animation_record xml files
[20:30:28.268] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:28.268] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:28.269] reading decal_set xml files
[20:30:28.269] reading face_animation_record xml files
[20:30:28.269] Loading xml file: $BASE/Modules/Native/ModuleData/decal_textures_multiplayer.xml.
[20:30:28.271] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:28.271] reading postfx xml files
[20:30:28.272] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:28.272] reading postfx xml files
[20:30:28.279] Loading xml file: $BASE/Modules/Native/ModuleData/cloth_bodies.xml.
[20:30:28.347] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:28.347] reading skinned_decals xml files
[20:30:28.347] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:28.348] reading skinned_decals xml files
[20:30:28.589] Loading assembly: TaleWorlds.MountAndBlade.AutoGenerated.dll
[20:30:28.741] Assembly load result: SUCCESS
[20:30:28.757] Creating module...
[20:30:28.849] Module Initialize begin...
[20:30:28.857] Loading platform services...
[20:30:28.863] Loading assembly: TaleWorlds.PlatformService.Steam.dll
[20:30:28.869] Assembly load result: SUCCESS
[20:30:28.937] Couldn't find .dll: ..\..\Modules\Multiplayer\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Multiplayer.GDK.dll
[20:30:28.937] Couldn't find .dll: ..\..\Modules\Multiplayer\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.DedicatedServer.dll
[20:30:28.937] Couldn't find .dll: ..\..\Modules\Multiplayer\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.DedicatedCommunityServer.dll
[20:30:28.937] Couldn't find .dll: ..\..\Modules\Multiplayer\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.DedicatedCustomServer.dll
[20:30:28.937] Couldn't find .dll: ..\..\Modules\Multiplayer\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.DedicatedCustomServer.Official.dll
[20:30:28.937] Couldn't find .dll: ..\..\Modules\Multiplayer\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.DedicatedCustomServer.WebPanel.dll
[20:30:28.937] Couldn't find .dll: ..\..\Modules\Multiplayer\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.ListedServer.MapServer.dll
[20:30:28.946] Couldn't find .dll: ..\..\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Platform.PS.dll
[20:30:28.946] Couldn't find .dll: ..\..\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Platform.GDK.dll
[20:30:29.035] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\BR\language_data.xml
[20:30:29.036] Loading localized text xml: #document
[20:30:29.038] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\BYc\language_data.xml
[20:30:29.038] Loading localized text xml: #document
[20:30:29.038] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\BYl\language_data.xml
[20:30:29.038] Loading localized text xml: #document
[20:30:29.038] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\CNs\language_data.xml
[20:30:29.038] Loading localized text xml: #document
[20:30:29.038] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\CNt\language_data.xml
[20:30:29.038] Loading localized text xml: #document
[20:30:29.038] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\DE\language_data.xml
[20:30:29.039] Loading localized text xml: #document
[20:30:29.039] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\EN\language_data.xml
[20:30:29.039] Loading localized text xml: #document
[20:30:29.039] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\FR\language_data.xml
[20:30:29.039] Loading localized text xml: #document
[20:30:29.039] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\IT\language_data.xml
[20:30:29.039] Loading localized text xml: #document
[20:30:29.039] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\JP\language_data.xml
[20:30:29.039] Loading localized text xml: #document
[20:30:29.039] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\KO\language_data.xml
[20:30:29.040] Loading localized text xml: #document
[20:30:29.040] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\PL\language_data.xml
[20:30:29.040] Loading localized text xml: #document
[20:30:29.040] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\RO\language_data.xml
[20:30:29.040] Loading localized text xml: #document
[20:30:29.040] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\RU\language_data.xml
[20:30:29.040] Loading localized text xml: #document
[20:30:29.040] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\SP\language_data.xml
[20:30:29.040] Loading localized text xml: #document
[20:30:29.040] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\TR\language_data.xml
[20:30:29.041] Loading localized text xml: #document
[20:30:29.041] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages\UA\language_data.xml
[20:30:29.042] Loading localized text xml: #document
[20:30:29.050] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\BR\language_data.xml
[20:30:29.050] Loading localized text xml: #document
[20:30:29.050] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\BYc\language_data.xml
[20:30:29.050] Loading localized text xml: #document
[20:30:29.050] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\BYl\language_data.xml
[20:30:29.050] Loading localized text xml: #document
[20:30:29.050] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\CNs\language_data.xml
[20:30:29.051] Loading localized text xml: #document
[20:30:29.051] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\CNt\language_data.xml
[20:30:29.051] Loading localized text xml: #document
[20:30:29.051] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\DE\language_data.xml
[20:30:29.051] Loading localized text xml: #document
[20:30:29.051] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\EN\language_data.xml
[20:30:29.051] Loading localized text xml: #document
[20:30:29.051] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\FR\language_data.xml
[20:30:29.051] Loading localized text xml: #document
[20:30:29.051] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\IT\language_data.xml
[20:30:29.051] Loading localized text xml: #document
[20:30:29.051] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\JP\language_data.xml
[20:30:29.052] Loading localized text xml: #document
[20:30:29.052] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\KO\language_data.xml
[20:30:29.052] Loading localized text xml: #document
[20:30:29.052] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\PL\language_data.xml
[20:30:29.052] Loading localized text xml: #document
[20:30:29.052] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\RO\language_data.xml
[20:30:29.052] Loading localized text xml: #document
[20:30:29.052] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\RU\language_data.xml
[20:30:29.052] Loading localized text xml: #document
[20:30:29.052] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\SP\language_data.xml
[20:30:29.053] Loading localized text xml: #document
[20:30:29.053] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\TR\language_data.xml
[20:30:29.053] Loading localized text xml: #document
[20:30:29.053] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages\UA\language_data.xml
[20:30:29.053] Loading localized text xml: #document
[20:30:29.060] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\BR\language_data.xml
[20:30:29.060] Loading localized text xml: #document
[20:30:29.060] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\BYc\language_data.xml
[20:30:29.060] Loading localized text xml: #document
[20:30:29.060] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\BYl\language_data.xml
[20:30:29.060] Loading localized text xml: #document
[20:30:29.060] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\CNs\language_data.xml
[20:30:29.061] Loading localized text xml: #document
[20:30:29.061] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\CNt\language_data.xml
[20:30:29.061] Loading localized text xml: #document
[20:30:29.061] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\DE\language_data.xml
[20:30:29.061] Loading localized text xml: #document
[20:30:29.061] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\EN\language_data.xml
[20:30:29.061] Loading localized text xml: #document
[20:30:29.061] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\FR\language_data.xml
[20:30:29.061] Loading localized text xml: #document
[20:30:29.061] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\IT\language_data.xml
[20:30:29.062] Loading localized text xml: #document
[20:30:29.062] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\JP\language_data.xml
[20:30:29.062] Loading localized text xml: #document
[20:30:29.062] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\KO\language_data.xml
[20:30:29.062] Loading localized text xml: #document
[20:30:29.062] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\PL\language_data.xml
[20:30:29.062] Loading localized text xml: #document
[20:30:29.062] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\RO\language_data.xml
[20:30:29.062] Loading localized text xml: #document
[20:30:29.062] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\RU\language_data.xml
[20:30:29.064] Loading localized text xml: #document
[20:30:29.064] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\SP\language_data.xml
[20:30:29.064] Loading localized text xml: #document
[20:30:29.064] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\TR\language_data.xml
[20:30:29.064] Loading localized text xml: #document
[20:30:29.064] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages\UA\language_data.xml
[20:30:29.064] Loading localized text xml: #document
[20:30:29.071] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\BR\language_data.xml
[20:30:29.071] Loading localized text xml: #document
[20:30:29.071] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\BYc\language_data.xml
[20:30:29.071] Loading localized text xml: #document
[20:30:29.071] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\BYl\language_data.xml
[20:30:29.071] Loading localized text xml: #document
[20:30:29.071] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\CNs\language_data.xml
[20:30:29.072] Loading localized text xml: #document
[20:30:29.072] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\CNt\language_data.xml
[20:30:29.072] Loading localized text xml: #document
[20:30:29.072] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\DE\language_data.xml
[20:30:29.072] Loading localized text xml: #document
[20:30:29.072] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\EN\language_data.xml
[20:30:29.073] Loading localized text xml: #document
[20:30:29.073] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\FR\language_data.xml
[20:30:29.073] Loading localized text xml: #document
[20:30:29.073] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\IT\language_data.xml
[20:30:29.073] Loading localized text xml: #document
[20:30:29.073] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\JP\language_data.xml
[20:30:29.073] Loading localized text xml: #document
[20:30:29.073] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\KO\language_data.xml
[20:30:29.073] Loading localized text xml: #document
[20:30:29.073] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\PL\language_data.xml
[20:30:29.073] Loading localized text xml: #document
[20:30:29.073] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\RO\language_data.xml
[20:30:29.074] Loading localized text xml: #document
[20:30:29.074] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\RU\language_data.xml
[20:30:29.074] Loading localized text xml: #document
[20:30:29.074] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\SP\language_data.xml
[20:30:29.074] Loading localized text xml: #document
[20:30:29.074] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\TR\language_data.xml
[20:30:29.074] Loading localized text xml: #document
[20:30:29.074] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages\UA\language_data.xml
[20:30:29.074] Loading localized text xml: #document
[20:30:29.079] opening ..\..\Modules\Native/ModuleData/Languages\language_data.xml
[20:30:29.080] Loading localized text xml: #document
[20:30:29.080] opening ..\..\Modules\Native/ModuleData/Languages\BR\language_data.xml
[20:30:29.080] Loading localized text xml: #document
[20:30:29.080] opening ..\..\Modules\Native/ModuleData/Languages\CNs\language_data.xml
[20:30:29.080] Loading localized text xml: #document
[20:30:29.080] opening ..\..\Modules\Native/ModuleData/Languages\CNt\language_data.xml
[20:30:29.080] Loading localized text xml: #document
[20:30:29.080] opening ..\..\Modules\Native/ModuleData/Languages\DE\language_data.xml
[20:30:29.080] Loading localized text xml: #document
[20:30:29.080] opening ..\..\Modules\Native/ModuleData/Languages\FR\language_data.xml
[20:30:29.081] Loading localized text xml: #document
[20:30:29.081] opening ..\..\Modules\Native/ModuleData/Languages\IT\language_data.xml
[20:30:29.081] Loading localized text xml: #document
[20:30:29.081] opening ..\..\Modules\Native/ModuleData/Languages\JP\language_data.xml
[20:30:29.081] Loading localized text xml: #document
[20:30:29.081] opening ..\..\Modules\Native/ModuleData/Languages\KO\language_data.xml
[20:30:29.081] Loading localized text xml: #document
[20:30:29.081] opening ..\..\Modules\Native/ModuleData/Languages\PL\language_data.xml
[20:30:29.081] Loading localized text xml: #document
[20:30:29.081] opening ..\..\Modules\Native/ModuleData/Languages\RU\language_data.xml
[20:30:29.082] Loading localized text xml: #document
[20:30:29.082] opening ..\..\Modules\Native/ModuleData/Languages\SP\language_data.xml
[20:30:29.082] Loading localized text xml: #document
[20:30:29.082] opening ..\..\Modules\Native/ModuleData/Languages\TR\language_data.xml
[20:30:29.082] Loading localized text xml: #document
[20:30:29.088] opening ..\..\Modules\SandBoxCore/ModuleData/Languages\BR\language_data.xml
[20:30:29.089] Loading localized text xml: #document
[20:30:29.089] opening ..\..\Modules\SandBoxCore/ModuleData/Languages\CNs\language_data.xml
[20:30:29.089] Loading localized text xml: #document
[20:30:29.089] opening ..\..\Modules\SandBoxCore/ModuleData/Languages\CNt\language_data.xml
[20:30:29.089] Loading localized text xml: #document
[20:30:29.089] opening ..\..\Modules\SandBoxCore/ModuleData/Languages\DE\language_data.xml
[20:30:29.089] Loading localized text xml: #document
[20:30:29.089] opening ..\..\Modules\SandBoxCore/ModuleData/Languages\FR\language_data.xml
[20:30:29.090] Loading localized text xml: #document
[20:30:29.090] opening ..\..\Modules\SandBoxCore/ModuleData/Languages\IT\language_data.xml
[20:30:29.090] Loading localized text xml: #document
[20:30:29.090] opening ..\..\Modules\SandBoxCore/ModuleData/Languages\JP\language_data.xml
[20:30:29.090] Loading localized text xml: #document
[20:30:29.090] opening ..\..\Modules\SandBoxCore/ModuleData/Languages\KO\language_data.xml
[20:30:29.090] Loading localized text xml: #document
[20:30:29.090] opening ..\..\Modules\SandBoxCore/ModuleData/Languages\PL\language_data.xml
[20:30:29.090] Loading localized text xml: #document
[20:30:29.090] opening ..\..\Modules\SandBoxCore/ModuleData/Languages\RU\language_data.xml
[20:30:29.090] Loading localized text xml: #document
[20:30:29.091] opening ..\..\Modules\SandBoxCore/ModuleData/Languages\SP\language_data.xml
[20:30:29.091] Loading localized text xml: #document
[20:30:29.091] opening ..\..\Modules\SandBoxCore/ModuleData/Languages\TR\language_data.xml
[20:30:29.091] Loading localized text xml: #document
[20:30:29.096] opening ..\..\Modules\CustomBattle/ModuleData/Languages\BR\language_data.xml
[20:30:29.096] Loading localized text xml: #document
[20:30:29.096] opening ..\..\Modules\CustomBattle/ModuleData/Languages\CNs\language_data.xml
[20:30:29.096] Loading localized text xml: #document
[20:30:29.096] opening ..\..\Modules\CustomBattle/ModuleData/Languages\CNt\language_data.xml
[20:30:29.096] Loading localized text xml: #document
[20:30:29.096] opening ..\..\Modules\CustomBattle/ModuleData/Languages\DE\language_data.xml
[20:30:29.096] Loading localized text xml: #document
[20:30:29.096] opening ..\..\Modules\CustomBattle/ModuleData/Languages\FR\language_data.xml
[20:30:29.097] Loading localized text xml: #document
[20:30:29.097] opening ..\..\Modules\CustomBattle/ModuleData/Languages\IT\language_data.xml
[20:30:29.097] Loading localized text xml: #document
[20:30:29.097] opening ..\..\Modules\CustomBattle/ModuleData/Languages\JP\language_data.xml
[20:30:29.097] Loading localized text xml: #document
[20:30:29.097] opening ..\..\Modules\CustomBattle/ModuleData/Languages\KO\language_data.xml
[20:30:29.097] Loading localized text xml: #document
[20:30:29.097] opening ..\..\Modules\CustomBattle/ModuleData/Languages\PL\language_data.xml
[20:30:29.097] Loading localized text xml: #document
[20:30:29.097] opening ..\..\Modules\CustomBattle/ModuleData/Languages\RU\language_data.xml
[20:30:29.097] Loading localized text xml: #document
[20:30:29.097] opening ..\..\Modules\CustomBattle/ModuleData/Languages\SP\language_data.xml
[20:30:29.098] Loading localized text xml: #document
[20:30:29.098] opening ..\..\Modules\CustomBattle/ModuleData/Languages\TR\language_data.xml
[20:30:29.098] Loading localized text xml: #document
[20:30:29.108] opening ..\..\Modules\SandBox/ModuleData/Languages\language_data.xml
[20:30:29.108] Loading localized text xml: #document
[20:30:29.108] opening ..\..\Modules\SandBox/ModuleData/Languages\BR\language_data.xml
[20:30:29.108] Loading localized text xml: #document
[20:30:29.108] opening ..\..\Modules\SandBox/ModuleData/Languages\CNs\language_data.xml
[20:30:29.108] Loading localized text xml: #document
[20:30:29.108] opening ..\..\Modules\SandBox/ModuleData/Languages\CNt\language_data.xml
[20:30:29.108] Loading localized text xml: #document
[20:30:29.108] opening ..\..\Modules\SandBox/ModuleData/Languages\DE\language_data.xml
[20:30:29.109] Loading localized text xml: #document
[20:30:29.109] opening ..\..\Modules\SandBox/ModuleData/Languages\FR\language_data.xml
[20:30:29.109] Loading localized text xml: #document
[20:30:29.109] opening ..\..\Modules\SandBox/ModuleData/Languages\IT\language_data.xml
[20:30:29.109] Loading localized text xml: #document
[20:30:29.109] opening ..\..\Modules\SandBox/ModuleData/Languages\JP\language_data.xml
[20:30:29.109] Loading localized text xml: #document
[20:30:29.109] opening ..\..\Modules\SandBox/ModuleData/Languages\KO\language_data.xml
[20:30:29.109] Loading localized text xml: #document
[20:30:29.109] opening ..\..\Modules\SandBox/ModuleData/Languages\PL\language_data.xml
[20:30:29.110] Loading localized text xml: #document
[20:30:29.110] opening ..\..\Modules\SandBox/ModuleData/Languages\RU\language_data.xml
[20:30:29.110] Loading localized text xml: #document
[20:30:29.110] opening ..\..\Modules\SandBox/ModuleData/Languages\SP\language_data.xml
[20:30:29.110] Loading localized text xml: #document
[20:30:29.110] opening ..\..\Modules\SandBox/ModuleData/Languages\TR\language_data.xml
[20:30:29.110] Loading localized text xml: #document
[20:30:29.117] opening ..\..\Modules\StoryMode/ModuleData/Languages\language_data.xml
[20:30:29.117] Loading localized text xml: #document
[20:30:29.117] opening ..\..\Modules\StoryMode/ModuleData/Languages\BR\language_data.xml
[20:30:29.117] Loading localized text xml: #document
[20:30:29.117] opening ..\..\Modules\StoryMode/ModuleData/Languages\CNs\language_data.xml
[20:30:29.117] Loading localized text xml: #document
[20:30:29.117] opening ..\..\Modules\StoryMode/ModuleData/Languages\CNt\language_data.xml
[20:30:29.117] Loading localized text xml: #document
[20:30:29.117] opening ..\..\Modules\StoryMode/ModuleData/Languages\DE\language_data.xml
[20:30:29.118] Loading localized text xml: #document
[20:30:29.118] opening ..\..\Modules\StoryMode/ModuleData/Languages\FR\language_data.xml
[20:30:29.118] Loading localized text xml: #document
[20:30:29.118] opening ..\..\Modules\StoryMode/ModuleData/Languages\IT\language_data.xml
[20:30:29.118] Loading localized text xml: #document
[20:30:29.118] opening ..\..\Modules\StoryMode/ModuleData/Languages\JP\language_data.xml
[20:30:29.118] Loading localized text xml: #document
[20:30:29.118] opening ..\..\Modules\StoryMode/ModuleData/Languages\KO\language_data.xml
[20:30:29.118] Loading localized text xml: #document
[20:30:29.118] opening ..\..\Modules\StoryMode/ModuleData/Languages\PL\language_data.xml
[20:30:29.118] Loading localized text xml: #document
[20:30:29.118] opening ..\..\Modules\StoryMode/ModuleData/Languages\RU\language_data.xml
[20:30:29.119] Loading localized text xml: #document
[20:30:29.119] opening ..\..\Modules\StoryMode/ModuleData/Languages\SP\language_data.xml
[20:30:29.119] Loading localized text xml: #document
[20:30:29.119] opening ..\..\Modules\StoryMode/ModuleData/Languages\TR\language_data.xml
[20:30:29.119] Loading localized text xml: #document
[20:30:29.120] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875960358/ModuleData/Languages\CNs\language_data.xml
[20:30:29.120] Loading localized text xml: #document
[20:30:29.122] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875223027/ModuleData/Languages\EN\language_data.xml
[20:30:29.122] Loading localized text xml: #document
[20:30:29.124] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875226388/ModuleData/Languages\CNs\language_data.xml
[20:30:29.124] Loading localized text xml: #document
[20:30:29.124] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875226388/ModuleData/Languages\EN\language_data.xml
[20:30:29.124] Loading localized text xml: #document
[20:30:29.125] opening G:\SteamLibrary\steamapps\workshop\content\261550\2880365016/ModuleData/Languages\EN\language_data.xml
[20:30:29.126] Loading localized text xml: #document
[20:30:29.133] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\BR\language_data.xml
[20:30:29.133] Loading localized text xml: #document
[20:30:29.133] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\BYc\language_data.xml
[20:30:29.133] Loading localized text xml: #document
[20:30:29.133] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\BYl\language_data.xml
[20:30:29.133] Loading localized text xml: #document
[20:30:29.133] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\CNs\language_data.xml
[20:30:29.133] Loading localized text xml: #document
[20:30:29.133] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\CNt\language_data.xml
[20:30:29.133] Loading localized text xml: #document
[20:30:29.133] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\DE\language_data.xml
[20:30:29.134] Loading localized text xml: #document
[20:30:29.134] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\EN\language_data.xml
[20:30:29.134] Loading localized text xml: #document
[20:30:29.134] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\FR\language_data.xml
[20:30:29.134] Loading localized text xml: #document
[20:30:29.134] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\IT\language_data.xml
[20:30:29.134] Loading localized text xml: #document
[20:30:29.134] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\JA\language_data.xml
[20:30:29.134] Loading localized text xml: #document
[20:30:29.134] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\KO\language_data.xml
[20:30:29.134] Loading localized text xml: #document
[20:30:29.134] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\PL\language_data.xml
[20:30:29.134] Loading localized text xml: #document
[20:30:29.134] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\RO\language_data.xml
[20:30:29.134] Loading localized text xml: #document
[20:30:29.134] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\RU\language_data.xml
[20:30:29.135] Loading localized text xml: #document
[20:30:29.135] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\SP\language_data.xml
[20:30:29.135] Loading localized text xml: #document
[20:30:29.135] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\TR\language_data.xml
[20:30:29.135] Loading localized text xml: #document
[20:30:29.135] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages\UA\language_data.xml
[20:30:29.135] Loading localized text xml: #document
[20:30:29.138] opening G:\SteamLibrary\steamapps\workshop\content\261550\2886479768/ModuleData/Languages\DE\language_data.xml
[20:30:29.138] Loading localized text xml: #document
[20:30:29.138] opening G:\SteamLibrary\steamapps\workshop\content\261550\2886479768/ModuleData/Languages\PL\language_data.xml
[20:30:29.139] Loading localized text xml: #document
[20:30:29.139] opening G:\SteamLibrary\steamapps\workshop\content\261550\2886479768/ModuleData/Languages\Ru\language_data.xml
[20:30:29.139] Loading localized text xml: #document
[20:30:29.139] opening G:\SteamLibrary\steamapps\workshop\content\261550\2886479768/ModuleData/Languages\SP\language_data.xml
[20:30:29.139] Loading localized text xml: #document
[20:30:29.139] opening G:\SteamLibrary\steamapps\workshop\content\261550\2886479768/ModuleData/Languages\TR\language_data.xml
[20:30:29.139] Loading localized text xml: #document
[20:30:29.140] opening G:\SteamLibrary\steamapps\workshop\content\261550\2910947065/ModuleData/Languages\EN\language_data.xml
[20:30:29.140] Loading localized text xml: #document
[20:30:29.142] opening G:\SteamLibrary\steamapps\workshop\content\261550\2920954993/ModuleData/Languages\EN\language_data.xml
[20:30:29.142] Loading localized text xml: #document
[20:30:29.142] opening G:\SteamLibrary\steamapps\workshop\content\261550\2920954993/ModuleData/Languages\RU\language_data.xml
[20:30:29.142] Loading localized text xml: #document
[20:30:29.143] opening G:\SteamLibrary\steamapps\workshop\content\261550\2953564744/ModuleData/Languages\FR\language_data.xml
[20:30:29.144] Loading localized text xml: #document
[20:30:29.146] opening G:\SteamLibrary\steamapps\workshop\content\261550\2955909085/ModuleData/Languages\CNs\language_data.xml
[20:30:29.146] Loading localized text xml: #document
[20:30:29.147] opening G:\SteamLibrary\steamapps\workshop\content\261550\2993061377/ModuleData/Languages\SP\language_data.xml
[20:30:29.147] Loading localized text xml: #document
[20:30:29.149] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921338395/ModuleData/Languages\CNs\language_data.xml
[20:30:29.149] Loading localized text xml: #document
[20:30:29.150] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921350620/ModuleData/Languages\CNs\language_data.xml
[20:30:29.150] Loading localized text xml: #document
[20:30:29.151] opening G:\SteamLibrary\steamapps\workshop\content\261550\2945241650/ModuleData/Languages\CNs\language_data.xml
[20:30:29.151] Loading localized text xml: #document
[20:30:29.152] opening G:\SteamLibrary\steamapps\workshop\content\261550\2957211804/ModuleData/Languages\language_data.xml
[20:30:29.153] Loading localized text xml: #document
[20:30:29.153] opening G:\SteamLibrary\steamapps\workshop\content\261550\2957211804/ModuleData/Languages\BR\language_data.xml
[20:30:29.153] Loading localized text xml: #document
[20:30:29.153] opening ..\..\Modules\Native/ModuleData/global_strings.xml
[20:30:29.218] Loading submodules...
[20:30:29.241] Loading assembly: ..\..\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\0Harmony.dll
[20:30:29.241] Assembly load result: SUCCESS
[20:30:29.241] Loading assembly: ..\..\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.dll
[20:30:29.241] Assembly load result: SUCCESS
[20:30:29.241] Loading assembly: ..\..\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.Mdb.dll
[20:30:29.248] Assembly load result: SUCCESS
[20:30:29.248] Loading assembly: ..\..\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.Pdb.dll
[20:30:29.259] Assembly load result: SUCCESS
[20:30:29.259] Loading assembly: ..\..\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Mono.Cecil.Rocks.dll
[20:30:29.259] Assembly load result: SUCCESS
[20:30:29.259] Loading assembly: ..\..\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Core.dll
[20:30:29.259] Assembly load result: SUCCESS
[20:30:29.259] Loading assembly: ..\..\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Backports.dll
[20:30:29.260] Assembly load result: SUCCESS
[20:30:29.260] Loading assembly: ..\..\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Iced.dll
[20:30:29.260] Assembly load result: SUCCESS
[20:30:29.260] Loading assembly: ..\..\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.ILHelpers.dll
[20:30:29.261] Assembly load result: SUCCESS
[20:30:29.261] Loading assembly: ..\..\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\MonoMod.Utils.dll
[20:30:29.261] Assembly load result: SUCCESS
[20:30:29.261] Loading assembly: ..\..\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Bannerlord.Harmony.dll
[20:30:29.273] Assembly load result: SUCCESS
[20:30:29.277] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2875478172\bin\Win64_Shipping_Client\BetterExceptionWindow.dll
[20:30:29.291] Assembly load result: SUCCESS
[20:30:29.292] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Microsoft.Bcl.HashCode.dll
[20:30:29.300] Assembly load result: SUCCESS
[20:30:29.300] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Serilog.dll
[20:30:29.313] Assembly load result: SUCCESS
[20:30:29.314] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Serilog.Extensions.Logging.dll
[20:30:29.326] Assembly load result: SUCCESS
[20:30:29.326] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Serilog.Sinks.File.dll
[20:30:29.334] Assembly load result: SUCCESS
[20:30:29.334] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Bannerlord.ButterLib.dll
[20:30:29.350] Assembly load result: SUCCESS
[20:30:29.350] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2859232415\bin\Win64_Shipping_Client\Bannerlord.ButterLib.dll
[20:30:29.350] Assembly load result: SUCCESS
[20:30:29.350] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2859222409\bin\Win64_Shipping_Client\Bannerlord.UIExtenderEx.dll
[20:30:29.362] Assembly load result: SUCCESS
[20:30:29.362] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2859222409\bin\Win64_Shipping_Client\Bannerlord.UIExtenderEx.dll
[20:30:29.362] Assembly load result: SUCCESS
[20:30:29.362] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2859238197\bin\Win64_Shipping_Client\MCMv5.dll
[20:30:29.436] Assembly load result: SUCCESS
[20:30:29.436] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2859238197\bin\Win64_Shipping_Client\MCMv5.dll
[20:30:29.436] Assembly load result: SUCCESS
[20:30:29.436] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2859238197\bin\Win64_Shipping_Client\MCM.UI.Adapter.MCMv5.dll
[20:30:29.444] Assembly load result: SUCCESS
[20:30:29.444] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2859238197\bin\Win64_Shipping_Client\MCMv5.UI.dll
[20:30:29.464] Assembly load result: SUCCESS
[20:30:29.464] Loading assembly: ..\..\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.View.dll
[20:30:29.475] Assembly load result: SUCCESS
[20:30:29.475] Loading assembly: ..\..\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.0.dll
[20:30:29.499] Assembly load result: SUCCESS
[20:30:29.500] Loading assembly: ..\..\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.1.dll
[20:30:29.508] Assembly load result: SUCCESS
[20:30:29.508] Loading assembly: ..\..\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.dll
[20:30:29.515] Assembly load result: SUCCESS
[20:30:29.515] Loading assembly: ..\..\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Platform.PC.dll
[20:30:29.521] Assembly load result: SUCCESS
[20:30:29.521] Loading assembly: ..\..\Modules\BirthAndDeath\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath.dll
[20:30:29.546] Assembly load result: SUCCESS
[20:30:29.546] Loading assembly: ..\..\Modules\CustomBattle\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.CustomBattle.dll
[20:30:29.558] Assembly load result: SUCCESS
[20:30:29.558] Loading assembly: ..\..\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.dll
[20:30:29.613] Assembly load result: SUCCESS
[20:30:29.614] Loading assembly: ..\..\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.ViewModelCollection.dll
[20:30:29.624] Assembly load result: SUCCESS
[20:30:29.624] Loading assembly: ..\..\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.View.dll
[20:30:29.633] Assembly load result: SUCCESS
[20:30:29.633] Loading assembly: ..\..\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.AutoGenerated.0.dll
[20:30:29.650] Assembly load result: SUCCESS
[20:30:29.650] Loading assembly: ..\..\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.AutoGenerated.1.dll
[20:30:29.683] Assembly load result: SUCCESS
[20:30:29.683] Loading assembly: ..\..\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.dll
[20:30:29.690] Assembly load result: SUCCESS
[20:30:29.690] Loading assembly: ..\..\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.dll
[20:30:29.699] Assembly load result: SUCCESS
[20:30:29.699] Loading assembly: ..\..\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.ViewModelCollection.dll
[20:30:29.704] Assembly load result: SUCCESS
[20:30:29.704] Loading assembly: ..\..\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.View.dll
[20:30:29.709] Assembly load result: SUCCESS
[20:30:29.709] Loading assembly: ..\..\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.AutoGenerated.dll
[20:30:29.716] Assembly load result: SUCCESS
[20:30:29.716] Loading assembly: ..\..\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.dll
[20:30:29.723] Assembly load result: SUCCESS
[20:30:29.723] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2875649178\bin\Win64_Shipping_Client\BattleStats.dll
[20:30:29.730] Assembly load result: SUCCESS
[20:30:29.730] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2875960358\bin\Win64_Shipping_Client\BetterTime.dll
[20:30:29.737] Assembly load result: SUCCESS
[20:30:29.738] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2875503961\bin\Win64_Shipping_Client\AEW.dll
[20:30:29.744] Assembly load result: SUCCESS
[20:30:29.744] Loading assembly: ..\..\Modules\BetterCombat\bin\Win64_Shipping_Client\BetterCombat.dll
[20:30:29.751] Assembly load result: SUCCESS
[20:30:29.751] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2875223027\bin\Win64_Shipping_Client\HealthOnKill.dll
[20:30:29.758] Assembly load result: SUCCESS
[20:30:29.758] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2875226388\bin\Win64_Shipping_Client\GovernorsHandleIssues.dll
[20:30:29.764] Assembly load result: SUCCESS
[20:30:29.764] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2880365016\bin\Win64_Shipping_Client\Bodyguards.dll
[20:30:29.769] Assembly load result: SUCCESS
[20:30:29.769] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2884365680\bin\Win64_Shipping_Client\Bannerlord.ModuleLoader.Bannerlord.YellToInspire.dll
[20:30:29.818] Assembly load result: SUCCESS
[20:30:29.818] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2886479768\bin\Win64_Shipping_Client\SimpleBank.dll
[20:30:29.824] Assembly load result: SUCCESS
[20:30:29.824] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2886676221\bin\Win64_Shipping_Client\TroopSort.dll
[20:30:29.830] Assembly load result: SUCCESS
[20:30:29.831] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2910268800\bin\Win64_Shipping_Client\Bannerlord.ModuleLoader.Bannerlord.NearbyTournaments.dll
[20:30:29.881] Assembly load result: SUCCESS
[20:30:29.882] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2910947065\bin\Win64_Shipping_Client\KingdomPoliticsExpanded.dll
[20:30:29.892] Assembly load result: SUCCESS
[20:30:29.892] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2916000111\bin\Win64_Shipping_Client\Bannerlord.ModuleLoader.Bannerlord.EncyclopediaFilters.dll
[20:30:29.939] Assembly load result: SUCCESS
[20:30:29.939] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2920954993\bin\Win64_Shipping_Client\StopStarvingYourselves.dll
[20:30:29.947] Assembly load result: SUCCESS
[20:30:29.947] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2953564744\bin\Win64_Shipping_Client\Bannerlord.ModuleLoader.Bannerlord.EncyclopediaExtender.dll
[20:30:29.998] Assembly load result: SUCCESS
[20:30:29.998] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2959469806\bin\Win64_Shipping_Client\Bannerlord.ModuleLoader.Bannerlord.FamilyTree.dll
[20:30:30.045] Assembly load result: SUCCESS
[20:30:30.045] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2961485825\bin\Win64_Shipping_Client\Bannerlord.ModuleLoader.Bannerlord.MoreTraitInfo.dll
[20:30:30.094] Assembly load result: SUCCESS
[20:30:30.094] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2955909085\bin\Win64_Shipping_Client\UpgradeUrEquipment.dll
[20:30:30.099] Assembly load result: SUCCESS
[20:30:30.099] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2877554017\bin\Win64_Shipping_Client\ImprovedGarrisons.dll
[20:30:30.108] Assembly load result: SUCCESS
[20:30:30.109] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2892150920\bin\Win64_Shipping_Client\MyLittleWarband.dll
[20:30:30.114] Assembly load result: SUCCESS
[20:30:30.115] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2880158010\bin\Win64_Shipping_Client\AgricultureEstate.dll
[20:30:30.120] Assembly load result: SUCCESS
[20:30:30.120] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2921338395\bin\Win64_Shipping_Client\RTSCamera.dll
[20:30:30.130] Assembly load result: SUCCESS
[20:30:30.131] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2921350620\bin\Win64_Shipping_Client\RTSCamera.CommandSystem.dll
[20:30:30.138] Assembly load result: SUCCESS
[20:30:30.138] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2945241650\bin\Win64_Shipping_Client\PlayerGovernor.dll
[20:30:30.144] Assembly load result: SUCCESS
[20:30:30.144] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2956986632\bin\Win64_Shipping_Client\Bannerlord.ModuleLoader.Bannerlord.RemoveFogOfWar.dll
[20:30:30.193] Assembly load result: SUCCESS
[20:30:30.193] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2957211804\bin\Win64_Shipping_Client\ChooseYourTroops.dll
[20:30:30.199] Assembly load result: SUCCESS
[20:30:30.199] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2999591774\bin\Win64_Shipping_Client\BetterTroopHUD.dll
[20:30:30.206] Assembly load result: SUCCESS
[20:30:30.207] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\3009542964\bin\Win64_Shipping_Client\WealthyWorkshops.dll
[20:30:30.212] Assembly load result: SUCCESS
[20:30:30.212] Loading assembly: G:\SteamLibrary\steamapps\workshop\content\261550\2897212014\bin\Win64_Shipping_Client\Tutelage.dll
[20:30:30.218] Assembly load result: SUCCESS
[20:30:30.663] 2195
[20:30:30.663] 2193
[20:30:30.665] 147
[20:30:30.666] 147
[20:30:30.667] 147
[20:30:30.668] 147
[20:30:30.669] 147
[20:30:30.670] 147
[20:30:30.671] 147
[20:30:30.672] 147
[20:30:30.673] 147
[20:30:30.674] 147
[20:30:30.675] 147
[20:30:30.676] 147
[20:30:30.677] 147
[20:30:30.678] 147
[20:30:30.679] 147
[20:30:30.680] 147
[20:30:30.681] 147
[20:30:30.682] 147
[20:30:30.683] 147
[20:30:30.684] 147
[20:30:30.685] 147
[20:30:30.686] 147
[20:30:30.687] 147
[20:30:30.688] 147
[20:30:30.689] 147
[20:30:30.690] 147
[20:30:30.691] 147
[20:30:30.692] 147
[20:30:30.693] 147
[20:30:30.693] 147
[20:30:30.695] 147
[20:30:30.696] 147
[20:30:30.697] 147
[20:30:30.697] 147
[20:30:30.698] 147
[20:30:30.699] 147
[20:30:30.700] 147
[20:30:30.700] 147
[20:30:30.701] 147
[20:30:30.702] 147
[20:30:30.702] 147
[20:30:30.703] 147
[20:30:30.704] 147
[20:30:30.706] 147
[20:30:30.707] 147
[20:30:30.708] 147
[20:30:30.709] 147
[20:30:30.710] 147
[20:30:30.710] 147
[20:30:30.711] 147
[20:30:30.712] 147
[20:30:30.713] 147
[20:30:30.714] 147
[20:30:30.716] 147
[20:30:30.716] 147
[20:30:30.717] 147
[20:30:30.719] 147
[20:30:30.720] 147
[20:30:30.721] 147
[20:30:30.723] 147
[20:30:30.724] 147
[20:30:30.725] 147
[20:30:30.726] 147
[20:30:30.728] 147
[20:30:30.729] 147
[20:30:30.730] 147
[20:30:30.731] 147
[20:30:30.733] 147
[20:30:30.734] 147
[20:30:30.736] 147
[20:30:30.737] 147
[20:30:30.738] 147
[20:30:30.739] 147
[20:30:30.740] 147
[20:30:30.741] 147
[20:30:30.742] 147
[20:30:30.743] 147
[20:30:30.744] 147
[20:30:30.745] 147
[20:30:30.746] 147
[20:30:30.747] 147
[20:30:30.747] 147
[20:30:30.748] 147
[20:30:30.749] 147
[20:30:30.750] 147
[20:30:30.751] 147
[20:30:30.752] 147
[20:30:30.753] 147
[20:30:30.755] 147
[20:30:30.756] 147
[20:30:30.757] 147
[20:30:30.759] 147
[20:30:30.760] 147
[20:30:30.760] 147
[20:30:30.761] 147
[20:30:30.762] 147
[20:30:30.763] 147
[20:30:30.764] 147
[20:30:30.765] 147
[20:30:30.766] 147
[20:30:30.766] 147
[20:30:30.768] 147
[20:30:30.769] 147
[20:30:30.770] 147
[20:30:30.772] 2195
[20:30:30.772] 2193
[20:30:30.774] 147
[20:30:30.774] 147
[20:30:30.775] 147
[20:30:30.776] 147
[20:30:30.777] 147
[20:30:30.778] 147
[20:30:30.779] 147
[20:30:30.779] 147
[20:30:30.780] 147
[20:30:30.781] 147
[20:30:30.782] 147
[20:30:30.782] 147
[20:30:30.783] 147
[20:30:30.785] 147
[20:30:30.785] 147
[20:30:30.786] 147
[20:30:30.787] 147
[20:30:30.788] 147
[20:30:30.789] 147
[20:30:30.789] 147
[20:30:30.790] 147
[20:30:30.791] 147
[20:30:30.792] 147
[20:30:30.793] 147
[20:30:30.794] 147
[20:30:30.795] 147
[20:30:30.795] 147
[20:30:30.796] 147
[20:30:30.797] 147
[20:30:30.798] 147
[20:30:30.799] 147
[20:30:30.800] 147
[20:30:30.801] 147
[20:30:30.802] 147
[20:30:30.803] 147
[20:30:30.803] 147
[20:30:30.804] 147
[20:30:30.806] 147
[20:30:30.809] 147
[20:30:30.810] 147
[20:30:30.811] 147
[20:30:30.812] 147
[20:30:30.813] 147
[20:30:30.814] 147
[20:30:30.814] 147
[20:30:30.815] 147
[20:30:30.816] 147
[20:30:30.817] 147
[20:30:30.818] 147
[20:30:30.819] 147
[20:30:30.820] 147
[20:30:30.821] 147
[20:30:30.822] 147
[20:30:30.823] 147
[20:30:30.824] 147
[20:30:30.825] 147
[20:30:30.826] 147
[20:30:30.827] 147
[20:30:30.828] 147
[20:30:30.829] 147
[20:30:30.830] 147
[20:30:30.831] 147
[20:30:30.832] 147
[20:30:30.833] 147
[20:30:30.834] 147
[20:30:32.357] Game is using locale: en-us
[20:30:32.358] Game is using locale: en-us
[20:30:32.393] opening ..\..\Modules\Native/ModuleData/banner_icons.xml
[20:30:32.398] loading banner_icons.xml:
[20:30:32.489] Resolving: TaleWorlds.PSAI.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[20:30:32.506] Resolving: TaleWorlds.PSAI.XmlSerializers
[20:30:32.774] Loading GauntletUI Extra Custom Widgets
[20:30:32.892] Loading GauntletUI Bannerlord Custom Widgets
[20:30:32.954] Loading FiraSansExtraCondensed-Light font, at: G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\GUI\GauntletUI\Fonts\FiraSansExtraCondensed-Light/FiraSansExtraCondensed-Light.fnt
[20:30:32.957] Loading FiraSansExtraCondensed-Medium font, at: G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\GUI\GauntletUI\Fonts\FiraSansExtraCondensed-Medium/FiraSansExtraCondensed-Medium.fnt
[20:30:32.964] Loading FiraSansExtraCondensed-Regular font, at: G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\GUI\GauntletUI\Fonts\FiraSansExtraCondensed-Regular/FiraSansExtraCondensed-Regular.fnt
[20:30:32.967] Loading FreeSerif-Dingbat font, at: G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\GUI\GauntletUI\Fonts\FreeSerif-Dingbat/FreeSerif-Dingbat.fnt
[20:30:32.970] Loading Galahad font, at: G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\GUI\GauntletUI\Fonts\Galahad/Galahad.fnt
[20:30:32.973] Loading Galahad_Numbers_Bold font, at: G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\GUI\GauntletUI\Fonts\Galahad_Numbers_Bold/Galahad_Numbers_Bold.fnt
[20:30:32.974] Loading NanumGothicKR font, at: G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\GUI\GauntletUI\Fonts\NanumGothicKR/NanumGothicKR.fnt
[20:30:32.986] Loading simkai font, at: G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\GUI\GauntletUI\Fonts\simkai/simkai.fnt
[20:30:33.083] MusicParameters have been resetted.
[20:30:33.157] Loading SourceHanSansJP font, at: G:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\GUI\GauntletUI\Fonts\SourceHanSansJP/SourceHanSansJP.fnt
[20:30:33.629] Unable to read data segment ui_bettertroophud_1::Texture pixel data[20:30:33.930] Resolving: SimpleBank.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[20:30:33.944] Resolving: SimpleBank.XmlSerializers
[20:30:33.987] Resolving: TroopSort.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[20:30:34.001] Resolving: TroopSort.XmlSerializers
[20:30:35.260] opening ..\..\Modules\Native/ModuleData/global_strings.xml
[20:30:35.261] opening ../../XmlSchemas/GameText.xsd
[20:30:35.276] opening ..\..\Modules\Native/ModuleData/native_strings.xml
[20:30:35.276] opening ../../XmlSchemas/GameText.xsd
[20:30:35.282] opening ..\..\Modules\Native/ModuleData/module_strings.xml
[20:30:35.283] opening ../../XmlSchemas/GameText.xsd
[20:30:35.298] opening ..\..\Modules\Native/ModuleData/photo_mode_strings.xml
[20:30:35.299] opening ../../XmlSchemas/GameText.xsd
[20:30:35.304] opening G:\SteamLibrary\steamapps\workshop\content\261550\2959469806/ModuleData/family_tree_module_strings.xml
[20:30:35.304] opening ../../XmlSchemas/GameText.xsd
[20:30:35.313] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921338395/ModuleData/module_strings.xml
[20:30:35.313] opening ../../XmlSchemas/GameText.xsd
[20:30:35.318] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921338395/ModuleData/MissionLibrary.xml
[20:30:35.318] opening ../../XmlSchemas/GameText.xsd
[20:30:35.323] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921350620/ModuleData/module_strings.xml
[20:30:35.323] opening ../../XmlSchemas/GameText.xsd
[20:30:35.330] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921350620/ModuleData/MissionLibrary.xml
[20:30:35.331] opening ../../XmlSchemas/GameText.xsd
[20:30:35.629] opening ..\..\Modules\Native/ModuleData/global_strings.xml
[20:30:35.630] opening ../../XmlSchemas/GameText.xsd
[20:30:35.635] opening ..\..\Modules\Native/ModuleData/native_strings.xml
[20:30:35.635] opening ../../XmlSchemas/GameText.xsd
[20:30:35.639] opening ..\..\Modules\Native/ModuleData/module_strings.xml
[20:30:35.640] opening ../../XmlSchemas/GameText.xsd
[20:30:35.654] opening ..\..\Modules\Native/ModuleData/photo_mode_strings.xml
[20:30:35.654] opening ../../XmlSchemas/GameText.xsd
[20:30:35.659] opening G:\SteamLibrary\steamapps\workshop\content\261550\2959469806/ModuleData/family_tree_module_strings.xml
[20:30:35.659] opening ../../XmlSchemas/GameText.xsd
[20:30:35.671] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921338395/ModuleData/module_strings.xml
[20:30:35.671] opening ../../XmlSchemas/GameText.xsd
[20:30:35.675] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921338395/ModuleData/MissionLibrary.xml
[20:30:35.675] opening ../../XmlSchemas/GameText.xsd
[20:30:35.680] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921350620/ModuleData/module_strings.xml
[20:30:35.680] opening ../../XmlSchemas/GameText.xsd
[20:30:35.686] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921350620/ModuleData/MissionLibrary.xml
[20:30:35.686] opening ../../XmlSchemas/GameText.xsd
[20:30:36.228] Adding trace listener...
[20:30:36.228] MBModuleBase Initialize begin...
[20:30:36.228] MBModuleBase Initialize end...
[20:30:36.231] Searching Game NetworkMessages Methods
[20:30:36.261] Found 48 Client Game Network Messages
[20:30:36.261] Found 151 Server Game Network Messages
[20:30:36.261] Searching Game SynchedMissionObjects
[20:30:36.344] Module Initialize end...
[20:30:36.346] Searching Mission Methods
[20:30:36.406] Found 4 mission managers
[20:30:36.407] Found 39 missions
[20:30:36.416] opening ..\..\Modules\SandBox/ModuleData/Languages/VoicedLines/sandbox_voiced_lines_en.xml
[20:30:36.418] opening ..\..\Modules\StoryMode/ModuleData/Languages/VoicedLines/story_mode_voiced_lines_en.xml
[20:30:36.421] opening ..\..\Modules\Bannerlord.Harmony/ModuleData/Languages/EN/sta_strings.xml
[20:30:36.421] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859232415/ModuleData/Languages/EN/sta_strings.xml
[20:30:36.421] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859222409/ModuleData/Languages/EN/sta_strings.xml
[20:30:36.422] opening G:\SteamLibrary\steamapps\workshop\content\261550\2859238197/ModuleData/Languages/EN/sta_strings.xml
[20:30:36.422] opening ..\..\Modules\Native/ModuleData/Languages/std_functions.xml
[20:30:36.443] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875223027/ModuleData/Languages/EN/str_english.xml
[20:30:36.444] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875226388/ModuleData/Languages/EN/str_english.xml
[20:30:36.444] opening G:\SteamLibrary\steamapps\workshop\content\261550\2880365016/ModuleData/Languages/EN/str_english.xml
[20:30:36.444] opening G:\SteamLibrary\steamapps\workshop\content\261550\2884365680/ModuleData/Languages/EN/sta_strings.xml
[20:30:36.444] opening G:\SteamLibrary\steamapps\workshop\content\261550\2910947065/ModuleData/Languages/EN/str_english.xml
[20:30:36.445] opening G:\SteamLibrary\steamapps\workshop\content\261550\2920954993/ModuleData/Languages/EN/str_english.xml
[20:30:36.445] opening G:\SteamLibrary\steamapps\workshop\content\261550\2957211804/ModuleData/Languages/str_english.xml
[20:30:36.445] Loading localized text xml.
[20:30:37.001] --------------Mono Loading Step::rglScript_component_init--------------
[20:30:37.004] --------------Mono Loading Step::rglTest_lib_init--------------
[20:30:37.005] Loading xml file: $BASE/Modules/Native/ModuleData/flora_layer_sets.xml.
[20:30:37.005] Loading xml file: $BASE/Modules/Native/ModuleData/terrain_materials.xml.
[20:30:37.005] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:37.005] reading collision_infos xml files
[20:30:37.005] file: ModuleData/collision_infos.xml
[20:30:37.005] Loading xml file: $BASE/Modules/Native/ModuleData/collision_infos.xml.
[20:30:37.007] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:37.007] reading collision_infos xml files
[20:30:37.007] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:37.007] reading collision_infos xml files
[20:30:37.010] Loading xml file: $BASE/Modules/Native/Atmospheres/brightness_calibration_screen.xml.
[20:30:37.010] Loading xml file: $BASE/Modules/Native/Atmospheres/character_menu.xml.
[20:30:37.010] Loading xml file: $BASE/Modules/Native/Atmospheres/character_menu_a.xml.
[20:30:37.010] Loading xml file: $BASE/Modules/Native/Atmospheres/character_pose_atmosphere.xml.
[20:30:37.010] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_aserai_lordshall_0.xml.
[20:30:37.011] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_aserai_town_night_0.xml.
[20:30:37.011] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_aserai_town_noon_0.xml.
[20:30:37.011] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_aserai_town_sunset_0.xml.
[20:30:37.011] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_battania_lordshall_0.xml.
[20:30:37.011] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_battania_town_night_0.xml.
[20:30:37.012] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_battania_town_noon_0.xml.
[20:30:37.012] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_battania_town_sunset_0.xml.
[20:30:37.012] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_desert_night_0.xml.
[20:30:37.012] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_desert_noon_0.xml.
[20:30:37.013] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_desert_sunset_0.xml.
[20:30:37.013] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_empire_lordshall_0.xml.
[20:30:37.013] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_empire_town_night_0.xml.
[20:30:37.013] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_empire_town_noon_0.xml.
[20:30:37.013] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_empire_town_sunset_0.xml.
[20:30:37.014] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_forest_night_0.xml.
[20:30:37.014] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_forest_noon_0.xml.
[20:30:37.014] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_forest_sunset_0.xml.
[20:30:37.014] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_khuzait_lordshall_0.xml.
[20:30:37.014] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_khuzait_town_night_0.xml.
[20:30:37.015] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_khuzait_town_noon_0.xml.
[20:30:37.015] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_khuzait_town_sunset_0.xml.
[20:30:37.015] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_plains_night_0.xml.
[20:30:37.015] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_plains_noon_0.xml.
[20:30:37.015] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_plains_sunset_0.xml.
[20:30:37.016] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_snow_night_0.xml.
[20:30:37.016] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_snow_noon_0.xml.
[20:30:37.016] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_snow_sunset_0.xml.
[20:30:37.016] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_steppe_night_0.xml.
[20:30:37.016] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_steppe_noon_0.xml.
[20:30:37.017] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_steppe_sunset_0.xml.
[20:30:37.017] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_sturgia_lordshall_0.xml.
[20:30:37.017] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_sturgia_town_night_0.xml.
[20:30:37.017] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_sturgia_town_noon_0.xml.
[20:30:37.018] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_sturgia_town_sunset_0.xml.
[20:30:37.018] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_vlandia_lordshall_0.xml.
[20:30:37.018] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_vlandia_town_night_0.xml.
[20:30:37.018] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_vlandia_town_noon_0.xml.
[20:30:37.018] Loading xml file: $BASE/Modules/Native/Atmospheres/conv_vlandia_town_sunset_0.xml.
[20:30:37.019] Loading xml file: $BASE/Modules/Native/Atmospheres/crafting_thumbnail_atmo.xml.
[20:30:37.019] Loading xml file: $BASE/Modules/Native/Atmospheres/default_atmosphere.xml.
[20:30:37.019] Loading xml file: $BASE/Modules/Native/Atmospheres/default_fall.xml.
[20:30:37.019] Loading xml file: $BASE/Modules/Native/Atmospheres/default_spring.xml.
[20:30:37.019] Loading xml file: $BASE/Modules/Native/Atmospheres/default_summer.xml.
[20:30:37.020] Loading xml file: $BASE/Modules/Native/Atmospheres/default_winter.xml.
[20:30:37.020] Loading xml file: $BASE/Modules/Native/Atmospheres/editor_atmosphere.xml.
[20:30:37.020] Loading xml file: $BASE/Modules/Native/Atmospheres/editor_default.xml.
[20:30:37.020] Loading xml file: $BASE/Modules/Native/Atmospheres/exposure_calibration_interior.xml.
[20:30:37.020] Loading xml file: $BASE/Modules/Native/Atmospheres/GG_atmosphere.xml.
[20:30:37.021] Loading xml file: $BASE/Modules/Native/Atmospheres/ibl_prop_test.xml.
[20:30:37.021] Loading xml file: $BASE/Modules/Native/Atmospheres/ibl_shop.xml.
[20:30:37.021] Loading xml file: $BASE/Modules/Native/Atmospheres/ibl_studio.xml.
[20:30:37.021] Loading xml file: $BASE/Modules/Native/Atmospheres/interior.xml.
[20:30:37.022] Loading xml file: $BASE/Modules/Native/Atmospheres/inventory.xml.
[20:30:37.022] Loading xml file: $BASE/Modules/Native/Atmospheres/item_scene_atmosphere.xml.
[20:30:37.022] Loading xml file: $BASE/Modules/Native/Atmospheres/main_menu_a_new.xml.
[20:30:37.022] Loading xml file: $BASE/Modules/Native/Atmospheres/prefab_atmosphere.xml.
[20:30:37.022] Loading xml file: $BASE/Modules/Native/Atmospheres/scene_atmosphere.xml.
[20:30:37.023] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_01_00_HeavyRain.xml.
[20:30:37.023] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_01_00_SemiCloudy.xml.
[20:30:37.023] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_02_00_SemiCloudy.xml.
[20:30:37.023] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_03_00_SemiCloudy.xml.
[20:30:37.024] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_04_00_SemiCloudy.xml.
[20:30:37.024] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_05_00_SemiCloudy.xml.
[20:30:37.024] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_06_00_Overcast.xml.
[20:30:37.024] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_06_00_SemiCloudy.xml.
[20:30:37.024] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_07_00_SemiCloudy.xml.
[20:30:37.025] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_08_00_Overcast.xml.
[20:30:37.025] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_08_00_SemiCloudy.xml.
[20:30:37.025] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_09_00_SemiCloudy.xml.
[20:30:37.025] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_10_00_SemiCloudy.xml.
[20:30:37.025] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_11_00_SemiCloudy.xml.
[20:30:37.026] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_12_00_HeavyRain.xml.
[20:30:37.026] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_12_00_Overcast.xml.
[20:30:37.026] Loading xml file: $BASE/Modules/Native/Atmospheres/TOD_12_00_SemiCloudy.xml.
[20:30:37.026] Loading xml file: $BASE/Modules/Native/Atmospheres/visual_test_atmosphere.xml.
[20:30:37.026] Loading xml file: $BASE/Modules/Native/Atmospheres/visual_test_atmosphere_with_envmap.xml.
[20:30:37.027] Loading xml file: $BASE/Modules/Native/Atmospheres/visual_test_darklights_atmosphere.xml.
[20:30:37.027] Loading xml file: $BASE/Modules/Native/Atmospheres/visual_test_envmap_atmo.xml.
[20:30:37.027] Loading xml file: $BASE/Modules/Native/Atmospheres/visual_test_face_atmosphere.xml.
[20:30:37.027] Loading xml file: $BASE/Modules/Native/Atmospheres/visual_test_hair_atmosphere.xml.
[20:30:37.028] Loading xml file: $BASE/Modules/Native/Atmospheres/visual_test_lights.xml.
[20:30:37.028] Loading xml file: $BASE/Modules/Native/Atmospheres/visual_test_vegetation_atmosphere.xml.
[20:30:37.028] Loading xml file: $BASE/Modules/Native/Atmospheres/worldmap_base_atmosphere.xml.
[20:30:37.030] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:37.031] reading hard_coded_sound xml files
[20:30:37.031] file: ModuleData/hard_coded_sounds.xml
[20:30:37.031] Loading xml file: $BASE/Modules/Native/ModuleData/hard_coded_sounds.xml.
[20:30:37.031] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:37.031] reading hard_coded_sound xml files
[20:30:37.032] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:37.032] reading hard_coded_sound xml files
[20:30:37.035] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:37.035] reading native_parameters xml files
[20:30:37.035] file: ModuleData/native_parameters.xml
[20:30:37.035] Loading xml file: $BASE/Modules/Native/ModuleData/native_parameters.xml.
[20:30:37.036] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:37.037] reading native_parameters xml files
[20:30:37.037] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:37.037] reading native_parameters xml files
[20:30:37.042] opening ..\..\Modules\Native/ModuleData/voice_definitions.xml
[20:30:37.064] Loading xml file: $BASE/Modules/Native/Prefabs/archhitecture_aserai.xml.
[20:30:37.065] Loading xml file: $BASE/Modules/Native/Prefabs/archhitecture_battania.xml.
[20:30:37.070] Loading xml file: $BASE/Modules/Native/Prefabs/archhitecture_empire.xml.
[20:30:37.074] Loading xml file: $BASE/Modules/Native/Prefabs/archhitecture_khuzait.xml.
[20:30:37.074] Loading xml file: $BASE/Modules/Native/Prefabs/archhitecture_sturgia.xml.
[20:30:37.075] Loading xml file: $BASE/Modules/Native/Prefabs/archhitecture_vlandia.xml.
[20:30:37.076] Loading xml file: $BASE/Modules/Native/Prefabs/Banner.xml.
[20:30:37.076] Loading xml file: $BASE/Modules/Native/Prefabs/BlackPlanes.xml.
[20:30:37.076] Loading xml file: $BASE/Modules/Native/Prefabs/building_details.xml.
[20:30:37.079] Loading xml file: $BASE/Modules/Native/Prefabs/castle_aserai.xml.
[20:30:37.079] Loading xml file: $BASE/Modules/Native/Prefabs/castle_aserai_l1.xml.
[20:30:37.080] Loading xml file: $BASE/Modules/Native/Prefabs/castle_aserai_l2.xml.
[20:30:37.082] Loading xml file: $BASE/Modules/Native/Prefabs/castle_aserai_l3.xml.
[20:30:37.083] Loading xml file: $BASE/Modules/Native/Prefabs/castle_battania.xml.
[20:30:37.083] Loading xml file: $BASE/Modules/Native/Prefabs/castle_battania_l1.xml.
[20:30:37.084] Loading xml file: $BASE/Modules/Native/Prefabs/castle_battania_l2.xml.
[20:30:37.085] Loading xml file: $BASE/Modules/Native/Prefabs/castle_battania_l3.xml.
[20:30:37.086] Loading xml file: $BASE/Modules/Native/Prefabs/castle_empire.xml.
[20:30:37.087] Loading xml file: $BASE/Modules/Native/Prefabs/castle_empire_l1.xml.
[20:30:37.088] Loading xml file: $BASE/Modules/Native/Prefabs/castle_empire_l2.xml.
[20:30:37.089] Loading xml file: $BASE/Modules/Native/Prefabs/castle_empire_l3.xml.
[20:30:37.090] Loading xml file: $BASE/Modules/Native/Prefabs/castle_khuzait.xml.
[20:30:37.091] Loading xml file: $BASE/Modules/Native/Prefabs/castle_khuzait_l1.xml.
[20:30:37.092] Loading xml file: $BASE/Modules/Native/Prefabs/castle_khuzait_l2.xml.
[20:30:37.093] Loading xml file: $BASE/Modules/Native/Prefabs/castle_khuzait_l3.xml.
[20:30:37.094] Loading xml file: $BASE/Modules/Native/Prefabs/castle_sturgia.xml.
[20:30:37.095] Loading xml file: $BASE/Modules/Native/Prefabs/castle_sturgia_l1.xml.
[20:30:37.097] Loading xml file: $BASE/Modules/Native/Prefabs/castle_sturgia_l2.xml.
[20:30:37.098] Loading xml file: $BASE/Modules/Native/Prefabs/castle_sturgia_l3.xml.
[20:30:37.099] opening ..\..\Modules\Native/ModuleData/action_types.xml
[20:30:37.099] Loading xml file: $BASE/Modules/Native/Prefabs/castle_vlandia.xml.
[20:30:37.100] Loading xml file: $BASE/Modules/Native/Prefabs/castle_vlandia_l1.xml.
[20:30:37.101] Loading xml file: $BASE/Modules/Native/Prefabs/castle_vlandia_l2.xml.
[20:30:37.101] opening ..\..\Modules\Native/ModuleData/skins.xml
[20:30:37.102] Loading xml file: $BASE/Modules/Native/Prefabs/castle_vlandia_l3.xml.
[20:30:37.103] Loading xml file: $BASE/Modules/Native/Prefabs/castle_wall_roof.xml.
[20:30:37.103] Loading xml file: $BASE/Modules/Native/Prefabs/editor_barriers.xml.
[20:30:37.104] Loading xml file: $BASE/Modules/Native/Prefabs/editor_contents.xml.
[20:30:37.104] Loading xml file: $BASE/Modules/Native/Prefabs/editor_helpers_&_tests.xml.
[20:30:37.104] Loading xml file: $BASE/Modules/Native/Prefabs/editor_occluders.xml.
[20:30:37.104] Loading xml file: $BASE/Modules/Native/Prefabs/editor_spawnpoints.xml.
[20:30:37.105] Loading xml file: $BASE/Modules/Native/Prefabs/flag_pole_big_cloth.xml.
[20:30:37.105] Loading xml file: $BASE/Modules/Native/Prefabs/lighting.xml.
[20:30:37.107] Loading xml file: $BASE/Modules/Native/Prefabs/map_icons.xml.
[20:30:37.107] Loading xml file: $BASE/Modules/Native/Prefabs/map_icon_parts.xml.
[20:30:37.114] Loading xml file: $BASE/Modules/Native/Prefabs/mp_models.xml.
[20:30:37.114] Loading xml file: $BASE/Modules/Native/Prefabs/natural_landscapes.xml.
[20:30:37.115] Loading xml file: $BASE/Modules/Native/Prefabs/natural_plants.xml.
[20:30:37.116] Loading xml file: $BASE/Modules/Native/Prefabs/natural_rocks.xml.
[20:30:37.116] Loading xml file: $BASE/Modules/Native/Prefabs/natural_trees.xml.
[20:30:37.117] Loading xml file: $BASE/Modules/Native/Prefabs/new_prefabs.xml.
[20:30:37.117] Loading xml file: $BASE/Modules/Native/Prefabs/outermeshes.xml.
[20:30:37.118] Loading xml file: $BASE/Modules/Native/Prefabs/props_agent_carry_items.xml.
[20:30:37.118] Loading xml file: $BASE/Modules/Native/Prefabs/props_archhitectural.xml.
[20:30:37.119] Loading xml file: $BASE/Modules/Native/Prefabs/props_foods_&_kitchen.xml.
[20:30:37.119] Loading xml file: $BASE/Modules/Native/Prefabs/props_furniture.xml.
[20:30:37.120] Loading xml file: $BASE/Modules/Native/Prefabs/props_merchandise.xml.
[20:30:37.122] Loading xml file: $BASE/Modules/Native/Prefabs/props_other.xml.
[20:30:37.123] Loading xml file: $BASE/Modules/Native/Prefabs/props_particles.xml.
[20:30:37.124] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege.xml.
[20:30:37.125] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege_ballistas.xml.
[20:30:37.125] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege_ballista_covers.xml.
[20:30:37.126] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege_batteringrams.xml.
[20:30:37.126] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege_design.xml.
[20:30:37.126] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege_gates_inner.xml.
[20:30:37.127] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege_gates_outer.xml.
[20:30:37.128] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege_gates_sally.xml.
[20:30:37.128] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege_ladders.xml.
[20:30:37.129] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege_mangonels.xml.
[20:30:37.130] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege_mapicons.xml.
[20:30:37.131] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege_siegetowers.xml.
[20:30:37.131] Loading xml file: $BASE/Modules/Native/Prefabs/props_siege_trebuchets.xml.
[20:30:37.132] Loading xml file: $BASE/Modules/Native/Prefabs/props_testing.xml.
[20:30:37.132] Loading Module...
[20:30:37.132] Body mesh name fetched: body_male_a, for index: 0
[20:30:37.132] Body mesh name fetched: box_a, for index: 1
[20:30:37.132] Body mesh name fetched: body_male_a_sh, for index: 2
[20:30:37.134] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:37.134] reading animation_combat_parameters xml files
[20:30:37.134] file: ModuleData/combat_parameters.xml
[20:30:37.134] Loading xml file: $BASE/Modules/Native/ModuleData/combat_parameters.xml.
[20:30:37.134] reading animation_combat_parameters xml files
[20:30:37.134] file: ModuleData/combat_parameters.xml
[20:30:37.134] Loading xml file: $BASE/Modules/Native/ModuleData/combat_parameters.xml.
[20:30:37.135] reading combat parameters file![20:30:37.136] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:37.136] reading animation_combat_parameters xml files
[20:30:37.136] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:37.136] reading animation_combat_parameters xml files
[20:30:37.137] Loading xml file: $BASE/Modules/Native/Prefabs/quest_props.xml.
[20:30:37.137] Loading xml file: $BASE/Modules/Native/Prefabs/scene_prop_prefabs.xml.
[20:30:37.138] Loading xml file: $BASE/Modules/Native/Prefabs/siege_barricades.xml.
[20:30:37.139] Loading xml file: $BASE/Modules/Native/Prefabs/sound_prefabs.xml.
[20:30:37.139] opening ..\..\Modules\Native/ModuleData/action_sets.xml
[20:30:37.139] Loading xml file: $BASE/Modules/Native/Prefabs/spawners.xml.
[20:30:37.140] Loading xml file: $BASE/Modules/SandBox/Prefabs/cutscene_props.xml.
[20:30:37.140] Loading xml file: $BASE/Modules/SandBox/Prefabs/merchant_sets.xml.
[20:30:37.141] Loading xml file: $BASE/Modules/SandBox/Prefabs/sp_editor_barriers.xml.
[20:30:37.141] Loading xml file: $BASE/Modules/SandBox/Prefabs/sp_editor_helpers_&_tests.xml.
[20:30:37.142] Loading xml file: $BASE/Modules/SandBox/Prefabs/sp_editor_paired_spawnpoints.xml.
[20:30:37.142] Loading xml file: $BASE/Modules/SandBox/Prefabs/sp_editor_spawnpoints.xml.
[20:30:37.146] Loading xml file: $BASE/Modules/SandBox/Prefabs/sp_hideout_prefabs.xml.
[20:30:37.146] Loading xml file: $BASE/Modules/SandBox/Prefabs/sp_props_boardgames.xml.
[20:30:37.147] Loading xml file: $BASE/Modules/SandBox/Prefabs/sp_props_furniture.xml.
[20:30:37.150] Loading xml file: $BASE/Modules/SandBox/Prefabs/sp_props_merchandise.xml.
[20:30:37.151] Loading xml file: $BASE/Modules/StoryMode/Prefabs/storymode_prefabs.xml.
[20:30:37.153] Unable to find particle system with name waterfall_splash
[20:30:37.153] Unable to find particle system with name waterfall_splash
[20:30:37.153] Unable to find particle system with name waterfall_splash
[20:30:37.154] Unable to find particle system with name waterfall_splash
[20:30:37.154] Unable to find particle system with name waterfall_splash
[20:30:37.154] Unable to find particle system with name waterfall_splash
[20:30:37.154] Unable to find particle system with name waterfall_splash
[20:30:37.155] Unable to find particle system with name waterfall_splash
[20:30:37.155] Unable to find particle system with name waterfall_splash
[20:30:37.156] Unable to find particle system with name waterfall_splash
[20:30:37.156] Unable to find particle system with name waterfall_splash
[20:30:37.156] Unable to find particle system with name waterfall_splash
[20:30:37.156] Unable to find particle system with name waterfall_splash
[20:30:37.157] Unable to find particle system with name waterfall_splash
[20:30:37.157] Unable to find particle system with name waterfall_splash
[20:30:37.157] Unable to find particle system with name waterfall_splash
[20:30:37.157] Unable to find particle system with name waterfall_splash
[20:30:37.157] Unable to find particle system with name waterfall_splash
[20:30:37.177] Unable to recover legacy particle system. No base effect guid or name found
[20:30:37.178] Unable to find particle system with name outdoor_smoke_medium
[20:30:37.178] Unable to find particle system with name outdoor_fire_sparks_large
[20:30:37.178] Unable to find particle system with name outdoor_fire_medium
[20:30:37.178] Unable to find particle system with name outdoor_fire_large
[20:30:37.178] Unable to find particle system with name outdoor_fire_smoke_large
[20:30:37.178] Unable to find particle system with name prt_small_fire_sparks
[20:30:37.178] Unable to find particle system with name falling_burning_woods
[20:30:37.179] Emitter hierarchy does not match invalid_particle-invalid_particle
[20:30:37.179] Unable to find particle system with name prt_torch_fire_sparks
[20:30:37.179] Unable to find particle system with name prt_small_outdoor_fire
[20:30:37.179] Unable to find particle system with name light_house_flame
[20:30:37.179] Unable to find particle system with name prt_small_smoke
[20:30:37.179] Unable to find particle system with name outdoor_fire_small
[20:30:37.180] Unable to find particle system with name outdoor_fire_large_line
[20:30:37.180] Unable to find particle system with name outdor_fire_sparks_large_line
[20:30:37.180] Unable to find particle system with name large_fire_smoke_line
[20:30:37.180] Unable to find particle system with name psys_blaze_small_1
[20:30:37.180] Emitter hierarchy does not match invalid_particle-invalid_particle
[20:30:37.181] Unable to find particle system with name psys_blaze_small_1
[20:30:37.181] Emitter hierarchy does not match invalid_particle-invalid_particle
[20:30:37.181] Unable to find particle system with name psys_blaze_small_1
[20:30:37.181] Emitter hierarchy does not match invalid_particle-invalid_particle
[20:30:37.181] Unable to find particle system with name psys_blaze_small_1
[20:30:37.181] Emitter hierarchy does not match invalid_particle-invalid_particle
[20:30:37.181] Unable to find particle system with name psys_blaze_small_1
[20:30:37.181] Emitter hierarchy does not match invalid_particle-invalid_particle
[20:30:37.183] Unable to find particle system with name psys_blaze_small_1
[20:30:37.183] Emitter hierarchy does not match invalid_particle-invalid_particle
[20:30:37.184] Body mesh name fetched: body_female_a, for index: 0
[20:30:37.184] Body mesh name fetched: box_a, for index: 1
[20:30:37.184] Body mesh name fetched: body_female_a_sh, for index: 2
[20:30:37.187] Unable to find particle system with name psys_blaze_small_1
[20:30:37.187] Emitter hierarchy does not match invalid_particle-invalid_particle
[20:30:37.188] Unable to find particle system with name psys_torch_fire
[20:30:37.188] Unable to find particle system with name outdoor_fire_sparks_small
[20:30:37.189] Unable to find particle system with name psys_torch_fire
[20:30:37.189] Unable to find particle system with name outdoor_fire_sparks_small
[20:30:37.189] Unable to find particle system with name psys_torch_fire
[20:30:37.189] Unable to find particle system with name psys_torch_fire
[20:30:37.189] Unable to find particle system with name outdoor_fire_sparks_small
[20:30:37.189] Unable to find particle system with name outdoor_fire_sparks_small
[20:30:37.189] Unable to find particle system with name outdoor_fire_sparks_small
[20:30:37.190] Unable to recover legacy particle system. No base effect guid or name found
[20:30:37.190] Unable to find particle system with name psys_smoke_flue_tall
[20:30:37.190] Unable to recover legacy particle system. No base effect guid or name found
[20:30:37.191] Unable to find particle system with name prt_small_outdoor_fire
[20:30:37.191] Unable to find particle system with name outdoor_fire_sparks_large
[20:30:37.191] Unable to find particle system with name outdoor_fire_large
[20:30:37.191] Unable to find particle system with name outdoor_fire_smoke_large
[20:30:37.192] Unable to find particle system with name prt_small_fire_sparks
[20:30:37.192] Unable to find particle system with name prt_small_smoke
[20:30:37.192] Unable to find particle system with name prt_small_outdoor_fire
[20:30:37.192] Unable to find particle system with name prt_small_fire_sparks
[20:30:37.193] Unable to find particle system with name prt_small_smoke
[20:30:37.193] Unable to find particle system with name prt_torch_fire_sparks
[20:30:37.193] Unable to find particle system with name active_volcano_smoke
[20:30:37.193] Unable to find particle system with name waterfall_splash_1
[20:30:37.193] Unable to find particle system with name active_volcano_smoke
[20:30:37.194] Unable to find particle system with name outdoor_fire_sparks_small
[20:30:37.236] Body mesh name fetched: body_male_a_teen, for index: 0
[20:30:37.236] Body mesh name fetched: box_a, for index: 1
[20:30:37.236] Body mesh name fetched: body_female_a_sh, for index: 2
[20:30:37.237] Body mesh name fetched: body_female_a, for index: 0
[20:30:37.237] Body mesh name fetched: box_a, for index: 1
[20:30:37.237] Body mesh name fetched: body_female_a_sh, for index: 2
[20:30:37.239] Body mesh name fetched: body_male_a_kid, for index: 0
[20:30:37.239] Body mesh name fetched: box_a, for index: 1
[20:30:37.239] Body mesh name fetched: body_female_a_sh, for index: 2
[20:30:37.240] Body mesh name fetched: body_female_a_kid, for index: 0
[20:30:37.240] Body mesh name fetched: box_a, for index: 1
[20:30:37.240] Body mesh name fetched: body_female_a_sh, for index: 2
[20:30:37.241] Body mesh name fetched: body_male_a_kid, for index: 0
[20:30:37.241] Body mesh name fetched: box_a, for index: 1
[20:30:37.241] Body mesh name fetched: body_female_a_sh, for index: 2
[20:30:37.242] Body mesh name fetched: body_female_a_kid, for index: 0
[20:30:37.242] Body mesh name fetched: box_a, for index: 1
[20:30:37.242] Body mesh name fetched: body_female_a_sh, for index: 2
[20:30:37.243] Body mesh name fetched: body_female_a_kid3, for index: 0
[20:30:37.243] Body mesh name fetched: box_a, for index: 1
[20:30:37.243] Body mesh name fetched: body_male_a_sh, for index: 2
[20:30:37.264] gpu_morph_mapping: 5256
[20:30:37.264] Body mesh name fetched: body_female_a_kid4, for index: 0
[20:30:37.264] Body mesh name fetched: box_a, for index: 1
[20:30:37.264] Body mesh name fetched: body_male_a_sh, for index: 2
[20:30:37.513] gpu_morph_mapping: 42486
[20:30:38.193] reading action files![20:30:40.236] gpu_morph_mapping: 661675
[20:30:40.270] gpu_morph_mapping: 678590
[20:30:40.336] gpu_morph_mapping: 694286
[20:30:40.370] gpu_morph_mapping: 709702
[20:30:40.403] gpu_morph_mapping: 709874
[20:30:40.436] Loading xml file: $BASE/Modules/Native/ModuleData/photo_mode_strings.xml.
[20:30:40.439] gpu_morph_mapping: 713449
[20:30:40.439] loading time: 16.640177[20:30:40.439]
Loading Time: 16.640 secs
[20:30:40.439]
Windows Free Memory: %72.741
[20:30:40.439] Mount and Blade II Bannerlord Memory Usage: 2.320 Gb
[20:30:40.439]
Finished All...
[20:30:41.372] Loading xml file: $BASE/Modules/Native/SceneObj/scn_soldier/scene.xscene.
[20:30:41.372] Loading xml file: $BASE/Modules/Native/SceneObj/scn_soldier/atmosphere.xml.
[20:30:41.460] Loading xml file: $BASE/Modules/Native/SceneObj/scn_item_tableau/scene.xscene.
[20:30:41.461] Loading xml file: $BASE/Modules/Native/SceneObj/scn_item_tableau/atmosphere.xml.
[20:30:41.463] Loading xml file: $BASE/Modules/Native/SceneObj/scn_item_tableau/scene.xscene.
[20:30:41.463] Loading xml file: $BASE/Modules/Native/SceneObj/scn_item_tableau/atmosphere.xml.
[20:30:41.465] Loading xml file: $BASE/Modules/Native/SceneObj/scn_item_tableau/scene.xscene.
[20:30:41.465] Loading xml file: $BASE/Modules/Native/SceneObj/scn_item_tableau/atmosphere.xml.
[20:30:41.467] Loading xml file: $BASE/Modules/Native/SceneObj/scn_soldier/scene.xscene.
[20:30:41.467] Loading xml file: $BASE/Modules/Native/SceneObj/scn_soldier/atmosphere.xml.
[20:30:41.705] Loading xml file: $BASE/Modules/Native/SceneObj/inventory_character_scene/scene.xscene.
[20:30:41.705] Loading xml file: $BASE/Modules/Native/SceneObj/inventory_character_scene/atmosphere.xml.
[20:30:41.717] AddGlobalLayer
[20:30:41.752] AddGlobalLayer
[20:30:41.779] AddGlobalLayer
[20:30:41.794] AddGlobalLayer
[20:30:41.798] AddGlobalLayer
[20:30:41.801] AddGlobalLayer
[20:30:41.806] AddGlobalLayer
[20:30:41.881] BetterCombat: BetterCombat Loaded.
[20:30:42.059] Resolving: RTSCamera.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[20:30:42.074] Resolving: RTSCamera.XmlSerializers
[20:30:42.126] Resolving: RTSCamera.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[20:30:42.140] Resolving: RTSCamera.XmlSerializers
[20:30:42.216] Resolving: RTSCamera.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[20:30:42.230] Resolving: RTSCamera.XmlSerializers
[20:30:42.263] Resolving: RTSCamera.CommandSystem.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[20:30:42.278] Resolving: RTSCamera.CommandSystem.XmlSerializers
[20:30:42.316] Resolving: RTSCamera.CommandSystem.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[20:30:42.331] Resolving: RTSCamera.CommandSystem.XmlSerializers
[20:30:42.425] Force VSync State is now DEACTIVATED
[20:30:42.426] CleanAndPushScreen
[20:30:42.426] DeactivateAndFinalizeAllScreens
[20:30:42.427] OnScreenListChanged
[20:30:42.462] OnScreenListChanged
[20:30:42.463] TaleWorlds.MountAndBlade.GauntletUI.GauntletVideoPlaybackScreen::HandleInitialize
[20:30:42.465] TaleWorlds.MountAndBlade.GauntletUI.GauntletVideoPlaybackScreen::HandleActivate
[20:30:42.466] TaleWorlds.MountAndBlade.GauntletUI.GauntletVideoPlaybackScreen::HandleResume
[20:30:44.583] Force VSync State is now DEACTIVATED
[20:30:44.583] CleanAndPushScreen
[20:30:44.583] DeactivateAndFinalizeAllScreens
[20:30:44.584] TaleWorlds.MountAndBlade.GauntletUI.GauntletVideoPlaybackScreen::HandlePause
[20:30:44.584] TaleWorlds.MountAndBlade.GauntletUI.GauntletVideoPlaybackScreen::HandleDeactivate
[20:30:44.584] TaleWorlds.MountAndBlade.GauntletUI.GauntletVideoPlaybackScreen::HandleFinalize
[20:30:44.590] OnScreenListChanged
[20:30:44.627] OnScreenListChanged
[20:30:44.627] TaleWorlds.MountAndBlade.GauntletUI.GauntletInitialScreen::HandleInitialize
[20:30:44.665] MusicManager Initialize completed.
[20:30:44.678] TaleWorlds.MountAndBlade.GauntletUI.GauntletInitialScreen::HandleActivate
[20:30:44.679] Loading xml file: $BASE/Modules/Native/SceneObj/main_menu_a/scene.xscene.
[20:30:44.679] Loading xml file: $BASE/Modules/Native/SceneObj/main_menu_a/atmosphere.xml.
[20:30:44.705] TaleWorlds.MountAndBlade.GauntletUI.GauntletInitialScreen::HandleResume
[20:30:48.109] Force VSync State is now DEACTIVATED
[20:30:48.109] CleanAndPushScreen
[20:30:48.110] DeactivateAndFinalizeAllScreens
[20:30:48.110] TaleWorlds.MountAndBlade.GauntletUI.GauntletInitialScreen::HandlePause
[20:30:48.110] TaleWorlds.MountAndBlade.GauntletUI.GauntletInitialScreen::HandleDeactivate
[20:30:48.111] Scene_view::clear_all(main_menu_a)
[20:30:48.115] TaleWorlds.MountAndBlade.GauntletUI.GauntletInitialScreen::HandleFinalize
[20:30:48.121] OnScreenListChanged
[20:30:48.156] OnScreenListChanged
[20:30:48.156] TaleWorlds.MountAndBlade.View.Screens.GameLoadingScreen::HandleInitialize
[20:30:48.156] TaleWorlds.MountAndBlade.View.Screens.GameLoadingScreen::HandleActivate
[20:30:48.159] TaleWorlds.MountAndBlade.View.Screens.GameLoadingScreen::HandleResume
[20:30:48.199] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:48.200] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:48.200] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:48.202] opening ..\..\Modules\Native/ModuleData/movement_sets.xml
[20:30:48.205] opening ..\..\Modules\Native/ModuleData/full_movement_sets.xml
[20:30:48.217] opening ..\..\Modules\Native/ModuleData/bone_body_types.xml
[20:30:48.217] opening ..\..\Modules\Native/ModuleData/monster_usage_sets.xml
[20:30:48.221] opening ..\..\Modules\Native/ModuleData/item_usage_sets.xml
[20:30:48.234] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:48.234] reading item_holster xml files
[20:30:48.234] file: ModuleData/item_holsters.xml
[20:30:48.234] Loading xml file: $BASE/Modules/Native/ModuleData/item_holsters.xml.
[20:30:48.234] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:48.234] reading item_holster xml files
[20:30:48.234] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:48.235] reading item_holster xml files
[20:30:48.235] Loading xml file: $BASE/Modules/Native/ModuleData/project.mbproj.
[20:30:48.236] reading item_holster xml files
[20:30:48.236] file: ModuleData/item_holsters.xml
[20:30:48.236] Loading xml file: $BASE/Modules/Native/ModuleData/item_holsters.xml.
[20:30:48.236] Loading xml file: $BASE/Modules/SandBox/ModuleData/project.mbproj.
[20:30:48.236] reading item_holster xml files
[20:30:48.236] Loading xml file: $BASE/Modules/StoryMode/ModuleData/project.mbproj.
[20:30:48.236] reading item_holster xml files
[20:30:48.244] Initializing new game begin...
[20:30:48.428] opening ..\..\Modules\Native/ModuleData/managed_core_parameters.xml
[20:30:48.429] loading managed_core_parameters.xml
[20:30:48.430] opening ..\..\Modules\Native/ModuleData/managed_campaign_parameters.xml
[20:30:48.431] Initializing new game end...
[20:30:48.436] opening ..\..\Modules\Native/ModuleData/global_strings.xml
[20:30:48.436] opening ../../XmlSchemas/GameText.xsd
[20:30:48.440] opening ..\..\Modules\Native/ModuleData/native_strings.xml
[20:30:48.441] opening ../../XmlSchemas/GameText.xsd
[20:30:48.444] opening ..\..\Modules\Native/ModuleData/module_strings.xml
[20:30:48.445] opening ../../XmlSchemas/GameText.xsd
[20:30:48.459] opening ..\..\Modules\Native/ModuleData/photo_mode_strings.xml
[20:30:48.459] opening ../../XmlSchemas/GameText.xsd
[20:30:48.467] opening ..\..\Modules\SandBox/ModuleData/module_strings.xml
[20:30:48.468] opening ../../XmlSchemas/GameText.xsd
[20:30:48.474] opening ..\..\Modules\SandBox/ModuleData/world_lore_strings.xml
[20:30:48.474] opening ../../XmlSchemas/GameText.xsd
[20:30:48.479] opening ..\..\Modules\SandBox/ModuleData/companion_strings.xml
[20:30:48.479] opening ../../XmlSchemas/GameText.xsd
[20:30:48.490] opening ..\..\Modules\SandBox/ModuleData/wanderer_strings.xml
[20:30:48.491] opening ../../XmlSchemas/GameText.xsd
[20:30:48.501] opening ..\..\Modules\SandBox/ModuleData/comment_strings.xml
[20:30:48.501] opening ../../XmlSchemas/GameText.xsd
[20:30:48.512] opening ..\..\Modules\SandBox/ModuleData/comment_on_action_strings.xml
[20:30:48.512] opening ../../XmlSchemas/GameText.xsd
[20:30:48.523] opening ..\..\Modules\SandBox/ModuleData/trait_strings.xml
[20:30:48.524] opening ../../XmlSchemas/GameText.xsd
[20:30:48.535] opening ..\..\Modules\SandBox/ModuleData/voice_strings.xml
[20:30:48.535] opening ../../XmlSchemas/GameText.xsd
[20:30:48.551] opening ..\..\Modules\SandBox/ModuleData/action_strings.xml
[20:30:48.551] opening ../../XmlSchemas/GameText.xsd
[20:30:48.559] opening ..\..\Modules\StoryMode/ModuleData/module_strings.xml
[20:30:48.559] opening ../../XmlSchemas/GameText.xsd
[20:30:48.572] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875503961/ModuleData/AEW_strings.xml
[20:30:48.581] opening ../../XmlSchemas/GameText.xsd
[20:30:48.595] opening G:\SteamLibrary\steamapps\workshop\content\261550\2886479768/ModuleData/module_strings.xml
[20:30:48.595] opening ../../XmlSchemas/GameText.xsd
[20:30:48.604] opening G:\SteamLibrary\steamapps\workshop\content\261550\2886676221/ModuleData/module_strings.xml
[20:30:48.604] opening ../../XmlSchemas/GameText.xsd
[20:30:48.616] opening G:\SteamLibrary\steamapps\workshop\content\261550\2959469806/ModuleData/family_tree_module_strings.xml
[20:30:48.616] opening ../../XmlSchemas/GameText.xsd
[20:30:48.630] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921338395/ModuleData/module_strings.xml
[20:30:48.631] opening ../../XmlSchemas/GameText.xsd
[20:30:48.638] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921338395/ModuleData/MissionLibrary.xml
[20:30:48.639] opening ../../XmlSchemas/GameText.xsd
[20:30:48.651] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921350620/ModuleData/module_strings.xml
[20:30:48.652] opening ../../XmlSchemas/GameText.xsd
[20:30:48.665] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921350620/ModuleData/MissionLibrary.xml
[20:30:48.666] opening ../../XmlSchemas/GameText.xsd
[20:30:48.854] opening ..\..\Modules\SandBox/ModuleData/conversation_animations.xml
[20:30:50.331] campaignGameStarter.AddBehavior(AchievementsCampaignBehavior)
[20:30:50.345] opening ..\..\Modules\SandBox/ModuleData/sp_battle_scenes.xml
[20:30:50.348] loading sp_battles.xml
[20:30:50.351] opening ..\..\Modules\SandBox/ModuleData/conversation_scenes.xml
[20:30:50.353] loading conversation_scenes.xml
[20:30:50.354] opening ..\..\Modules\SandBox/ModuleData/meeting_scenes.xml
[20:30:50.356] loading meeting_scenes.xml
[20:30:50.457] opening ..\..\Modules\Native/ModuleData/global_strings.xml
[20:30:50.458] opening ../../XmlSchemas/GameText.xsd
[20:30:50.463] opening ..\..\Modules\Native/ModuleData/native_strings.xml
[20:30:50.463] opening ../../XmlSchemas/GameText.xsd
[20:30:50.467] opening ..\..\Modules\Native/ModuleData/module_strings.xml
[20:30:50.467] opening ../../XmlSchemas/GameText.xsd
[20:30:50.482] opening ..\..\Modules\Native/ModuleData/photo_mode_strings.xml
[20:30:50.482] opening ../../XmlSchemas/GameText.xsd
[20:30:50.487] opening ..\..\Modules\SandBox/ModuleData/module_strings.xml
[20:30:50.487] opening ../../XmlSchemas/GameText.xsd
[20:30:50.494] opening ..\..\Modules\SandBox/ModuleData/world_lore_strings.xml
[20:30:50.494] opening ../../XmlSchemas/GameText.xsd
[20:30:50.499] opening ..\..\Modules\SandBox/ModuleData/companion_strings.xml
[20:30:50.499] opening ../../XmlSchemas/GameText.xsd
[20:30:50.507] opening ..\..\Modules\SandBox/ModuleData/wanderer_strings.xml
[20:30:50.508] opening ../../XmlSchemas/GameText.xsd
[20:30:50.516] opening ..\..\Modules\SandBox/ModuleData/comment_strings.xml
[20:30:50.517] opening ../../XmlSchemas/GameText.xsd
[20:30:50.531] opening ..\..\Modules\SandBox/ModuleData/comment_on_action_strings.xml
[20:30:50.531] opening ../../XmlSchemas/GameText.xsd
[20:30:50.544] opening ..\..\Modules\SandBox/ModuleData/trait_strings.xml
[20:30:50.544] opening ../../XmlSchemas/GameText.xsd
[20:30:50.552] opening ..\..\Modules\SandBox/ModuleData/voice_strings.xml
[20:30:50.553] opening ../../XmlSchemas/GameText.xsd
[20:30:50.567] opening ..\..\Modules\SandBox/ModuleData/action_strings.xml
[20:30:50.567] opening ../../XmlSchemas/GameText.xsd
[20:30:50.577] opening ..\..\Modules\StoryMode/ModuleData/module_strings.xml
[20:30:50.577] opening ../../XmlSchemas/GameText.xsd
[20:30:50.591] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875503961/ModuleData/AEW_strings.xml
[20:30:50.591] opening ../../XmlSchemas/GameText.xsd
[20:30:50.600] opening G:\SteamLibrary\steamapps\workshop\content\261550\2886479768/ModuleData/module_strings.xml
[20:30:50.601] opening ../../XmlSchemas/GameText.xsd
[20:30:50.614] opening G:\SteamLibrary\steamapps\workshop\content\261550\2886676221/ModuleData/module_strings.xml
[20:30:50.614] opening ../../XmlSchemas/GameText.xsd
[20:30:50.625] opening G:\SteamLibrary\steamapps\workshop\content\261550\2959469806/ModuleData/family_tree_module_strings.xml
[20:30:50.625] opening ../../XmlSchemas/GameText.xsd
[20:30:50.635] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921338395/ModuleData/module_strings.xml
[20:30:50.635] opening ../../XmlSchemas/GameText.xsd
[20:30:50.648] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921338395/ModuleData/MissionLibrary.xml
[20:30:50.648] opening ../../XmlSchemas/GameText.xsd
[20:30:50.659] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921350620/ModuleData/module_strings.xml
[20:30:50.659] opening ../../XmlSchemas/GameText.xsd
[20:30:50.668] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921350620/ModuleData/MissionLibrary.xml
[20:30:50.668] opening ../../XmlSchemas/GameText.xsd
[20:30:50.844] opening ..\..\Modules\Native/ModuleData/global_strings.xml
[20:30:50.844] opening ../../XmlSchemas/GameText.xsd
[20:30:50.848] opening ..\..\Modules\Native/ModuleData/native_strings.xml
[20:30:50.849] opening ../../XmlSchemas/GameText.xsd
[20:30:50.852] opening ..\..\Modules\Native/ModuleData/module_strings.xml
[20:30:50.855] opening ../../XmlSchemas/GameText.xsd
[20:30:50.866] opening ..\..\Modules\Native/ModuleData/photo_mode_strings.xml
[20:30:50.867] opening ../../XmlSchemas/GameText.xsd
[20:30:50.875] opening ..\..\Modules\SandBox/ModuleData/module_strings.xml
[20:30:50.875] opening ../../XmlSchemas/GameText.xsd
[20:30:50.880] opening ..\..\Modules\SandBox/ModuleData/world_lore_strings.xml
[20:30:50.881] opening ../../XmlSchemas/GameText.xsd
[20:30:50.888] opening ..\..\Modules\SandBox/ModuleData/companion_strings.xml
[20:30:50.888] opening ../../XmlSchemas/GameText.xsd
[20:30:50.894] opening ..\..\Modules\SandBox/ModuleData/wanderer_strings.xml
[20:30:50.894] opening ../../XmlSchemas/GameText.xsd
[20:30:50.905] opening ..\..\Modules\SandBox/ModuleData/comment_strings.xml
[20:30:50.905] opening ../../XmlSchemas/GameText.xsd
[20:30:50.922] opening ..\..\Modules\SandBox/ModuleData/comment_on_action_strings.xml
[20:30:50.922] opening ../../XmlSchemas/GameText.xsd
[20:30:50.930] opening ..\..\Modules\SandBox/ModuleData/trait_strings.xml
[20:30:50.931] opening ../../XmlSchemas/GameText.xsd
[20:30:50.942] opening ..\..\Modules\SandBox/ModuleData/voice_strings.xml
[20:30:50.942] opening ../../XmlSchemas/GameText.xsd
[20:30:50.956] opening ..\..\Modules\SandBox/ModuleData/action_strings.xml
[20:30:50.957] opening ../../XmlSchemas/GameText.xsd
[20:30:50.963] opening ..\..\Modules\StoryMode/ModuleData/module_strings.xml
[20:30:50.965] opening ../../XmlSchemas/GameText.xsd
[20:30:50.978] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875503961/ModuleData/AEW_strings.xml
[20:30:50.978] opening ../../XmlSchemas/GameText.xsd
[20:30:50.989] opening G:\SteamLibrary\steamapps\workshop\content\261550\2886479768/ModuleData/module_strings.xml
[20:30:50.989] opening ../../XmlSchemas/GameText.xsd
[20:30:50.998] opening G:\SteamLibrary\steamapps\workshop\content\261550\2886676221/ModuleData/module_strings.xml
[20:30:50.998] opening ../../XmlSchemas/GameText.xsd
[20:30:51.010] opening G:\SteamLibrary\steamapps\workshop\content\261550\2959469806/ModuleData/family_tree_module_strings.xml
[20:30:51.010] opening ../../XmlSchemas/GameText.xsd
[20:30:51.022] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921338395/ModuleData/module_strings.xml
[20:30:51.023] opening ../../XmlSchemas/GameText.xsd
[20:30:51.035] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921338395/ModuleData/MissionLibrary.xml
[20:30:51.035] opening ../../XmlSchemas/GameText.xsd
[20:30:51.045] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921350620/ModuleData/module_strings.xml
[20:30:51.045] opening ../../XmlSchemas/GameText.xsd
[20:30:51.057] opening G:\SteamLibrary\steamapps\workshop\content\261550\2921350620/ModuleData/MissionLibrary.xml
[20:30:51.057] opening ../../XmlSchemas/GameText.xsd
[20:30:51.254] Loading xml file: $BASE/Modules/Native/SceneObj/scn_conversation_tableau/scene.xscene.
[20:30:51.254] Loading xml file: $BASE/Modules/Native/SceneObj/scn_conversation_tableau/atmosphere.xml.
[20:30:51.410] opening ..\..\Modules\Native/ModuleData/siegeengines.xml
[20:30:51.410] opening ../../XmlSchemas/SiegeEngines.xsd
[20:30:51.419] opening ..\..\Modules\Native/ModuleData/monsters.xml
[20:30:51.419] opening ../../XmlSchemas/Monsters.xsd
[20:30:51.441] opening ..\..\Modules\Native/ModuleData/skeleton_scales.xml
[20:30:51.441] opening ../../XmlSchemas/SkeletonScales.xsd
[20:30:51.445] opening ..\..\Modules\Native/ModuleData/item_modifiers.xml
[20:30:51.445] opening ../../XmlSchemas/ItemModifiers.xsd
[20:30:51.451] opening ..\..\Modules\Native/ModuleData/item_modifiers_groups.xml
[20:30:51.451] opening ../../XmlSchemas/ItemModifierGroups.xsd
[20:30:51.454] opening ..\..\Modules\Native/ModuleData/crafting_pieces.xml
[20:30:51.455] opening ../../XmlSchemas/CraftingPieces.xsd
[20:30:51.477] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875503961/ModuleData/aew_crafting_pieces.xml
[20:30:51.482] opening ../../XmlSchemas/CraftingPieces.xsd
[20:30:51.497] opening G:\SteamLibrary\steamapps\workshop\content\261550\2888899050/ModuleData/crafting_pieces.xml
[20:30:51.497] opening ../../XmlSchemas/CraftingPieces.xsd
[20:30:51.525] opening ..\..\Modules\Native/ModuleData/weapon_descriptions.xml
[20:30:51.526] opening ../../XmlSchemas/WeaponDescriptions.xsd
[20:30:51.537] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875503961/ModuleData/aew_weapon_descriptions.xml
[20:30:51.538] opening ../../XmlSchemas/WeaponDescriptions.xsd
[20:30:51.545] opening ..\..\Modules\Native/ModuleData/crafting_templates.xml
[20:30:51.545] opening ../../XmlSchemas/CraftingTemplates.xsd
[20:30:51.551] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875503961/ModuleData/aew_crafting_templates.xml
[20:30:51.552] opening ../../XmlSchemas/CraftingTemplates.xsd
[20:30:51.566] opening ..\..\Modules\SandBoxCore/ModuleData/sandboxcore_bodyproperties.xml
[20:30:51.566] opening ../../XmlSchemas/BodyProperties.xsd
[20:30:51.567] opening ..\..\Modules\SandBox/ModuleData/sandbox_bodyproperties.xml
[20:30:51.568] opening ../../XmlSchemas/BodyProperties.xsd
[20:30:51.571] opening ..\..\Modules\SandBoxCore/ModuleData/sandboxcore_skill_sets.xml
[20:30:51.571] opening ../../XmlSchemas/SkillSets.xsd
[20:30:51.575] opening ..\..\Modules\SandBox/ModuleData/sandbox_skill_sets.xml
[20:30:51.576] opening ../../XmlSchemas/SkillSets.xsd
[20:30:51.582] opening ..\..\Modules\SandBoxCore/ModuleData/items/arm_armors.xml
[20:30:51.582] opening ../../XmlSchemas/Items.xsd
[20:30:51.586] opening ..\..\Modules\SandBoxCore/ModuleData/items/banners.xml
[20:30:51.586] opening ../../XmlSchemas/Items.xsd
[20:30:51.593] opening ..\..\Modules\SandBoxCore/ModuleData/items/body_armors.xml
[20:30:51.593] opening ../../XmlSchemas/Items.xsd
[20:30:51.603] opening ..\..\Modules\SandBoxCore/ModuleData/items/head_armors.xml
[20:30:51.604] opening ../../XmlSchemas/Items.xsd
[20:30:51.620] opening ..\..\Modules\SandBoxCore/ModuleData/items/horses_and_others.xml
[20:30:51.620] opening ../../XmlSchemas/Items.xsd
[20:30:51.638] opening ..\..\Modules\SandBoxCore/ModuleData/items/leg_armors.xml
[20:30:51.638] opening ../../XmlSchemas/Items.xsd
[20:30:51.647] opening ..\..\Modules\SandBoxCore/ModuleData/items/shields.xml
[20:30:51.647] opening ../../XmlSchemas/Items.xsd
[20:30:51.663] opening ..\..\Modules\SandBoxCore/ModuleData/items/shoulder_armors.xml
[20:30:51.663] opening ../../XmlSchemas/Items.xsd
[20:30:51.680] opening ..\..\Modules\SandBoxCore/ModuleData/items/tournament_weapons.xml
[20:30:51.680] opening ../../XmlSchemas/Items.xsd
[20:30:51.695] opening ..\..\Modules\SandBoxCore/ModuleData/items/weapons.xml
[20:30:51.695] opening ../../XmlSchemas/Items.xsd
[20:30:51.726] opening ..\..\Modules\StoryMode/ModuleData/story_mode_items.xml
[20:30:51.727] opening ../../XmlSchemas/Items.xsd
[20:30:51.745] opening G:\SteamLibrary\steamapps\workshop\content\261550\2875503961/ModuleData/aew_items.xml
[20:30:51.746] opening ../../XmlSchemas/Items.xsd
[20:30:51.766] opening G:\SteamLibrary\steamapps\workshop\content\261550\2928812888/ModuleData/Items_mercs.xml
[20:30:51.767] opening ../../XmlSchemas/Items.xsd
[20:30:51.784] opening G:\SteamLibrary\steamapps\workshop\content\261550\2993061377/ModuleData/items/body_armors.xml
[20:30:51.784] opening ../../XmlSchemas/Items.xsd
[20:30:51.805] opening G:\SteamLibrary\steamapps\workshop\content\261550\2993061377/ModuleData/items/head_armors.xml
[20:30:51.805] opening ../../XmlSchemas/Items.xsd
[20:30:51.816] opening G:\SteamLibrary\steamapps\workshop\content\261550\2993061377/ModuleData/items/shields.xml
[20:30:51.817] opening ../../XmlSchemas/Items.xsd
[20:30:51.835] opening G:\SteamLibrary\steamapps\workshop\content\261550\2993061377/ModuleData/items/shoulder_armors.xml
[20:30:51.835] opening ../../XmlSchemas/Items.xsd
[20:30:51.855] opening G:\SteamLibrary\steamapps\workshop\content\261550\2993061377/ModuleData/items/weapons.xml
[20:30:51.855] opening ../../XmlSchemas/Items.xsd
[20:30:51.875] opening G:\SteamLibrary\steamapps\workshop\content\261550\2885428909/ModuleData/CJ's_Vanilla_Items.xml
[20:30:51.875] opening ../../XmlSchemas/Items.xsd
[20:30:52.373] opening ..\..\Modules\SandBoxCore/ModuleData/sandboxcore_equipment_sets.xml
[20:30:52.374] opening ../../XmlSchemas/EquipmentRosters.xsd
[20:30:52.392] opening ..\..\Modules\SandBox/ModuleData/education_equipment_templates.xml
[20:30:52.393] opening ../../XmlSchemas/EquipmentRosters.xsd
[20:30:52.411] opening ..\..\Modules\SandBox/ModuleData/sandbox_equipment_sets.xml
[20:30:52.412] opening ../../XmlSchemas/EquipmentRosters.xsd
[20:30:52.460] opening ..\..\Modules\StoryMode/ModuleData/story_mode_equipments.xml
[20:30:52.461] opening ../../XmlSchemas/EquipmentRosters.xsd
[20:30:52.481] opening G:\SteamLibrary\steamapps\workshop\content\261550\2885430860/ModuleData/CJ's_Lord_Equipment_Tweaks_Sets.xml
[20:30:52.482] opening ../../XmlSchemas/EquipmentRosters.xsd
[20:30:53.029] opening ..\..\Modules\SandBox/ModuleData/partyTemplates.xml
[20:30:53.029] opening ../../XmlSchemas/partyTemplates.xsd
[20:30:53.031] opening ..\..\Modules\StoryMode/ModuleData/story_mode_party_templates.xml
[20:30:53.031] opening ../../XmlSchemas/partyTemplates.xsd
[20:30:53.135] opening ..\..\Modules\SandBoxCore/ModuleData/spcultures.xml
[20:30:53.136] opening ../../XmlSchemas/SPCultures.xsd
[20:30:53.162] opening ..\..\Modules\SandBox/ModuleData/concept_strings.xml
[20:30:53.163] opening ../../XmlSchemas/Concepts.xsd
[20:30:53.164] opening G:\SteamLibrary\steamapps\workshop\content\261550\2886479768/ModuleData/concept_strings.xml
[20:30:53.164] opening ../../XmlSchemas/Concepts.xsd
[20:30:53.281] Resolving: ImprovedGarrisons.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[20:30:53.296] Resolving: ImprovedGarrisons.XmlSerializers
[20:30:53.322] opening ..\..\Modules\SandBoxCore/ModuleData/spnpccharactertemplates.xml
[20:30:53.323] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:53.331] opening ..\..\Modules\SandBoxCore/ModuleData/spnpccharacters.xml
[20:30:53.340] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:53.489] opening ..\..\Modules\SandBoxCore/ModuleData/obsolete_characters.xml
[20:30:53.490] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:53.543] opening ..\..\Modules\SandBox/ModuleData/obsolete_characters.xml
[20:30:53.543] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:53.579] opening ..\..\Modules\SandBox/ModuleData/lords.xml
[20:30:53.580] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:53.659] opening ..\..\Modules\SandBox/ModuleData/bandits.xml
[20:30:53.660] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:53.727] opening ..\..\Modules\SandBox/ModuleData/education_character_templates.xml
[20:30:53.727] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:53.789] opening ..\..\Modules\SandBox/ModuleData/caravans.xml
[20:30:53.789] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:53.856] opening ..\..\Modules\SandBox/ModuleData/spspecialcharacters.xml
[20:30:53.857] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:53.948] opening ..\..\Modules\SandBox/ModuleData/spgenericcharacters.xml
[20:30:53.948] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:54.025] opening ..\..\Modules\StoryMode/ModuleData/story_mode_characters.xml
[20:30:54.025] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:54.100] opening G:\SteamLibrary\steamapps\workshop\content\261550\2883954746/ModuleData/lords_halfsister.xml
[20:30:54.100] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:54.156] opening G:\SteamLibrary\steamapps\workshop\content\261550\2885179107/ModuleData/lords_halfsister.xml
[20:30:54.157] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:54.227] opening G:\SteamLibrary\steamapps\workshop\content\261550\2885413419/ModuleData/lords_halfsister.xml
[20:30:54.227] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:54.324] opening G:\SteamLibrary\steamapps\workshop\content\261550\2887550719/ModuleData/lords_halfsister.xml
[20:30:54.324] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:54.398] opening G:\SteamLibrary\steamapps\workshop\content\261550\2887553628/ModuleData/lords_halfsister.xml
[20:30:54.398] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:54.477] opening G:\SteamLibrary\steamapps\workshop\content\261550\2887740268/ModuleData/lords_halfsister.xml
[20:30:54.478] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:54.555] opening G:\SteamLibrary\steamapps\workshop\content\261550\2928812888/ModuleData/elite_mercs.xml
[20:30:54.555] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:54.659] opening G:\SteamLibrary\steamapps\workshop\content\261550\2993061377/ModuleData/spnpccharacters.xml
[20:30:54.660] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:54.749] opening G:\SteamLibrary\steamapps\workshop\content\261550\2993061377/ModuleData/spnpccharactertemplates.xml
[20:30:54.750] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:54.837] opening G:\SteamLibrary\steamapps\workshop\content\261550\2892150920/ModuleData/troops.xml
[20:30:54.838] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:55.131] opening G:\SteamLibrary\steamapps\workshop\content\261550\2885430860/ModuleData/CJ's_Lords.xml
[20:30:55.131] opening ../../XmlSchemas/NPCCharacters.xsd
[20:30:55.312] opening ..\..\Modules\SandBox/ModuleData/heroes.xml
[20:30:55.312] opening ../../XmlSchemas/Heroes.xsd
[20:30:55.315] opening G:\SteamLibrary\steamapps\workshop\content\261550\2883954746/ModuleData/heroes_halfsister.xml
[20:30:55.315] opening ../../XmlSchemas/Heroes.xsd
[20:30:55.317] opening G:\SteamLibrary\steamapps\workshop\content\261550\2885179107/ModuleData/heroes_halfsister.xml
[20:30:55.317] opening ../../XmlSchemas/Heroes.xsd
[20:30:55.318] opening G:\SteamLibrary\steamapps\workshop\content\261550\2885413419/ModuleData/heroes_halfsister.xml
[20:30:55.318] opening ../../XmlSchemas/Heroes.xsd
[20:30:55.319] opening G:\SteamLibrary\steamapps\workshop\content\261550\2887550719/ModuleData/heroes_halfsister.xml
[20:30:55.320] opening ../../XmlSchemas/Heroes.xsd
[20:30:55.321] opening G:\SteamLibrary\steamapps\workshop\content\261550\2887553628/ModuleData/heroes_halfsister.xml
[20:30:55.321] opening ../../XmlSchemas/Heroes.xsd
[20:30:55.322] opening G:\SteamLibrary\steamapps\workshop\content\261550\2887740268/ModuleData/heroes_halfsister.xml
[20:30:55.322] opening ../../XmlSchemas/Heroes.xsd
[20:30:55.349] opening ..\..\Modules\SandBox/ModuleData/spkingdoms.xml
[20:30:55.349] opening ../../XmlSchemas/Kingdoms.xsd
[20:30:55.362] opening ..\..\Modules\SandBox/ModuleData/spclans.xml
[20:30:55.363] opening ../../XmlSchemas/Factions.xsd
[20:30:55.375] opening ..\..\Modules\SandBox/ModuleData/spworkshops.xml
[20:30:55.375] opening ../../XmlSchemas/WorkshopTypes.xsd
[20:30:55.380] opening G:\SteamLibrary\steamapps\workshop\content\261550\2880604887/ModuleData/SmithyWSTweak.xml
[20:30:55.380] opening ../../XmlSchemas/WorkshopTypes.xsd
[20:30:55.388] opening ..\..\Modules\SandBox/ModuleData/location_complex_templates.xml
[20:30:55.388] opening ../../XmlSchemas/LocationComplexTemplates.xsd
[20:30:55.390] opening ..\..\Modules\StoryMode/ModuleData/story_mode_location_complex_templates.xml
[20:30:55.390] opening ../../XmlSchemas/LocationComplexTemplates.xsd
[20:30:55.394] opening ..\..\Modules\SandBox/ModuleData/settlements.xml
[20:30:55.399] opening ../../XmlSchemas/Settlements.xsd
[20:30:55.467] opening ..\..\Modules\StoryMode/ModuleData/story_mode_settlements.xml
[20:30:55.632] opening ..\..\Modules\SandBox/ModuleData/settlement_track_instruments.xml
[20:30:55.632] opening ../../XmlSchemas/MusicInstruments.xsd
[20:30:55.635] opening ..\..\Modules\SandBox/ModuleData/settlement_tracks.xml
[20:30:55.635] opening ../../XmlSchemas/MusicTracks.xsd
[20:30:55.651] AddGlobalLayer
[20:30:55.776] gpu_morph_mapping: 732927
[20:30:55.789] Creating map scene
[20:30:55.789] Reading map scene
[20:30:55.789] Loading xml file: $BASE/Modules/SandBox/SceneObj/Main_map/scene.xscene.
[20:30:55.828] Loading xml file: $BASE/Modules/SandBox/SceneObj/Main_map/atmosphere.xml.
[20:31:00.836] NAV_MESH: load finished, first load for scene: 1
[20:31:02.588] Loading xml file: $BASE/Modules/Native//ModuleData/water_prefabs.xml.
[20:31:02.607] SettlementsDistanceCacheFilePath: ../../Modules/SandBox/ModuleData/settlements_distance_cache.bin
[20:31:03.641] SettlementsDistanceCacheFilePath: ../../Modules/SandBox/ModuleData/settlements_distance_cache.bin
[20:31:03.761] opening ..\..\Modules\Native/ModuleData/worldmap_color_grades.xml
[20:31:03.773] Loading xml file: ../../Modules/Native/Atmospheres/Interpolated/campaign_map.xml.
[20:31:03.783] Loading xml file: ../../Modules/Native/Atmospheres/Interpolated/campaign_map.xml.
[20:31:04.155] Ticking map scene for first initialization
[20:31:04.337] AddGlobalLayer
[20:31:04.483] creating hero from template with id: spc_ghilman_leader_0
[20:31:04.517] creating hero from template with id: spc_ghilman_leader_1
[20:31:04.517] creating hero from template with id: spc_ghilman_leader_2
[20:31:04.518] creating hero from template with id: spc_ghilman_leader_3
[20:31:04.518] creating hero from template with id: spc_legion_of_the_betrayed_leader_0
[20:31:04.518] creating hero from template with id: spc_legion_of_the_betrayed_leader_1
[20:31:04.518] creating hero from template with id: spc_legion_of_the_betrayed_leader_2
[20:31:04.519] creating hero from template with id: spc_legion_of_the_betrayed_leader_3
[20:31:04.519] creating hero from template with id: spc_skolderbrotva_leader_0
[20:31:04.519] creating hero from template with id: spc_skolderbrotva_leader_1
[20:31:04.519] creating hero from template with id: spc_skolderbrotva_leader_2
[20:31:04.519] creating hero from template with id: spc_skolderbrotva_leader_3
[20:31:04.519] creating hero from template with id: spc_company_of_the_boar_leader_0
[20:31:04.519] creating hero from template with id: spc_company_of_the_boar_leader_1
[20:31:04.519] creating hero from template with id: spc_company_of_the_boar_leader_2
[20:31:04.520] creating hero from template with id: spc_company_of_the_boar_leader_3
[20:31:04.520] creating hero from template with id: spc_beni_zilal_leader_0
[20:31:04.520] creating hero from template with id: spc_beni_zilal_leader_1
[20:31:04.520] creating hero from template with id: spc_beni_zilal_leader_2
[20:31:04.520] creating hero from template with id: spc_beni_zilal_leader_3
[20:31:04.520] creating hero from template with id: spc_wolfskins_leader_0
[20:31:04.520] creating hero from template with id: spc_wolfskins_leader_1
[20:31:04.520] creating hero from template with id: spc_wolfskins_leader_2
[20:31:04.520] creating hero from template with id: spc_wolfskins_leader_3
[20:31:04.520] creating hero from template with id: spc_brotherhood_of_woods_leader_0
[20:31:04.521] creating hero from template with id: spc_brotherhood_of_woods_leader_1
[20:31:04.521] creating hero from template with id: spc_brotherhood_of_woods_leader_2
[20:31:04.521] creating hero from template with id: spc_brotherhood_of_woods_leader_3
[20:31:04.521] creating hero from template with id: spc_hidden_hand_leader_0
[20:31:04.521] creating hero from template with id: spc_hidden_hand_leader_1
[20:31:04.521] creating hero from template with id: spc_hidden_hand_leader_2
[20:31:04.521] creating hero from template with id: spc_hidden_hand_leader_3
[20:31:04.521] creating hero from template with id: spc_lakepike_leader_0
[20:31:04.521] creating hero from template with id: spc_lakepike_leader_1
[20:31:04.522] creating hero from template with id: spc_lakepike_leader_2
[20:31:04.522] creating hero from template with id: spc_lakepike_leader_3
[20:31:04.522] creating hero from template with id: spc_embers_of_flame_leader_0
[20:31:04.522] creating hero from template with id: spc_embers_of_flame_leader_1
[20:31:04.522] creating hero from template with id: spc_embers_of_flame_leader_2
[20:31:04.522] creating hero from template with id: spc_embers_of_flame_leader_3
[20:31:04.522] creating hero from template with id: spc_jawwal_leader_0
[20:31:04.522] creating hero from template with id: spc_jawwal_leader_1
[20:31:04.522] creating hero from template with id: spc_jawwal_leader_2
[20:31:04.523] creating hero from template with id: spc_jawwal_leader_3
[20:31:04.523] creating hero from template with id: spc_karakhuzaits_leader_0
[20:31:04.523] creating hero from template with id: spc_karakhuzaits_leader_1
[20:31:04.523] creating hero from template with id: spc_karakhuzaits_leader_2
[20:31:04.523] creating hero from template with id: spc_karakhuzaits_leader_3
[20:31:04.523] creating hero from template with id: spc_forest_people_leader_0
[20:31:04.523] creating hero from template with id: spc_forest_people_leader_1
[20:31:04.523] creating hero from template with id: spc_forest_people_leader_2
[20:31:04.523] creating hero from template with id: spc_forest_people_leader_3
[20:31:04.523] creating hero from template with id: spc_eleftheroi_leader_0
[20:31:04.524] creating hero from template with id: spc_eleftheroi_leader_1
[20:31:04.524] creating hero from template with id: spc_eleftheroi_leader_2
[20:31:04.524] creating hero from template with id: spc_eleftheroi_leader_3
[20:31:04.530] creating hero from template with id: spc_wanderer_vlandia_10
[20:31:04.560] creating hero from template with id: spc_wanderer_khuzait_7
[20:31:04.560] creating hero from template with id: spc_wanderer_vlandia_1
[20:31:04.561] creating hero from template with id: spc_wanderer_khuzait_4
[20:31:04.561] creating hero from template with id: spc_wanderer_aserai_8
[20:31:04.561] creating hero from template with id: spc_wanderer_aserai_9
[20:31:04.562] creating hero from template with id: spc_wanderer_sturgia_0
[20:31:04.562] creating hero from template with id: spc_wanderer_empire_7
[20:31:04.562] creating hero from template with id: spc_wanderer_vlandia_6
[20:31:04.563] creating hero from template with id: spc_wanderer_sturgia_8
[20:31:04.563] creating hero from template with id: spc_wanderer_empire_6
[20:31:04.563] creating hero from template with id: spc_wanderer_khuzait_1
[20:31:04.563] creating hero from template with id: spc_wanderer_empire_3
[20:31:04.565] creating hero from template with id: spc_wanderer_aserai_5
[20:31:04.565] creating hero from template with id: spc_wanderer_battania_3
[20:31:04.565] creating hero from template with id: spc_wanderer_empire_11
[20:31:04.566] creating hero from template with id: spc_wanderer_vlandia_5
[20:31:04.566] creating hero from template with id: spc_wanderer_aserai_0
[20:31:04.566] creating hero from template with id: spc_wanderer_vlandia_7
[20:31:04.567] creating hero from template with id: spc_wanderer_battania_2
[20:31:04.567] creating hero from template with id: spc_wanderer_empire_0
[20:31:04.567] creating hero from template with id: spc_wanderer_sturgia_3
[20:31:04.568] creating hero from template with id: spc_wanderer_empire_9
[20:31:04.568] creating hero from template with id: spc_wanderer_battania_8
[20:31:04.568] creating hero from template with id: spc_wanderer_aserai_6
[20:31:04.569] creating hero from template with id: spc_wanderer_sturgia_1
[20:31:04.569] creating hero from template with id: spc_wanderer_empire_2
[20:31:04.570] creating hero from template with id: spc_wanderer_khuzait_2
[20:31:04.570] creating hero from template with id: spc_wanderer_khuzait_10
[20:31:04.570] creating hero from template with id: spc_wanderer_empire_10
[20:31:04.571] creating hero from template with id: spc_wanderer_empire_1
[20:31:04.571] creating hero from template with id: spc_wanderer_battania_4
[20:31:04.575] creating hero from template with id: spc_notable_empire_21
[20:31:04.580] creating hero from template with id: spc_notable_empire_22
[20:31:04.580] creating hero from template with id: spc_empire_headman_1
[20:31:04.580] creating hero from template with id: spc_notable_empire_22
[20:31:04.581] creating hero from template with id: spc_notable_empire_21
[20:31:04.581] creating hero from template with id: spc_empire_headman_3
[20:31:04.581] creating hero from template with id: spc_notable_empire_21
[20:31:04.581] creating hero from template with id: spc_notable_empire_21
[20:31:04.581] creating hero from template with id: spc_empire_headman_1
[20:31:04.581] creating hero from template with id: spc_notable_empire_22
[20:31:04.581] creating hero from template with id: spc_notable_empire_22
[20:31:04.581] creating hero from template with id: spc_empire_headman_2
[20:31:04.581] creating hero from template with id: spc_notable_empire_21
[20:31:04.582] creating hero from template with id: spc_notable_empire_21
[20:31:04.582] creating hero from template with id: spc_empire_headman_1
[20:31:04.582] creating hero from template with id: spc_notable_empire_21
[20:31:04.582] creating hero from template with id: spc_notable_empire_21
[20:31:04.582] creating hero from template with id: spc_empire_headman_1
[20:31:04.582] creating hero from template with id: spc_notable_empire_22
[20:31:04.582] creating hero from template with id: spc_notable_empire_22
[20:31:04.582] creating hero from template with id: spc_empire_headman_1
[20:31:04.582] creating hero from template with id: spc_notable_empire_21
[20:31:04.583] creating hero from template with id: spc_notable_empire_21
[20:31:04.583] creating hero from template with id: spc_empire_headman_1
[20:31:04.583] creating hero from template with id: spc_notable_empire_21
[20:31:04.583] creating hero from template with id: spc_notable_empire_21
[20:31:04.583] creating hero from template with id: spc_empire_headman_1
[20:31:04.583] creating hero from template with id: spc_notable_empire_21
[20:31:04.583] creating hero from template with id: spc_notable_empire_21
[20:31:04.583] creating hero from template with id: spc_empire_headman_2
[20:31:04.583] creating hero from template with id: spc_notable_empire_21
[20:31:04.583] creating hero from template with id: spc_notable_empire_22
[20:31:04.583] creating hero from template with id: spc_empire_headman_1
[20:31:04.583] creating hero from template with id: spc_notable_empire_21
[20:31:04.583] creating hero from template with id: spc_notable_empire_21
[20:31:04.585] creating hero from template with id: spc_empire_headman_2
[20:31:04.585] creating hero from template with id: spc_notable_empire_8
[20:31:04.585] creating hero from template with id: spc_notable_empire_1b
[20:31:04.585] creating hero from template with id: spc_notable_empire_1
[20:31:04.585] creating hero from template with id: spc_notable_empire_10
[20:31:04.585] creating hero from template with id: spc_notable_empire_gl1
[20:31:04.587] creating hero from template with id: spc_notable_empire_21
[20:31:04.587] creating hero from template with id: spc_notable_empire_21
[20:31:04.587] creating hero from template with id: spc_empire_headman_3
[20:31:04.587] creating hero from template with id: spc_notable_empire_21
[20:31:04.587] creating hero from template with id: spc_notable_empire_22
[20:31:04.587] creating hero from template with id: spc_empire_headman_3
[20:31:04.588] creating hero from template with id: spc_notable_empire_21
[20:31:04.588] creating hero from template with id: spc_notable_empire_22
[20:31:04.588] creating hero from template with id: spc_empire_headman_1
[20:31:04.588] creating hero from template with id: spc_notable_empire_21
[20:31:04.588] creating hero from template with id: spc_notable_empire_21
[20:31:04.588] creating hero from template with id: spc_empire_headman_2
[20:31:04.588] creating hero from template with id: spc_notable_empire_8
[20:31:04.588] creating hero from template with id: spc_notable_empire_0
[20:31:04.588] creating hero from template with id: spc_notable_empire_1b
[20:31:04.589] creating hero from template with id: spc_notable_empire_12
[20:31:04.589] creating hero from template with id: spc_notable_empire_gl4
[20:31:04.589] creating hero from template with id: spc_notable_empire_22
[20:31:04.589] creating hero from template with id: spc_notable_empire_22
[20:31:04.589] creating hero from template with id: spc_empire_headman_3
[20:31:04.589] creating hero from template with id: spc_notable_empire_22
[20:31:04.589] creating hero from template with id: spc_notable_empire_21
[20:31:04.590] creating hero from template with id: spc_empire_headman_3
[20:31:04.590] creating hero from template with id: spc_notable_empire_21
[20:31:04.590] creating hero from template with id: spc_notable_empire_22
[20:31:04.590] creating hero from template with id: spc_empire_headman_1
[20:31:04.590] creating hero from template with id: spc_notable_empire_8
[20:31:04.590] creating hero from template with id: spc_notable_empire_3
[20:31:04.590] creating hero from template with id: spc_notable_empire_0b
[20:31:04.590] creating hero from template with id: spc_notable_empire_11
[20:31:04.591] creating hero from template with id: spc_notable_empire_12
[20:31:04.591] creating hero from template with id: spc_notable_empire_21
[20:31:04.591] creating hero from template with id: spc_notable_empire_21
[20:31:04.591] creating hero from template with id: spc_empire_headman_1
[20:31:04.591] creating hero from template with id: spc_notable_empire_22
[20:31:04.591] creating hero from template with id: spc_notable_empire_22
[20:31:04.591] creating hero from template with id: spc_empire_headman_3
[20:31:04.591] creating hero from template with id: spc_notable_empire_22
[20:31:04.592] creating hero from template with id: spc_notable_empire_21
[20:31:04.592] creating hero from template with id: spc_empire_headman_3
[20:31:04.592] creating hero from template with id: spc_notable_empire_9
[20:31:04.592] creating hero from template with id: spc_notable_empire_4b
[20:31:04.592] creating hero from template with id: spc_notable_empire_1
[20:31:04.592] creating hero from template with id: spc_notable_empire_11
[20:31:04.592] creating hero from template with id: spc_notable_empire_11
[20:31:04.592] creating hero from template with id: spc_notable_empire_22
[20:31:04.593] creating hero from template with id: spc_notable_empire_22
[20:31:04.593] creating hero from template with id: spc_empire_headman_1
[20:31:04.593] creating hero from template with id: spc_notable_empire_21
[20:31:04.593] creating hero from template with id: spc_notable_empire_21
[20:31:04.593] creating hero from template with id: spc_empire_headman_1
[20:31:04.593] creating hero from template with id: spc_notable_empire_22
[20:31:04.593] creating hero from template with id: spc_notable_empire_21
[20:31:04.593] creating hero from template with id: spc_empire_headman_3
[20:31:04.594] creating hero from template with id: spc_notable_empire_22
[20:31:04.594] creating hero from template with id: spc_notable_empire_21
[20:31:04.594] creating hero from template with id: spc_empire_headman_3
[20:31:04.594] creating hero from template with id: spc_notable_empire_8
[20:31:04.594] creating hero from template with id: spc_notable_empire_1b
[20:31:04.594] creating hero from template with id: spc_notable_empire_1b
[20:31:04.594] creating hero from template with id: spc_notable_empire_13
[20:31:04.594] creating hero from template with id: spc_notable_empire_gl1
[20:31:04.595] creating hero from template with id: spc_notable_empire_22
[20:31:04.595] creating hero from template with id: spc_notable_empire_21
[20:31:04.595] creating hero from template with id: spc_empire_headman_2
[20:31:04.595] creating hero from template with id: spc_notable_empire_21
[20:31:04.595] creating hero from template with id: spc_notable_empire_21
[20:31:04.595] creating hero from template with id: spc_empire_headman_3
[20:31:04.595] creating hero from template with id: spc_notable_empire_21
[20:31:04.595] creating hero from template with id: spc_notable_empire_21
[20:31:04.595] creating hero from template with id: spc_empire_headman_1
[20:31:04.596] creating hero from template with id: spc_notable_empire_21
[20:31:04.596] creating hero from template with id: spc_notable_empire_22
[20:31:04.596] creating hero from template with id: spc_empire_headman_1
[20:31:04.596] creating hero from template with id: spc_notable_empire_9
[20:31:04.596] creating hero from template with id: spc_notable_empire_4b
[20:31:04.596] creating hero from template with id: spc_notable_empire_4
[20:31:04.596] creating hero from template with id: spc_notable_empire_gl1
[20:31:04.596] creating hero from template with id: spc_notable_empire_10
[20:31:04.597] creating hero from template with id: spc_notable_empire_21
[20:31:04.597] creating hero from template with id: spc_notable_empire_21
[20:31:04.597] creating hero from template with id: spc_empire_headman_1
[20:31:04.597] creating hero from template with id: spc_notable_empire_22
[20:31:04.597] creating hero from template with id: spc_notable_empire_21
[20:31:04.597] creating hero from template with id: spc_empire_headman_3
[20:31:04.597] creating hero from template with id: spc_notable_empire_22
[20:31:04.597] creating hero from template with id: spc_notable_empire_22
[20:31:04.597] creating hero from template with id: spc_empire_headman_1
[20:31:04.600] creating hero from template with id: spc_notable_empire_22
[20:31:04.600] creating hero from template with id: spc_notable_empire_22
[20:31:04.600] creating hero from template with id: spc_empire_headman_1
[20:31:04.600] creating hero from template with id: spc_notable_empire_21
[20:31:04.600] creating hero from template with id: spc_notable_empire_22
[20:31:04.600] creating hero from template with id: spc_empire_headman_1
[20:31:04.601] creating hero from template with id: spc_notable_empire_22
[20:31:04.601] creating hero from template with id: spc_notable_empire_22
[20:31:04.601] creating hero from template with id: spc_empire_headman_2
[20:31:04.601] creating hero from template with id: spc_notable_empire_22
[20:31:04.601] creating hero from template with id: spc_notable_empire_21
[20:31:04.601] creating hero from template with id: spc_empire_headman_3
[20:31:04.601] creating hero from template with id: spc_notable_empire_21
[20:31:04.601] creating hero from template with id: spc_notable_empire_21
[20:31:04.602] creating hero from template with id: spc_empire_headman_1
[20:31:04.602] creating hero from template with id: spc_notable_empire_21
[20:31:04.602] creating hero from template with id: spc_notable_empire_22
[20:31:04.602] creating hero from template with id: spc_empire_headman_3
[20:31:04.602] creating hero from template with id: spc_notable_empire_22
[20:31:04.602] creating hero from template with id: spc_notable_empire_22
[20:31:04.602] creating hero from template with id: spc_empire_headman_1
[20:31:04.602] creating hero from template with id: spc_notable_empire_21
[20:31:04.602] creating hero from template with id: spc_notable_empire_22
[20:31:04.603] creating hero from template with id: spc_empire_headman_2
[20:31:04.603] creating hero from template with id: spc_notable_empire_21
[20:31:04.603] creating hero from template with id: spc_notable_empire_22
[20:31:04.603] creating hero from template with id: spc_empire_headman_3
[20:31:04.603] creating hero from template with id: spc_notable_empire_21
[20:31:04.603] creating hero from template with id: spc_notable_empire_21
[20:31:04.603] creating hero from template with id: spc_empire_headman_3
[20:31:04.603] creating hero from template with id: spc_notable_empire_9
[20:31:04.604] creating hero from template with id: spc_notable_empire_3b
[20:31:04.604] creating hero from template with id: spc_notable_empire_3b
[20:31:04.604] creating hero from template with id: spc_notable_empire_12
[20:31:04.604] creating hero from template with id: spc_notable_empire_11
[20:31:04.604] creating hero from template with id: spc_notable_empire_21
[20:31:04.604] creating hero from template with id: spc_notable_empire_22
[20:31:04.604] creating hero from template with id: spc_empire_headman_3
[20:31:04.604] creating hero from template with id: spc_notable_empire_22
[20:31:04.604] creating hero from template with id: spc_notable_empire_21
[20:31:04.605] creating hero from template with id: spc_empire_headman_1
[20:31:04.605] creating hero from template with id: spc_notable_empire_22
[20:31:04.605] creating hero from template with id: spc_notable_empire_21
[20:31:04.605] creating hero from template with id: spc_empire_headman_2
[20:31:04.605] creating hero from template with id: spc_notable_empire_8
[20:31:04.605] creating hero from template with id: spc_notable_empire_1b
[20:31:04.605] creating hero from template with id: spc_notable_empire_3
[20:31:04.605] creating hero from template with id: spc_notable_empire_12
[20:31:04.605] creating hero from template with id: spc_notable_empire_12
[20:31:04.606] creating hero from template with id: spc_notable_empire_22
[20:31:04.606] creating hero from template with id: spc_notable_empire_21
[20:31:04.606] creating hero from template with id: spc_empire_headman_3
[20:31:04.606] creating hero from template with id: spc_notable_empire_22
[20:31:04.606] creating hero from template with id: spc_notable_empire_22
[20:31:04.606] creating hero from template with id: spc_empire_headman_3
[20:31:04.606] creating hero from template with id: spc_notable_empire_21
[20:31:04.607] creating hero from template with id: spc_notable_empire_21
[20:31:04.607] creating hero from template with id: spc_empire_headman_1
[20:31:04.607] creating hero from template with id: spc_notable_empire_22
[20:31:04.607] creating hero from template with id: spc_notable_empire_22
[20:31:04.607] creating hero from template with id: spc_empire_headman_1
[20:31:04.607] creating hero from template with id: spc_notable_empire_8
[20:31:04.607] creating hero from template with id: spc_notable_empire_0b
[20:31:04.607] creating hero from template with id: spc_notable_empire_2
[20:31:04.607] creating hero from template with id: spc_notable_empire_11
[20:31:04.608] creating hero from template with id: spc_notable_empire_12
[20:31:04.608] creating hero from template with id: spc_notable_empire_22
[20:31:04.608] creating hero from template with id: spc_notable_empire_22
[20:31:04.608] creating hero from template with id: spc_empire_headman_1
[20:31:04.608] creating hero from template with id: spc_notable_empire_22
[20:31:04.608] creating hero from template with id: spc_notable_empire_22
[20:31:04.609] creating hero from template with id: spc_empire_headman_1
[20:31:04.609] creating hero from template with id: spc_notable_empire_21
[20:31:04.609] creating hero from template with id: spc_notable_empire_22
[20:31:04.609] creating hero from template with id: spc_empire_headman_1
[20:31:04.609] creating hero from template with id: spc_notable_empire_9
[20:31:04.609] creating hero from template with id: spc_notable_empire_2
[20:31:04.609] creating hero from template with id: spc_notable_empire_2
[20:31:04.609] creating hero from template with id: spc_notable_empire_12
[20:31:04.610] creating hero from template with id: spc_notable_empire_10
[20:31:04.610] creating hero from template with id: spc_notable_empire_22
[20:31:04.610] creating hero from template with id: spc_notable_empire_22
[20:31:04.610] creating hero from template with id: spc_empire_headman_2
[20:31:04.610] creating hero from template with id: spc_notable_empire_22
[20:31:04.610] creating hero from template with id: spc_notable_empire_21
[20:31:04.610] creating hero from template with id: spc_empire_headman_3
[20:31:04.610] creating hero from template with id: spc_notable_empire_21
[20:31:04.611] creating hero from template with id: spc_notable_empire_22
[20:31:04.611] creating hero from template with id: spc_empire_headman_3
[20:31:04.611] creating hero from template with id: spc_notable_empire_21
[20:31:04.611] creating hero from template with id: spc_notable_empire_21
[20:31:04.611] creating hero from template with id: spc_empire_headman_3
[20:31:04.611] creating hero from template with id: spc_notable_empire_9
[20:31:04.611] creating hero from template with id: spc_notable_empire_4b
[20:31:04.611] creating hero from template with id: spc_notable_empire_4
[20:31:04.612] creating hero from template with id: spc_notable_empire_13
[20:31:04.612] creating hero from template with id: spc_notable_empire_10
[20:31:04.612] creating hero from template with id: spc_notable_empire_21
[20:31:04.612] creating hero from template with id: spc_notable_empire_22
[20:31:04.612] creating hero from template with id: spc_empire_headman_2
[20:31:04.612] creating hero from template with id: spc_notable_empire_22
[20:31:04.612] creating hero from template with id: spc_notable_empire_22
[20:31:04.612] creating hero from template with id: spc_empire_headman_1
[20:31:04.613] creating hero from template with id: spc_notable_empire_8
[20:31:04.613] creating hero from template with id: spc_notable_empire_1
[20:31:04.613] creating hero from template with id: spc_notable_empire_1b
[20:31:04.613] creating hero from template with id: spc_notable_empire_10
[20:31:04.613] creating hero from template with id: spc_notable_empire_gl4
[20:31:04.613] creating hero from template with id: spc_notable_empire_22
[20:31:04.613] creating hero from template with id: spc_notable_empire_22
[20:31:04.614] creating hero from template with id: spc_empire_headman_1
[20:31:04.614] creating hero from template with id: spc_notable_empire_21
[20:31:04.614] creating hero from template with id: spc_notable_empire_21
[20:31:04.614] creating hero from template with id: spc_empire_headman_2
[20:31:04.614] creating hero from template with id: spc_notable_empire_21
[20:31:04.614] creating hero from template with id: spc_notable_empire_21
[20:31:04.614] creating hero from template with id: spc_empire_headman_3
[20:31:04.614] creating hero from template with id: spc_notable_empire_21
[20:31:04.615] creating hero from template with id: spc_notable_empire_22
[20:31:04.615] creating hero from template with id: spc_empire_headman_2
[20:31:04.615] creating hero from template with id: spc_notable_empire_22
[20:31:04.615] creating hero from template with id: spc_notable_empire_21
[20:31:04.615] creating hero from template with id: spc_empire_headman_2
[20:31:04.615] creating hero from template with id: spc_notable_empire_22
[20:31:04.615] creating hero from template with id: spc_notable_empire_22
[20:31:04.615] creating hero from template with id: spc_empire_headman_3
[20:31:04.615] creating hero from template with id: spc_notable_empire_21
[20:31:04.615] creating hero from template with id: spc_notable_empire_21
[20:31:04.616] creating hero from template with id: spc_empire_headman_1
[20:31:04.616] creating hero from template with id: spc_notable_empire_22
[20:31:04.616] creating hero from template with id: spc_notable_empire_21
[20:31:04.616] creating hero from template with id: spc_empire_headman_2
[20:31:04.616] creating hero from template with id: spc_notable_empire_21
[20:31:04.616] creating hero from template with id: spc_notable_empire_21
[20:31:04.616] creating hero from template with id: spc_empire_headman_3
[20:31:04.616] creating hero from template with id: spc_notable_empire_21
[20:31:04.617] creating hero from template with id: spc_notable_empire_21
[20:31:04.617] creating hero from template with id: spc_empire_headman_1
[20:31:04.617] creating hero from template with id: spc_notable_empire_22
[20:31:04.617] creating hero from template with id: spc_notable_empire_22
[20:31:04.617] creating hero from template with id: spc_empire_headman_1
[20:31:04.617] creating hero from template with id: spc_notable_empire_22
[20:31:04.617] creating hero from template with id: spc_notable_empire_21
[20:31:04.617] creating hero from template with id: spc_empire_headman_2
[20:31:04.617] creating hero from template with id: spc_notable_empire_21
[20:31:04.618] creating hero from template with id: spc_notable_empire_22
[20:31:04.618] creating hero from template with id: spc_empire_headman_3
[20:31:04.618] creating hero from template with id: spc_notable_empire_22
[20:31:04.618] creating hero from template with id: spc_notable_empire_21
[20:31:04.618] creating hero from template with id: spc_empire_headman_3
[20:31:04.618] creating hero from template with id: spc_notable_empire_22
[20:31:04.618] creating hero from template with id: spc_notable_empire_21
[20:31:04.618] creating hero from template with id: spc_empire_headman_3
[20:31:04.619] creating hero from template with id: spc_notable_empire_8
[20:31:04.619] creating hero from template with id: spc_notable_empire_1
[20:31:04.619] creating hero from template with id: spc_notable_empire_4
[20:31:04.619] creating hero from template with id: spc_notable_empire_gl4
[20:31:04.619] creating hero from template with id: spc_notable_empire_12
[20:31:04.619] creating hero from template with id: spc_notable_empire_22
[20:31:04.619] creating hero from template with id: spc_notable_empire_21
[20:31:04.620] creating hero from template with id: spc_empire_headman_3
[20:31:04.620] creating hero from template with id: spc_notable_empire_22
[20:31:04.620] creating hero from template with id: spc_notable_empire_22
[20:31:04.620] creating hero from template with id: spc_empire_headman_3
[20:31:04.620] creating hero from template with id: spc_notable_empire_22
[20:31:04.620] creating hero from template with id: spc_notable_empire_22
[20:31:04.620] creating hero from template with id: spc_empire_headman_3
[20:31:04.620] creating hero from template with id: spc_notable_empire_21
[20:31:04.621] creating hero from template with id: spc_notable_empire_22
[20:31:04.621] creating hero from template with id: spc_empire_headman_3
[20:31:04.621] creating hero from template with id: spc_notable_empire_8
[20:31:04.621] creating hero from template with id: spc_notable_empire_3
[20:31:04.621] creating hero from template with id: spc_notable_empire_0
[20:31:04.621] creating hero from template with id: spc_notable_empire_13
[20:31:04.621] creating hero from template with id: spc_notable_empire_11
[20:31:04.622] creating hero from template with id: spc_notable_empire_21
[20:31:04.622] creating hero from template with id: spc_notable_empire_22
[20:31:04.622] creating hero from template with id: spc_empire_headman_2
[20:31:04.622] creating hero from template with id: spc_notable_empire_22
[20:31:04.622] creating hero from template with id: spc_notable_empire_21
[20:31:04.622] creating hero from template with id: spc_empire_headman_1
[20:31:04.622] creating hero from template with id: spc_notable_empire_22
[20:31:04.623] creating hero from template with id: spc_notable_empire_22
[20:31:04.623] creating hero from template with id: spc_empire_headman_2
[20:31:04.623] creating hero from template with id: spc_notable_empire_21
[20:31:04.623] creating hero from template with id: spc_notable_empire_22
[20:31:04.623] creating hero from template with id: spc_empire_headman_3
[20:31:04.623] creating hero from template with id: spc_notable_empire_9
[20:31:04.623] creating hero from template with id: spc_notable_empire_3
[20:31:04.624] creating hero from template with id: spc_notable_empire_1b
[20:31:04.624] creating hero from template with id: spc_notable_empire_12
[20:31:04.624] creating hero from template with id: spc_notable_empire_gl1
[20:31:04.624] creating hero from template with id: spc_notable_empire_22
[20:31:04.624] creating hero from template with id: spc_notable_empire_22
[20:31:04.624] creating hero from template with id: spc_empire_headman_1
[20:31:04.624] creating hero from template with id: spc_notable_empire_21
[20:31:04.625] creating hero from template with id: spc_notable_empire_21
[20:31:04.625] creating hero from template with id: spc_empire_headman_2
[20:31:04.625] creating hero from template with id: spc_notable_empire_8
[20:31:04.625] creating hero from template with id: spc_notable_empire_0
[20:31:04.625] creating hero from template with id: spc_notable_empire_2b
[20:31:04.625] creating hero from template with id: spc_notable_empire_10
[20:31:04.625] creating hero from template with id: spc_notable_empire_10
[20:31:04.626] creating hero from template with id: spc_notable_empire_22
[20:31:04.626] creating hero from template with id: spc_notable_empire_21
[20:31:04.626] creating hero from template with id: spc_empire_headman_3
[20:31:04.626] creating hero from template with id: spc_notable_empire_21
[20:31:04.626] creating hero from template with id: spc_notable_empire_21
[20:31:04.626] creating hero from template with id: spc_empire_headman_1
[20:31:04.626] creating hero from template with id: spc_notable_empire_21
[20:31:04.626] creating hero from template with id: spc_notable_empire_22
[20:31:04.627] creating hero from template with id: spc_empire_headman_1
[20:31:04.627] creating hero from template with id: spc_notable_empire_8
[20:31:04.627] creating hero from template with id: spc_notable_empire_1
[20:31:04.627] creating hero from template with id: spc_notable_empire_1
[20:31:04.627] creating hero from template with id: spc_notable_empire_gl1
[20:31:04.627] creating hero from template with id: spc_notable_empire_11
[20:31:04.627] creating hero from template with id: spc_notable_empire_22
[20:31:04.628] creating hero from template with id: spc_notable_empire_22
[20:31:04.628] creating hero from template with id: spc_empire_headman_1
[20:31:04.628] creating hero from template with id: spc_notable_empire_22
[20:31:04.630] creating hero from template with id: spc_notable_empire_21
[20:31:04.630] creating hero from template with id: spc_empire_headman_2
[20:31:04.630] creating hero from template with id: spc_notable_empire_21
[20:31:04.631] creating hero from template with id: spc_notable_empire_21
[20:31:04.631] creating hero from template with id: spc_empire_headman_2
[20:31:04.631] creating hero from template with id: spc_notable_empire_8
[20:31:04.631] creating hero from template with id: spc_notable_empire_4
[20:31:04.631] creating hero from template with id: spc_notable_empire_1b
[20:31:04.631] creating hero from template with id: spc_notable_empire_gl4
[20:31:04.631] creating hero from template with id: spc_notable_empire_10
[20:31:04.632] creating hero from template with id: spc_notable_empire_21
[20:31:04.632] creating hero from template with id: spc_notable_empire_21
[20:31:04.632] creating hero from template with id: spc_empire_headman_3
[20:31:04.632] creating hero from template with id: spc_notable_empire_22
[20:31:04.632] creating hero from template with id: spc_notable_empire_21
[20:31:04.632] creating hero from template with id: spc_empire_headman_3
[20:31:04.632] creating hero from template with id: spc_notable_empire_22
[20:31:04.632] creating hero from template with id: spc_notable_empire_22
[20:31:04.633] creating hero from template with id: spc_empire_headman_1
[20:31:04.633] creating hero from template with id: spc_notable_empire_8
[20:31:04.633] creating hero from template with id: spc_notable_empire_1
[20:31:04.633] creating hero from template with id: spc_notable_empire_3
[20:31:04.633] creating hero from template with id: spc_notable_empire_11
[20:31:04.633] creating hero from template with id: spc_notable_empire_10
[20:31:04.633] creating hero from template with id: spc_notable_empire_22
[20:31:04.633] creating hero from template with id: spc_notable_empire_22
[20:31:04.633] creating hero from template with id: spc_empire_headman_2
[20:31:04.633] creating hero from template with id: spc_notable_empire_21
[20:31:04.633] creating hero from template with id: spc_notable_empire_21
[20:31:04.635] creating hero from template with id: spc_empire_headman_3
[20:31:04.635] creating hero from template with id: spc_notable_empire_22
[20:31:04.635] creating hero from template with id: spc_notable_empire_22
[20:31:04.635] creating hero from template with id: spc_empire_headman_1
[20:31:04.635] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.635] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.635] creating hero from template with id: spc_sturgia_headman_3
[20:31:04.635] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.635] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.636] creating hero from template with id: spc_sturgia_headman_3
[20:31:04.636] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.636] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.636] creating hero from template with id: spc_sturgia_headman_2
[20:31:04.636] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.636] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.636] creating hero from template with id: spc_sturgia_headman_1
[20:31:04.636] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.637] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.637] creating hero from template with id: spc_sturgia_headman_2
[20:31:04.637] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.637] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.637] creating hero from template with id: spc_sturgia_headman_1
[20:31:04.637] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.637] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.637] creating hero from template with id: spc_sturgia_headman_3
[20:31:04.638] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.638] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.638] creating hero from template with id: spc_sturgia_headman_3
[20:31:04.638] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.638] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.638] creating hero from template with id: spc_sturgia_headman_3
[20:31:04.638] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.638] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.639] creating hero from template with id: spc_sturgia_headman_3
[20:31:04.639] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.639] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.639] creating hero from template with id: spc_sturgia_headman_3
[20:31:04.639] creating hero from template with id: spc_notable_sturgia_8
[20:31:04.639] creating hero from template with id: spc_notable_sturgia_1
[20:31:04.639] creating hero from template with id: spc_notable_sturgia_3
[20:31:04.639] creating hero from template with id: spc_notable_sturgia_7
[20:31:04.640] creating hero from template with id: spc_notable_sturgia_6
[20:31:04.640] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.640] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.640] creating hero from template with id: spc_sturgia_headman_2
[20:31:04.640] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.640] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.640] creating hero from template with id: spc_sturgia_headman_3
[20:31:04.640] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.641] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.641] creating hero from template with id: spc_sturgia_headman_1
[20:31:04.641] creating hero from template with id: spc_notable_sturgia_8
[20:31:04.641] creating hero from template with id: spc_notable_sturgia_3b
[20:31:04.641] creating hero from template with id: spc_notable_sturgia_0
[20:31:04.641] creating hero from template with id: spc_notable_sturgia_7
[20:31:04.641] creating hero from template with id: spc_notable_sturgia_6
[20:31:04.641] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.642] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.642] creating hero from template with id: spc_sturgia_headman_1
[20:31:04.642] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.642] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.642] creating hero from template with id: spc_sturgia_headman_2
[20:31:04.642] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.642] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.642] creating hero from template with id: spc_sturgia_headman_2
[20:31:04.643] creating hero from template with id: spc_notable_sturgia_8
[20:31:04.643] creating hero from template with id: spc_notable_sturgia_1
[20:31:04.643] creating hero from template with id: spc_notable_sturgia_1
[20:31:04.643] creating hero from template with id: spc_notable_sturgia_6
[20:31:04.643] creating hero from template with id: spc_notable_sturgia_7
[20:31:04.643] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.643] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.643] creating hero from template with id: spc_sturgia_headman_1
[20:31:04.644] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.644] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.644] creating hero from template with id: spc_sturgia_headman_1
[20:31:04.644] creating hero from template with id: spc_notable_sturgia_8
[20:31:04.644] creating hero from template with id: spc_notable_sturgia_3b
[20:31:04.644] creating hero from template with id: spc_notable_sturgia_0b
[20:31:04.644] creating hero from template with id: spc_notable_sturgia_6
[20:31:04.645] creating hero from template with id: spc_notable_sturgia_7
[20:31:04.645] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.645] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.645] creating hero from template with id: spc_sturgia_headman_1
[20:31:04.645] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.645] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.645] creating hero from template with id: spc_sturgia_headman_1
[20:31:04.645] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.645] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.646] creating hero from template with id: spc_sturgia_headman_3
[20:31:04.646] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.646] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.646] creating hero from template with id: spc_sturgia_headman_1
[20:31:04.646] creating hero from template with id: spc_notable_sturgia_8
[20:31:04.646] creating hero from template with id: spc_notable_sturgia_0
[20:31:04.646] creating hero from template with id: spc_notable_sturgia_3b
[20:31:04.646] creating hero from template with id: spc_notable_sturgia_7
[20:31:04.647] creating hero from template with id: spc_notable_sturgia_6
[20:31:04.647] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.647] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.647] creating hero from template with id: spc_sturgia_headman_2
[20:31:04.647] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.647] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.647] creating hero from template with id: spc_sturgia_headman_3
[20:31:04.648] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.648] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.648] creating hero from template with id: spc_sturgia_headman_3
[20:31:04.648] creating hero from template with id: spc_notable_sturgia_8
[20:31:04.648] creating hero from template with id: spc_notable_sturgia_2
[20:31:04.648] creating hero from template with id: spc_notable_sturgia_1
[20:31:04.648] creating hero from template with id: spc_notable_sturgia_6
[20:31:04.649] creating hero from template with id: spc_notable_sturgia_6
[20:31:04.649] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.649] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.649] creating hero from template with id: spc_sturgia_headman_2
[20:31:04.649] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.649] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.649] creating hero from template with id: spc_sturgia_headman_2
[20:31:04.649] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.650] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.650] creating hero from template with id: spc_sturgia_headman_2
[20:31:04.650] creating hero from template with id: spc_notable_sturgia_8
[20:31:04.650] creating hero from template with id: spc_notable_sturgia_2
[20:31:04.650] creating hero from template with id: spc_notable_sturgia_0
[20:31:04.650] creating hero from template with id: spc_notable_sturgia_7
[20:31:04.650] creating hero from template with id: spc_notable_sturgia_6
[20:31:04.651] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.651] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.651] creating hero from template with id: spc_sturgia_headman_2
[20:31:04.651] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.651] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.651] creating hero from template with id: spc_sturgia_headman_2
[20:31:04.651] creating hero from template with id: spc_notable_sturgia_10
[20:31:04.651] creating hero from template with id: spc_notable_sturgia_9
[20:31:04.652] creating hero from template with id: spc_sturgia_headman_1
[20:31:04.652] creating hero from template with id: spc_notable_aserai_11
[20:31:04.652] creating hero from template with id: spc_notable_aserai_12
[20:31:04.652] creating hero from template with id: spc_aserai_headman_2
[20:31:04.652] creating hero from template with id: spc_notable_aserai_12
[20:31:04.652] creating hero from template with id: spc_notable_aserai_12
[20:31:04.652] creating hero from template with id: spc_aserai_headman_2
[20:31:04.652] creating hero from template with id: spc_notable_aserai_11
[20:31:04.653] creating hero from template with id: spc_notable_aserai_12
[20:31:04.653] creating hero from template with id: spc_aserai_headman_3
[20:31:04.653] creating hero from template with id: spc_notable_aserai_12
[20:31:04.653] creating hero from template with id: spc_notable_aserai_11
[20:31:04.653] creating hero from template with id: spc_aserai_headman_3
[20:31:04.653] creating hero from template with id: spc_notable_aserai_12
[20:31:04.653] creating hero from template with id: spc_notable_aserai_12
[20:31:04.653] creating hero from template with id: spc_aserai_headman_2
[20:31:04.653] creating hero from template with id: spc_notable_aserai_11
[20:31:04.654] creating hero from template with id: spc_notable_aserai_12
[20:31:04.654] creating hero from template with id: spc_aserai_headman_1
[20:31:04.654] creating hero from template with id: spc_notable_aserai_12
[20:31:04.654] creating hero from template with id: spc_notable_aserai_11
[20:31:04.654] creating hero from template with id: spc_aserai_headman_3
[20:31:04.654] creating hero from template with id: spc_notable_aserai_12
[20:31:04.654] creating hero from template with id: spc_notable_aserai_11
[20:31:04.654] creating hero from template with id: spc_aserai_headman_1
[20:31:04.655] creating hero from template with id: spc_notable_aserai_11
[20:31:04.655] creating hero from template with id: spc_notable_aserai_12
[20:31:04.655] creating hero from template with id: spc_aserai_headman_3
[20:31:04.655] creating hero from template with id: spc_notable_aserai_12
[20:31:04.655] creating hero from template with id: spc_notable_aserai_12
[20:31:04.655] creating hero from template with id: spc_aserai_headman_1
[20:31:04.655] creating hero from template with id: spc_notable_aserai_11
[20:31:04.655] creating hero from template with id: spc_notable_aserai_11
[20:31:04.656] creating hero from template with id: spc_aserai_headman_3
[20:31:04.656] creating hero from template with id: spc_notable_aserai_11
[20:31:04.656] creating hero from template with id: spc_notable_aserai_12
[20:31:04.656] creating hero from template with id: spc_aserai_headman_2
[20:31:04.656] creating hero from template with id: spc_notable_aserai_12
[20:31:04.656] creating hero from template with id: spc_notable_aserai_12
[20:31:04.656] creating hero from template with id: spc_aserai_headman_1
[20:31:04.657] creating hero from template with id: spc_notable_aserai_10
[20:31:04.657] creating hero from template with id: spc_notable_aserai_2
[20:31:04.657] creating hero from template with id: spc_notable_aserai_1b
[20:31:04.657] creating hero from template with id: spc_notable_aserai_7
[20:31:04.657] creating hero from template with id: spc_notable_aserai_7
[20:31:04.657] creating hero from template with id: spc_notable_aserai_11
[20:31:04.657] creating hero from template with id: spc_notable_aserai_11
[20:31:04.658] creating hero from template with id: spc_aserai_headman_1
[20:31:04.658] creating hero from template with id: spc_notable_aserai_11
[20:31:04.658] creating hero from template with id: spc_notable_aserai_12
[20:31:04.658] creating hero from template with id: spc_aserai_headman_2
[20:31:04.658] creating hero from template with id: spc_notable_aserai_11
[20:31:04.658] creating hero from template with id: spc_notable_aserai_11
[20:31:04.658] creating hero from template with id: spc_aserai_headman_3
[20:31:04.659] creating hero from template with id: spc_notable_aserai_12
[20:31:04.659] creating hero from template with id: spc_notable_aserai_11
[20:31:04.659] creating hero from template with id: spc_aserai_headman_2
[20:31:04.659] creating hero from template with id: spc_notable_aserai_10
[20:31:04.659] creating hero from template with id: spc_notable_aserai_2
[20:31:04.659] creating hero from template with id: spc_notable_aserai_1b
[20:31:04.659] creating hero from template with id: spc_notable_aserai_8
[20:31:04.660] creating hero from template with id: spc_notable_aserai_7
[20:31:04.660] creating hero from template with id: spc_notable_aserai_11
[20:31:04.660] creating hero from template with id: spc_notable_aserai_11
[20:31:04.660] creating hero from template with id: spc_aserai_headman_1
[20:31:04.660] creating hero from template with id: spc_notable_aserai_12
[20:31:04.660] creating hero from template with id: spc_notable_aserai_11
[20:31:04.660] creating hero from template with id: spc_aserai_headman_2
[20:31:04.661] creating hero from template with id: spc_notable_aserai_12
[20:31:04.661] creating hero from template with id: spc_notable_aserai_11
[20:31:04.661] creating hero from template with id: spc_aserai_headman_2
[20:31:04.661] creating hero from template with id: spc_notable_aserai_10
[20:31:04.661] creating hero from template with id: spc_notable_aserai_3b
[20:31:04.661] creating hero from template with id: spc_notable_aserai_2b
[20:31:04.661] creating hero from template with id: spc_notable_aserai_7
[20:31:04.662] creating hero from template with id: spc_notable_aserai_7
[20:31:04.662] creating hero from template with id: spc_notable_aserai_12
[20:31:04.662] creating hero from template with id: spc_notable_aserai_12
[20:31:04.662] creating hero from template with id: spc_aserai_headman_1
[20:31:04.662] creating hero from template with id: spc_notable_aserai_12
[20:31:04.662] creating hero from template with id: spc_notable_aserai_12
[20:31:04.662] creating hero from template with id: spc_aserai_headman_1
[20:31:04.663] creating hero from template with id: spc_notable_aserai_12
[20:31:04.663] creating hero from template with id: spc_notable_aserai_11
[20:31:04.663] creating hero from template with id: spc_aserai_headman_1
[20:31:04.663] creating hero from template with id: spc_notable_aserai_10
[20:31:04.668] creating hero from template with id: spc_notable_aserai_2
[20:31:04.668] creating hero from template with id: spc_notable_aserai_0
[20:31:04.668] creating hero from template with id: spc_notable_aserai_8
[20:31:04.668] creating hero from template with id: spc_notable_aserai_7
[20:31:04.669] creating hero from template with id: spc_notable_aserai_12
[20:31:04.669] creating hero from template with id: spc_notable_aserai_12
[20:31:04.669] creating hero from template with id: spc_aserai_headman_1
[20:31:04.669] creating hero from template with id: spc_notable_aserai_11
[20:31:04.669] creating hero from template with id: spc_notable_aserai_12
[20:31:04.669] creating hero from template with id: spc_aserai_headman_1
[20:31:04.669] creating hero from template with id: spc_notable_aserai_11
[20:31:04.669] creating hero from template with id: spc_notable_aserai_12
[20:31:04.670] creating hero from template with id: spc_aserai_headman_3
[20:31:04.670] creating hero from template with id: spc_notable_aserai_12
[20:31:04.670] creating hero from template with id: spc_notable_aserai_11
[20:31:04.670] creating hero from template with id: spc_aserai_headman_1
[20:31:04.670] creating hero from template with id: spc_notable_aserai_10
[20:31:04.670] creating hero from template with id: spc_notable_aserai_0b
[20:31:04.670] creating hero from template with id: spc_notable_aserai_1b
[20:31:04.671] creating hero from template with id: spc_notable_aserai_7
[20:31:04.671] creating hero from template with id: spc_notable_aserai_9
[20:31:04.671] creating hero from template with id: spc_notable_aserai_12
[20:31:04.671] creating hero from template with id: spc_notable_aserai_11
[20:31:04.671] creating hero from template with id: spc_aserai_headman_2
[20:31:04.671] creating hero from template with id: spc_notable_aserai_11
[20:31:04.671] creating hero from template with id: spc_notable_aserai_11
[20:31:04.671] creating hero from template with id: spc_aserai_headman_2
[20:31:04.672] creating hero from template with id: spc_notable_aserai_11
[20:31:04.672] creating hero from template with id: spc_notable_aserai_11
[20:31:04.672] creating hero from template with id: spc_aserai_headman_2
[20:31:04.672] creating hero from template with id: spc_notable_aserai_10
[20:31:04.672] creating hero from template with id: spc_notable_aserai_2b
[20:31:04.672] creating hero from template with id: spc_notable_aserai_1b
[20:31:04.672] creating hero from template with id: spc_notable_aserai_9
[20:31:04.673] creating hero from template with id: spc_notable_aserai_8
[20:31:04.673] creating hero from template with id: spc_notable_aserai_12
[20:31:04.673] creating hero from template with id: spc_notable_aserai_12
[20:31:04.673] creating hero from template with id: spc_aserai_headman_3
[20:31:04.673] creating hero from template with id: spc_notable_aserai_12
[20:31:04.673] creating hero from template with id: spc_notable_aserai_12
[20:31:04.673] creating hero from template with id: spc_aserai_headman_3
[20:31:04.673] creating hero from template with id: spc_notable_aserai_12
[20:31:04.673] creating hero from template with id: spc_notable_aserai_12
[20:31:04.673] creating hero from template with id: spc_aserai_headman_2
[20:31:04.673] creating hero from template with id: spc_notable_aserai_11
[20:31:04.673] creating hero from template with id: spc_notable_aserai_11
[20:31:04.675] creating hero from template with id: spc_aserai_headman_3
[20:31:04.675] creating hero from template with id: spc_notable_aserai_10
[20:31:04.675] creating hero from template with id: spc_notable_aserai_3b
[20:31:04.675] creating hero from template with id: spc_notable_aserai_0b
[20:31:04.675] creating hero from template with id: spc_notable_aserai_9
[20:31:04.675] creating hero from template with id: spc_notable_aserai_7
[20:31:04.675] creating hero from template with id: spc_notable_aserai_12
[20:31:04.675] creating hero from template with id: spc_notable_aserai_12
[20:31:04.676] creating hero from template with id: spc_aserai_headman_2
[20:31:04.676] creating hero from template with id: spc_notable_aserai_11
[20:31:04.676] creating hero from template with id: spc_notable_aserai_11
[20:31:04.676] creating hero from template with id: spc_aserai_headman_2
[20:31:04.676] creating hero from template with id: spc_notable_aserai_11
[20:31:04.676] creating hero from template with id: spc_notable_aserai_12
[20:31:04.676] creating hero from template with id: spc_aserai_headman_1
[20:31:04.677] creating hero from template with id: spc_notable_aserai_11
[20:31:04.677] creating hero from template with id: spc_notable_aserai_11
[20:31:04.677] creating hero from template with id: spc_aserai_headman_3
[20:31:04.677] creating hero from template with id: spc_notable_aserai_10
[20:31:04.677] creating hero from template with id: spc_notable_aserai_3
[20:31:04.677] creating hero from template with id: spc_notable_aserai_1
[20:31:04.677] creating hero from template with id: spc_notable_aserai_8
[20:31:04.677] creating hero from template with id: spc_notable_aserai_9
[20:31:04.678] creating hero from template with id: spc_notable_aserai_12
[20:31:04.678] creating hero from template with id: spc_notable_aserai_11
[20:31:04.678] creating hero from template with id: spc_aserai_headman_2
[20:31:04.678] creating hero from template with id: spc_notable_aserai_11
[20:31:04.678] creating hero from template with id: spc_notable_aserai_11
[20:31:04.678] creating hero from template with id: spc_aserai_headman_1
[20:31:04.678] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.678] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.679] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.679] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.679] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.679] creating hero from template with id: spc_vlandia_headman_3
[20:31:04.679] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.679] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.679] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.680] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.680] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.680] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.680] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.680] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.680] creating hero from template with id: spc_vlandia_headman_1
[20:31:04.680] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.680] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.681] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.681] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.681] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.681] creating hero from template with id: spc_vlandia_headman_1
[20:31:04.681] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.681] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.681] creating hero from template with id: spc_vlandia_headman_3
[20:31:04.682] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.682] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.682] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.682] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.682] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.682] creating hero from template with id: spc_vlandia_headman_3
[20:31:04.682] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.682] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.683] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.683] creating hero from template with id: spc_notable_vlandia_artisan_1
[20:31:04.683] creating hero from template with id: spc_notable_vlandia_merch2
[20:31:04.683] creating hero from template with id: spc_notable_vlandia_merch1
[20:31:04.683] creating hero from template with id: spc_vlandia_gangleader_2
[20:31:04.683] creating hero from template with id: spc_vlandia_gangleader_2
[20:31:04.683] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.684] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.684] creating hero from template with id: spc_vlandia_headman_1
[20:31:04.684] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.684] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.684] creating hero from template with id: spc_vlandia_headman_3
[20:31:04.684] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.684] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.684] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.685] creating hero from template with id: spc_notable_vlandia_artisan_1
[20:31:04.685] creating hero from template with id: spc_notable_vlandia_merch5
[20:31:04.685] creating hero from template with id: spc_notable_vlandia_merch3
[20:31:04.685] creating hero from template with id: spc_vlandia_gangleader_3
[20:31:04.685] creating hero from template with id: spc_vlandia_gangleader_2
[20:31:04.685] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.685] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.686] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.686] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.686] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.686] creating hero from template with id: spc_vlandia_headman_1
[20:31:04.686] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.686] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.686] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.686] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.687] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.687] creating hero from template with id: spc_vlandia_headman_3
[20:31:04.687] creating hero from template with id: spc_notable_vlandia_artisan_2
[20:31:04.687] creating hero from template with id: spc_notable_vlandia_merch2
[20:31:04.687] creating hero from template with id: spc_notable_vlandia_merch5
[20:31:04.687] creating hero from template with id: spc_vlandia_gangleader_3
[20:31:04.687] creating hero from template with id: spc_vlandia_gangleader_2
[20:31:04.688] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.688] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.688] creating hero from template with id: spc_vlandia_headman_3
[20:31:04.688] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.688] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.688] creating hero from template with id: spc_vlandia_headman_3
[20:31:04.688] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.689] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.689] creating hero from template with id: spc_vlandia_headman_3
[20:31:04.689] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.689] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.689] creating hero from template with id: spc_vlandia_headman_3
[20:31:04.689] creating hero from template with id: spc_notable_vlandia_artisan_1
[20:31:04.689] creating hero from template with id: spc_notable_vlandia_merch5
[20:31:04.689] creating hero from template with id: spc_notable_vlandia_merch1
[20:31:04.690] creating hero from template with id: spc_vlandia_gangleader_1
[20:31:04.690] creating hero from template with id: spc_vlandia_gangleader_3
[20:31:04.690] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.690] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.690] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.690] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.690] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.691] creating hero from template with id: spc_vlandia_headman_1
[20:31:04.691] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.691] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.691] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.691] creating hero from template with id: spc_notable_vlandia_artisan_1
[20:31:04.691] creating hero from template with id: spc_notable_vlandia_merch1
[20:31:04.691] creating hero from template with id: spc_notable_vlandia_1b
[20:31:04.691] creating hero from template with id: spc_vlandia_gangleader_2
[20:31:04.692] creating hero from template with id: spc_vlandia_gangleader_3
[20:31:04.692] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.692] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.692] creating hero from template with id: spc_vlandia_headman_1
[20:31:04.692] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.692] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.692] creating hero from template with id: spc_vlandia_headman_1
[20:31:04.693] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.693] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.693] creating hero from template with id: spc_vlandia_headman_3
[20:31:04.693] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.693] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.693] creating hero from template with id: spc_vlandia_headman_1
[20:31:04.693] creating hero from template with id: spc_notable_vlandia_artisan_1
[20:31:04.694] creating hero from template with id: spc_notable_vlandia_1b
[20:31:04.694] creating hero from template with id: spc_notable_vlandia_merch3
[20:31:04.694] creating hero from template with id: spc_vlandia_gangleader_3
[20:31:04.694] creating hero from template with id: spc_vlandia_gangleader_1
[20:31:04.694] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.694] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.694] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.695] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.695] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.695] creating hero from template with id: spc_vlandia_headman_3
[20:31:04.695] creating hero from template with id: spc_notable_vlandia_artisan_1
[20:31:04.695] creating hero from template with id: spc_notable_vlandia_merch3
[20:31:04.695] creating hero from template with id: spc_notable_vlandia_1
[20:31:04.695] creating hero from template with id: spc_vlandia_gangleader_1
[20:31:04.695] creating hero from template with id: spc_vlandia_gangleader_3
[20:31:04.696] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.696] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.696] creating hero from template with id: spc_vlandia_headman_3
[20:31:04.696] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.696] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.696] creating hero from template with id: spc_vlandia_headman_1
[20:31:04.696] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.697] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.697] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.697] creating hero from template with id: spc_notable_vlandia_artisan_1
[20:31:04.697] creating hero from template with id: spc_notable_vlandia_merch3
[20:31:04.697] creating hero from template with id: spc_notable_vlandia_1b
[20:31:04.697] creating hero from template with id: spc_vlandia_gangleader_1
[20:31:04.697] creating hero from template with id: spc_vlandia_gangleader_3
[20:31:04.698] creating hero from template with id: spc_notable_vlandia_rural_1
[20:31:04.698] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.698] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.698] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.698] creating hero from template with id: spc_notable_vlandia_rural_2
[20:31:04.698] creating hero from template with id: spc_vlandia_headman_2
[20:31:04.698] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.699] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.699] creating hero from template with id: spc_battania_headman_3
[20:31:04.699] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.699] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.699] creating hero from template with id: spc_battania_headman_1
[20:31:04.699] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.699] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.699] creating hero from template with id: spc_battania_headman_2
[20:31:04.700] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.700] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.700] creating hero from template with id: spc_battania_headman_1
[20:31:04.700] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.700] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.700] creating hero from template with id: spc_battania_headman_3
[20:31:04.701] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.701] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.701] creating hero from template with id: spc_battania_headman_2
[20:31:04.701] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.701] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.701] creating hero from template with id: spc_battania_headman_3
[20:31:04.701] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.702] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.702] creating hero from template with id: spc_battania_headman_3
[20:31:04.702] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.702] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.702] creating hero from template with id: spc_battania_headman_3
[20:31:04.702] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.702] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.705] creating hero from template with id: spc_battania_headman_3
[20:31:04.705] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.705] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.705] creating hero from template with id: spc_battania_headman_1
[20:31:04.705] creating hero from template with id: spc_battania_artisan_1
[20:31:04.705] creating hero from template with id: spc_notable_battania_1b
[20:31:04.705] creating hero from template with id: spc_notable_battania_0b
[20:31:04.705] creating hero from template with id: spc_notable_battania_5
[20:31:04.706] creating hero from template with id: spc_notable_battania_5
[20:31:04.706] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.706] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.706] creating hero from template with id: spc_battania_headman_2
[20:31:04.706] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.706] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.706] creating hero from template with id: spc_battania_headman_2
[20:31:04.706] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.707] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.707] creating hero from template with id: spc_battania_headman_2
[20:31:04.707] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.707] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.707] creating hero from template with id: spc_battania_headman_2
[20:31:04.707] creating hero from template with id: spc_battania_artisan_3
[20:31:04.707] creating hero from template with id: spc_notable_battania_merchant_1
[20:31:04.708] creating hero from template with id: spc_notable_battania_1b
[20:31:04.708] creating hero from template with id: spc_notable_battania_4
[20:31:04.708] creating hero from template with id: spc_notable_battania_4
[20:31:04.708] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.708] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.708] creating hero from template with id: spc_battania_headman_1
[20:31:04.708] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.709] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.709] creating hero from template with id: spc_battania_headman_2
[20:31:04.709] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.709] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.709] creating hero from template with id: spc_battania_headman_1
[20:31:04.709] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.709] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.709] creating hero from template with id: spc_battania_headman_3
[20:31:04.710] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.710] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.710] creating hero from template with id: spc_battania_headman_2
[20:31:04.710] creating hero from template with id: spc_battania_artisan_1
[20:31:04.710] creating hero from template with id: spc_notable_battania_0c
[20:31:04.710] creating hero from template with id: spc_notable_battania_0e
[20:31:04.710] creating hero from template with id: spc_notable_battania_5
[20:31:04.711] creating hero from template with id: spc_notable_battania_5
[20:31:04.711] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.711] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.711] creating hero from template with id: spc_battania_headman_2
[20:31:04.711] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.712] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.712] creating hero from template with id: spc_battania_headman_1
[20:31:04.712] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.712] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.712] creating hero from template with id: spc_battania_headman_1
[20:31:04.713] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.713] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.713] creating hero from template with id: spc_battania_headman_3
[20:31:04.713] creating hero from template with id: spc_battania_artisan_3
[20:31:04.713] creating hero from template with id: spc_notable_battania_0b
[20:31:04.713] creating hero from template with id: spc_notable_battania_1
[20:31:04.713] creating hero from template with id: spc_notable_battania_5
[20:31:04.713] creating hero from template with id: spc_notable_battania_5
[20:31:04.715] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.715] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.715] creating hero from template with id: spc_battania_headman_1
[20:31:04.715] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.715] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.715] creating hero from template with id: spc_battania_headman_2
[20:31:04.715] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.715] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.716] creating hero from template with id: spc_battania_headman_3
[20:31:04.716] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.716] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.716] creating hero from template with id: spc_battania_headman_2
[20:31:04.716] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.716] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.717] creating hero from template with id: spc_battania_headman_2
[20:31:04.717] creating hero from template with id: spc_battania_artisan_1
[20:31:04.717] creating hero from template with id: spc_notable_battania_1
[20:31:04.717] creating hero from template with id: spc_notable_battania_0b
[20:31:04.717] creating hero from template with id: spc_notable_battania_5
[20:31:04.718] creating hero from template with id: spc_notable_battania_4
[20:31:04.718] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.718] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.718] creating hero from template with id: spc_battania_headman_1
[20:31:04.719] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.719] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.719] creating hero from template with id: spc_battania_headman_2
[20:31:04.719] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.719] creating hero from template with id: spc_notable_rural_notable_1
[20:31:04.720] creating hero from template with id: spc_battania_headman_1
[20:31:04.720] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.720] creating hero from template with id: spc_battania_rural_notable_2
[20:31:04.720] creating hero from template with id: spc_battania_headman_3
[20:31:04.720] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.720] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.720] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.721] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.721] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.721] creating hero from template with id: spc_khuzait_headman_1
[20:31:04.721] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.721] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.721] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.721] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.721] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.722] creating hero from template with id: spc_khuzait_headman_1
[20:31:04.722] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.722] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.722] creating hero from template with id: spc_khuzait_headman_2
[20:31:04.722] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.722] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.722] creating hero from template with id: spc_khuzait_headman_1
[20:31:04.723] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.723] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.723] creating hero from template with id: spc_khuzait_headman_1
[20:31:04.723] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.723] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.723] creating hero from template with id: spc_khuzait_headman_2
[20:31:04.723] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.723] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.723] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.723] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.723] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.725] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.725] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.725] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.725] creating hero from template with id: spc_khuzait_headman_2
[20:31:04.725] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.725] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.725] creating hero from template with id: spc_khuzait_headman_2
[20:31:04.726] creating hero from template with id: spc_khuzait_artisan_3
[20:31:04.726] creating hero from template with id: spc_notable_khuzait_1c
[20:31:04.726] creating hero from template with id: spc_notable_khuzait_2
[20:31:04.726] creating hero from template with id: spc_khuzait_gangleader_2
[20:31:04.726] creating hero from template with id: spc_khuzait_gangleader_3
[20:31:04.726] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.727] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.727] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.727] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.727] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.727] creating hero from template with id: spc_khuzait_headman_2
[20:31:04.727] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.727] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.728] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.728] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.728] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.728] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.728] creating hero from template with id: spc_khuzait_artisan_2
[20:31:04.728] creating hero from template with id: spc_notable_khuzait_1b
[20:31:04.728] creating hero from template with id: spc_notable_khuzait_0b
[20:31:04.728] creating hero from template with id: spc_khuzait_gangleader_2
[20:31:04.729] creating hero from template with id: spc_khuzait_gangleader_2
[20:31:04.729] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.729] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.729] creating hero from template with id: spc_khuzait_headman_1
[20:31:04.729] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.729] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.729] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.730] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.730] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.730] creating hero from template with id: spc_khuzait_headman_2
[20:31:04.730] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.730] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.730] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.730] creating hero from template with id: spc_khuzait_artisan_3
[20:31:04.731] creating hero from template with id: spc_notable_khuzait_1b
[20:31:04.731] creating hero from template with id: spc_notable_khuzait_merchant_1
[20:31:04.731] creating hero from template with id: spc_khuzait_gangleader_2
[20:31:04.731] creating hero from template with id: spc_khuzait_gangleader_2
[20:31:04.731] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.731] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.731] creating hero from template with id: spc_khuzait_headman_1
[20:31:04.732] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.732] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.732] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.732] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.732] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.732] creating hero from template with id: spc_khuzait_headman_2
[20:31:04.732] creating hero from template with id: spc_khuzait_artisan_3
[20:31:04.733] creating hero from template with id: spc_notable_khuzait_1c
[20:31:04.733] creating hero from template with id: spc_notable_khuzait_0b
[20:31:04.733] creating hero from template with id: spc_khuzait_gangleader_3
[20:31:04.733] creating hero from template with id: spc_khuzait_gangleader_3
[20:31:04.733] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.733] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.734] creating hero from template with id: spc_khuzait_headman_2
[20:31:04.734] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.734] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.734] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.734] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.734] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.734] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.735] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.735] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.735] creating hero from template with id: spc_khuzait_headman_1
[20:31:04.735] creating hero from template with id: spc_khuzait_artisan_2
[20:31:04.735] creating hero from template with id: spc_notable_khuzait_1
[20:31:04.735] creating hero from template with id: spc_notable_khuzait_1
[20:31:04.735] creating hero from template with id: spc_khuzait_gangleader_1
[20:31:04.736] creating hero from template with id: spc_khuzait_gangleader_3
[20:31:04.736] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.736] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.736] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.736] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.736] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.736] creating hero from template with id: spc_khuzait_headman_2
[20:31:04.737] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.737] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.737] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.737] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.737] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.737] creating hero from template with id: spc_khuzait_headman_2
[20:31:04.737] creating hero from template with id: spc_khuzait_artisan_1
[20:31:04.738] creating hero from template with id: spc_notable_khuzait_2b
[20:31:04.738] creating hero from template with id: spc_notable_khuzait_1b
[20:31:04.738] creating hero from template with id: spc_khuzait_gangleader_2
[20:31:04.738] creating hero from template with id: spc_khuzait_gangleader_1
[20:31:04.738] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.738] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.738] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.739] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.739] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.739] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.739] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.739] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.739] creating hero from template with id: spc_khuzait_headman_3
[20:31:04.740] creating hero from template with id: spc_khuzait_rural_notable_1
[20:31:04.740] creating hero from template with id: spc_khuzait_rural_notable_2
[20:31:04.740] creating hero from template with id: spc_khuzait_headman_1
[20:31:04.806] creating hero from template with id: lord_2_3
[20:31:04.809] creating hero from template with id: lord_2_111
[20:31:04.809] creating hero from template with id: lord_2_11
[20:31:04.809] creating hero from template with id: lord_3_3_1
[20:31:04.809] creating hero from template with id: lord_3_11
[20:31:04.810] creating hero from template with id: lord_3_11
[20:31:04.810] creating hero from template with id: lord_6_7
[20:31:04.810] creating hero from template with id: lord_6_10
[20:31:04.810] creating hero from template with id: lord_6_7
[20:31:04.810] creating hero from template with id: lord_6_3
[20:31:04.810] creating hero from template with id: lord_6_4
[20:31:04.810] creating hero from template with id: lord_6_3
[20:31:04.811] creating hero from template with id: lord_6_51
[20:31:04.811] creating hero from template with id: lord_6_5
[20:31:04.811] creating hero from template with id: lord_6_15_2
[20:31:04.811] creating hero from template with id: lord_6_5
[20:31:04.811] creating hero from template with id: lord_1_411
[20:31:04.811] creating hero from template with id: lord_1_41
[20:31:04.812] creating hero from template with id: lord_1_411
[20:31:04.812] creating hero from template with id: lord_1_1_2
[20:31:04.812] creating hero from template with id: lord_1_3
[20:31:04.812] creating hero from template with id: lord_1_1_5
[20:31:04.812] creating hero from template with id: lord_1_22
[20:31:04.812] creating hero from template with id: lord_1_22
[20:31:04.813] creating hero from template with id: lord_1_33
[20:31:04.813] creating hero from template with id: lord_1_1_9
[20:31:04.813] creating hero from template with id: lord_1_43
[20:31:04.813] creating hero from template with id: lord_1_6
[20:31:04.813] creating hero from template with id: lord_1_43
[20:31:04.813] creating hero from template with id: lord_1_1_12
[20:31:04.813] creating hero from template with id: lord_1_20
[20:31:04.813] creating hero from template with id: lord_1_1_14
[20:31:04.813] creating hero from template with id: lord_1_1_14
[20:31:04.815] creating hero from template with id: lord_1_67
[20:31:04.815] creating hero from template with id: lord_1_67
[20:31:04.815] creating hero from template with id: lord_1_70
[20:31:04.815] creating hero from template with id: lord_1_70
[20:31:04.815] creating hero from template with id: lord_1_56
[20:31:04.815] creating hero from template with id: lord_1_56_1
[20:31:04.815] creating hero from template with id: lord_NE9_d
[20:31:04.815] creating hero from template with id: lord_NE9_d
[20:31:04.815] creating hero from template with id: lord_1_24
[20:31:04.815] creating hero from template with id: lord_1_7
[20:31:04.816] creating hero from template with id: lord_1_8
[20:31:04.816] creating hero from template with id: lord_1_25
[20:31:04.816] creating hero from template with id: lord_1_23
[20:31:04.816] creating hero from template with id: lord_1_35
[20:31:04.816] creating hero from template with id: lord_1_26
[20:31:04.816] creating hero from template with id: lord_1_12
[20:31:04.817] creating hero from template with id: lord_1_12
[20:31:04.817] creating hero from template with id: lord_1_40
[20:31:04.817] creating hero from template with id: lord_1_46
[20:31:04.817] creating hero from template with id: lord_1_45_2
[20:31:04.817] creating hero from template with id: lord_1_57_1
[20:31:04.817] creating hero from template with id: lord_1_62_1
[20:31:04.818] creating hero from template with id: lord_1_53
[20:31:04.818] creating hero from template with id: lord_1_53
[20:31:04.818] creating hero from template with id: lord_WE8_c
[20:31:04.818] creating hero from template with id: lord_WE8_c
[20:31:04.818] creating hero from template with id: lord_WE9_l
[20:31:04.818] creating hero from template with id: lord_WE9_u2
[20:31:04.819] creating hero from template with id: lord_1_37
[20:31:04.819] creating hero from template with id: lord_1_27
[20:31:04.819] creating hero from template with id: lord_1_18
[20:31:04.819] creating hero from template with id: lord_1_39
[20:31:04.819] creating hero from template with id: lord_1_177
[20:31:04.819] creating hero from template with id: lord_1_54
[20:31:04.820] creating hero from template with id: lord_1_54
[20:31:04.820] creating hero from template with id: lord_1_55
[20:31:04.820] creating hero from template with id: lord_SE8_c
[20:31:04.820] creating hero from template with id: lord_1_72
[20:31:04.820] creating hero from template with id: lord_SE9_l
[20:31:04.820] creating hero from template with id: lord_SE9_s
[20:31:04.821] creating hero from template with id: lord_2_13_2
[20:31:04.821] creating hero from template with id: lord_2_9
[20:31:04.821] creating hero from template with id: lord_2_5
[20:31:04.821] creating hero from template with id: lord_2_121
[20:31:04.821] creating hero from template with id: lord_2_21_1
[20:31:04.821] creating hero from template with id: lord_2_21
[20:31:04.821] creating hero from template with id: lord_2_21_1
[20:31:04.822] creating hero from template with id: lord_2_24_1
[20:31:04.822] creating hero from template with id: lord_2_17_1
[20:31:04.822] creating hero from template with id: lord_2_17
[20:31:04.822] creating hero from template with id: lord_2_23_1
[20:31:04.822] creating hero from template with id: lord_2_23
[20:31:04.822] creating hero from template with id: lord_2_15_1
[20:31:04.822] creating hero from template with id: lord_2_19
[20:31:04.823] creating hero from template with id: lord_2_20_1
[20:31:04.823] creating hero from template with id: lord_2_20_1
[20:31:04.823] creating hero from template with id: lord_3_10
[20:31:04.823] creating hero from template with id: lord_3_2
[20:31:04.823] creating hero from template with id: lord_3_20
[20:31:04.823] creating hero from template with id: lord_3_20
[20:31:04.823] creating hero from template with id: lord_3_5
[20:31:04.823] creating hero from template with id: lord_3_15_1
[20:31:04.823] creating hero from template with id: lord_3_16_1
[20:31:04.825] creating hero from template with id: lord_3_21_1
[20:31:04.825] creating hero from template with id: lord_3_18_1
[20:31:04.825] creating hero from template with id: lord_3_19_2
[20:31:04.825] creating hero from template with id: lord_3_19_2
[20:31:04.825] creating hero from template with id: lord_3_19_1
[20:31:04.825] creating hero from template with id: lord_4_7
[20:31:04.826] creating hero from template with id: lord_4_13
[20:31:04.826] creating hero from template with id: lord_4_1
[20:31:04.826] creating hero from template with id: lord_4_2
[20:31:04.826] creating hero from template with id: lord_4_3_1
[20:31:04.826] creating hero from template with id: lord_4_3
[20:31:04.826] creating hero from template with id: lord_4_11
[20:31:04.827] creating hero from template with id: lord_4_5
[20:31:04.827] creating hero from template with id: lord_4_12
[20:31:04.827] creating hero from template with id: lord_4_121
[20:31:04.827] creating hero from template with id: lord_4_16
[20:31:04.827] creating hero from template with id: lord_4_16
[20:31:04.827] creating hero from template with id: lord_4_19
[20:31:04.828] creating hero from template with id: lord_4_25_1
[20:31:04.828] creating hero from template with id: lord_4_25
[20:31:04.828] creating hero from template with id: lord_4_20_1
[20:31:04.828] creating hero from template with id: lord_4_20
[20:31:04.828] creating hero from template with id: lord_4_23
[20:31:04.828] creating hero from template with id: lord_4_23_3
[20:31:04.829] creating hero from template with id: lord_4_26
[20:31:04.829] creating hero from template with id: lord_4_24_3
[20:31:04.829] creating hero from template with id: lord_V9_u
[20:31:04.829] creating hero from template with id: lord_4_27
[20:31:04.829] creating hero from template with id: lord_4_28
[20:31:04.829] creating hero from template with id: lord_4_28_1
[20:31:04.830] creating hero from template with id: lord_5_13
[20:31:04.830] creating hero from template with id: lord_5_8
[20:31:04.830] creating hero from template with id: lord_5_8
[20:31:04.830] creating hero from template with id: lord_5_3
[20:31:04.830] creating hero from template with id: lord_5_12
[20:31:04.830] creating hero from template with id: lord_5_12
[20:31:04.831] creating hero from template with id: lord_5_12
[20:31:04.831] creating hero from template with id: lord_5_18_1
[20:31:04.831] creating hero from template with id: lord_5_15_2
[20:31:04.831] creating hero from template with id: lord_5_22
[20:31:04.831] creating hero from template with id: lord_5_14_1
[20:31:04.831] creating hero from template with id: lord_5_20
[20:31:04.832] creating hero from template with id: lord_5_21
[20:31:04.832] creating hero from template with id: lord_5_21_1
[20:31:04.832] creating hero from template with id: lord_5_21_1
[20:31:04.832] creating hero from template with id: lord_6_16_2
[20:31:04.832] creating hero from template with id: lord_6_16_2
[20:31:04.832] creating hero from template with id: lord_6_6
[20:31:04.833] creating hero from template with id: lord_6_21_1
[20:31:04.833] creating hero from template with id: lord_6_22
[20:31:04.833] creating hero from template with id: lord_6_18
[20:31:04.833] creating hero from template with id: lord_6_22
[20:31:04.833] creating hero from template with id: lord_6_19_1
[20:31:04.833] creating hero from template with id: lord_6_19_1
[20:31:04.834] creating hero from template with id: lord_K8_u
[20:31:04.834] creating hero from template with id: lord_6_20_1
[20:31:04.834] creating hero from template with id: lord_A9_l
[20:31:04.834] creating hero from template with id: lord_A9_l
[20:31:04.834] creating hero from template with id: lord_V11_c1
[20:31:04.834] creating hero from template with id: lord_V11_c1
[20:31:04.835] creating hero from template with id: lord_S9_u
[20:31:04.835] creating hero from template with id: lord_S9_m
[20:31:04.837] creating hero from template with id: lord_K9_c1
[20:31:04.837] creating hero from template with id: lord_K9_c2
[20:31:04.837] creating hero from template with id: lord_B8_s
[20:31:04.837] creating hero from template with id: lord_B8_l
[20:31:04.922] Error parsing solution.json Object reference not set to an instance of an object.
</pre>
</div>
<h2 name="harmony">
<a href='#harmony-log' onclick='spoiler(this, "Harmony Patches" ,"harmony")'>
+ Harmony Patches
</a>
</h2>
<div class='msg' id='harmony'>
<div id="harmony-container">
</div>
</div>
<h2 name="troubleshoot">
<a href='#troubleshoot' onclick='spoiler(this, "Troubleshoot" ,"troubleshoot-expanded")' id="troubleshoot">
+ Troubleshoot
</a>
</h2>
<div class='msg' id='troubleshoot-expanded'>
<p>You can try several troubleshoot options down below.</p>
<div class='border-blue' id='xml-report'>
<img src='http://icons.iconarchive.com/icons/dtafalonso/modern-xp/512/ModernXP-64-Folder-Check-icon.png' width='48' />
<div class="troubleshoot-desc">
Check for XML typos if an error were caused by faulty XMLs, tap the button on the right to validate them.
</div>
<button onclick='validateXML(this)' id='btn-validate-xml' class="troubleshoot-buttons">Check XML validity</button>
<br />
<br />
<table id='xml-report-table' style='width:100%; display:none; border:none' border='0'>
<tr>
<td style='width:30px'><img src='http://icons.iconarchive.com/icons/paomedia/small-n-flat/1024/sign-check-icon.png' width='24' /> </td>
<td>
Submodule.xml <br />
Location: <a href='#' onclick='test()'>C:\FILE\Submodule.xml</a>
Location: <a href='#' onclick='stopsearch()'>C:\FILE\Submodule.xml</a>
Location: <a href='#' onclick='clearTable()'>C:\FILE\Submodule.xml</a>
</td>
</tr>
</table>
</div>
<div class='border-blue'>
<img src='https://icons.iconarchive.com/icons/dtafalonso/modern-xp/512/ModernXP-21-Desktop-icon.png' width='48' />
<div class="troubleshoot-desc">
Attempt to disable faulty mods. This option may only work with the original Taleworlds Launcher.
</div>
<br />
<br />
<button class="troubleshoot-buttons" onclick="window.external.DisableProblematicModules()">Disable them</button>
</div>
<div class='border-blue' id="emergency-save">
<img src='http://icons.iconarchive.com/icons/dtafalonso/modern-xp/512/ModernXP-65-Floppy-Save-icon.png' width='48' />
<div class="troubleshoot-desc">
Emergency save. <br />
Forcefully to save the game. Keep in mind there are some cases where this is not possible to do.
<div id="save-reason">
</div>
</div>
<br />
<br />
<button class="troubleshoot-buttons" onclick="saveEmergencyCampaign()" id="savegameButton" disabled>Save the game</button>
</div>
<div class='border-blue' id="dnspy">
<img src='http://icons.iconarchive.com/icons/dtafalonso/modern-xp/512/ModernXP-70-Window-Settings-icon.png' width='48' />
<div class="troubleshoot-desc">
Restart the program in debug mode. <br />
Restart the program with dnSpy debugger and decompiler attached. This may helps you debug and even made patches to a faulty mod without a source code. <a href="https://github.com/dnSpy/dnSpy">What is dnSpy?</a> <br />
It will disable BetterExceptionWindow temporarily until the next game restart.
<div style="display:normal" id="dnspyInstall">
<div id="dnspyReason">Dnspy is not installed.</div> <br />
<a href="#dnspy" onclick="InstallDnspy()" id="dnspyInstallLink">Install dnSpy</a>
</div>
</div>
<br />
<br />
<div class="progressbar" id="dnspyProgressbar" style="display:none">Installing...(0000000K/000000K)</div>
<button class="troubleshoot-buttons" onclick="StartDnspy()" id="dnspyButton" disabled>Restart the program with dnSpy attached</button>
</div>
<div class='border-blue' id="screenshotattach">
<img src='https://icons.iconarchive.com/icons/dtafalonso/modern-xp/512/ModernXP-28-Filetype-jpg-icon.png' width='48' />
<div class="troubleshoot-desc">
Attach screenshot. <br />
Capture current game screenshot and attach it to this error report.<br />
<div>
<div id="noPictureMessage" style="display:none">No screenshot was attached on this report.</div>
</div>
</div>
<br />
<br />
<img src="" style="width:80%;display:none;float:none" id="screenshotImage" />
<button class="troubleshoot-buttons" onclick="Screenshot()" id="screenshotButton">Screenshot now</button>
</div>
<div class='border-blue' id="savegameattach">
<img src='https://icons.iconarchive.com/icons/dtafalonso/modern-xp/512/ModernXP-16-Folder-Documents-icon.png' width='48' />
<div class="troubleshoot-desc">
Attach latest save game to this error report. <br />
You can extract the save game by opening this error report in the browser.<br />
<div>
<div id="attachSaveMessage" style="display:none"></div>
</div>
</div>
<br />
<br />
<button class="troubleshoot-buttons" onclick="AttachSaveGame()" id="attachSaveGameButton">Click to attach</button>
<button class="troubleshoot-buttons" onclick="DownloadSaveGame()" id="attachDownloadSaveGameButton" style="display:none">Download the save data</button>
</div>
<div class='border-blue' id="memorydump">
<img src='https://icons.iconarchive.com/icons/dtafalonso/modern-xp/512/ModernXP-25-Folder-Download-icon.png' width='48' />
<div class="troubleshoot-desc">
Dump the memory content. <br />
This will dump the contents of the program memory into a file so it can be analysed later.<br />
Memory dump can be quite big so BEW will save this dump seperately. <br />
<div style="display:normal" id="">
<input type="checkbox" id="checkDumpHeap" /> Dump full memory.
</div>
</div>
<br />
<br />
<button class="troubleshoot-buttons" onclick="DumpMemory()" id="dumpHeapButton">Dump now</button>
</div>
</div>
<div id="jsonData" style="display:none">
[{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"Bannerlord.UIExtenderEx"},"Name":{"@value":"UIExtenderEx"},"Version":{"@value":"v2.8.0"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"Url":{"@value":"https://www.nexusmods.com/mountandblade2bannerlord/mods/2102"},"DependedModules":{"DependedModule":{"@Id":"Bannerlord.Harmony","@DependentVersion":"v2.2.2"}},"ModulesToLoadAfterThis":{"Module":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.Harmony","@order":"LoadBeforeThis","@version":"v2.2.2"},{"@id":"Native","@order":"LoadAfterThis","@version":"v1.0.0.*","@optional":"true"},{"@id":"SandBoxCore","@order":"LoadAfterThis","@version":"v1.0.0.*","@optional":"true"},{"@id":"Sandbox","@order":"LoadAfterThis","@version":"v1.0.0.*","@optional":"true"},{"@id":"StoryMode","@order":"LoadAfterThis","@version":"v1.0.0.*","@optional":"true"},{"@id":"CustomBattle","@order":"LoadAfterThis","@version":"v1.0.0.*","@optional":"true"}]},"SubModules":{"SubModule":[{"Name":{"@value":"UIExtenderEx"},"DLLName":{"@value":"Bannerlord.UIExtenderEx.dll"},"SubModuleClassType":{"@value":"Bannerlord.UIExtenderEx.SubModule"},"Tags":{"Tag":{"@key":"DumpXML","@value":"false"}},"isLoadedInMemory":true},{"Name":{"@value":"UIExtenderEx UI Patch"},"DLLName":{"@value":"Bannerlord.UIExtenderEx.dll"},"SubModuleClassType":{"@value":"Bannerlord.UIExtenderEx.UIPatchSubModule"},"Tags":null,"isLoadedInMemory":true}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2859222409","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2859222409\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2859222409","isFaultingMod":false},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"Bannerlord.ButterLib"},"Name":{"@value":"ButterLib"},"Version":{"@value":"v2.8.11"},"ModuleType":{"@value":"Community"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"Url":{"@value":"https://www.nexusmods.com/mountandblade2bannerlord/mods/2018"},"DependedModules":{"DependedModule":{"@Id":"Bannerlord.Harmony","@DependentVersion":"v2.2.2"}},"ModulesToLoadAfterThis":{"Module":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.Harmony","@order":"LoadBeforeThis","@version":"v2.2.2"},{"@id":"BetterExceptionWindow","@order":"LoadBeforeThis","@optional":"true"},{"@id":"Native","@order":"LoadAfterThis","@version":"ev1.0.0.*"},{"@id":"SandBoxCore","@order":"LoadAfterThis","@version":"ev1.0.0.*","@optional":"true"},{"@id":"Sandbox","@order":"LoadAfterThis","@version":"ev1.0.0.*","@optional":"true"},{"@id":"StoryMode","@order":"LoadAfterThis","@version":"ev1.0.0.*","@optional":"true"},{"@id":"CustomBattle","@order":"LoadAfterThis","@version":"ev1.0.0.*","@optional":"true"}]},"SubModules":{"SubModule":[{"Name":{"@value":"ButterLib"},"DLLName":{"@value":"Bannerlord.ButterLib.dll"},"SubModuleClassType":{"@value":"Bannerlord.ButterLib.ButterLibSubModule"},"Assemblies":{"#comment":[],"Assembly":[{"@value":"Microsoft.Bcl.HashCode.dll"},{"@value":"Serilog.dll"},{"@value":"Serilog.Extensions.Logging.dll"},{"@value":"Serilog.Sinks.File.dll"}]},"Tags":null,"isLoadedInMemory":true},{"Name":{"@value":"ButterLib Implementation Loader"},"DLLName":{"@value":"Bannerlord.ButterLib.dll"},"SubModuleClassType":{"@value":"Bannerlord.ButterLib.ImplementationLoaderSubModule"},"Tags":null,"isLoadedInMemory":true}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2859232415","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2859232415\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2859232415","isFaultingMod":false},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"Bannerlord.MBOptionScreen"},"Name":{"@value":"Mod Configuration Menu v5"},"Version":{"@value":"v5.9.1"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"Url":{"@value":"https://www.nexusmods.com/mountandblade2bannerlord/mods/612"},"DependedModules":{"DependedModule":[{"@Id":"Bannerlord.Harmony","@DependentVersion":"v2.2.2"},{"@Id":"Bannerlord.ButterLib","@DependentVersion":"v2.8.11"},{"@Id":"Bannerlord.UIExtenderEx","@DependentVersion":"v2.8.0"}]},"#comment":[],"ModulesToLoadAfterThis":{"Module":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.Harmony","@order":"LoadBeforeThis","@version":"v2.2.2"},{"@id":"Bannerlord.ButterLib","@order":"LoadBeforeThis","@version":"v2.8.11"},{"@id":"Bannerlord.UIExtenderEx","@order":"LoadBeforeThis","@version":"v2.8.0"},{"@id":"Native","@order":"LoadAfterThis","@version":"v$gameversion$.*"},{"@id":"SandBoxCore","@order":"LoadAfterThis","@version":"v$gameversion$.*","@optional":"true"},{"@id":"Sandbox","@order":"LoadAfterThis","@version":"v$gameversion$.*","@optional":"true"},{"@id":"StoryMode","@order":"LoadAfterThis","@version":"v$gameversion$.*","@optional":"true"},{"@id":"CustomBattle","@order":"LoadAfterThis","@version":"v$gameversion$.*","@optional":"true"}]},"SubModules":{"#comment":[],"SubModule":[{"Name":{"@value":"MCMv5"},"DLLName":{"@value":"MCMv5.dll"},"SubModuleClassType":{"@value":"MCM.MCMSubModule"},"Tags":null,"isLoadedInMemory":true},{"Name":{"@value":"MCMv5 Basic Implementation"},"DLLName":{"@value":"MCMv5.dll"},"SubModuleClassType":{"@value":"MCM.Internal.MCMImplementationSubModule"},"Tags":null,"isLoadedInMemory":true},{"Name":{"@value":"MCMv5 Wrapper Support"},"DLLName":{"@value":"MCM.UI.Adapter.MCMv5.dll"},"SubModuleClassType":{"@value":"MCM.UI.Adapter.MCMv5.SubModule"},"Tags":null,"isLoadedInMemory":true},{"Name":{"@value":"MCMv5 UI"},"DLLName":{"@value":"MCMv5.UI.dll"},"SubModuleClassType":{"@value":"MCM.UI.MCMUISubModule"},"Tags":null,"isLoadedInMemory":true}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2859238197","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2859238197\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2859238197","isFaultingMod":false},{"Module":{"Name":{"@value":"Heal on Kill"},"Id":{"@value":"Heal on Kill"},"Version":{"@value":"v1.0.2.1"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.0.2","@Optional":"false"},{"@Id":"SandBoxCore","@DependentVersion":"v1.0.2","@Optional":"false"},{"@Id":"Sandbox","@DependentVersion":"v1.0.2","@Optional":"false"},{"@Id":"CustomBattle","@DependentVersion":"v1.0.2","@Optional":"false"},{"@Id":"StoryMode","@DependentVersion":"v1.0.2","@Optional":"false"},{"@Id":"Bannerlord.MBOptionScreen","@DependentVersion":"v5.4.5","@Optional":"false"}]},"SubModules":{"SubModule":{"Name":{"@value":"Heal on Kill"},"DLLName":{"@value":"HealthOnKill.dll"},"SubModuleClassType":{"@value":"HealthOnKill.SubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":null},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2875223027","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2875223027\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2875223027"},{"Module":{"Name":{"@value":"Governors Handle Issues"},"Id":{"@value":"GovernorsHandleIssues"},"Version":{"@value":"v1.1.0.2"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.1.0","@Optional":"false"},{"@Id":"SandBoxCore","@DependentVersion":"v1.1.0","@Optional":"false"},{"@Id":"Sandbox","@DependentVersion":"v1.1.0","@Optional":"false"},{"@Id":"StoryMode","@DependentVersion":"v1.1.0","@Optional":"false"}]},"ModuleType":{"@value":"Community"},"SubModules":{"SubModule":{"Name":{"@value":"GovernorsHandleIssues"},"DLLName":{"@value":"GovernorsHandleIssues.dll"},"SubModuleClassType":{"@value":"GovernorsHandleIssues.SubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":null},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2875226388","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2875226388\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2875226388"},{"Module":{"Name":{"@value":"BetterExceptionWindow"},"Id":{"@value":"BetterExceptionWindow"},"Version":{"@value":"v6.5.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":{"@Id":"Bannerlord.Harmony"}},"SubModules":{"SubModule":{"Name":{"@value":"BetterExceptionWindow"},"DLLName":{"@value":"BetterExceptionWindow.dll"},"SubModuleClassType":{"@value":"BetterExceptionWindow.Main"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":""},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2875478172","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2875478172\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2875478172"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Adonnay's Exotic Weaponry"},"Id":{"@value":"AEW - Adonnays Exotic Weaponry"},"Version":{"@value":"v2.3.5"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.1.0"},{"@Id":"SandBoxCore","@DependentVersion":"v1.1.0"},{"@Id":"Sandbox","@DependentVersion":"v1.1.0"},{"@Id":"StoryMode","@DependentVersion":"v1.1.0"}]},"SubModules":{"SubModule":{"Name":{"@value":"AEW"},"DLLName":{"@value":"AEW.dll"},"SubModuleClassType":{"@value":"AEW.SubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":{"XmlNode":[{"XmlName":{"@id":"Items","@path":"aew_items"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"}]}},{"XmlName":{"@id":"CraftingPieces","@path":"aew_crafting_pieces"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"}]}},{"XmlName":{"@id":"WeaponDescriptions","@path":"aew_weapon_descriptions"}},{"XmlName":{"@id":"CraftingTemplates","@path":"aew_crafting_templates"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"}]}},{"XmlName":{"@id":"GameText","@path":"AEW_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"}]}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2875503961","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2875503961\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2875503961"},{"Module":{"Name":{"@value":"BattleStats"},"Id":{"@value":"BattleStats"},"Version":{"@value":"v1.2.7"},"Official":{"@value":"false"},"DefaultModule":{"@value":"false"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"Bannerlord.Harmony"}]},"SubModules":{"SubModule":{"Name":{"@value":"BattleStats"},"DLLName":{"@value":"BattleStats.dll"},"SubModuleClassType":{"@value":"BattleStats.SubModule"}}},"Xmls":null},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2875649178","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2875649178\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2875649178"},{"Module":{"Name":{"@value":"Better Time"},"Id":{"@value":"BetterTime"},"Version":{"@value":"v1.3.2"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"Official":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"CustomBattle"},{"@Id":"StoryMode"},{"@Id":"Bannerlord.Harmony"},{"@Id":"Bannerlord.ButterLib"},{"@Id":"Bannerlord.UIExtenderEx"},{"@Id":"Bannerlord.MBOptionScreen"}]},"SubModules":{"SubModule":{"Name":{"@value":"BetterTime"},"DLLName":{"@value":"BetterTime.dll"},"SubModuleClassType":{"@value":"BetterTime.Main"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":null},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2875960358","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2875960358\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2875960358"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Improved Garrisons"},"Id":{"@value":"ImprovedGarrisons"},"Version":{"@value":"v4.1.3.4"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"}]},"SubModules":{"SubModule":{"Name":{"@value":"ImprovedGarrisons"},"DLLName":{"@value":"ImprovedGarrisons.dll"},"SubModuleClassType":{"@value":"ImprovedGarrisons.Main"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":null},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2877554017","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2877554017\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2877554017"},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","Id":{"@value":"AgricultureEstate"},"Name":{"@value":"AgricultureEstate"},"Version":{"@value":"v1.2.0.0"},"Official":{"@value":"false"},"DefaultModule":{"@value":"false"},"#comment":[],"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"DependedModules":{"DependedModule":[{"@Id":"Bannerlord.Harmony"},{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.Harmony","@order":"LoadBeforeThis"},{"@id":"Native","@order":"LoadBeforeThis"},{"@id":"SandBoxCore","@order":"LoadBeforeThis"},{"@id":"Sandbox","@order":"LoadBeforeThis"},{"@id":"StoryMode","@order":"LoadBeforeThis"},{"@id":"CustomBattle","@order":"LoadBeforeThis"}]},"SubModules":{"SubModule":{"Name":{"@value":"AgricultureEstate"},"DLLName":{"@value":"AgricultureEstate.dll"},"SubModuleClassType":{"@value":"AgricultureEstate.SubModule"},"Tags":null}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2880158010","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2880158010\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2880158010"},{"Module":{"Name":{"@value":"Bodyguards"},"Id":{"@value":"Bodyguards"},"Version":{"@value":"v1.1.0.1"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.1.0","@Optional":"false"},{"@Id":"SandBoxCore","@DependentVersion":"v1.1.0","@Optional":"false"},{"@Id":"Sandbox","@DependentVersion":"v1.1.0","@Optional":"false"},{"@Id":"StoryMode","@DependentVersion":"v1.1.0","@Optional":"false"}]},"ModuleType":{"@value":"Community"},"SubModules":{"SubModule":[{"Name":{"@value":"Bodyguards"},"DLLName":{"@value":"Bodyguards.dll"},"SubModuleClassType":{"@value":"Bodyguards.SubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]},"isLoadedInMemory":true},{"Name":{"@value":"MCMv5"},"DLLName":{"@value":"MCMv5.dll"},"SubModuleClassType":{"@value":"MCM.MCMSubModule"},"Tags":null,"isLoadedInMemory":true},{"Name":{"@value":"MCMv5 Basic Implementation"},"DLLName":{"@value":"MCMv5.dll"},"SubModuleClassType":{"@value":"MCM.Internal.MCMImplementationSubModule"},"Tags":null,"isLoadedInMemory":true}]},"Xmls":null},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2880365016","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2880365016\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2880365016","isFaultingMod":false},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"SmithyWSTweak"},"Id":{"@value":"SmithyWSTweak"},"Version":{"@value":"v1.0.0"},"Official":{"@value":"false"},"DefaultModule":{"@value":"false"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.0.0"},{"@Id":"SandBoxCore","@DependentVersion":"v1.0.0"},{"@Id":"Sandbox","@DependentVersion":"v1.0.0"},{"@Id":"CustomBattle","@DependentVersion":"v1.0.0"},{"@Id":"StoryMode","@DependentVersion":"v1.0.0"}]},"SubModules":null,"Xmls":{"XmlNode":{"XmlName":{"@id":"WorkshopTypes","@path":"SmithyWSTweak"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"Sandbox"}]}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2880604887","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2880604887\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2880604887"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Brynhild"},"Id":{"@value":"Brynhild"},"Version":{"@value":"v1.0.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"CustomBattle"},{"@Id":"StoryMode"}]},"SubModules":"","Xmls":{"XmlNode":[{"XmlName":{"@id":"Heroes","@path":"heroes_halfsister"}},{"XmlName":{"@id":"NPCCharacters","@path":"lords_halfsister"}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2883954746","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2883954746\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2883954746"},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"Bannerlord.YellToInspire"},"Name":{"@value":"BUTR's Yell To Inspire"},"Version":{"@value":"v0.6.11"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"Url":{"@value":"https://www.nexusmods.com/mountandblade2bannerlord/mods/3638"},"DependedModules":{"DependedModule":[{"@Id":"Bannerlord.MBOptionScreen","@DependentVersion":"v5.7.2"},{"@Id":"Native","@DependentVersion":"v1.1.0.*"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.MBOptionScreen","@order":"LoadBeforeThis","@version":"v5.7.2"},{"@id":"Native","@order":"LoadBeforeThis","@version":"v1.1.0.*"}]},"SubModules":{"SubModule":{"Name":{"@value":"Bannerlord Module Loader"},"DLLName":{"@value":"Bannerlord.ModuleLoader.Bannerlord.YellToInspire.dll"},"SubModuleClassType":{"@value":"Bannerlord.ModuleLoader.Bannerlord_YellToInspire"},"Tags":{"Tag":{"@key":"LoaderFilter","@value":"Bannerlord.YellToInspire.*.dll"}}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2884365680","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2884365680\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2884365680"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"#comment":[],"Module":{"Name":{"@value":"CJ's Starting Gear - Main"},"Id":{"@value":"CJ's Starting Gear - Main"},"Version":{"@value":"v1.3.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"Official":{"@value":"False"},"DependedModules":{"DependedModule":{"@Id":"Native"}},"SubModules":null,"Xmls":{"XmlNode":[{"XmlName":{"@id":"EquipmentRosters","@path":"CJ's_Custom_Start_ASERAI"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"EquipmentRosters","@path":"CJ's_Custom_Start_BATTANIANS"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"EquipmentRosters","@path":"CJ's_Custom_Start_EMPIRE"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"EquipmentRosters","@path":"CJ's_Custom_Start_KHUZAIT"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"EquipmentRosters","@path":"CJ's_Custom_Start_STURGIANS"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"EquipmentRosters","@path":"CJ's_Custom_Start_VLANDIA"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2884793525","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2884793525\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2884793525"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Morgana"},"Id":{"@value":"Morgana"},"Version":{"@value":"v1.0.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"CustomBattle"},{"@Id":"StoryMode"}]},"SubModules":"","Xmls":{"XmlNode":[{"XmlName":{"@id":"Heroes","@path":"heroes_halfsister"}},{"XmlName":{"@id":"NPCCharacters","@path":"lords_halfsister"}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2885179107","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2885179107\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2885179107"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Megacles"},"Id":{"@value":"Megacles"},"Version":{"@value":"v1.0.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"CustomBattle"},{"@Id":"StoryMode"}]},"SubModules":"","Xmls":{"XmlNode":[{"XmlName":{"@id":"Heroes","@path":"heroes_halfsister"}},{"XmlName":{"@id":"NPCCharacters","@path":"lords_halfsister"}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2885413419","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2885413419\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2885413419"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"#comment":[],"Module":{"Name":{"@value":"CJ's Vanilla Items"},"Id":{"@value":"CJ's Vanilla Items"},"Version":{"@value":"v1.2.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"Official":{"@value":"False"},"DependedModules":{"DependedModule":{"@Id":"Native"}},"SubModules":null,"Xmls":{"XmlNode":{"XmlName":{"@id":"Items","@path":"CJ's_Vanilla_Items"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2885428909","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2885428909\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2885428909"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"#comment":[],"Module":{"Name":{"@value":"CJ's Lord Equipment Tweaks"},"Id":{"@value":"CJ's Lord Equipment Tweaks"},"Version":{"@value":"v1.2.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"Official":{"@value":"False"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"CJ's Vanilla Items"}]},"SubModules":null,"Xmls":{"XmlNode":[{"XmlName":{"@id":"EquipmentRosters","@path":"CJ's_Lord_Equipment_Tweaks_Sets"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"NPCCharacters","@path":"CJ's_Lords"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2885430860","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2885430860\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2885430860"},{"Module":{"Name":{"@value":"Simple Bank"},"Id":{"@value":"SimpleBank"},"Version":{"@value":"v1.2.0.1"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@DependentVersion":"v1.2.0","@Id":"Native"},{"@DependentVersion":"v1.2.0","@Id":"SandBoxCore"},{"@DependentVersion":"v1.2.0","@Id":"Sandbox"},{"@DependentVersion":"v1.2.0","@Id":"CustomBattle"},{"@DependentVersion":"v1.2.0","@Id":"StoryMode"}]},"SubModules":{"SubModule":{"Name":{"@value":"BirkeCityBank"},"DLLName":{"@value":"SimpleBank.dll"},"SubModuleClassType":{"@value":"Birke.BirkeCityBank"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":{"XmlNode":[{"XmlName":{"@id":"Concepts","@path":"concept_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"GameText","@path":"module_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2886479768","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2886479768\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2886479768"},{"Module":{"Name":{"@value":"Troop Sorting"},"Id":{"@value":"TroopSort"},"Version":{"@value":"v1.2.0.2"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@DependentVersion":"v1.2.0","@Id":"Native"},{"@DependentVersion":"v1.2.0","@Id":"SandBoxCore"},{"@DependentVersion":"v1.2.0","@Id":"Sandbox"},{"@DependentVersion":"v1.2.0","@Id":"CustomBattle"},{"@DependentVersion":"v1.2.0","@Id":"StoryMode"}]},"SubModules":{"SubModule":{"Name":{"@value":"TroopSortModule"},"DLLName":{"@value":"TroopSort.dll"},"SubModuleClassType":{"@value":"TroopSort.TroopSortModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":{"XmlNode":{"XmlName":{"@id":"GameText","@path":"module_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2886676221","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2886676221\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2886676221"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"William"},"Id":{"@value":"William"},"Version":{"@value":"v1.0.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"CustomBattle"},{"@Id":"StoryMode"}]},"SubModules":"","Xmls":{"XmlNode":[{"XmlName":{"@id":"Heroes","@path":"heroes_halfsister"}},{"XmlName":{"@id":"NPCCharacters","@path":"lords_halfsister"}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2887550719","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2887550719\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2887550719"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Nicanor"},"Id":{"@value":"Nicanor"},"Version":{"@value":"v1.0.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"CustomBattle"},{"@Id":"StoryMode"}]},"SubModules":"","Xmls":{"XmlNode":[{"XmlName":{"@id":"Heroes","@path":"heroes_halfsister"}},{"XmlName":{"@id":"NPCCharacters","@path":"lords_halfsister"}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2887553628","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2887553628\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2887553628"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Twins"},"Id":{"@value":"Twins"},"Version":{"@value":"v1.0.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"CustomBattle"},{"@Id":"StoryMode"}]},"SubModules":"","Xmls":{"XmlNode":[{"XmlName":{"@id":"Heroes","@path":"heroes_halfsister"}},{"XmlName":{"@id":"NPCCharacters","@path":"lords_halfsister"}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2887740268","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2887740268\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2887740268"},{"Module":{"Name":{"@value":"LegionnairesThrowPilums"},"Id":{"@value":"legionnairesThrowPilums"},"Version":{"@value":"v1.0.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.0.1.4833"},{"@Id":"SandBoxCore","@DependentVersion":"v1.0.1.4833"},{"@Id":"Sandbox","@DependentVersion":"v1.0.1.4833"},{"@Id":"CustomBattle","@DependentVersion":"v1.0.1.4833"},{"@Id":"StoryMode","@DependentVersion":"v1.0.1.4833"}]},"SubModules":"","Xmls":{"XmlNode":{"XmlName":{"@id":"CraftingPieces","@path":"crafting_pieces"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2888899050","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2888899050\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2888899050"},{"Module":{"Name":{"@value":"My Little Warband"},"Id":{"@value":"MyLittleWarband"},"Version":{"@value":"v1.1.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"CustomBattle"},{"@Id":"StoryMode"}]},"SubModules":{"SubModule":{"Name":{"@value":"My Little Warband"},"DLLName":{"@value":"MyLittleWarband.dll"},"SubModuleClassType":{"@value":"MyLittleWarband.SubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":{"XmlNode":{"XmlName":{"@id":"NPCCharacters","@path":"troops"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2892150920","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2892150920\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2892150920"},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"Tutelage"},"Name":{"@value":"Tutelage"},"Version":{"@value":"v1.0.0"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Native","@order":"LoadBeforeThis"},{"@id":"SandBoxCore","@order":"LoadBeforeThis"},{"@id":"Sandbox","@order":"LoadBeforeThis"},{"@id":"StoryMode","@order":"LoadBeforeThis"},{"@id":"CustomBattle","@order":"LoadBeforeThis"}]},"SubModules":{"SubModule":{"Name":{"@value":"Tutelage"},"DLLName":{"@value":"Tutelage.dll"},"SubModuleClassType":{"@value":"Tutelage.SubModule"},"Tags":null}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2897212014","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2897212014\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2897212014"},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"Bannerlord.NearbyTournaments"},"Name":{"@value":"Quick Nearby Tournaments"},"Version":{"@value":"v1.0.1.4"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Native","@order":"LoadBeforeThis"},{"@id":"SandBoxCore","@order":"LoadBeforeThis"},{"@id":"Sandbox","@order":"LoadBeforeThis"},{"@id":"StoryMode","@order":"LoadBeforeThis"},{"@id":"CustomBattle","@order":"LoadBeforeThis"}]},"SubModules":{"SubModule":{"Name":{"@value":"Bannerlord Module Loader"},"DLLName":{"@value":"Bannerlord.ModuleLoader.Bannerlord.NearbyTournaments.dll"},"SubModuleClassType":{"@value":"Bannerlord.ModuleLoader.Bannerlord_NearbyTournaments"},"Tags":{"Tag":{"@key":"LoaderFilter","@value":"Bannerlord.NearbyTournaments.*.dll"}}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2910268800","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2910268800\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2910268800"},{"Module":{"Name":{"@value":"Kingdom Politics Expanded"},"Id":{"@value":"KingdomPoliticsExpanded"},"Version":{"@value":"v1.1.0.3"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.1.0","@Optional":"false"},{"@Id":"SandBoxCore","@DependentVersion":"v1.1.0","@Optional":"false"},{"@Id":"Sandbox","@DependentVersion":"v1.1.0","@Optional":"false"},{"@Id":"StoryMode","@DependentVersion":"v1.1.0","@Optional":"false"}]},"ModuleType":{"@value":"Community"},"SubModules":{"SubModule":{"Name":{"@value":"KingdomPoliticsExpanded"},"DLLName":{"@value":"KingdomPoliticsExpanded.dll"},"SubModuleClassType":{"@value":"KingdomPoliticsExpanded.SubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":null},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2910947065","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2910947065\\\\SubModule.xml","isFaultingMod":true,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2910947065"},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"Bannerlord.EncyclopediaFilters"},"Name":{"@value":"Encyclopedia Filters Extended"},"Version":{"@value":"v1.0.8.2"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Bannerlord.Harmony"},{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.Harmony","@order":"LoadBeforeThis"},{"@id":"Native","@order":"LoadBeforeThis"},{"@id":"SandBoxCore","@order":"LoadBeforeThis"},{"@id":"Sandbox","@order":"LoadBeforeThis"},{"@id":"StoryMode","@order":"LoadBeforeThis"},{"@id":"CustomBattle","@order":"LoadBeforeThis"}]},"SubModules":{"SubModule":{"Name":{"@value":"Bannerlord Module Loader"},"DLLName":{"@value":"Bannerlord.ModuleLoader.Bannerlord.EncyclopediaFilters.dll"},"SubModuleClassType":{"@value":"Bannerlord.ModuleLoader.Bannerlord_EncyclopediaFilters"},"Tags":{"Tag":{"@key":"LoaderFilter","@value":"Bannerlord.EncyclopediaFilters.*.dll"}}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2916000111","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2916000111\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2916000111"},{"Module":{"Name":{"@value":"Stop Starving Yourselves"},"Id":{"@value":"StopStarvingYourselves"},"Version":{"@value":"v1.1.0.3"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.0.0","@Optional":"false"},{"@Id":"SandBoxCore","@DependentVersion":"v1.0.0","@Optional":"false"},{"@Id":"Sandbox","@DependentVersion":"v1.0.0","@Optional":"false"},{"@Id":"StoryMode","@DependentVersion":"v1.0.0","@Optional":"false"},{"@Id":"Bannerlord.Harmony"}]},"ModuleType":{"@value":"Community"},"SubModules":{"SubModule":{"Name":{"@value":"StopStarvingYourselves"},"DLLName":{"@value":"StopStarvingYourselves.dll"},"SubModuleClassType":{"@value":"StopStarvingYourselves.SubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":null},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2920954993","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2920954993\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2920954993"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"RTS Camera"},"Id":{"@value":"RTSCamera"},"Version":{"@value":"v4.1.26"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.2.2"},{"@Id":"SandBoxCore","@DependentVersion":"v1.2.2"},{"@Id":"Sandbox","@DependentVersion":"v1.2.2"},{"@Id":"CustomBattle","@DependentVersion":"v1.2.2"},{"@Id":"StoryMode","@DependentVersion":"v1.2.2"}]},"SubModules":{"SubModule":{"Name":{"@value":"RTSCameraSubModule"},"DLLName":{"@value":"RTSCamera.dll"},"SubModuleClassType":{"@value":"RTSCamera.RTSCameraSubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":{"XmlNode":[{"XmlName":{"@id":"GameText","@path":"module_strings"}},{"XmlName":{"@id":"GameText","@path":"MissionLibrary"}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2921338395","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2921338395\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2921338395"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"RTS Camera Command System"},"Id":{"@value":"RTSCamera.CommandSystem"},"Version":{"@value":"v4.1.25"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.2.1"},{"@Id":"SandBoxCore","@DependentVersion":"v1.2.1"},{"@Id":"Sandbox","@DependentVersion":"v1.2.1"},{"@Id":"CustomBattle","@DependentVersion":"v1.2.1"},{"@Id":"StoryMode","@DependentVersion":"v1.2.1"}]},"SubModules":{"SubModule":{"Name":{"@value":"RTSCameraCommandSystemSubModule"},"DLLName":{"@value":"RTSCamera.CommandSystem.dll"},"SubModuleClassType":{"@value":"RTSCamera.CommandSystem.CommandSystemSubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":{"XmlNode":[{"XmlName":{"@id":"GameText","@path":"module_strings"}},{"XmlName":{"@id":"GameText","@path":"MissionLibrary"}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2921350620","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2921350620\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2921350620"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"EliteMercsExpanded"},"Id":{"@value":"EliteMercsExpanded"},"Version":{"@value":"v1.1.0"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"CustomBattle"},{"@Id":"StoryMode"}]},"SubModules":null,"Xmls":{"XmlNode":[{"XmlName":{"@id":"NPCCharacters","@path":"elite_mercs"}},{"XmlName":{"@id":"SPCultures","@path":"sp_mercs"}},{"XmlName":{"@id":"Items","@path":"Items_mercs"}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2928812888","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2928812888\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2928812888"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Player Governor"},"Id":{"@value":"PlayerGovernor"},"Version":{"@value":"v1.0.4"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":{"@Id":"Bannerlord.Harmony"}},"SubModules":{"SubModule":{"Name":{"@value":"PlayerGovernor"},"DLLName":{"@value":"PlayerGovernor.dll"},"SubModuleClassType":{"@value":"PlayerGovernor.PlayerGovernorSubModule"}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2945241650","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2945241650\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2945241650"},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"Bannerlord.EncyclopediaExtender"},"Name":{"@value":"Encyclopedia Extender Reforged"},"Version":{"@value":"v1.1.3.1"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Bannerlord.Harmony"},{"@Id":"Bannerlord.UIExtenderEx"},{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.Harmony","@order":"LoadBeforeThis"},{"@id":"Bannerlord.UIExtenderEx","@order":"LoadBeforeThis"},{"@id":"Native","@order":"LoadBeforeThis"},{"@id":"SandBoxCore","@order":"LoadBeforeThis"},{"@id":"Sandbox","@order":"LoadBeforeThis"},{"@id":"StoryMode","@order":"LoadBeforeThis"},{"@id":"CustomBattle","@order":"LoadBeforeThis"}]},"SubModules":{"SubModule":{"Name":{"@value":"Bannerlord Module Loader"},"DLLName":{"@value":"Bannerlord.ModuleLoader.Bannerlord.EncyclopediaExtender.dll"},"SubModuleClassType":{"@value":"Bannerlord.ModuleLoader.Bannerlord_EncyclopediaExtender"},"Tags":{"Tag":{"@key":"LoaderFilter","@value":"Bannerlord.EncyclopediaExtender.*.dll"}}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2953564744","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2953564744\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2953564744"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Upgrade Your Equipment"},"Id":{"@value":"UpgradeUrEquipment"},"Version":{"@value":"v1.0.5"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.1.2"},{"@Id":"SandBoxCore","@DependentVersion":"v1.1.2"},{"@Id":"Sandbox","@DependentVersion":"v1.1.2"}]},"SubModules":{"SubModule":{"Name":{"@value":"UpgradeUrEquipment"},"DLLName":{"@value":"UpgradeUrEquipment.dll"},"SubModuleClassType":{"@value":"UpgradeUrEquipment.UpgradeUrEquipmentSubModule"}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2955909085","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2955909085\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2955909085"},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"Bannerlord.RemoveFogOfWar"},"Name":{"@value":"Remove Fog of War"},"Version":{"@value":"v1.1.0.1"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Bannerlord.Harmony","@DependentVersion":"v2.2.2"},{"@Id":"Bannerlord.ButterLib","@DependentVersion":"v2.6.3"},{"@Id":"Bannerlord.MBOptionScreen","@DependentVersion":"v5.7.2"},{"@Id":"Bannerlord.UIExtenderEx","@DependentVersion":"v2.6.0"},{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.Harmony","@order":"LoadBeforeThis","@version":"v2.2.2"},{"@id":"Bannerlord.ButterLib","@order":"LoadBeforeThis","@version":"v2.6.3"},{"@id":"Bannerlord.MBOptionScreen","@order":"LoadBeforeThis","@version":"v5.7.2"},{"@id":"Bannerlord.UIExtenderEx","@order":"LoadBeforeThis","@version":"v2.6.0"},{"@id":"Native","@order":"LoadBeforeThis"},{"@id":"SandBoxCore","@order":"LoadBeforeThis"},{"@id":"Sandbox","@order":"LoadBeforeThis"},{"@id":"StoryMode","@order":"LoadBeforeThis"},{"@id":"CustomBattle","@order":"LoadBeforeThis"}]},"SubModules":{"SubModule":{"Name":{"@value":"Bannerlord Module Loader"},"DLLName":{"@value":"Bannerlord.ModuleLoader.Bannerlord.RemoveFogOfWar.dll"},"SubModuleClassType":{"@value":"Bannerlord.ModuleLoader.Bannerlord_RemoveFogOfWar"},"Tags":{"Tag":{"@key":"LoaderFilter","@value":"Bannerlord.RemoveFogOfWar.*.dll"}}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2956986632","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2956986632\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2956986632"},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"ChooseYourTroops"},"Name":{"@value":"Choose Your Troops"},"Version":{"@value":"v1.6.5"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Bannerlord.Harmony"},{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.Harmony","@order":"LoadBeforeThis"},{"@id":"Native","@order":"LoadBeforeThis"},{"@id":"SandBoxCore","@order":"LoadBeforeThis"},{"@id":"Sandbox","@order":"LoadBeforeThis"},{"@id":"StoryMode","@order":"LoadBeforeThis"},{"@id":"CustomBattle","@order":"LoadBeforeThis"}]},"SubModules":{"SubModule":{"Name":{"@value":"ChooseYourTroops"},"DLLName":{"@value":"ChooseYourTroops.dll"},"SubModuleClassType":{"@value":"ChooseYourTroops.SubModule"},"Tags":null}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2957211804","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2957211804\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2957211804"},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"Bannerlord.FamilyTree"},"Name":{"@value":"Family Tree"},"Version":{"@value":"v1.2.2.2"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Bannerlord.Harmony"},{"@Id":"Bannerlord.UIExtenderEx"},{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.Harmony","@order":"LoadBeforeThis"},{"@id":"Bannerlord.UIExtenderEx","@order":"LoadBeforeThis"},{"@id":"Native","@order":"LoadBeforeThis"},{"@id":"SandBoxCore","@order":"LoadBeforeThis"},{"@id":"Sandbox","@order":"LoadBeforeThis"},{"@id":"StoryMode","@order":"LoadBeforeThis"},{"@id":"CustomBattle","@order":"LoadBeforeThis"}]},"SubModules":{"SubModule":{"Name":{"@value":"Bannerlord Module Loader"},"DLLName":{"@value":"Bannerlord.ModuleLoader.Bannerlord.FamilyTree.dll"},"SubModuleClassType":{"@value":"Bannerlord.ModuleLoader.Bannerlord_FamilyTree"},"Tags":{"Tag":{"@key":"LoaderFilter","@value":"Bannerlord.FamilyTree.*.dll"}}}},"Xmls":{"XmlNode":{"XmlName":{"@id":"GameText","@path":"family_tree_module_strings"}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2959469806","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2959469806\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2959469806"},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"Bannerlord.MoreTraitInfo"},"Name":{"@value":"More Trait Info"},"Version":{"@value":"v1.0.2.1"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"DependedModules":{"DependedModule":[{"@Id":"Bannerlord.Harmony"},{"@Id":"Bannerlord.UIExtenderEx"},{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.Harmony","@order":"LoadBeforeThis"},{"@id":"Bannerlord.UIExtenderEx","@order":"LoadBeforeThis"},{"@id":"Native","@order":"LoadBeforeThis"},{"@id":"SandBoxCore","@order":"LoadBeforeThis"},{"@id":"Sandbox","@order":"LoadBeforeThis"},{"@id":"StoryMode","@order":"LoadBeforeThis"},{"@id":"CustomBattle","@order":"LoadBeforeThis"}]},"SubModules":{"SubModule":{"Name":{"@value":"Bannerlord Module Loader"},"DLLName":{"@value":"Bannerlord.ModuleLoader.Bannerlord.MoreTraitInfo.dll"},"SubModuleClassType":{"@value":"Bannerlord.ModuleLoader.Bannerlord_MoreTraitInfo"},"Tags":{"Tag":{"@key":"LoaderFilter","@value":"Bannerlord.MoreTraitInfo.*.dll"}}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2961485825","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2961485825\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2961485825"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Expanded Elite Troops"},"Id":{"@value":"ExpandedEliteTroops"},"Version":{"@value":"v1.1.2"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"ModuleType":{"@value":"Unofficial"},"DependedModules":{"DependedModule":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"CustomBattle"},{"@Id":"StoryMode"}]},"SubModules":"","Xmls":{"XmlNode":[{"XmlName":{"@id":"Items","@path":"items"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}},{"XmlName":{"@id":"NPCCharacters","@path":"spnpccharacters"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"}]}},{"XmlName":{"@id":"NPCCharacters","@path":"spnpccharactertemplates"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"}]}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2993061377","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2993061377\\\\SubModule.xml","WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2993061377"},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"BetterTroopHUD"},"Name":{"@value":"BetterTroopHUD"},"Version":{"@value":"v1.0.1"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"#comment":[],"ModuleType":{"@value":"Community"},"Url":{"@value":"https://steamcommunity.com/sharedfiles/filedetails/?id=2999591774"},"DependedModules":{"DependedModule":[{"@Id":"Bannerlord.Harmony","@DependentVersion":"v2.2.2"},{"@Id":"Bannerlord.ButterLib","@DependentVersion":"v2.8.0"},{"@Id":"Bannerlord.UIExtenderEx","@DependentVersion":"v2.8.0"},{"@Id":"Bannerlord.MBOptionScreen","@DependentVersion":"v5.7.1"},{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.Harmony","@order":"LoadBeforeThis","@version":"v2.2.2"},{"@id":"Bannerlord.ButterLib","@order":"LoadBeforeThis","@version":"v2.8.0"},{"@id":"Bannerlord.UIExtenderEx","@order":"LoadBeforeThis","@version":"v2.8.0"},{"@id":"Bannerlord.MBOptionScreen","@order":"LoadBeforeThis","@version":"v5.7.1"},{"@id":"Native","@order":"LoadBeforeThis"},{"@id":"SandBoxCore","@order":"LoadBeforeThis"},{"@id":"Sandbox","@order":"LoadBeforeThis"},{"@id":"StoryMode","@order":"LoadBeforeThis"},{"@id":"CustomBattle","@order":"LoadBeforeThis"}]},"SubModules":{"SubModule":{"Name":{"@value":"BetterTroopHUD"},"DLLName":{"@value":"BetterTroopHUD.dll"},"SubModuleClassType":{"@value":"BetterTroopHUD.SubModule"},"Tags":null}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\2999591774","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\2999591774\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=2999591774"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Adonnay's Troop Changer [BETA]"},"Id":{"@value":"AdonnaysTroopChanger"},"Version":{"@value":"v1.9.2"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.2.0"},{"@Id":"SandBoxCore","@DependentVersion":"v1.2.0"},{"@Id":"Sandbox","@DependentVersion":"v1.2.0"},{"@Id":"CustomBattle","@DependentVersion":"v1.2.0"},{"@Id":"StoryMode","@DependentVersion":"v1.2.0"}]},"SubModules":{"SubModule":{"Name":{"@value":"AdonnaysTroopChanger"},"DLLName":{"@value":"AdonnaysTroopChanger.dll"},"SubModuleClassType":{"@value":"AdonnaysTroopChanger.SubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":{"XmlNode":{"XmlName":{"@id":"partyTemplates","@path":"atc_partyTemplate"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}}}},"isModLoaded":false,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\3002040271","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\3002040271\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=3002040271"},{"Module":{"Name":{"@value":"Wealthy Workshops"},"Id":{"@value":"WealthyWorkshops"},"Version":{"@value":"v0.0.1"},"SingleplayerModule":{"@value":"true"},"MultiplayerModule":{"@value":"false"},"DependedModules":{"DependedModule":[{"@Id":"Bannerlord.MBOptionScreen","@DependentVersion":"v5.7.1"},{"@Id":"Native","@DependentVersion":"$gameversion$"},{"@Id":"SandBoxCore","@DependentVersion":"$gameversion$"},{"@Id":"Sandbox","@DependentVersion":"$gameversion$"},{"@Id":"StoryMode","@DependentVersion":"$gameversion$"},{"@Id":"CustomBattle","@DependentVersion":"$gameversion$"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Bannerlord.MBOptionScreen","@order":"LoadBeforeThis","@version":"v5.7.1"},{"@id":"Native","@order":"LoadBeforeThis","@version":"$gameversion$.*"},{"@id":"SandBoxCore","@order":"LoadBeforeThis","@version":"$gameversion$.*"},{"@id":"Sandbox","@order":"LoadBeforeThis","@version":"$gameversion$.*"},{"@id":"StoryMode","@order":"LoadBeforeThis","@version":"$gameversion$.*"},{"@id":"CustomBattle","@order":"LoadBeforeThis","@version":"$gameversion$.*"}]},"SubModules":{"SubModule":{"Name":{"@value":"WealthyWorkshops"},"DLLName":{"@value":"WealthyWorkshops.dll"},"SubModuleClassType":{"@value":"WealthyWorkshops.SubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":null},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\workshop\\content\\261550\\3009542964","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\workshop\\\\content\\\\261550\\\\3009542964\\\\SubModule.xml","isFaultingMod":false,"WorkshopUrl":"https://steamcommunity.com/sharedfiles/filedetails/?id=3009542964"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Birth and Aging Options"},"Id":{"@value":"BirthAndDeath"},"Version":{"@value":"v1.2.3"},"SingleplayerModule":{"@value":"true"},"ModuleType":{"@value":"OfficialOptional"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.2.3","@Optional":"false"},{"@Id":"SandBoxCore","@DependentVersion":"v1.2.3","@Optional":"false"}]},"#comment":[],"ModulesToLoadAfterThis":{},"IncompatibleModules":{},"Xmls":"","SubModules":{"SubModule":{"Name":{"@value":"BirthAndDeathSubModule"},"DLLName":{"@value":"TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath.dll"},"SubModuleClassType":{"@value":"TaleWorlds.CampaignSystem.ViewModelCollection.BirthAndDeath.BirthAndDeathSubModule"},"Tags":{"Tag":{"@key":"DedicatedServerType","@value":"none"}}}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\BirthAndDeath","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\common\\\\Mount & Blade II Bannerlord\\\\Modules\\\\BirthAndDeath\\\\SubModule.xml","isFaultingMod":false},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"CustomBattle"},"Id":{"@value":"CustomBattle"},"Version":{"@value":"v1.2.3"},"DefaultModule":{"@value":"true"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Official"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.2.3","@Optional":"false"},{"@Id":"SandBoxCore","@DependentVersion":"v1.2.3","@Optional":"false"}]},"SubModules":{"SubModule":{"Name":{"@value":"CustomBattleSubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.CustomBattle.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.CustomBattle.CustomBattleSubModule"},"Tags":{"Tag":{"@key":"DedicatedServerType","@value":"none"}}}},"DependentExternalModuleDLLS":{"DependentDLL":{"@Module":"Multiplayer","@DLL":"TaleWorlds.MountAndBlade.Multiplayer.dll"}},"Xmls":{"XmlNode":[{"XmlName":{"@id":"NPCCharacters","@path":"custombattlecharacters"},"IncludedGameTypes":{"GameType":[{"@value":"CustomGame"},{"@value":"EditorGame"}]}},{"XmlName":{"@id":"Scene","@path":"custom_battle_scenes"}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\CustomBattle","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\common\\\\Mount & Blade II Bannerlord\\\\Modules\\\\CustomBattle\\\\SubModule.xml","isFaultingMod":false},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Multiplayer"},"Id":{"@value":"Multiplayer"},"Version":{"@value":"v1.2.3"},"DefaultModule":{"@value":"true"},"ModuleCategory":{"@value":"Multiplayer"},"ModuleType":{"@value":"Official"},"DependedModules":{"DependedModule":{"@Id":"Native","@DependentVersion":"v1.2.3","@Optional":"false"}},"SubModules":{"SubModule":[{"Name":{"@value":"TaleWorlds.MountAndBlade.Multiplayer"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.MultiplayerSubModule"},"Tags":"","isLoadedInMemory":false},{"Name":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.View"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.View.dll"},"Assemblies":{"Assembly":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll"}},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.View.MultiplayerViewSubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]},"isLoadedInMemory":false},{"Name":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.GauntletUI"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.GauntletUI.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.GauntletUI.MultiplayerGauntletUISubModule"},"Assemblies":{"Assembly":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.GauntletUI.AutoGenerated.dll"}},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]},"isLoadedInMemory":false},{"Name":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.GDK"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.GDK.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.Multiplayer.GDK.MultiplayerGDKSubModule"},"Tags":{"Tag":[{"@key":"RejectedPlatform","@value":"Undefined"},{"@key":"RejectedPlatform","@value":"WindowsSteam"},{"@key":"RejectedPlatform","@value":"WindowsEpic"},{"@key":"RejectedPlatform","@value":"Orbis"},{"@key":"RejectedPlatform","@value":"Web"},{"@key":"RejectedPlatform","@value":"WindowsNoPlatform"},{"@key":"RejectedPlatform","@value":"LinuxNoPlatform"},{"@key":"RejectedPlatform","@value":"WindowsGOG"}]},"isLoadedInMemory":false},{"Name":{"@value":"DedicatedServerSubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.DedicatedServer.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.DedicatedServer.DedicatedServerSubModule"},"Tags":{"Tag":{"@key":"DedicatedServerType","@value":"matchmaker"}},"isLoadedInMemory":false},{"Name":{"@value":"DedicatedCommunityServerSubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.DedicatedCommunityServer.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.DedicatedCommunityServer.DedicatedCommunityServerSubModule"},"Tags":{"Tag":{"@key":"DedicatedServerType","@value":"community"}},"isLoadedInMemory":false},{"Name":{"@value":"DedicatedCustomServerSubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.DedicatedCustomServer.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.DedicatedCustomServer.DedicatedCustomServerSubModule"},"Tags":{"Tag":{"@key":"DedicatedServerType","@value":"custom"}},"isLoadedInMemory":false},{"Name":{"@value":"DedicatedCustomServerOfficialSubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.DedicatedCustomServer.Official.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.DedicatedCustomServer.Official.DedicatedCustomServerOfficialSubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"custom"},{"@key":"PlayerHostedDedicatedServer","@value":"false"}]},"isLoadedInMemory":false},{"Name":{"@value":"DedicatedCustomServerWebPanelSubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.DedicatedCustomServer.WebPanel.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.DedicatedCustomServer.WebPanel.DedicatedCustomServerWebPanelSubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"custom"},{"@key":"RejectedPlatform","@value":"Orbis"},{"@key":"RejectedPlatform","@value":"Durango"},{"@key":"RejectedPlatform","@value":"GDKDesktop"}]},"isLoadedInMemory":false},{"Name":{"@value":"ListedServerMapServerSubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.ListedServer.MapServer.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.ListedServer.MapServer.ListedServerMapServerSubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"custom"},{"@key":"RejectedPlatform","@value":"Orbis"},{"@key":"RejectedPlatform","@value":"Durango"},{"@key":"RejectedPlatform","@value":"GDKDesktop"}]},"isLoadedInMemory":false},{"Name":{"@value":"DedicatedCustomServerClientHelperSubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.DedicatedCustomServer.ClientHelper.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.DedicatedCustomServer.ClientHelper.DedicatedCustomServerClientHelperSubModule"},"Tags":{"Tag":{"@key":"DedicatedServerType","@value":"none"}},"isLoadedInMemory":false}]}},"isModLoaded":false,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Multiplayer","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\common\\\\Mount & Blade II Bannerlord\\\\Modules\\\\Multiplayer\\\\SubModule.xml","isFaultingMod":false},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Native"},"Id":{"@value":"Native"},"Version":{"@value":"v1.2.3"},"ModuleType":{"@value":"Official"},"DependedModules":null,"#comment":[],"ModulesToLoadAfterThis":{},"IncompatibleModules":{},"SubModules":{"SubModule":[{"Name":{"@value":"ViewSubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.View.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.View.ViewSubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]},"isLoadedInMemory":true},{"Name":{"@value":"GauntletUISubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.GauntletUI.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.GauntletUI.GauntletUISubModule"},"Assemblies":{"Assembly":[{"@value":"TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.0.dll"},{"@value":"TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.1.dll"}]},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]},"isLoadedInMemory":true},{"Name":{"@value":"PlatformPCSubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.Platform.PC.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.Platform.PC.PlatformPCSubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"RejectedPlatform","@value":"Orbis"},{"@key":"RejectedPlatform","@value":"Durango"},{"@key":"RejectedPlatform","@value":"GDKDesktop"}]},"isLoadedInMemory":true},{"Name":{"@value":"PlatformPSSubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.Platform.PS.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.Platform.PS.PlatformPSSubModule"},"Tags":{"Tag":{"@key":"ExclusivePlatform","@value":"Orbis"}},"isLoadedInMemory":false},{"Name":{"@value":"PlatformGDKSubModule"},"DLLName":{"@value":"TaleWorlds.MountAndBlade.Platform.GDK.dll"},"SubModuleClassType":{"@value":"TaleWorlds.MountAndBlade.Platform.GDK.PlatformGDKSubModule"},"Tags":{"Tag":[{"@key":"RejectedPlatform","@value":"Undefined"},{"@key":"RejectedPlatform","@value":"WindowsSteam"},{"@key":"RejectedPlatform","@value":"WindowsEpic"},{"@key":"RejectedPlatform","@value":"Orbis"},{"@key":"RejectedPlatform","@value":"Web"},{"@key":"RejectedPlatform","@value":"WindowsNoPlatform"},{"@key":"RejectedPlatform","@value":"LinuxNoPlatform"},{"@key":"RejectedPlatform","@value":"WindowsGOG"}]},"isLoadedInMemory":false}]},"Xmls":{"XmlNode":[{"XmlName":{"@id":"Items","@path":"mpitems"},"IncludedGameTypes":{"GameType":{"@value":"MultiplayerGame"}}},{"XmlName":{"@id":"EquipmentRosters","@path":"native_equipment_sets"},"IncludedGameTypes":{"GameType":{"@value":"MultiplayerGame"}}},{"XmlName":{"@id":"SkillSets","@path":"native_skill_sets"},"IncludedGameTypes":{"GameType":{"@value":"MultiplayerGame"}}},{"XmlName":{"@id":"BodyProperties","@path":"mpbodypropertytemplates"},"IncludedGameTypes":{"GameType":{"@value":"MultiplayerGame"}}},{"XmlName":{"@id":"MPCharacters","@path":"mpcharacters"},"IncludedGameTypes":{"GameType":{"@value":"MultiplayerGame"}}},{"XmlName":{"@id":"BasicCultures","@path":"mpcultures"},"IncludedGameTypes":{"GameType":{"@value":"MultiplayerGame"}}},{"XmlName":{"@id":"MPClassDivisions","@path":"mpclassdivisions"},"IncludedGameTypes":{"GameType":{"@value":"MultiplayerGame"}}},{"XmlName":{"@id":"Monsters","@path":"monsters"}},{"XmlName":{"@id":"ItemModifiers","@path":"item_modifiers"}},{"XmlName":{"@id":"ItemModifierGroups","@path":"item_modifiers_groups"}},{"XmlName":{"@id":"CraftingPieces","@path":"mp_crafting_pieces"},"IncludedGameTypes":{"GameType":{"@value":"MultiplayerGame"}}},{"XmlName":{"@id":"CraftingPieces","@path":"crafting_pieces"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}},{"XmlName":{"@id":"WeaponDescriptions","@path":"weapon_descriptions"}},{"XmlName":{"@id":"CraftingTemplates","@path":"crafting_templates"}},{"XmlName":{"@id":"SkeletonScales","@path":"skeleton_scales"}},{"XmlName":{"@id":"SiegeEngines","@path":"siegeengines"}},{"XmlName":{"@id":"GameText","@path":"global_strings"}},{"XmlName":{"@id":"GameText","@path":"native_strings"}},{"XmlName":{"@id":"GameText","@path":"module_strings"}},{"XmlName":{"@id":"GameText","@path":"photo_mode_strings"}},{"XmlName":{"@id":"GameText","@path":"multiplayer_strings"},"IncludedGameTypes":{"GameType":[{"@value":"MultiplayerGame"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Native","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\common\\\\Mount & Blade II Bannerlord\\\\Modules\\\\Native\\\\SubModule.xml","isFaultingMod":false},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"Sandbox"},"Id":{"@value":"Sandbox"},"Version":{"@value":"v1.2.3"},"DefaultModule":{"@value":"true"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Official"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.2.3","@Optional":"false"},{"@Id":"SandBoxCore","@DependentVersion":"v1.2.3","@Optional":"false"}]},"SubModules":{"SubModule":[{"Name":{"@value":"SandBox"},"DLLName":{"@value":"SandBox.dll"},"SubModuleClassType":{"@value":"SandBox.SandBoxSubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]},"isLoadedInMemory":true},{"Name":{"@value":"SandBox.View"},"DLLName":{"@value":"SandBox.View.dll"},"Assemblies":{"Assembly":{"@value":"SandBox.ViewModelCollection.dll"}},"SubModuleClassType":{"@value":"SandBox.View.SandBoxViewSubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]},"isLoadedInMemory":true},{"Name":{"@value":"SandBox.GauntletUI"},"DLLName":{"@value":"SandBox.GauntletUI.dll"},"SubModuleClassType":{"@value":"SandBox.GauntletUI.SandBoxGauntletUISubModule"},"Assemblies":{"Assembly":[{"@value":"SandBox.GauntletUI.AutoGenerated.0.dll"},{"@value":"SandBox.GauntletUI.AutoGenerated.1.dll"}]},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]},"isLoadedInMemory":true}]},"Xmls":{"XmlNode":[{"XmlName":{"@id":"NPCCharacters","@path":"obsolete_characters"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"partyTemplates","@path":"partyTemplates"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"NPCCharacters","@path":"lords"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"NPCCharacters","@path":"bandits"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"Heroes","@path":"heroes"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"EquipmentRosters","@path":"education_equipment_templates"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"EquipmentRosters","@path":"sandbox_equipment_sets"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"NPCCharacters","@path":"education_character_templates"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"NPCCharacters","@path":"caravans"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"NPCCharacters","@path":"spspecialcharacters"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"NPCCharacters","@path":"spgenericcharacters"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"Kingdoms","@path":"spkingdoms"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"Factions","@path":"spclans"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"WorkshopTypes","@path":"spworkshops"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"LocationComplexTemplates","@path":"location_complex_templates"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"Concepts","@path":"concept_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"Settlements","@path":"settlements"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"BodyProperties","@path":"sandbox_bodyproperties"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"SkillSets","@path":"sandbox_skill_sets"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"MusicInstruments","@path":"settlement_track_instruments"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"MusicTracks","@path":"settlement_tracks"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"GameText","@path":"module_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"GameText","@path":"world_lore_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"GameText","@path":"companion_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"GameText","@path":"wanderer_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"GameText","@path":"comment_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"GameText","@path":"comment_on_action_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"GameText","@path":"trait_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"GameText","@path":"voice_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}},{"XmlName":{"@id":"GameText","@path":"action_strings"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"}]}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\SandBox","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\common\\\\Mount & Blade II Bannerlord\\\\Modules\\\\SandBox\\\\SubModule.xml","isFaultingMod":false},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"SandBox Core"},"Id":{"@value":"SandBoxCore"},"Version":{"@value":"v1.2.3"},"DefaultModule":{"@value":"true"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Official"},"DependedModules":{"DependedModule":{"@Id":"Native","@DependentVersion":"v1.2.3","@Optional":"false"}},"SubModules":null,"Xmls":{"XmlNode":[{"XmlName":{"@id":"Items","@path":"items"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}},{"XmlName":{"@id":"SPCultures","@path":"spcultures"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}},{"XmlName":{"@id":"BodyProperties","@path":"sandboxcore_bodyproperties"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}},{"XmlName":{"@id":"EquipmentRosters","@path":"sandboxcore_equipment_sets"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}},{"XmlName":{"@id":"SkillSets","@path":"sandboxcore_skill_sets"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}},{"XmlName":{"@id":"NPCCharacters","@path":"spnpccharactertemplates"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}},{"XmlName":{"@id":"NPCCharacters","@path":"spnpccharacters"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}},{"XmlName":{"@id":"NPCCharacters","@path":"obsolete_characters"},"IncludedGameTypes":{"GameType":[{"@value":"Campaign"},{"@value":"CampaignStoryMode"},{"@value":"CustomGame"},{"@value":"EditorGame"}]}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\SandBoxCore","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\common\\\\Mount & Blade II Bannerlord\\\\Modules\\\\SandBoxCore\\\\SubModule.xml"},{"?xml":{"@version":"1.0","@encoding":"utf-8"},"Module":{"Name":{"@value":"StoryMode"},"Id":{"@value":"StoryMode"},"Version":{"@value":"v1.2.3"},"DefaultModule":{"@value":"true"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Official"},"DependedModules":{"DependedModule":[{"@Id":"Native","@DependentVersion":"v1.2.3","@Optional":"false"},{"@Id":"SandBoxCore","@DependentVersion":"v1.2.3","@Optional":"false"},{"@Id":"Sandbox","@DependentVersion":"v1.2.3","@Optional":"false"}]},"SubModules":{"SubModule":[{"Name":{"@value":"StoryMode"},"DLLName":{"@value":"StoryMode.dll"},"SubModuleClassType":{"@value":"StoryMode.StoryModeSubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]},"isLoadedInMemory":true},{"Name":{"@value":"StoryMode.View"},"DLLName":{"@value":"StoryMode.View.dll"},"Assemblies":{"Assembly":{"@value":"StoryMode.ViewModelCollection.dll"}},"SubModuleClassType":{"@value":"StoryMode.View.StoryModeViewSubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]},"isLoadedInMemory":true},{"Name":{"@value":"StoryMode.GauntletUI"},"DLLName":{"@value":"StoryMode.GauntletUI.dll"},"Assemblies":{"Assembly":{"@value":"StoryMode.GauntletUI.AutoGenerated.dll"}},"SubModuleClassType":{"@value":"StoryMode.GauntletUI.StoryModeGauntletUISubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]},"isLoadedInMemory":true}]},"Xmls":{"XmlNode":[{"XmlName":{"@id":"LocationComplexTemplates","@path":"story_mode_location_complex_templates"},"IncludedGameTypes":{"GameType":{"@value":"CampaignStoryMode"}}},{"XmlName":{"@id":"EquipmentRosters","@path":"story_mode_equipments"},"IncludedGameTypes":{"GameType":{"@value":"CampaignStoryMode"}}},{"XmlName":{"@id":"NPCCharacters","@path":"story_mode_characters"},"IncludedGameTypes":{"GameType":{"@value":"CampaignStoryMode"}}},{"XmlName":{"@id":"partyTemplates","@path":"story_mode_party_templates"},"IncludedGameTypes":{"GameType":{"@value":"CampaignStoryMode"}}},{"XmlName":{"@id":"Items","@path":"story_mode_items"},"IncludedGameTypes":{"GameType":{"@value":"CampaignStoryMode"}}},{"XmlName":{"@id":"GameText","@path":"module_strings"},"IncludedGameTypes":{"GameType":{"@value":"CampaignStoryMode"}}}]}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\StoryMode","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\common\\\\Mount & Blade II Bannerlord\\\\Modules\\\\StoryMode\\\\SubModule.xml","isFaultingMod":true},{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"Module":{"@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xsi:noNamespaceSchemaLocation":"https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd","Id":{"@value":"Bannerlord.Harmony"},"Name":{"@value":"Harmony"},"Version":{"@value":"v2.3.0.174"},"DefaultModule":{"@value":"false"},"ModuleCategory":{"@value":"Singleplayer"},"ModuleType":{"@value":"Community"},"Url":{"@value":"https://www.nexusmods.com/mountandblade2bannerlord/mods/2006"},"DependedModules":null,"ModulesToLoadAfterThis":{"Module":[{"@Id":"Native"},{"@Id":"SandBoxCore"},{"@Id":"Sandbox"},{"@Id":"StoryMode"},{"@Id":"CustomBattle"}]},"#comment":[],"DependedModuleMetadatas":{"DependedModuleMetadata":[{"@id":"Native","@order":"LoadAfterThis","@optional":"true"},{"@id":"SandBoxCore","@order":"LoadAfterThis","@optional":"true"},{"@id":"Sandbox","@order":"LoadAfterThis","@optional":"true"},{"@id":"StoryMode","@order":"LoadAfterThis","@optional":"true"},{"@id":"CustomBattle","@order":"LoadAfterThis","@optional":"true"}]},"SubModules":{"SubModule":{"Name":{"@value":"Harmony"},"DLLName":{"@value":"Bannerlord.Harmony.dll"},"SubModuleClassType":{"@value":"Bannerlord.Harmony.SubModule"},"Assemblies":{"Assembly":[{"@value":"0Harmony.dll"},{"@value":"Mono.Cecil.dll"},{"@value":"Mono.Cecil.Mdb.dll"},{"@value":"Mono.Cecil.Pdb.dll"},{"@value":"Mono.Cecil.Rocks.dll"},{"@value":"MonoMod.Core.dll"},{"@value":"MonoMod.Backports.dll"},{"@value":"MonoMod.Iced.dll"},{"@value":"MonoMod.ILHelpers.dll"},{"@value":"MonoMod.Utils.dll"}]},"Tags":null}}},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\Bannerlord.Harmony","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\common\\\\Mount & Blade II Bannerlord\\\\Modules\\\\Bannerlord.Harmony\\\\SubModule.xml","isFaultingMod":false},{"Module":{"Name":{"@value":"Better Combat"},"Id":{"@value":"BetterCombat"},"Version":{"@value":"v2.8.0"},"ModuleType":{"@value":"Community"},"ModuleCategory":{"@value":"Singleplayer"},"SubModules":{"SubModule":{"Name":{"@value":"BetterCombat"},"DLLName":{"@value":"BetterCombat.dll"},"SubModuleClassType":{"@value":"BetterCombat.SubModule"},"Tags":{"Tag":[{"@key":"DedicatedServerType","@value":"none"},{"@key":"IsNoRenderModeElement","@value":"false"}]}}},"Xmls":null},"isModLoaded":true,"isPDBIncluded":false,"location":"G:\\SteamLibrary\\steamapps\\common\\Mount & Blade II Bannerlord\\Modules\\BetterCombat","manifest":"G:\\\\SteamLibrary\\\\steamapps\\\\common\\\\Mount & Blade II Bannerlord\\\\Modules\\\\BetterCombat\\\\SubModule.xml","isFaultingMod":false}]
</div>
<div id="harmonyData" style="display:none">
{"static System.Int32 TaleWorlds.Starter.Library.Program::Main(System.String[] args)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Module::LoadSubModules()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Module::InitializeSubModules()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Module::ProcessApplicationArguments()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Collections.Generic.List`1<System.String> TaleWorlds.Library.CommandLineFunctionality::CollectCommandLineFunctions()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.MountAndBlade.Launcher.Library.Program::AuxFinalize()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Launcher.Library.UserDatas.UserDataManager::LoadUserData()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Launcher.Library.UserDatas.UserDataManager::SaveUserData()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Launcher.Library.LauncherVM::ExecuteConfirmUnverifiedDLLStart()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"TaleWorlds.Library.ApplicationVersion TaleWorlds.MountAndBlade.Launcher.Library.LauncherVM::GetApplicationVersionOfModule(System.String id)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Launcher.Library.LauncherVM::UpdateAndSaveUserModsData(System.Boolean isMultiplayer)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Launcher.Library.LauncherVM::.ctor(TaleWorlds.MountAndBlade.Launcher.Library.UserDatas.UserDataManager userDataManager, System.Action onClose, System.Action onMinimize)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Launcher.Library.LauncherModsVM::LoadSubModules(System.Boolean isMultiplayer)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Launcher.Library.LauncherConfirmStartVM::EnableWith(System.Collections.Generic.List`1<TaleWorlds.ModuleManager.SubModuleInfo> unverifiedSubModules, System.Collections.Generic.List`1<TaleWorlds.MountAndBlade.Launcher.Library.DependentVersionMissmatchItem> missmatchedDependentModules)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Launcher.Library.LauncherUI::Initialize()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Launcher.Library.LauncherUI::Update()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.String TaleWorlds.MountAndBlade.Launcher.Library.LauncherUI::get_AdditionalArgs()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":1,"owner":"Bannerlord.LauncherEx.launchermanager","priority":10000,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AdditionalArgsPostfix","AssemblyName":"Bannerlord.LauncherEx, Version=1.24.3.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.LauncherEx.BUTRLauncherManagerHandler","Signature":"Void AdditionalArgsPostfix(System.String ByRef)","Signature2":"System.Void AdditionalArgsPostfix(System.String&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.Library.ViewModel::.ctor()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModelCtorPrefix","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelPatch","Signature":"Boolean ViewModelCtorPrefix(TaleWorlds.Library.ViewModel, System.Type ByRef, System.Object ByRef)","Signature2":"System.Boolean ViewModelCtorPrefix(TaleWorlds.Library.ViewModel, System.Type&, System.Object&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"static TaleWorlds.GauntletUI.PrefabSystem.WidgetPrefab TaleWorlds.GauntletUI.PrefabSystem.WidgetPrefab::LoadFrom(TaleWorlds.GauntletUI.PrefabSystem.PrefabExtensionContext prefabExtensionContext, TaleWorlds.GauntletUI.PrefabSystem.WidgetAttributeContext widgetAttributeContext, System.String path)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"WidgetPrefab_LoadFrom_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.WidgetPrefabPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] WidgetPrefab_LoadFrom_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] WidgetPrefab_LoadFrom_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"TaleWorlds.TwoDimension.Standalone.OpenGLTexture TaleWorlds.TwoDimension.Standalone.GraphicsContext::GetTexture(System.String textureName)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.TwoDimension.Standalone.GraphicsContext::CreateContext(TaleWorlds.Library.ResourceDepot resourceDepot)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"TaleWorlds.TwoDimension.Sprite TaleWorlds.TwoDimension.SpriteData::GetSprite(System.String name)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.TwoDimension.SpriteData::Load(TaleWorlds.Library.ResourceDepot resourceDepot)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Collections.Generic.IEnumerable`1<TaleWorlds.GauntletUI.Brush> TaleWorlds.GauntletUI.BrushFactory::get_Brushes()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"GetBrushesPostfix","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager","Signature":"Void GetBrushesPostfix(System.Collections.Generic.IEnumerable`1[TaleWorlds.GauntletUI.Brush] ByRef)","Signature2":"System.Void GetBrushesPostfix(System.Collections.Generic.IEnumerable`1[[TaleWorlds.GauntletUI.Brush, TaleWorlds.GauntletUI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.GauntletUI.BrushFactory::CheckForUpdates()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"TaleWorlds.GauntletUI.Brush TaleWorlds.GauntletUI.BrushFactory::GetBrush(System.String name)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"GetBrushPrefix","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager","Signature":"Boolean GetBrushPrefix(System.String, System.Collections.Generic.IReadOnlyDictionary`2[System.String,TaleWorlds.GauntletUI.Brush], TaleWorlds.GauntletUI.Brush ByRef)","Signature2":"System.Boolean GetBrushPrefix(System.String, System.Collections.Generic.IReadOnlyDictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.GauntletUI.Brush, TaleWorlds.GauntletUI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], TaleWorlds.GauntletUI.Brush&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.GauntletUI.BrushFactory::LoadBrushes()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"TaleWorlds.GauntletUI.PrefabSystem.WidgetPrefab TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory::GetCustomType(System.String typeName)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"GetCustomTypePrefix","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager","Signature":"Boolean GetCustomTypePrefix(TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory, System.String, TaleWorlds.GauntletUI.PrefabSystem.WidgetPrefab ByRef)","Signature2":"System.Boolean GetCustomTypePrefix(TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory, System.String, TaleWorlds.GauntletUI.PrefabSystem.WidgetPrefab&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Collections.Generic.IEnumerable`1<System.String> TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory::GetWidgetTypes()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"GetWidgetTypesPostfix","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager","Signature":"Void GetWidgetTypesPostfix(System.Collections.Generic.IEnumerable`1[System.String] ByRef)","Signature2":"System.Void GetWidgetTypesPostfix(System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Boolean TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory::IsCustomType(System.String typeName)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"IsCustomTypePrefix","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager","Signature":"Boolean IsCustomTypePrefix(System.String, Boolean ByRef)","Signature2":"System.Boolean IsCustomTypePrefix(System.String, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory::OnUnload(System.String typeName)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnUnloadPrefix","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager","Signature":"Boolean OnUnloadPrefix(System.String)","Signature2":"System.Boolean OnUnloadPrefix(System.String)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory::Initialize(System.Collections.Generic.List`1<System.String> assemblyOrder)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"TaleWorlds.GauntletUI.BaseTypes.Widget TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory::CreateBuiltinWidget(TaleWorlds.GauntletUI.UIContext context, System.String typeName)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"CreateBuiltinWidgetPrefix","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager","Signature":"Boolean CreateBuiltinWidgetPrefix(TaleWorlds.GauntletUI.UIContext, System.String, System.Object ByRef)","Signature2":"System.Boolean CreateBuiltinWidgetPrefix(TaleWorlds.GauntletUI.UIContext, System.String, System.Object&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.GauntletUI.FontFactory::LoadAllFonts(TaleWorlds.TwoDimension.SpriteData spriteData)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"TaleWorlds.TwoDimension.Font TaleWorlds.GauntletUI.FontFactory::GetMappedFontForLocalization(System.String englishFontName)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::Managed_ApplicationTick(System.Single dt)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::Managed_ApplicationTickLight(System.Single dt)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.LibraryCallbacksGenerated::Managed_CallCommandlineFunction(System.IntPtr functionName, System.IntPtr arguments)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.LibraryCallbacksGenerated::Managed_CheckClassNameIsValid(System.IntPtr className)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::Managed_CheckSharedStructureSizes()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.LibraryCallbacksGenerated::Managed_CreateCustomParameterStringArray(System.Int32 length)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.LibraryCallbacksGenerated::Managed_CreateObjectClassInstanceWithInteger(System.IntPtr className, System.Int32 value)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.LibraryCallbacksGenerated::Managed_CreateObjectClassInstanceWithPointer(System.IntPtr className, System.IntPtr pointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::Managed_EngineApiMethodInterfaceInitializer(System.Int32 id, System.IntPtr pointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::Managed_FillEngineApiPointers()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::Managed_GarbageCollect(System.Boolean forceTimer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.LibraryCallbacksGenerated::Managed_GetClassFields(System.IntPtr className, System.Boolean recursive, System.Boolean includeInternal, System.Boolean includeProtected, System.Boolean includePrivate)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.LibraryCallbacksGenerated::Managed_GetEnumNamesOfField(System.IntPtr className, System.IntPtr fieldName)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int64 ManagedCallbacks.LibraryCallbacksGenerated::Managed_GetMemoryUsage()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.LibraryCallbacksGenerated::Managed_GetModuleList()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.LibraryCallbacksGenerated::Managed_GetObjectClassName(System.IntPtr className)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.LibraryCallbacksGenerated::Managed_GetStackTraceRaw(System.Int32 skipCount)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.LibraryCallbacksGenerated::Managed_GetStackTraceStr(System.Int32 skipCount)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::Managed_GetVersionInts(System.Int32& major, System.Int32& minor, System.Int32& revision)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.LibraryCallbacksGenerated::Managed_IsClassFieldExists(System.IntPtr className, System.IntPtr fieldName)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::Managed_LoadManagedComponent(System.IntPtr assemblyName, System.IntPtr managedInterface)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::Managed_OnFinalize()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::Managed_PreFinalize()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::Managed_SetClosing()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::Managed_SetLogsFolder(System.IntPtr logFolder)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.LibraryCallbacksGenerated::ManagedDelegate_InvokeAux(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.EngineCallbacksGenerated::EngineController_GetApplicationPlatformName()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.EngineCallbacksGenerated::EngineController_GetModulesVersionStr()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.EngineCallbacksGenerated::EngineController_GetVersionStr()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineController_Initialize()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineController_OnConfigChange()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineController_OnConstrainedStateChange(System.Boolean isConstrained)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineController_OnControllerDisconnection()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineManaged_CheckSharedStructureSizes()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineManaged_EngineApiMethodInterfaceInitializer(System.Int32 id, System.IntPtr pointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineManaged_FillEngineApiPointers()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineScreenManager_InitializeLastPressedKeys(TaleWorlds.DotNet.NativeObjectPointer lastKeysPressed)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineScreenManager_LateTick(System.Single dt)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineScreenManager_OnGameWindowFocusChange(System.Boolean focusGained)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineScreenManager_OnOnscreenKeyboardCanceled()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineScreenManager_OnOnscreenKeyboardDone(System.IntPtr inputText)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineScreenManager_PreTick(System.Single dt)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineScreenManager_Tick(System.Single dt)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::EngineScreenManager_Update()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.EngineCallbacksGenerated::ManagedScriptHolder_CreateManagedScriptHolder()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.EngineCallbacksGenerated::ManagedScriptHolder_GetNumberOfScripts(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ManagedScriptHolder_RemoveScriptComponentFromAllTickLists(System.Int32 thisPointer, System.Int32 sc)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ManagedScriptHolder_SetScriptComponentHolder(System.Int32 thisPointer, System.Int32 sc)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ManagedScriptHolder_TickComponents(System.Int32 thisPointer, System.Single dt)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ManagedScriptHolder_TickComponentsEditor(System.Int32 thisPointer, System.Single dt)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::MessageManagerBase_PostMessageLine(System.Int32 thisPointer, System.IntPtr text, System.UInt32 color)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::MessageManagerBase_PostMessageLineFormatted(System.Int32 thisPointer, System.IntPtr text, System.UInt32 color)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::MessageManagerBase_PostSuccessLine(System.Int32 thisPointer, System.IntPtr text)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::MessageManagerBase_PostWarningLine(System.Int32 thisPointer, System.IntPtr text)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.EngineCallbacksGenerated::RenderTargetComponent_CreateRenderTargetComponent(TaleWorlds.DotNet.NativeObjectPointer renderTarget)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::RenderTargetComponent_OnPaintNeeded(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.EngineCallbacksGenerated::SceneProblemChecker_OnCheckForSceneProblems(TaleWorlds.DotNet.NativeObjectPointer scene)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_AddScriptComponentToTick(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_DeregisterAsPrefabScriptComponent(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_DeregisterAsUndoStackScriptComponent(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_DisablesOroCreation(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_GetEditableFields(System.IntPtr className)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_HandleOnRemoved(System.Int32 thisPointer, System.Int32 removeReason)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_IsOnlyVisual(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_MovesEntity(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_OnCheckForProblems(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_OnEditModeVisibilityChanged(System.Int32 thisPointer, System.Boolean currentVisibility)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_OnEditorInit(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_OnEditorTick(System.Int32 thisPointer, System.Single dt)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_OnEditorValidate(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_OnEditorVariableChanged(System.Int32 thisPointer, System.IntPtr variableName)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_OnInit(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_OnPhysicsCollision(System.Int32 thisPointer, TaleWorlds.Engine.PhysicsContact& contact)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_OnPreInit(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_OnSceneSave(System.Int32 thisPointer, System.IntPtr saveFolder)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_RegisterAsPrefabScriptComponent(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_RegisterAsUndoStackScriptComponent(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ScriptComponentBehavior_SetScene(System.Int32 thisPointer, TaleWorlds.DotNet.NativeObjectPointer scene)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ThumbnailCreatorView_OnThumbnailRenderComplete(System.IntPtr renderId, TaleWorlds.DotNet.NativeObjectPointer renderTarget)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Single ManagedCallbacks.CoreCallbacksGenerated::Agent_DebugGetHealth(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.CoreCallbacksGenerated::Agent_GetFormationUnitSpacing(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Single ManagedCallbacks.CoreCallbacksGenerated::Agent_GetMissileRangeWithHeightDifferenceAux(System.Int32 thisPointer, System.Single targetZ)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::Agent_GetSoundAndCollisionInfoClassName(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Single ManagedCallbacks.CoreCallbacksGenerated::Agent_GetWeaponInaccuracy(System.Int32 thisPointer, TaleWorlds.Core.EquipmentIndex weaponSlotIndex, System.Int32 weaponUsageIndex)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.CoreCallbacksGenerated::Agent_IsInSameFormationWith(System.Int32 thisPointer, System.Int32 otherAgent)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnAgentAlarmedStateChanged(System.Int32 thisPointer, TaleWorlds.MountAndBlade.AIStateFlag flag)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnDismount(System.Int32 thisPointer, System.Int32 mount)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnMount(System.Int32 thisPointer, System.Int32 mount)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnRemoveWeapon(System.Int32 thisPointer, TaleWorlds.Core.EquipmentIndex slotIndex)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnRetreating(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnShieldDamaged(System.Int32 thisPointer, TaleWorlds.Core.EquipmentIndex slotIndex, System.Int32 inflictedDamage)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnWeaponAmmoConsume(System.Int32 thisPointer, TaleWorlds.Core.EquipmentIndex slotIndex, System.Int16 totalAmmo)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnWeaponAmmoReload(System.Int32 thisPointer, TaleWorlds.Core.EquipmentIndex slotIndex, TaleWorlds.Core.EquipmentIndex ammoSlotIndex, System.Int16 totalAmmo)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnWeaponAmmoRemoved(System.Int32 thisPointer, TaleWorlds.Core.EquipmentIndex slotIndex)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnWeaponAmountChange(System.Int32 thisPointer, TaleWorlds.Core.EquipmentIndex slotIndex, System.Int16 amount)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnWeaponReloadPhaseChange(System.Int32 thisPointer, TaleWorlds.Core.EquipmentIndex slotIndex, System.Int16 reloadPhase)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnWeaponSwitchingToAlternativeStart(System.Int32 thisPointer, TaleWorlds.Core.EquipmentIndex slotIndex, System.Int32 usageIndex)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnWeaponUsageIndexChange(System.Int32 thisPointer, TaleWorlds.Core.EquipmentIndex slotIndex, System.Int32 usageIndex)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_OnWieldedItemIndexChange(System.Int32 thisPointer, System.Boolean isOffHand, System.Boolean isWieldedInstantly, System.Boolean isWieldedOnSpawn)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_SetAgentAIPerformingRetreatBehavior(System.Int32 thisPointer, System.Boolean isAgentAIPerformingRetreatBehavior)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_UpdateAgentStats(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_UpdateMountAgentCache(System.Int32 thisPointer, System.Int32 newMountAgent)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Agent_UpdateRiderAgentCache(System.Int32 thisPointer, System.Int32 newRiderAgent)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::BannerlordTableauManager_RegisterCharacterTableauScene(TaleWorlds.DotNet.NativeObjectPointer scene, System.Int32 type)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::BannerlordTableauManager_RequestCharacterTableauSetup(System.Int32 characterCodeId, TaleWorlds.DotNet.NativeObjectPointer scene, TaleWorlds.DotNet.NativeObjectPointer poseEntity)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::CoreManaged_CheckSharedStructureSizes()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::CoreManaged_EngineApiMethodInterfaceInitializer(System.Int32 id, System.IntPtr pointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::CoreManaged_FillEngineApiPointers()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::CoreManaged_Finalize()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::CoreManaged_OnLoadCommonFinished()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::CoreManaged_Start()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_ApplySkeletonScaleToAllEquippedItems(System.Int32 thisPointer, System.IntPtr itemName)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_ChargeDamageCallback(System.Int32 thisPointer, TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, TaleWorlds.MountAndBlade.Blow blow, System.Int32 attacker, System.Int32 victim)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_DebugLogNativeMissionNetworkEvent(System.Int32 eventEnum, System.IntPtr eventName, System.Int32 bitCount)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_EndMission(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_FallDamageCallback(System.Int32 thisPointer, TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, TaleWorlds.MountAndBlade.Blow b, System.Int32 attacker, System.Int32 victim)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static TaleWorlds.Core.AgentState ManagedCallbacks.CoreCallbacksGenerated::Mission_GetAgentState(System.Int32 thisPointer, System.Int32 affectorAgent, System.Int32 agent, TaleWorlds.Core.DamageTypes damageType, TaleWorlds.Core.WeaponFlags weaponFlags)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static TaleWorlds.Engine.WorldPosition ManagedCallbacks.CoreCallbacksGenerated::Mission_GetClosestFleePositionForAgent(System.Int32 thisPointer, System.Int32 agent)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_GetDefendCollisionResults(System.Int32 thisPointer, System.Int32 attackerAgent, System.Int32 defenderAgent, TaleWorlds.MountAndBlade.CombatCollisionResult collisionResult, System.Int32 attackerWeaponSlotIndex, System.Boolean isAlternativeAttack, TaleWorlds.Core.StrikeType strikeType, TaleWorlds.MountAndBlade.UsageDirection attackDirection, System.Single collisionDistanceOnWeapon, System.Single attackProgress, System.Boolean attackIsParried, System.Boolean isPassiveUsageHit, System.Boolean isHeavyAttack, System.Single& defenderStunPeriod, System.Single& attackerStunPeriod, System.Boolean& crushedThrough)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_MeleeHitCallback(System.Int32 thisPointer, TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, System.Int32 attacker, System.Int32 victim, TaleWorlds.DotNet.NativeObjectPointer realHitEntity, System.Single& inOutMomentumRemaining, TaleWorlds.MountAndBlade.MeleeCollisionReaction& colReaction, TaleWorlds.MountAndBlade.CrushThroughState crushThroughState, TaleWorlds.Library.Vec3 blowDir, TaleWorlds.Library.Vec3 swingDir, TaleWorlds.MountAndBlade.HitParticleResultData& hitParticleResultData, System.Boolean crushedThroughWithoutAgentCollision)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_MissileAreaDamageCallback(System.Int32 thisPointer, TaleWorlds.MountAndBlade.AttackCollisionData& collisionDataInput, TaleWorlds.MountAndBlade.Blow& blowInput, System.Int32 alreadyDamagedAgent, System.Int32 shooterAgent, System.Boolean isBigExplosion)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_MissileCalculatePassbySoundParametersCallbackMT(System.Int32 thisPointer, System.Int32 missileIndex, TaleWorlds.Engine.SoundEventParameter& soundEventParameter)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.CoreCallbacksGenerated::Mission_MissileHitCallback(System.Int32 thisPointer, System.Int32& extraHitParticleIndex, TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, TaleWorlds.Library.Vec3 missileStartingPosition, TaleWorlds.Library.Vec3 missilePosition, TaleWorlds.Library.Vec3 missileAngularVelocity, TaleWorlds.Library.Vec3 movementVelocity, TaleWorlds.Library.MatrixFrame attachGlobalFrame, TaleWorlds.Library.MatrixFrame affectedShieldGlobalFrame, System.Int32 numDamagedAgents, System.Int32 attacker, System.Int32 victim, TaleWorlds.DotNet.NativeObjectPointer hitEntity)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_OnAgentAddedAsCorpse(System.Int32 thisPointer, System.Int32 affectedAgent)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_OnAgentDeleted(System.Int32 thisPointer, System.Int32 affectedAgent)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Single ManagedCallbacks.CoreCallbacksGenerated::Mission_OnAgentHitBlocked(System.Int32 thisPointer, System.Int32 affectedAgent, System.Int32 affectorAgent, TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, TaleWorlds.Library.Vec3 blowDirection, TaleWorlds.Library.Vec3 swingDirection, System.Boolean isMissile)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_OnAgentRemoved(System.Int32 thisPointer, System.Int32 affectedAgent, System.Int32 affectorAgent, TaleWorlds.Core.AgentState agentState, TaleWorlds.MountAndBlade.KillingBlow killingBlow)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_OnAgentShootMissile(System.Int32 thisPointer, System.Int32 shooterAgent, TaleWorlds.Core.EquipmentIndex weaponIndex, TaleWorlds.Library.Vec3 position, TaleWorlds.Library.Vec3 velocity, TaleWorlds.Library.Mat3 orientation, System.Boolean hasRigidBody, System.Boolean isPrimaryWeaponShot, System.Int32 forcedMissileIndex)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_OnMissileRemoved(System.Int32 thisPointer, System.Int32 missileIndex)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_OnPreTick(System.Int32 thisPointer, System.Single dt)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_OnSceneCreated(System.Int32 thisPointer, TaleWorlds.DotNet.NativeObjectPointer scene)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_PauseMission(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_ResetMission(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_SpawnWeaponAsDropFromAgent(System.Int32 thisPointer, System.Int32 agent, TaleWorlds.Core.EquipmentIndex equipmentIndex, TaleWorlds.Library.Vec3& velocity, TaleWorlds.Library.Vec3& angularVelocity, TaleWorlds.MountAndBlade.WeaponSpawnFlags spawnFlags)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_TickAgentsAndTeams(System.Int32 thisPointer, System.Single dt)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Mission_UpdateMissionTimeCache(System.Int32 thisPointer, System.Single curTime)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::Module_CreateProcessedActionSetsXMLForNative()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::Module_CreateProcessedActionTypesXMLForNative()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::Module_CreateProcessedAnimationsXMLForNative(System.String& animationsXmlPaths)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::Module_CreateProcessedModuleDataXMLForNative(System.IntPtr xmlType)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::Module_CreateProcessedSkinsXMLForNative(System.String& baseSkinsXmlPath)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::Module_CreateProcessedVoiceDefinitionsXMLForNative()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::Module_GetGameStatus()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::Module_GetHorseMaterialNames(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.CoreCallbacksGenerated::Module_GetInstance()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::Module_GetItemMeshNames(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::Module_GetMetaMeshPackageMapping(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::Module_GetMissionControllerClassNames(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_Initialize(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_MBThrowException()":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_OnCloseSceneEditorPresentation(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_OnDumpCreated(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_OnDumpCreationStarted(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_OnEnterEditMode(System.Int32 thisPointer, System.Boolean isFirstTime)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_OnImguiProfilerTick(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_OnSceneEditorModeOver(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_OnSkinsXMLHasChanged(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_RunTest(System.Int32 thisPointer, System.IntPtr commandLine)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.CoreCallbacksGenerated::Module_SetEditorScreenAsRootScreen(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_SetLoadingFinished(System.Int32 thisPointer)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_StartMissionForEditor(System.Int32 thisPointer, System.IntPtr missionName, System.IntPtr sceneName, System.IntPtr levels)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_StartMissionForReplayEditor(System.Int32 thisPointer, System.IntPtr missionName, System.IntPtr sceneName, System.IntPtr levels, System.IntPtr fileName, System.Boolean record, System.Single startTime, System.Single endTime)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::Module_TickTest(System.Int32 thisPointer, System.Single dt)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static TaleWorlds.Library.Vec3 ManagedCallbacks.CoreCallbacksGenerated::WeaponComponentMissionExtensions_CalculateCenterOfMass(TaleWorlds.DotNet.NativeObjectPointer body)":{"Finalisers":[{"index":0,"owner":"bannerlord.blse.exceptionhandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ExceptionInterceptor.ExceptionInterceptorFeature","Signature":"Void Finalizer(System.Exception)","Signature2":"System.Void Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"virtual System.Void SandBox.SandBoxSubModule::OnInitialState()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"bannerlord.blse.features","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnInitialStatePrefix","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ContinueSaveFile.Patches.SandBoxSubModulePatch","Signature":"Boolean OnInitialStatePrefix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Boolean OnInitialStatePrefix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.Library.InformationManager::ShowInquiry(TaleWorlds.Library.InquiryData data, System.Boolean pauseGameActiveState, System.Boolean prioritize)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"bannerlord.blse.features","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"Bannerlord.BLSE.Shared, Version=1.4.8.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.BLSE.Features.ContinueSaveFile.Patches.InformationManagerPatch","Signature":"Boolean Prefix(TaleWorlds.Library.InquiryData)","Signature2":"System.Boolean Prefix(TaleWorlds.Library.InquiryData)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void HarmonyLib.Harmony::UnpatchAll(System.String harmonyID)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.Harmony.UnpatchAll","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"UnpatchAllPrefix","AssemblyName":"Bannerlord.Harmony, Version=2.3.0.174, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.Harmony.SubModule","Signature":"Boolean UnpatchAllPrefix(System.String)","Signature2":"System.Boolean UnpatchAllPrefix(System.String)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.DotNet.Managed::ApplicationTick(System.Single dt)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":800,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+OnApplicationTickCorePatch","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"virtual System.Void TaleWorlds.Engine.ScriptComponentBehavior::OnTick(System.Single dt)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":800,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+OnComponentBehaviourTickPatch","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Module::OnApplicationTick(System.Single dt)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":800,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+OnApplicationTickPatch","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.View.MissionViews.MissionView::OnMissionScreenTick(System.Single dt)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":800,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+OnMissionScreenTickPatch","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.ScreenSystem.ScreenManager::Tick(System.Single dt, System.Boolean activeMouseVisible)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":800,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+OnFrameTickPatch","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Mission::Tick(System.Single dt)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":800,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+OnTickMissionPatch","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MissionBehavior::OnMissionTick(System.Single dt)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":800,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+OnMissionTickPatch","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnSubModuleLoad()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":800,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+OnSubModuleLoadPatch","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleLoadPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleLoadPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleLoadPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleLoadPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleLoadPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleLoadPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleLoadPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleLoadPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleLoadPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"static System.Delegate[] ManagedCallbacks.CoreCallbacksGenerated::get_Delegates()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::set_Delegates(System.Delegate[] value)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::GameNetwork_HandleConsoleCommand(System.IntPtr command)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::GameNetwork_HandleDisconnect()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.CoreCallbacksGenerated::GameNetwork_HandleNetworkPacketAsClient()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.CoreCallbacksGenerated::GameNetwork_HandleNetworkPacketAsServer(System.Int32 networkPeer)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::GameNetwork_HandleRemovePlayer(System.Int32 peer, System.Boolean isTimedOut)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::GameNetwork_SyncRelevantGameOptionsToServer()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.CoreCallbacksGenerated::ManagedOptions_GetConfigCount()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Single ManagedCallbacks.CoreCallbacksGenerated::ManagedOptions_GetConfigValue(System.Int32 type)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::MBEditor_CloseEditorScene()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::MBEditor_DestroyEditor(TaleWorlds.DotNet.NativeObjectPointer scene)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::MBEditor_SetEditorScene(TaleWorlds.DotNet.NativeObjectPointer scene)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.CoreCallbacksGenerated::MBMultiplayerData_GetCurrentPlayerCount()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::MBMultiplayerData_GetGameModule()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::MBMultiplayerData_GetGameType()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::MBMultiplayerData_GetMap()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.CoreCallbacksGenerated::MBMultiplayerData_GetPlayerCountLimit()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::MBMultiplayerData_GetServerId()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.CoreCallbacksGenerated::MBMultiplayerData_GetServerName()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.CoreCallbacksGenerated::MBMultiplayerData_UpdateGameServerInfo(System.IntPtr id, System.IntPtr gameServer, System.IntPtr gameModule, System.IntPtr gameType, System.IntPtr map, System.Int32 currentPlayerCount, System.Int32 maxPlayerCount, System.IntPtr address, System.Int32 port)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Delegate[] ManagedCallbacks.EngineCallbacksGenerated::get_Delegates()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::set_Delegates(System.Delegate[] value)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.EngineCallbacksGenerated::CrashInformationCollector_CollectInformation()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ManagedExtensions_CollectCommandLineFunctions()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ManagedExtensions_CopyObjectFieldsFrom(System.Int32 dst, System.Int32 src, System.IntPtr className, System.Int32 callFieldChangeEventAsInteger)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.EngineCallbacksGenerated::ManagedExtensions_CreateScriptComponentInstance(System.IntPtr className, TaleWorlds.DotNet.NativeObjectPointer entity, TaleWorlds.DotNet.NativeObjectPointer managedScriptComponent)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ManagedExtensions_ForceGarbageCollect()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Boolean ManagedCallbacks.EngineCallbacksGenerated::ManagedExtensions_GetEditorVisibilityOfField(System.IntPtr className, System.IntPtr fieldName)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ManagedExtensions_GetObjectField(System.Int32 managedObject, TaleWorlds.Engine.ScriptComponentFieldHolder& scriptComponentFieldHolder, System.IntPtr fieldName, System.Int32 type)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.UIntPtr ManagedCallbacks.EngineCallbacksGenerated::ManagedExtensions_GetScriptComponentClassNames()":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Int32 ManagedCallbacks.EngineCallbacksGenerated::ManagedExtensions_GetTypeOfField(System.IntPtr className, System.IntPtr fieldName)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::ManagedExtensions_SetObjectField(System.Int32 managedObject, System.IntPtr fieldName, TaleWorlds.Engine.ScriptComponentFieldHolder& scriptComponentHolder, System.Int32 type, System.Int32 callFieldChangeEventAsInteger)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::NativeParallelDriver_ParalelForLoopBodyCaller(System.Int64 loopBodyKey, System.Int32 localStartIndex, System.Int32 localEndIndex)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"static System.Void ManagedCallbacks.EngineCallbacksGenerated::NativeParallelDriver_ParalelForLoopBodyWithDtCaller(System.Int64 loopBodyKey, System.Int32 localStartIndex, System.Int32 localEndIndex)":{"Finalisers":[{"index":0,"owner":"org.calradia.admiralnelson.betterexceptionwindow","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Finalizer","AssemblyName":"BetterExceptionWindow, Version=6.5.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterExceptionWindow.Patches+AutoGeneratedExceptionFilter","Signature":"System.Exception Finalizer(System.Exception)","Signature2":"System.Exception Finalizer(System.Exception)","MemberType":8,"GenericArguments":null}}],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnSubModuleUnloaded()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleUnloadedPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleUnloadedPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleUnloadedPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleUnloadedPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleUnloadedPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleUnloadedPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleUnloadedPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnSubModuleUnloadedPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnSubModuleUnloadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnApplicationTick(System.Single dt)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnApplicationTickPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single ByRef)","Signature2":"System.Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single&)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnApplicationTickPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single ByRef)","Signature2":"System.Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single&)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnApplicationTickPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single ByRef)","Signature2":"System.Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single&)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnApplicationTickPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single ByRef)","Signature2":"System.Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single&)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnApplicationTickPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single ByRef)","Signature2":"System.Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single&)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnApplicationTickPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single ByRef)","Signature2":"System.Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single&)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnApplicationTickPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single ByRef)","Signature2":"System.Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single&)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnApplicationTickPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single ByRef)","Signature2":"System.Void OnApplicationTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnBeforeInitialModuleScreenSetAsRoot()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeInitialModuleScreenSetAsRootPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeInitialModuleScreenSetAsRootPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeInitialModuleScreenSetAsRootPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeInitialModuleScreenSetAsRootPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeInitialModuleScreenSetAsRootPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeInitialModuleScreenSetAsRootPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeInitialModuleScreenSetAsRootPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeInitialModuleScreenSetAsRootPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnBeforeInitialModuleScreenSetAsRootPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnGameStart(TaleWorlds.Core.Game game, TaleWorlds.Core.IGameStarter gameStarterObject)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameStartPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameStartPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameStartPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameStartPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameStartPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameStartPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameStartPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameStartPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void OnGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::InitializeGameStarter(TaleWorlds.Core.Game game, TaleWorlds.Core.IGameStarter starterObject)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeGameStarterPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeGameStarterPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeGameStarterPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeGameStarterPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeGameStarterPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeGameStarterPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeGameStarterPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeGameStarterPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","Signature2":"System.Void InitializeGameStarterPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, TaleWorlds.Core.IGameStarter)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Boolean TaleWorlds.MountAndBlade.MBSubModuleBase::DoLoading(TaleWorlds.Core.Game game)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"DoLoadingPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean ByRef, TaleWorlds.Core.Game)","Signature2":"System.Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean&, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"DoLoadingPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean ByRef, TaleWorlds.Core.Game)","Signature2":"System.Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean&, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"DoLoadingPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean ByRef, TaleWorlds.Core.Game)","Signature2":"System.Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean&, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"DoLoadingPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean ByRef, TaleWorlds.Core.Game)","Signature2":"System.Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean&, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"DoLoadingPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean ByRef, TaleWorlds.Core.Game)","Signature2":"System.Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean&, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"DoLoadingPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean ByRef, TaleWorlds.Core.Game)","Signature2":"System.Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean&, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"DoLoadingPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean ByRef, TaleWorlds.Core.Game)","Signature2":"System.Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean&, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"DoLoadingPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean ByRef, TaleWorlds.Core.Game)","Signature2":"System.Void DoLoadingPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean&, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnGameLoaded(TaleWorlds.Core.Game game, System.Object initializerObject)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameLoadedPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameLoadedPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameLoadedPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameLoadedPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameLoadedPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameLoadedPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameLoadedPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameLoadedPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnGameLoadedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnCampaignStart(TaleWorlds.Core.Game game, System.Object starterObject)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnCampaignStartPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnCampaignStartPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnCampaignStartPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnCampaignStartPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnCampaignStartPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnCampaignStartPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnCampaignStartPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnCampaignStartPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnCampaignStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::BeginGameStart(TaleWorlds.Core.Game game)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BeginGameStartPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BeginGameStartPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BeginGameStartPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BeginGameStartPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BeginGameStartPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BeginGameStartPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BeginGameStartPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BeginGameStartPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void BeginGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnGameEnd(TaleWorlds.Core.Game game)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameEndPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameEndPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameEndPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameEndPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameEndPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameEndPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameEndPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameEndPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameEndPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnGameInitializationFinished(TaleWorlds.Core.Game game)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","Signature2":"System.Void OnGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnBeforeMissionBehaviorInitialize(TaleWorlds.MountAndBlade.Mission mission)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnBeforeMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnBeforeMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnMissionBehaviorInitialize(TaleWorlds.MountAndBlade.Mission mission)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMissionBehaviourInitializePostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void OnMissionBehaviourInitializePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnMultiplayerGameStart(TaleWorlds.Core.Game game, System.Object starterObject)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMultiplayerGameStartPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMultiplayerGameStartPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMultiplayerGameStartPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMultiplayerGameStartPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMultiplayerGameStartPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMultiplayerGameStartPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMultiplayerGameStartPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMultiplayerGameStartPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnMultiplayerGameStartPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnNewGameCreated(TaleWorlds.Core.Game game, System.Object initializerObject)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnNewGameCreatedPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnNewGameCreatedPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnNewGameCreatedPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnNewGameCreatedPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnNewGameCreatedPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnNewGameCreatedPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnNewGameCreatedPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnNewGameCreatedPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnNewGameCreatedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::RegisterSubModuleObjects(System.Boolean isSavedCampaign)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"RegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"RegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"RegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"RegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"RegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"RegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"RegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"RegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void RegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::AfterRegisterSubModuleObjects(System.Boolean isSavedCampaign)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterRegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterRegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterRegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterRegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterRegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterRegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterRegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterRegisterSubModuleObjectsPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Boolean)","Signature2":"System.Void AfterRegisterSubModuleObjectsPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnAfterGameInitializationFinished(TaleWorlds.Core.Game game, System.Object starterObject)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnAfterGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnAfterGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnAfterGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnAfterGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnAfterGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnAfterGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnAfterGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnAfterGameInitializationFinishedPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","Signature2":"System.Void OnAfterGameInitializationFinishedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, TaleWorlds.Core.Game, System.Object)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnConfigChanged()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnConfigChangedPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnConfigChangedPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnConfigChangedPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnConfigChangedPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnConfigChangedPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnConfigChangedPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnConfigChangedPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnConfigChangedPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnConfigChangedPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::OnInitialState()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnInitialStatePostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnInitialStatePostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnInitialStatePostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnInitialStatePostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnInitialStatePostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnInitialStatePostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnInitialStatePostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnInitialStatePostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","Signature2":"System.Void OnInitialStatePostfix(TaleWorlds.MountAndBlade.MBSubModuleBase)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MBSubModuleBase::AfterAsyncTickTick(System.Single dt)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SubModuleWrappers2","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterAsyncTickTickPostfix","AssemblyName":"Bannerlord.ButterLib, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch","Signature":"Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single)","Signature2":"System.Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.YellToInspire","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterAsyncTickTickPostfix","AssemblyName":"Bannerlord.YellToInspire, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single)","Signature2":"System.Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single)","MemberType":8,"GenericArguments":null}},{"index":2,"owner":"Bannerlord.NearbyTournaments","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterAsyncTickTickPostfix","AssemblyName":"Bannerlord.NearbyTournaments, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single)","Signature2":"System.Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single)","MemberType":8,"GenericArguments":null}},{"index":3,"owner":"Bannerlord.EncyclopediaFilters","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterAsyncTickTickPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single)","Signature2":"System.Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single)","MemberType":8,"GenericArguments":null}},{"index":4,"owner":"Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterAsyncTickTickPostfix","AssemblyName":"Bannerlord.EncyclopediaExtender, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single)","Signature2":"System.Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single)","MemberType":8,"GenericArguments":null}},{"index":5,"owner":"Bannerlord.FamilyTree","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterAsyncTickTickPostfix","AssemblyName":"Bannerlord.FamilyTree, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single)","Signature2":"System.Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single)","MemberType":8,"GenericArguments":null}},{"index":6,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterAsyncTickTickPostfix","AssemblyName":"Bannerlord.MoreTraitInfo, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single)","Signature2":"System.Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single)","MemberType":8,"GenericArguments":null}},{"index":7,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AfterAsyncTickTickPostfix","AssemblyName":"Bannerlord.RemoveFogOfWar, Version=1.0.1.44, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch","Signature":"Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, Single)","Signature2":"System.Void AfterAsyncTickTickPostfix(TaleWorlds.MountAndBlade.MBSubModuleBase, System.Single)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"static System.Collections.Generic.IEnumerable`1<System.String> TaleWorlds.MountAndBlade.Options.OptionsProvider::GetGameKeyCategoriesList(System.Boolean isMultiplayer)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.HotKeySystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"GetGameKeyCategoriesListPostfix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.HotKeys.Patches.OptionsProviderPatches","Signature":"System.Collections.Generic.IEnumerable`1[System.String] GetGameKeyCategoriesListPostfix(System.Collections.Generic.IEnumerable`1[System.String])","Signature2":"System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] GetGameKeyCategoriesListPostfix(System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]])","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.HotKeySystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"GetGameKeyCategoriesListPostfix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.HotKeys.Patches.OptionsProviderPatches","Signature":"System.Collections.Generic.IEnumerable`1[System.String] GetGameKeyCategoriesListPostfix(System.Collections.Generic.IEnumerable`1[System.String])","Signature2":"System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] GetGameKeyCategoriesListPostfix(System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]])","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Module::FinalizeSubModules()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.MBSubModuleBaseEx","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"FinalizeSubModulesPostfix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch","Signature":"Void FinalizeSubModulesPostfix(TaleWorlds.MountAndBlade.Module)","Signature2":"System.Void FinalizeSubModulesPostfix(TaleWorlds.MountAndBlade.Module)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.MBSubModuleBaseEx","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"FinalizeSubModulesPostfix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch","Signature":"Void FinalizeSubModulesPostfix(TaleWorlds.MountAndBlade.Module)","Signature2":"System.Void FinalizeSubModulesPostfix(TaleWorlds.MountAndBlade.Module)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Module::SetInitialModuleScreenAsRootScreen()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"MCM.UI.Adapter.MCMv5","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnAfterSetInitialModuleScreenAsRootScreen","AssemblyName":"MCM.UI.Adapter.MCMv5, Version=5.9.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"MCM.UI.Adapter.MCMv5.SubModule","Signature":"Void OnAfterSetInitialModuleScreenAsRootScreen()","Signature2":"System.Void OnAfterSetInitialModuleScreenAsRootScreen()","MemberType":8,"GenericArguments":null}}],"Transpilers":[{"index":0,"owner":"Bannerlord.ButterLib.MBSubModuleBaseEx","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Transpiler","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction])","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.MBSubModuleBaseEx","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Transpiler","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction])","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}]},"virtual System.Void TaleWorlds.MountAndBlade.MBGameManager::OnGameStart(TaleWorlds.Core.Game game, TaleWorlds.Core.IGameStarter gameStarter)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"Bannerlord.ButterLib.MBSubModuleBaseEx","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Transpiler","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.MBSubModuleBaseEx","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Transpiler","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"virtual System.Void TaleWorlds.MountAndBlade.MBGameManager::OnGameEnd(TaleWorlds.Core.Game game)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"Bannerlord.ButterLib.MBSubModuleBaseEx","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Transpiler","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.MBSubModuleBaseEx","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Transpiler","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"System.Void TaleWorlds.CampaignSystem.CampaignBehaviorBase::.ctor()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"CampaignBehaviorBaseCtorPostfix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.BehaviourNamePatch","Signature":"Void CampaignBehaviorBaseCtorPostfix(TaleWorlds.CampaignSystem.CampaignBehaviorBase, System.String ByRef)","Signature2":"System.Void CampaignBehaviorBaseCtorPostfix(TaleWorlds.CampaignSystem.CampaignBehaviorBase, System.String&)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"CampaignBehaviorBaseCtorPostfix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.BehaviourNamePatch","Signature":"Void CampaignBehaviorBaseCtorPostfix(TaleWorlds.CampaignSystem.CampaignBehaviorBase, System.String ByRef)","Signature2":"System.Void CampaignBehaviorBaseCtorPostfix(TaleWorlds.CampaignSystem.CampaignBehaviorBase, System.String&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"static System.Boolean TaleWorlds.SaveSystem.TypeExtensions::IsContainer(System.Type type, TaleWorlds.SaveSystem.ContainerType& containerType)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"IsContainerPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.TypeExtensionsPatch","Signature":"Boolean IsContainerPrefix(System.Type, TaleWorlds.SaveSystem.ContainerType ByRef, Boolean ByRef)","Signature2":"System.Boolean IsContainerPrefix(System.Type, TaleWorlds.SaveSystem.ContainerType&, System.Boolean&)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"IsContainerPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.TypeExtensionsPatch","Signature":"Boolean IsContainerPrefix(System.Type, TaleWorlds.SaveSystem.ContainerType ByRef, Boolean ByRef)","Signature2":"System.Boolean IsContainerPrefix(System.Type, TaleWorlds.SaveSystem.ContainerType&, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.SaveSystem.Definition.DefinitionContext::AddBasicTypeDefinition(TaleWorlds.SaveSystem.Definition.BasicTypeDefinition basicTypeDefinition)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddBasicTypeDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddBasicTypeDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddBasicTypeDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddBasicTypeDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddBasicTypeDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddBasicTypeDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.SaveSystem.Definition.DefinitionContext::AddClassDefinition(TaleWorlds.SaveSystem.Definition.TypeDefinition classDefinition)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddClassDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddClassDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddClassDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddClassDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddClassDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddClassDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.SaveSystem.Definition.DefinitionContext::AddContainerDefinition(TaleWorlds.SaveSystem.Definition.ContainerDefinition containerDefinition)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddContainerDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddContainerDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddContainerDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddContainerDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddContainerDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddContainerDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.SaveSystem.Definition.DefinitionContext::AddEnumDefinition(TaleWorlds.SaveSystem.Definition.EnumDefinition enumDefinition)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddEnumDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddEnumDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddEnumDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddEnumDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddEnumDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddEnumDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.SaveSystem.Definition.DefinitionContext::AddGenericClassDefinition(TaleWorlds.SaveSystem.Definition.GenericTypeDefinition genericClassDefinition)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddGenericClassDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddGenericClassDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddGenericClassDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddGenericClassDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddGenericClassDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddGenericClassDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.SaveSystem.Definition.DefinitionContext::AddGenericStructDefinition(TaleWorlds.SaveSystem.Definition.GenericTypeDefinition genericStructDefinition)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddGenericStructDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddGenericStructDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddGenericStructDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddGenericStructDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddGenericStructDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddGenericStructDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.SaveSystem.Definition.DefinitionContext::AddInterfaceDefinition(TaleWorlds.SaveSystem.Definition.InterfaceDefinition interfaceDefinition)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddInterfaceDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddInterfaceDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddInterfaceDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddInterfaceDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddInterfaceDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddInterfaceDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.SaveSystem.Definition.DefinitionContext::AddRootClassDefinition(TaleWorlds.SaveSystem.Definition.TypeDefinition rootClassDefinition)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddRootClassDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddRootClassDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddRootClassDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddRootClassDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddRootClassDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddRootClassDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.SaveSystem.Definition.DefinitionContext::AddStructDefinition(TaleWorlds.SaveSystem.Definition.StructDefinition structDefinition)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddStructDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddStructDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddStructDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddStructDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean AddStructDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[System.Type,TaleWorlds.SaveSystem.Definition.TypeDefinitionBase])","Signature2":"System.Boolean AddStructDefinitionPrefix(TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, System.Collections.Generic.Dictionary`2[[System.Type, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[TaleWorlds.SaveSystem.Definition.TypeDefinitionBase, TaleWorlds.SaveSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"TaleWorlds.SaveSystem.Definition.ContainerDefinition TaleWorlds.SaveSystem.Definition.DefinitionContext::ConstructContainerDefinition(System.Type type, System.Reflection.Assembly definedAssembly)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ConstructContainerDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean ConstructContainerDefinitionPrefix(System.Type)","Signature2":"System.Boolean ConstructContainerDefinitionPrefix(System.Type)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"Bannerlord.ButterLib.SaveSystem","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ConstructContainerDefinitionPrefix","AssemblyName":"Bannerlord.ButterLib.Implementation.1.2.1, Version=2.8.11.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch","Signature":"Boolean ConstructContainerDefinitionPrefix(System.Type)","Signature2":"System.Boolean ConstructContainerDefinitionPrefix(System.Type)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Void TaleWorlds.Library.ViewModel::ExecuteCommand(System.String commandName, System.Object[] parameters)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ExecuteCommandPatch","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelPatch","Signature":"Boolean ExecuteCommandPatch(System.Object, System.String, System.Object[])","Signature2":"System.Boolean ExecuteCommandPatch(System.Object, System.String, System.Object[])","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.Engine.GauntletUI.UIConfig::set_DoNotUseGeneratedPrefabs(System.Boolean value)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.UIConfigPatch","Signature":"Boolean Prefix()","Signature2":"System.Boolean Prefix()","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.String TaleWorlds.GauntletUI.PrefabSystem.ConstantDefinition::GetValue(TaleWorlds.GauntletUI.BrushFactory brushFactory, TaleWorlds.TwoDimension.SpriteData spriteData, System.Collections.Generic.Dictionary`2<System.String, TaleWorlds.GauntletUI.PrefabSystem.ConstantDefinition> constants, System.Collections.Generic.Dictionary`2<System.String, TaleWorlds.GauntletUI.PrefabSystem.WidgetAttributeTemplate> parameters, System.Collections.Generic.Dictionary`2<System.String, System.String> defaultParameters)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BlankTranspiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] BlankTranspiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction])","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] BlankTranspiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}]},"static System.Void TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions::SetWidgetAttributeFromString(System.Object target, System.String name, System.String value, TaleWorlds.GauntletUI.BrushFactory brushFactory, TaleWorlds.TwoDimension.SpriteData spriteData, System.Collections.Generic.Dictionary`2<System.String, TaleWorlds.GauntletUI.PrefabSystem.VisualDefinitionTemplate> visualDefinitionTemplates, System.Collections.Generic.Dictionary`2<System.String, TaleWorlds.GauntletUI.PrefabSystem.ConstantDefinition> constants, System.Collections.Generic.Dictionary`2<System.String, TaleWorlds.GauntletUI.PrefabSystem.WidgetAttributeTemplate> parameters, System.Collections.Generic.Dictionary`2<System.String, System.Xml.XmlElement> customElements, System.Collections.Generic.Dictionary`2<System.String, System.String> defaultParameters)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BlankTranspiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] BlankTranspiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction])","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] BlankTranspiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}]},"TaleWorlds.GauntletUI.Brush TaleWorlds.GauntletUI.UIContext::GetBrush(System.String name)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BlankTranspiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] BlankTranspiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction])","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] BlankTranspiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}]},"static System.Object TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions::ConvertObject(TaleWorlds.GauntletUI.UIContext context, System.Object input, System.Type targetType)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BlankTranspiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] BlankTranspiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction])","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] BlankTranspiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}]},"System.Void TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChangerBrushWidget::OnBooleanUpdated()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BlankTranspiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] BlankTranspiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction])","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] BlankTranspiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}]},"TaleWorlds.GauntletUI.PrefabSystem.WidgetInstantiationResult TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate::CreateWidgets(TaleWorlds.GauntletUI.PrefabSystem.WidgetCreationData widgetCreationData)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BlankTranspiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] BlankTranspiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction])","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] BlankTranspiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}]},"System.Void TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate::OnRelease()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BlankTranspiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] BlankTranspiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction])","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] BlankTranspiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}]},"System.Void TaleWorlds.GauntletUI.Data.GauntletMovie::LoadMovie()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"BlankTranspiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] BlankTranspiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction])","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] BlankTranspiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]])","MemberType":8,"GenericArguments":null}}]},"virtual System.Void SandBox.SandBoxSubModule::OnSubModuleLoad()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.UIExtenderEx.UIPatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"SandBoxSubModuleOnSubModuleLoadPostfix","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.UIPatchSubModule","Signature":"Void SandBoxSubModuleOnSubModuleLoadPostfix()","Signature2":"System.Void SandBoxSubModuleOnSubModuleLoadPostfix()","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen::OnInitialize()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"bannerlord.mcm.ui.optionsgauntletscreenpatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnInitializePostfix","AssemblyName":"MCMv5.UI, Version=5.9.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"MCM.UI.Patches.OptionsGauntletScreenPatch","Signature":"Void OnInitializePostfix(System.Object)","Signature2":"System.Void OnInitializePostfix(System.Object)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen::OnFinalize()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"bannerlord.mcm.ui.optionsgauntletscreenpatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnFinalizePostfix","AssemblyName":"MCMv5.UI, Version=5.9.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"MCM.UI.Patches.OptionsGauntletScreenPatch","Signature":"Void OnFinalizePostfix(System.Object)","Signature2":"System.Void OnFinalizePostfix(System.Object)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler::.ctor()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"bannerlord.mcm.ui.optionsgauntletscreenpatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnInitializePostfix","AssemblyName":"MCMv5.UI, Version=5.9.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch","Signature":"Void OnInitializePostfix(System.Object)","Signature2":"System.Void OnInitializePostfix(System.Object)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler::OnMissionScreenFinalize()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"bannerlord.mcm.ui.optionsgauntletscreenpatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnFinalizePostfix","AssemblyName":"MCMv5.UI, Version=5.9.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch","Signature":"Void OnFinalizePostfix(System.Object)","Signature2":"System.Void OnFinalizePostfix(System.Object)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM::SetSelectedCategory(System.Int32 index)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"bannerlord.mcm.ui.optionsswitchpatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"SetSelectedCategoryPatch","AssemblyName":"MCMv5.UI, Version=5.9.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"MCM.UI.Patches.OptionsVMPatch","Signature":"Boolean SetSelectedCategoryPatch()","Signature2":"System.Boolean SetSelectedCategoryPatch()","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.ViewModelCollection.Scoreboard.ScoreboardBaseVM::UpdateQuitText()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"onez.battlestats","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"PostFix","AssemblyName":"BattleStats, Version=1.2.7.0, Culture=neutral, PublicKeyToken=null","ClassName":"BattleStats.BattleStatsBehavior","Signature":"Void PostFix(TaleWorlds.MountAndBlade.ViewModelCollection.Scoreboard.ScoreboardBaseVM)","Signature2":"System.Void PostFix(TaleWorlds.MountAndBlade.ViewModelCollection.Scoreboard.ScoreboardBaseVM)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapTimeControlVM::.ctor(System.Func`1<TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapBarShortcuts> getMapBarShortcuts, System.Action onTimeFlowStateChange, System.Action onCameraResetted)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.BetterTime","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Constructor_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"virtual System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapTimeControlVM::OnFinalize()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.BetterTime","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Finalize_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Finalize_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Finalize_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"System.Void TaleWorlds.CampaignSystem.Campaign::TickMapTime(System.Single realDt)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"mod.bannerlord.bettertime","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"BetterTime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterTime.Support","Signature":"Void Prefix(Single ByRef)","Signature2":"System.Void Prefix(System.Single&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM::.ctor(TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaPageArgs args)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Constructor_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"virtual System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM::OnFinalize()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Finalize_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Finalize_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Finalize_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"virtual System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM::RefreshValues()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Refresh_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Refresh_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Refresh_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM::.ctor(TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaPageArgs args)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Constructor_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"virtual System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM::OnFinalize()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Finalize_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Finalize_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Finalize_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"virtual System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM::RefreshValues()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Refresh_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Refresh_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Refresh_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaFactionPageVM::.ctor(TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaPageArgs args)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Constructor_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"virtual System.Void TaleWorlds.Library.ViewModel::OnFinalize()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Finalize_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Finalize_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Finalize_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"bannerlord.uiextender.ex.viewmodels.Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Finalize_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Finalize_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Finalize_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"virtual System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaFactionPageVM::RefreshValues()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Refresh_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Refresh_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Refresh_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaClanPageVM::.ctor(TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaPageArgs args)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Constructor_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"virtual System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaClanPageVM::RefreshValues()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.Bannerlord.EncyclopediaExtender","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Refresh_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Refresh_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Refresh_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"System.Void TaleWorlds.CampaignSystem.CharacterDevelopment.HeroTraitDeveloper::AddTraitXp(TaleWorlds.CampaignSystem.CharacterDevelopment.TraitObject trait, System.Int32 xpAmount)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"AddTraitXpPrefix","AssemblyName":"Bannerlord.MoreTraitInfo.1.2.0, Version=1.0.2.1, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.MoreTraitInfo.Patches.HeroTraitDeveloperPatch","Signature":"Void AddTraitXpPrefix(TaleWorlds.CampaignSystem.CharacterDevelopment.TraitObject, Int32)","Signature2":"System.Void AddTraitXpPrefix(TaleWorlds.CampaignSystem.CharacterDevelopment.TraitObject, System.Int32)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Items.EncyclopediaTraitItemVM::.ctor(TaleWorlds.CampaignSystem.CharacterDevelopment.TraitObject traitObj, TaleWorlds.CampaignSystem.Hero hero)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.MoreTraitInfo","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"Bannerlord.MoreTraitInfo.1.2.0, Version=1.0.2.1, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.MoreTraitInfo.Patches.EncyclopediaTraitItemVMPatch","Signature":"Void Postfix(TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Items.EncyclopediaTraitItemVM ByRef, TaleWorlds.CampaignSystem.CharacterDevelopment.TraitObject, TaleWorlds.CampaignSystem.Hero)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Items.EncyclopediaTraitItemVM&, TaleWorlds.CampaignSystem.CharacterDevelopment.TraitObject, TaleWorlds.CampaignSystem.Hero)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Boolean TaleWorlds.Core.BasicCharacterObject::get_IsRanged()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"MyLittleWarband","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"MyLittleWarband, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"MyLittleWarband.IsRangedPatch","Signature":"Boolean Prefix(TaleWorlds.Core.BasicCharacterObject, Boolean ByRef)","Signature2":"System.Boolean Prefix(TaleWorlds.Core.BasicCharacterObject, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Boolean TaleWorlds.Core.BasicCharacterObject::get_IsMounted()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"MyLittleWarband","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"MyLittleWarband, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"MyLittleWarband.IsMountedPatch","Signature":"Boolean Prefix(TaleWorlds.Core.BasicCharacterObject, Boolean ByRef)","Signature2":"System.Boolean Prefix(TaleWorlds.Core.BasicCharacterObject, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM::InitializeUpgrades()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"MyLittleWarband","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"MyLittleWarband, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"MyLittleWarband.PartyUnitUpgradeLengthPatch","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior::OnTroopRecruited(TaleWorlds.CampaignSystem.Hero recruiter, TaleWorlds.CampaignSystem.Settlements.Settlement settlement, TaleWorlds.CampaignSystem.Hero recruitmentSource, TaleWorlds.CampaignSystem.CharacterObject troop, System.Int32 count)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"MyLittleWarband","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"MyLittleWarband, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"MyLittleWarband.ClanRecruitPatch2","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.Hero, TaleWorlds.CampaignSystem.Settlements.Settlement, TaleWorlds.CampaignSystem.Hero, TaleWorlds.CampaignSystem.CharacterObject, Int32)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.Hero, TaleWorlds.CampaignSystem.Settlements.Settlement, TaleWorlds.CampaignSystem.Hero, TaleWorlds.CampaignSystem.CharacterObject, System.Int32)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.RecruitmentCampaignBehavior::UpdateVolunteersOfNotablesInSettlement(TaleWorlds.CampaignSystem.Settlements.Settlement settlement)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"MyLittleWarband","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"MyLittleWarband, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"MyLittleWarband.RecruitProductionPatch","Signature":"Void Postfix(TaleWorlds.CampaignSystem.Settlements.Settlement)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.Settlements.Settlement)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Items.EncyclopediaUnitVM::ExecuteLink()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"MyLittleWarband","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"MyLittleWarband, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"MyLittleWarband.EnyclopediaEditUnitPatch","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Items.EncyclopediaUnitVM)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Items.EncyclopediaUnitVM)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.Recruitment.RecruitmentVM::Deactivate()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"MyLittleWarband","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"MyLittleWarband, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"MyLittleWarband.RecruitPatch1","Signature":"Void Postfix()","Signature2":"System.Void Postfix()","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"static System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerTownVisitCampaignBehavior::game_menu_recruit_volunteers_on_consequence(TaleWorlds.CampaignSystem.GameMenus.MenuCallbackArgs args)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"MyLittleWarband","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"MyLittleWarband, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"MyLittleWarband.RecruitPatch2","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.GameMenus.MenuCallbackArgs)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.GameMenus.MenuCallbackArgs)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Int32 TaleWorlds.CampaignSystem.Settlements.Village::GetHearthLevel()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"AgricultureEstate","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"AgricultureEstate, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"AgricultureEstate.HearthLevelPatch","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.Settlements.Village ByRef, Int32 ByRef)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.Settlements.Village&, System.Int32&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void SandBox.ViewModelCollection.Nameplate.SettlementNameplateVM::RefreshBindValues()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"AgricultureEstate","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"AgricultureEstate, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"AgricultureEstate.PartyNamePlatePatch","Signature":"Void Postfix(SandBox.ViewModelCollection.Nameplate.SettlementNameplateVM)","Signature2":"System.Void Postfix(SandBox.ViewModelCollection.Nameplate.SettlementNameplateVM)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"static System.Void TaleWorlds.CampaignSystem.Actions.SellPrisonersAction::ApplyForAllPrisoners(TaleWorlds.CampaignSystem.Party.MobileParty sellerParty, TaleWorlds.CampaignSystem.Roster.TroopRoster prisoners, TaleWorlds.CampaignSystem.Settlements.Settlement currentSettlement, System.Boolean applyGoldChange)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"AgricultureEstate","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"AgricultureEstate, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"AgricultureEstate.SellPrisonersPatch","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.Party.MobileParty, TaleWorlds.CampaignSystem.Roster.TroopRoster ByRef, TaleWorlds.CampaignSystem.Settlements.Settlement, Boolean)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.Party.MobileParty, TaleWorlds.CampaignSystem.Roster.TroopRoster&, TaleWorlds.CampaignSystem.Settlements.Settlement, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.View.MissionViews.SiegeWeapon.RangedSiegeWeaponView::HandleUserInput(System.Single dt)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCameraPatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"HandleUserInput_Prefix","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_RangedSiegeWeaponView","Signature":"Boolean HandleUserInput_Prefix(Single, TaleWorlds.MountAndBlade.View.MissionViews.SiegeWeapon.RangedSiegeWeaponView, Boolean ByRef)","Signature2":"System.Boolean HandleUserInput_Prefix(System.Single, TaleWorlds.MountAndBlade.View.MissionViews.SiegeWeapon.RangedSiegeWeaponView, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void SandBox.Missions.MissionLogics.Arena.ArenaPracticeFightMissionController::StartPractice()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCameraPatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"StartPractice_Prefix","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_ArenaPracticeFightMissionController","Signature":"Boolean StartPractice_Prefix()","Signature2":"System.Boolean StartPractice_Prefix()","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Boolean SandBox.Objects.PassageUsePoint::IsDisabledForAgent(TaleWorlds.MountAndBlade.Agent agent)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCameraPatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"IsDisabledForAgent_Prefix","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_PassageUsePoint","Signature":"Boolean IsDisabledForAgent_Prefix(SandBox.Objects.PassageUsePoint, TaleWorlds.MountAndBlade.Agent, Boolean ByRef)","Signature2":"System.Boolean IsDisabledForAgent_Prefix(SandBox.Objects.PassageUsePoint, TaleWorlds.MountAndBlade.Agent, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.TeamAIComponent::TickOccasionally()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCameraPatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"TickOccasionally_Prefix","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_TeamAIComponent","Signature":"Boolean TickOccasionally_Prefix(TaleWorlds.MountAndBlade.TacticComponent)","Signature2":"System.Boolean TickOccasionally_Prefix(TaleWorlds.MountAndBlade.TacticComponent)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Boolean TaleWorlds.MountAndBlade.View.MissionViews.MissionAgentLabelView::IsAllyInAllyTeam(TaleWorlds.MountAndBlade.Agent agent)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCameraPatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"IsAllyInAllyTeam_Prefix","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_MissionAgentLabelView","Signature":"Boolean IsAllyInAllyTeam_Prefix(TaleWorlds.MountAndBlade.View.MissionViews.MissionAgentLabelView, TaleWorlds.MountAndBlade.Agent, Boolean ByRef)","Signature2":"System.Boolean IsAllyInAllyTeam_Prefix(TaleWorlds.MountAndBlade.View.MissionViews.MissionAgentLabelView, TaleWorlds.MountAndBlade.Agent, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.MissionBoundaryCrossingHandler::TickForMainAgent()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCameraPatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"TickForMainAgent_Prefix","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_MissionBoundaryCrossingHandler","Signature":"Boolean TickForMainAgent_Prefix(TaleWorlds.MountAndBlade.MissionBoundaryCrossingHandler, TaleWorlds.MountAndBlade.MissionTimer)","Signature2":"System.Boolean TickForMainAgent_Prefix(TaleWorlds.MountAndBlade.MissionBoundaryCrossingHandler, TaleWorlds.MountAndBlade.MissionTimer)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.ViewModelCollection.HUD.FormationMarker.MissionFormationMarkerVM::RefreshFormationPositions()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCameraPatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"RefreshFormationPositions_Prefix","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.src.Patch.Fix.Patch_MissionFormationMarkerVM","Signature":"Boolean RefreshFormationPositions_Prefix(TaleWorlds.Library.MBBindingList`1[TaleWorlds.MountAndBlade.ViewModelCollection.HUD.FormationMarker.MissionFormationMarkerTargetVM], TaleWorlds.Engine.Camera, TaleWorlds.Library.Vec3, Boolean, Boolean)","Signature2":"System.Boolean RefreshFormationPositions_Prefix(TaleWorlds.Library.MBBindingList`1[[TaleWorlds.MountAndBlade.ViewModelCollection.HUD.FormationMarker.MissionFormationMarkerTargetVM, TaleWorlds.MountAndBlade.ViewModelCollection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], TaleWorlds.Engine.Camera, TaleWorlds.Library.Vec3, System.Boolean, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.View.Screens.MissionScreen::TaleWorlds.MountAndBlade.IMissionListener.OnMissionModeChange(TaleWorlds.Core.MissionMode oldMissionMode, System.Boolean atStart)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCameraPatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"OnMissionModeChange_Prefix","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Patch_MissionScreen","Signature":"Boolean OnMissionModeChange_Prefix(TaleWorlds.MountAndBlade.View.Screens.MissionScreen, TaleWorlds.Core.MissionMode, Boolean)","Signature2":"System.Boolean OnMissionModeChange_Prefix(TaleWorlds.MountAndBlade.View.Screens.MissionScreen, TaleWorlds.Core.MissionMode, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Boolean TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderVM::CheckCanBeOpened(System.Boolean displayMessage)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera_Patch_MissionOrderVM","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_CheckCanBeOpened","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_MissionOrderVM","Signature":"Boolean Prefix_CheckCanBeOpened(TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderVM, Boolean, Boolean ByRef)","Signature2":"System.Boolean Prefix_CheckCanBeOpened(TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderVM, System.Boolean, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderVM::AfterInitialize()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"RTSCamera_Patch_MissionOrderVM","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix_AfterInitialize","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_MissionOrderVM","Signature":"Void Postfix_AfterInitialize(TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderVM)","Signature2":"System.Void Postfix_AfterInitialize(TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderVM)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderVM::OnEscape()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera_Patch_MissionOrderVM","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_OnEscape","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_MissionOrderVM","Signature":"Boolean Prefix_OnEscape()","Signature2":"System.Boolean Prefix_OnEscape()","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.ViewModelCollection.HUD.CrosshairVM::ShowHitMarker(System.Boolean isVictimDead, System.Boolean isHumanoidHeadShot)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera_Patch_CrosshairVM","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_ShowHitMarker","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Patch_CrosshairVM","Signature":"Boolean Prefix_ShowHitMarker()","Signature2":"System.Boolean Prefix_ShowHitMarker()","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.ViewModelCollection.HUD.CrosshairVM::SetReloadProperties(TaleWorlds.Core.StackArray10FloatFloatTuple& reloadPhases, System.Int32 reloadPhaseCount)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"RTSCamera_Patch_CrosshairVM","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix_SetReloadProperties","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Patch_CrosshairVM","Signature":"Void Postfix_SetReloadProperties(TaleWorlds.MountAndBlade.ViewModelCollection.HUD.CrosshairVM)","Signature2":"System.Void Postfix_SetReloadProperties(TaleWorlds.MountAndBlade.ViewModelCollection.HUD.CrosshairVM)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSpectatorControl::OnMissionTick(System.Single dt)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"RTSCamera_Patch_MissionGauntletSpectatorControl","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix_OnMissionTick","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Patch_MissionGauntletSpectatorControl","Signature":"Void Postfix_OnMissionTick(TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSpectatorControl, TaleWorlds.MountAndBlade.ViewModelCollection.HUD.MissionSpectatorControlVM)","Signature2":"System.Void Postfix_OnMissionTick(TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSpectatorControl, TaleWorlds.MountAndBlade.ViewModelCollection.HUD.MissionSpectatorControlVM)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.GauntletUI.Widgets.Scoreboard.ScoreboardScreenWidget::UpdateControlButtons()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"RTSCamera_Patch_ScoreboardScreenWidget","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix_UpdateControlButtons","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Patch_ScoreboardScreenWidget","Signature":"Void Postfix_UpdateControlButtons(TaleWorlds.MountAndBlade.GauntletUI.Widgets.Scoreboard.ScoreboardScreenWidget, TaleWorlds.GauntletUI.BaseTypes.Widget)","Signature2":"System.Void Postfix_UpdateControlButtons(TaleWorlds.MountAndBlade.GauntletUI.Widgets.Scoreboard.ScoreboardScreenWidget, TaleWorlds.GauntletUI.BaseTypes.Widget)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Mission::UpdateSceneTimeSpeed()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"RTSCamera_Patch_Mission_UpdateSceneTimeSpeed","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix_UpdateSceneTimeSpeed","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Patch_Mission_UpdateSceneTimeSpeed","Signature":"Void Postfix_UpdateSceneTimeSpeed(TaleWorlds.MountAndBlade.Mission)","Signature2":"System.Void Postfix_UpdateSceneTimeSpeed(TaleWorlds.MountAndBlade.Mission)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Boolean TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletMainAgentEquipDropView::IsMainAgentAvailable()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera_Patch_MissionGauntletMainAgentEquipDropView","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_IsMainAgentAvailable","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Patch_MissionGauntletMainAgentEquipDropView","Signature":"Boolean Prefix_IsMainAgentAvailable(Boolean ByRef)","Signature2":"System.Boolean Prefix_IsMainAgentAvailable(System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Boolean TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletMainAgentEquipmentControllerView::IsMainAgentAvailable()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera_Patch_MissionGauntletMainAgentEquipmentControllerView","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_IsMainAgentAvailable","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Patch_MissionGauntletMainAgentEquipmentControllerView","Signature":"Boolean Prefix_IsMainAgentAvailable(Boolean ByRef)","Signature2":"System.Boolean Prefix_IsMainAgentAvailable(System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.DeploymentMissionController::FinishDeployment()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"RTSCamera_Patch_DeploymentMissionController","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix_FinishDeployment","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Patch_DeploymentMissionController","Signature":"Void Postfix_FinishDeployment()","Signature2":"System.Void Postfix_FinishDeployment()","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.AgentHumanAILogic::OnAgentControllerChanged(TaleWorlds.MountAndBlade.Agent agent, TaleWorlds.MountAndBlade.ControllerType oldController)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera_Patch_AgentHumanAILogic","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_OnAgentControllerChanged","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Patch_AgentHumanAILogic","Signature":"Boolean Prefix_OnAgentControllerChanged(TaleWorlds.MountAndBlade.AgentHumanAILogic, TaleWorlds.MountAndBlade.Agent, ControllerType)","Signature2":"System.Boolean Prefix_OnAgentControllerChanged(TaleWorlds.MountAndBlade.AgentHumanAILogic, TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.Agent+ControllerType)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderDeploymentControllerVM::ExecuteDeployAll()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera_Patch_MissionOrderDeploymentControllerVM","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_ExecuteDeployAll","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_MissionOrderDeploymentControllerVM","Signature":"Boolean Prefix_ExecuteDeployAll(TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderDeploymentControllerVM)","Signature2":"System.Boolean Prefix_ExecuteDeployAll(TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderDeploymentControllerVM)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.EncounterGameMenuBehavior::AddGameMenus(TaleWorlds.CampaignSystem.CampaignGameStarter gameSystemInitializer)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"RTSCameraPatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.CampaignGame.Behavior.WatchBattleBehavior","Signature":"Void Postfix(TaleWorlds.CampaignSystem.CampaignGameStarter)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.CampaignGameStarter)","MemberType":8,"GenericArguments":null}},{"index":1,"owner":"choose_your_troops","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"ChooseYourTroops, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"ChooseYourTroops.ChooseYourTroopsBehavior+EncounterGameMenuBehaviorPrefix","Signature":"Void Postfix(TaleWorlds.CampaignSystem.CampaignGameStarter)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.CampaignGameStarter)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Boolean TaleWorlds.CampaignSystem.GameComponents.DefaultInformationRestrictionModel::DoesPlayerKnowDetailsOf(TaleWorlds.CampaignSystem.Settlements.Settlement settlement)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"DoesPlayerKnowDetailsOfSettlementPrefix","AssemblyName":"Bannerlord.RemoveFogOfWar.1.2.0, Version=1.1.0.1, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.RemoveFogOfWar.DefaultInformationRestrictionModelPatch","Signature":"Boolean DoesPlayerKnowDetailsOfSettlementPrefix(Boolean ByRef)","Signature2":"System.Boolean DoesPlayerKnowDetailsOfSettlementPrefix(System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Boolean TaleWorlds.CampaignSystem.GameComponents.DefaultInformationRestrictionModel::DoesPlayerKnowDetailsOf(TaleWorlds.CampaignSystem.Hero hero)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.RemoveFogOfWar","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"DoesPlayerKnowDetailsOfHeroPrefix","AssemblyName":"Bannerlord.RemoveFogOfWar.1.2.0, Version=1.1.0.1, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.RemoveFogOfWar.DefaultInformationRestrictionModelPatch","Signature":"Boolean DoesPlayerKnowDetailsOfHeroPrefix(Boolean ByRef)","Signature2":"System.Boolean DoesPlayerKnowDetailsOfHeroPrefix(System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Void SandBox.Missions.MissionLogics.SandBoxBattleMissionSpawnHandler::AfterStart()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"choose_your_troops","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"ChooseYourTroops, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"ChooseYourTroops.SandBoxBattleMissionSpawnHandlerPatch","Signature":"Boolean Prefix(TaleWorlds.MountAndBlade.MissionAgentSpawnLogic ByRef, TaleWorlds.CampaignSystem.MapEvents.MapEvent ByRef)","Signature2":"System.Boolean Prefix(TaleWorlds.MountAndBlade.MissionAgentSpawnLogic&, TaleWorlds.CampaignSystem.MapEvents.MapEvent&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Void SandBox.Missions.MissionLogics.SandBoxSiegeMissionSpawnHandler::AfterStart()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"choose_your_troops","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"ChooseYourTroops, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"ChooseYourTroops.SandBoxSiegeMissionSpawnHandlerPatch","Signature":"Boolean Prefix(TaleWorlds.MountAndBlade.MissionAgentSpawnLogic ByRef, TaleWorlds.CampaignSystem.MapEvents.MapEvent ByRef)","Signature2":"System.Boolean Prefix(TaleWorlds.MountAndBlade.MissionAgentSpawnLogic&, TaleWorlds.CampaignSystem.MapEvents.MapEvent&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.MapEvents.MapEventSide::AllocateTroops(System.Collections.Generic.List`1& troopsList, System.Int32 number, System.Func`3<TaleWorlds.Core.UniqueTroopDescriptor, TaleWorlds.CampaignSystem.MapEvents.MapEventParty, System.Boolean> customAllocationConditions)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"choose_your_troops","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"ChooseYourTroops, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"ChooseYourTroops.ChooseYourTroopsBehavior+EncounterGameMenuBehaviorPrefix+AllocateTroopsPrefix","Signature":"Void Prefix(System.Collections.Generic.List`1[TaleWorlds.Core.UniqueTroopDescriptor] ByRef, Int32 ByRef, System.Func`3[TaleWorlds.Core.UniqueTroopDescriptor,TaleWorlds.CampaignSystem.MapEvents.MapEventParty,System.Boolean] ByRef, TaleWorlds.CampaignSystem.MapEvents.MapEventSide)","Signature2":"System.Void Prefix(System.Collections.Generic.List`1[[TaleWorlds.Core.UniqueTroopDescriptor, TaleWorlds.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&, System.Int32&, System.Func`3[[TaleWorlds.Core.UniqueTroopDescriptor, TaleWorlds.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[TaleWorlds.CampaignSystem.MapEvents.MapEventParty, TaleWorlds.CampaignSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]&, TaleWorlds.CampaignSystem.MapEvents.MapEventSide)","MemberType":8,"GenericArguments":null}}],"Postfixes":[{"index":0,"owner":"choose_your_troops","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"ChooseYourTroops, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"ChooseYourTroops.ChooseYourTroopsBehavior+EncounterGameMenuBehaviorPrefix+AllocateTroopsPostfix","Signature":"Void Postfix(System.Collections.Generic.List`1[TaleWorlds.Core.UniqueTroopDescriptor] ByRef, Int32, System.Func`3[TaleWorlds.Core.UniqueTroopDescriptor,TaleWorlds.CampaignSystem.MapEvents.MapEventParty,System.Boolean], TaleWorlds.CampaignSystem.MapEvents.MapEventSide)","Signature2":"System.Void Postfix(System.Collections.Generic.List`1[[TaleWorlds.Core.UniqueTroopDescriptor, TaleWorlds.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&, System.Int32, System.Func`3[[TaleWorlds.Core.UniqueTroopDescriptor, TaleWorlds.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[TaleWorlds.CampaignSystem.MapEvents.MapEventParty, TaleWorlds.CampaignSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], TaleWorlds.CampaignSystem.MapEvents.MapEventSide)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.Encounters.PlayerEncounter::FinishEncounterInternal()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"choose_your_troops","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"ChooseYourTroops, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"ChooseYourTroops.ChooseYourTroopsBehavior+EncounterGameMenuBehaviorPrefix+PlayerEncounterPrefix","Signature":"Void Prefix()","Signature2":"System.Void Prefix()","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.MissionAgentSpawnLogic::AfterStart()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"choose_your_troops","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"ChooseYourTroops, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"ChooseYourTroops.ChooseYourTroopsBehavior+EncounterGameMenuBehaviorPrefix+AfterStartPostfix","Signature":"Void Postfix(TaleWorlds.MountAndBlade.MissionAgentSpawnLogic)","Signature2":"System.Void Postfix(TaleWorlds.MountAndBlade.MissionAgentSpawnLogic)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.Source.Missions.Handlers.LordsHallFightMissionController::OnCreated()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"choose_your_troops","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"ChooseYourTroops, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"ChooseYourTroops.ChooseYourTroopsBehavior+EncounterGameMenuBehaviorPrefix+InitializeMissionPrefix","Signature":"Void Prefix()","Signature2":"System.Void Prefix()","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.MissionAgentSpawnLogic::OnBattleSideDeployed(TaleWorlds.Core.BattleSideEnum side)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"choose_your_troops","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"ChooseYourTroops, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"ChooseYourTroops.ChooseYourTroopsBehavior+EncounterGameMenuBehaviorPrefix+OnBattleSideDeployedPostfix","Signature":"Void Postfix(TaleWorlds.Core.BattleSideEnum, TaleWorlds.MountAndBlade.MissionAgentSpawnLogic)","Signature2":"System.Void Postfix(TaleWorlds.Core.BattleSideEnum, TaleWorlds.MountAndBlade.MissionAgentSpawnLogic)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.MissionAgentSpawnLogic::Init(System.Boolean spawnDefenders, System.Boolean spawnAttackers, TaleWorlds.MountAndBlade.MissionSpawnSettings& reinforcementSpawnSettings)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"choose_your_troops","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"ChooseYourTroops, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"ChooseYourTroops.ChooseYourTroopsBehavior+EncounterGameMenuBehaviorPrefix+MissionAgentSpawnLogicInitdPostfix","Signature":"Void Postfix(Boolean, Boolean, TaleWorlds.MountAndBlade.MissionSpawnSettings ByRef, TaleWorlds.MountAndBlade.MissionAgentSpawnLogic)","Signature2":"System.Void Postfix(System.Boolean, System.Boolean, TaleWorlds.MountAndBlade.MissionSpawnSettings&, TaleWorlds.MountAndBlade.MissionAgentSpawnLogic)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.Engine.ManagedScriptHolder::TickComponents(System.Single dt)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.ViewModelCollection.InitialMenu.InitialMenuVM::RefreshMenuOptions()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"bannerlord.mcm.mainmenuscreeninjection_v4","priority":300,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"RefreshMenuOptionsPostfix","AssemblyName":"MCMv5.UI, Version=5.9.1.0, Culture=neutral, PublicKeyToken=null","ClassName":"MCM.UI.Functionality.DefaultGameMenuScreenHandler","Signature":"Void RefreshMenuOptionsPostfix(TaleWorlds.MountAndBlade.ViewModelCollection.InitialMenu.InitialMenuVM, TaleWorlds.Library.MBBindingList`1[TaleWorlds.MountAndBlade.ViewModelCollection.InitialMenu.InitialMenuOptionVM] ByRef)","Signature2":"System.Void RefreshMenuOptionsPostfix(TaleWorlds.MountAndBlade.ViewModelCollection.InitialMenu.InitialMenuVM, TaleWorlds.Library.MBBindingList`1[[TaleWorlds.MountAndBlade.ViewModelCollection.InitialMenu.InitialMenuOptionVM, TaleWorlds.MountAndBlade.ViewModelCollection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM::.ctor(System.Boolean autoHandleClose, TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsMode optionsMode, System.Action`1<TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.KeyOptionVM> onKeybindRequest, System.Action onBrightnessExecute, System.Action onExposureExecute)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.MCM.UI","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Constructor_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"System.Void TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM::.ctor(TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsMode optionsMode, System.Action onClose, System.Action`1<TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.KeyOptionVM> onKeybindRequest, System.Action onBrightnessExecute, System.Action onExposureExecute)":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.MCM.UI","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Constructor_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Constructor_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"virtual System.Void TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM::OnFinalize()":{"Finalisers":[],"Prefixes":[],"Postfixes":[],"Transpilers":[{"index":0,"owner":"bannerlord.uiextender.ex.viewmodels.MCM.UI","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"ViewModel_Finalize_Transpiler","AssemblyName":"Bannerlord.UIExtenderEx, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch","Signature":"System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction] ViewModel_Finalize_Transpiler(System.Collections.Generic.IEnumerable`1[HarmonyLib.CodeInstruction], System.Reflection.MethodBase)","Signature2":"System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]] ViewModel_Finalize_Transpiler(System.Collections.Generic.IEnumerable`1[[HarmonyLib.CodeInstruction, 0Harmony, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Reflection.MethodBase)","MemberType":8,"GenericArguments":null}}]},"static System.Boolean TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper::DecideAgentKnockedDownByBlow(TaleWorlds.MountAndBlade.Agent attackerAgent, TaleWorlds.MountAndBlade.Agent victimAgent, TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, TaleWorlds.Core.WeaponComponentData attackerWeapon, TaleWorlds.MountAndBlade.Blow& blow)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.Shadow.BetterCombat","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"DecideAgentKnockedDownByBlow","AssemblyName":"BetterCombat, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterCombat.Patches.PostfixPatches","Signature":"Void DecideAgentKnockedDownByBlow(TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.AttackCollisionData ByRef, TaleWorlds.Core.WeaponComponentData, TaleWorlds.MountAndBlade.Blow ByRef)","Signature2":"System.Void DecideAgentKnockedDownByBlow(TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.AttackCollisionData&, TaleWorlds.Core.WeaponComponentData, TaleWorlds.MountAndBlade.Blow&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"static System.Boolean TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper::DecideAgentShrugOffBlow(TaleWorlds.MountAndBlade.Agent victimAgent, TaleWorlds.MountAndBlade.AttackCollisionData collisionData, TaleWorlds.MountAndBlade.Blow& blow)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.Shadow.BetterCombat","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"DecideAgentShrugOffBlow","AssemblyName":"BetterCombat, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterCombat.Patches.PostfixPatches","Signature":"Void DecideAgentShrugOffBlow(TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.AttackCollisionData, TaleWorlds.MountAndBlade.Blow ByRef, Boolean ByRef)","Signature2":"System.Void DecideAgentShrugOffBlow(TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.AttackCollisionData, TaleWorlds.MountAndBlade.Blow&, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Boolean TaleWorlds.Core.WeaponComponentData::get_CanHitMultipleTargets()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.Shadow.BetterCombat","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"BetterCombat, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterCombat.Patches.PostfixPatches","Signature":"Void Postfix(Boolean ByRef, TaleWorlds.Core.WeaponComponentData)","Signature2":"System.Void Postfix(System.Boolean&, TaleWorlds.Core.WeaponComponentData)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual TaleWorlds.CampaignSystem.ExplainedNumber TaleWorlds.CampaignSystem.GameComponents.DefaultPartyHealingModel::GetDailyHealingHpForHeroes(TaleWorlds.CampaignSystem.Party.MobileParty party, System.Boolean includeDescriptions)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.Shadow.BetterCombat","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"GetDailyHealingHpForHeroes","AssemblyName":"BetterCombat, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterCombat.Patches.PostfixPatches","Signature":"Void GetDailyHealingHpForHeroes(TaleWorlds.CampaignSystem.ExplainedNumber ByRef, TaleWorlds.CampaignSystem.Party.MobileParty, Boolean)","Signature2":"System.Void GetDailyHealingHpForHeroes(TaleWorlds.CampaignSystem.ExplainedNumber&, TaleWorlds.CampaignSystem.Party.MobileParty, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual TaleWorlds.CampaignSystem.ExplainedNumber TaleWorlds.CampaignSystem.GameComponents.DefaultPartyHealingModel::GetDailyHealingForRegulars(TaleWorlds.CampaignSystem.Party.MobileParty party, System.Boolean includeDescriptions)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.Shadow.BetterCombat","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"GetDailyHealingForRegulars","AssemblyName":"BetterCombat, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterCombat.Patches.PostfixPatches","Signature":"Void GetDailyHealingForRegulars(TaleWorlds.CampaignSystem.ExplainedNumber ByRef, TaleWorlds.CampaignSystem.Party.MobileParty, Boolean)","Signature2":"System.Void GetDailyHealingForRegulars(TaleWorlds.CampaignSystem.ExplainedNumber&, TaleWorlds.CampaignSystem.Party.MobileParty, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual TaleWorlds.CampaignSystem.ExplainedNumber TaleWorlds.CampaignSystem.GameComponents.DefaultCharacterStatsModel::MaxHitpoints(TaleWorlds.CampaignSystem.CharacterObject character, System.Boolean includeDescriptions)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"Bannerlord.Shadow.BetterCombat","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"MaxHitpoints","AssemblyName":"BetterCombat, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterCombat.Patches.PostfixPatches","Signature":"Void MaxHitpoints(TaleWorlds.CampaignSystem.ExplainedNumber ByRef, TaleWorlds.CampaignSystem.CharacterObject, Boolean)","Signature2":"System.Void MaxHitpoints(TaleWorlds.CampaignSystem.ExplainedNumber&, TaleWorlds.CampaignSystem.CharacterObject, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Mission::UpdateMomentumRemaining(System.Single& momentumRemaining, TaleWorlds.MountAndBlade.Blow b, TaleWorlds.MountAndBlade.AttackCollisionData& collisionData, TaleWorlds.MountAndBlade.Agent attacker, TaleWorlds.MountAndBlade.Agent victim, TaleWorlds.MountAndBlade.MissionWeapon& attackerWeapon, System.Boolean isCrushThrough)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"Bannerlord.Shadow.BetterCombat","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"UpdateMomentumRemaining","AssemblyName":"BetterCombat, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"BetterCombat.Patches.PrefixPatches","Signature":"Boolean UpdateMomentumRemaining(Single ByRef, TaleWorlds.MountAndBlade.Blow, TaleWorlds.MountAndBlade.AttackCollisionData ByRef, TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.MissionWeapon ByRef, Boolean ByRef)","Signature2":"System.Boolean UpdateMomentumRemaining(System.Single&, TaleWorlds.MountAndBlade.Blow, TaleWorlds.MountAndBlade.AttackCollisionData&, TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.MissionWeapon&, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.CampaignSystem.Actions.ChangeRelationAction::ApplyPlayerRelation(TaleWorlds.CampaignSystem.Hero gainedRelationWith, System.Int32 relation, System.Boolean affectRelatives, System.Boolean showQuickNotification)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"motes.governorshandleissues","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"GovernorsHandleIssues, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"GovernorsHandleIssues.Patches.ChangeRelationActionPatch","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.Hero, Int32 ByRef, Boolean, Boolean ByRef)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.Hero, System.Int32&, System.Boolean, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.Clan::AddRenown(System.Single value, System.Boolean shouldNotify)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"motes.governorshandleissues","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"GovernorsHandleIssues, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"GovernorsHandleIssues.Patches.AddRenownPatch","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.Clan, Single ByRef, Boolean ByRef)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.Clan, System.Single&, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"TaleWorlds.CampaignSystem.Hero TaleWorlds.CampaignSystem.Issues.IssueBase::get_AlternativeSolutionHero()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.governorshandleissues","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"GovernorsHandleIssues, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"GovernorsHandleIssues.Patches.AlternativeSolutionHeroPatch","Signature":"Void Postfix(TaleWorlds.CampaignSystem.Issues.IssueBase, TaleWorlds.CampaignSystem.Hero ByRef)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.Issues.IssueBase, TaleWorlds.CampaignSystem.Hero&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"static System.Void TaleWorlds.CampaignSystem.Actions.GiveGoldAction::ApplyBetweenCharacters(TaleWorlds.CampaignSystem.Hero giverHero, TaleWorlds.CampaignSystem.Hero recipientHero, System.Int32 amount, System.Boolean disableNotification)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"motes.governorshandleissues","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"GovernorsHandleIssues, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"GovernorsHandleIssues.Patches.GiveGoldActionPatch","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.Hero, TaleWorlds.CampaignSystem.Hero, Int32 ByRef, Boolean ByRef)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.Hero, TaleWorlds.CampaignSystem.Hero, System.Int32&, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.CampaignSystem.Actions.GainRenownAction::Apply(TaleWorlds.CampaignSystem.Hero hero, System.Single renownValue, System.Boolean doNotNotify)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"motes.governorshandleissues","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"GovernorsHandleIssues, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"GovernorsHandleIssues.Patches.GainRenownActionPatch","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.Hero, Single ByRef, Boolean ByRef)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.Hero, System.Single&, System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.CampaignSystem.Issues.VillageNeedsToolsIssueQuest::GiveTradeOrExchangeRewardToMainParty(TaleWorlds.CampaignSystem.Hero questGiver, System.Int32 gold, TaleWorlds.Core.ItemObject exchangeItem, System.Int32 exchangeItemCount)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"motes.governorshandleissues","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"GovernorsHandleIssues, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"GovernorsHandleIssues.Patches.VillageNeedsToolsPatch","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.Hero, Int32, TaleWorlds.Core.ItemObject, Int32)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.Hero, System.Int32, TaleWorlds.Core.ItemObject, System.Int32)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.CampaignSystem.CharacterDevelopment.TraitLevelingHelper::AddPlayerTraitXPAndLogEntry(TaleWorlds.CampaignSystem.CharacterDevelopment.TraitObject trait, System.Int32 xpValue, TaleWorlds.CampaignSystem.ActionNotes context, TaleWorlds.CampaignSystem.Hero referenceHero)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"motes.governorshandleissues","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"GovernorsHandleIssues, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"GovernorsHandleIssues.Patches.TraitLevelingHelperPatch","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.CharacterDevelopment.TraitObject, Int32, TaleWorlds.CampaignSystem.ActionNotes, TaleWorlds.CampaignSystem.Hero)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.CharacterDevelopment.TraitObject, System.Int32, TaleWorlds.CampaignSystem.ActionNotes, TaleWorlds.CampaignSystem.Hero)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.CampaignSystem.Actions.ChangeCrimeRatingAction::Apply(TaleWorlds.CampaignSystem.IFaction faction, System.Single deltaCrimeRating, System.Boolean showNotification)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"motes.governorshandleissues","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"GovernorsHandleIssues, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"GovernorsHandleIssues.Patches.CriminalRatingActionPatch","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.IFaction, Single, Boolean)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.IFaction, System.Single, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.IssuesCampaignBehavior::OnSettlementTick(TaleWorlds.CampaignSystem.MBCampaignEvent campaignEvent, System.Object[] delegateParams)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"motes.governorshandleissues","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"GovernorsHandleIssues, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"GovernorsHandleIssues.Patches.OnSettlementTickPatch","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.CampaignBehaviors.IssuesCampaignBehavior, TaleWorlds.CampaignSystem.MBCampaignEvent, System.Object[])","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.CampaignBehaviors.IssuesCampaignBehavior, TaleWorlds.CampaignSystem.MBCampaignEvent, System.Object[])","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.Agent::set_Formation(TaleWorlds.MountAndBlade.Formation value)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"carbon.bodyguards","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"Bodyguards, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"Bodyguards.ProtectBodyguardFormationPatch","Signature":"Boolean Prefix(TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.Formation)","Signature2":"System.Boolean Prefix(TaleWorlds.MountAndBlade.Agent, TaleWorlds.MountAndBlade.Formation)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Collections.Generic.IEnumerable`1<TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaFilterGroup> TaleWorlds.CampaignSystem.Encyclopedia.Pages.DefaultEncyclopediaHeroPage::InitializeFilterItems()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"me.adwitkow.encyclopedia","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeFilterItemsPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters.1.2.0, Version=1.0.8.2, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.EncyclopediaFilters.Patches.DefaultEncyclopediaHeroPagePatch","Signature":"Void InitializeFilterItemsPostfix(System.Collections.Generic.IEnumerable`1[TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaFilterGroup] ByRef)","Signature2":"System.Void InitializeFilterItemsPostfix(System.Collections.Generic.IEnumerable`1[[TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaFilterGroup, TaleWorlds.CampaignSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Collections.Generic.IEnumerable`1<TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaSortController> TaleWorlds.CampaignSystem.Encyclopedia.Pages.DefaultEncyclopediaHeroPage::InitializeSortControllers()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"me.adwitkow.encyclopedia","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeSortControllersPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters.1.2.0, Version=1.0.8.2, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.EncyclopediaFilters.Patches.DefaultEncyclopediaHeroPagePatch","Signature":"Void InitializeSortControllersPostfix(System.Collections.Generic.IEnumerable`1[TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaSortController] ByRef)","Signature2":"System.Void InitializeSortControllersPostfix(System.Collections.Generic.IEnumerable`1[[TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaSortController, TaleWorlds.CampaignSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Collections.Generic.IEnumerable`1<TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaFilterGroup> TaleWorlds.CampaignSystem.Encyclopedia.Pages.DefaultEncyclopediaClanPage::InitializeFilterItems()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"me.adwitkow.encyclopedia","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeFilterItemsPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters.1.2.0, Version=1.0.8.2, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.EncyclopediaFilters.Patches.DefaultEncyclopediaClanPagePatch","Signature":"Void InitializeFilterItemsPostfix(System.Collections.Generic.IEnumerable`1[TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaFilterGroup] ByRef)","Signature2":"System.Void InitializeFilterItemsPostfix(System.Collections.Generic.IEnumerable`1[[TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaFilterGroup, TaleWorlds.CampaignSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Collections.Generic.IEnumerable`1<TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaFilterGroup> TaleWorlds.CampaignSystem.Encyclopedia.Pages.DefaultEncyclopediaUnitPage::InitializeFilterItems()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"me.adwitkow.encyclopedia","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeFilterItemsPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters.1.2.0, Version=1.0.8.2, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.EncyclopediaFilters.Patches.DefaultEncyclopediaUnitPagePatch","Signature":"Void InitializeFilterItemsPostfix(TaleWorlds.CampaignSystem.Encyclopedia.Pages.DefaultEncyclopediaUnitPage ByRef, System.Collections.Generic.IEnumerable`1[TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaFilterGroup] ByRef)","Signature2":"System.Void InitializeFilterItemsPostfix(TaleWorlds.CampaignSystem.Encyclopedia.Pages.DefaultEncyclopediaUnitPage&, System.Collections.Generic.IEnumerable`1[[TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaFilterGroup, TaleWorlds.CampaignSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Collections.Generic.IEnumerable`1<TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaFilterGroup> TaleWorlds.CampaignSystem.Encyclopedia.Pages.DefaultEncyclopediaSettlementPage::InitializeFilterItems()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"me.adwitkow.encyclopedia","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"InitializeFilterItemsPostfix","AssemblyName":"Bannerlord.EncyclopediaFilters.1.2.0, Version=1.0.8.2, Culture=neutral, PublicKeyToken=null","ClassName":"Bannerlord.EncyclopediaFilters.Patches.DefaultEncyclopediaSettlementPagePatch","Signature":"Void InitializeFilterItemsPostfix(System.Collections.Generic.IEnumerable`1[TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaFilterGroup] ByRef)","Signature2":"System.Void InitializeFilterItemsPostfix(System.Collections.Generic.IEnumerable`1[[TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaFilterGroup, TaleWorlds.CampaignSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSingleplayerOrderUIHandler::OnMissionScreenInitialize()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera_Patch_MissionGauntletSingleplayerOrderUIHandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_OnMissionScreenInitialize","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_MissionGauntletSingleplayerOrderUIHandler","Signature":"Boolean Prefix_OnMissionScreenInitialize(TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSingleplayerOrderUIHandler)","Signature2":"System.Boolean Prefix_OnMissionScreenInitialize(TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSingleplayerOrderUIHandler)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSingleplayerOrderUIHandler::OnMissionScreenFinalize()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"RTSCamera_Patch_MissionGauntletSingleplayerOrderUIHandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix_OnMissionScreenFinalize","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_MissionGauntletSingleplayerOrderUIHandler","Signature":"Void Postfix_OnMissionScreenFinalize()","Signature2":"System.Void Postfix_OnMissionScreenFinalize()","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSingleplayerOrderUIHandler::OnMissionScreenTick(System.Single dt)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera_Patch_MissionGauntletSingleplayerOrderUIHandler","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_OnMissionScreenTick","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Fix.Patch_MissionGauntletSingleplayerOrderUIHandler","Signature":"Boolean Prefix_OnMissionScreenTick(TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSingleplayerOrderUIHandler, Single, TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderVM, TaleWorlds.Engine.GauntletUI.GauntletLayer)","Signature2":"System.Boolean Prefix_OnMissionScreenTick(TaleWorlds.MountAndBlade.GauntletUI.Mission.Singleplayer.MissionGauntletSingleplayerOrderUIHandler, System.Single, TaleWorlds.MountAndBlade.ViewModelCollection.Order.MissionOrderVM, TaleWorlds.Engine.GauntletUI.GauntletLayer)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Boolean TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletCrosshair::GetShouldCrosshairBeVisible()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCameraPatch","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_GetShouldCrosshairBeVisible","AssemblyName":"RTSCamera, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.Patch.Patch_MissionGauntletCrosshair","Signature":"Boolean Prefix_GetShouldCrosshairBeVisible(Boolean ByRef)","Signature2":"System.Boolean Prefix_GetShouldCrosshairBeVisible(System.Boolean&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer::InitializeInADisgustingManner()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"RTSCamera.CommandSystem_Patch_OrderTroopPlacer","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix_InitializeInADisgustingManner","AssemblyName":"RTSCamera.CommandSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.CommandSystem.Patch.Patch_OrderTroopPlacer","Signature":"Void Postfix_InitializeInADisgustingManner(TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer)","Signature2":"System.Void Postfix_InitializeInADisgustingManner(TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer::HandleMouseDown()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera.CommandSystem_Patch_OrderTroopPlacer","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_HandleMouseDown","AssemblyName":"RTSCamera.CommandSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.CommandSystem.Patch.Patch_OrderTroopPlacer","Signature":"Boolean Prefix_HandleMouseDown(TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer, TaleWorlds.MountAndBlade.Formation ByRef, TaleWorlds.MountAndBlade.Formation ByRef, Boolean ByRef, TaleWorlds.Library.Vec2 ByRef, System.Nullable`1[TaleWorlds.Engine.WorldPosition] ByRef, System.Nullable`1[TaleWorlds.Library.Vec2] ByRef, System.Nullable`1[System.Single] ByRef, Boolean)","Signature2":"System.Boolean Prefix_HandleMouseDown(TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer, TaleWorlds.MountAndBlade.Formation&, TaleWorlds.MountAndBlade.Formation&, System.Boolean&, TaleWorlds.Library.Vec2&, System.Nullable`1[[TaleWorlds.Engine.WorldPosition, TaleWorlds.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&, System.Nullable`1[[TaleWorlds.Library.Vec2, TaleWorlds.Library, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&, System.Nullable`1[[System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]&, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"TaleWorlds.MountAndBlade.View.MissionViews.Order.CursorState TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer::GetCursorState()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera.CommandSystem_Patch_OrderTroopPlacer","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_GetCursorState","AssemblyName":"RTSCamera.CommandSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.CommandSystem.Patch.Patch_OrderTroopPlacer","Signature":"Boolean Prefix_GetCursorState(TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer, CursorState ByRef, TaleWorlds.MountAndBlade.OrderController, TaleWorlds.MountAndBlade.Formation ByRef, TaleWorlds.MountAndBlade.Formation ByRef, System.Collections.Generic.List`1[TaleWorlds.Engine.GameEntity], TaleWorlds.Library.Vec2 ByRef, Boolean ByRef, Int32 ByRef, Boolean)","Signature2":"System.Boolean Prefix_GetCursorState(TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer, TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer+CursorState&, TaleWorlds.MountAndBlade.OrderController, TaleWorlds.MountAndBlade.Formation&, TaleWorlds.MountAndBlade.Formation&, System.Collections.Generic.List`1[[TaleWorlds.Engine.GameEntity, TaleWorlds.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], TaleWorlds.Library.Vec2&, System.Boolean&, System.Int32&, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer::AddOrderPositionEntity(System.Int32 entityIndex, TaleWorlds.Library.Vec3& groundPosition, System.Boolean fadeOut, System.Single alpha)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera.CommandSystem_Patch_OrderTroopPlacer","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_AddOrderPositionEntity","AssemblyName":"RTSCamera.CommandSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.CommandSystem.Patch.Patch_OrderTroopPlacer","Signature":"Boolean Prefix_AddOrderPositionEntity(TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer, Int32, TaleWorlds.Library.Vec3 ByRef, Boolean, Single, System.Collections.Generic.List`1[TaleWorlds.Engine.GameEntity], TaleWorlds.Engine.Material ByRef)","Signature2":"System.Boolean Prefix_AddOrderPositionEntity(TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer, System.Int32, TaleWorlds.Library.Vec3&, System.Boolean, System.Single, System.Collections.Generic.List`1[[TaleWorlds.Engine.GameEntity, TaleWorlds.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], TaleWorlds.Engine.Material&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Void TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer::OnMissionScreenTick(System.Single dt)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"RTSCamera.CommandSystem_Patch_OrderTroopPlacer","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix_OnMissionScreenTick","AssemblyName":"RTSCamera.CommandSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"RTSCamera.CommandSystem.Patch.Patch_OrderTroopPlacer","Signature":"Boolean Prefix_OnMissionScreenTick(TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer, Boolean ByRef, TaleWorlds.MountAndBlade.OrderController ByRef, Boolean ByRef, Boolean ByRef, TaleWorlds.Core.Timer ByRef, System.Nullable`1[TaleWorlds.Library.Vec2] ByRef, System.Nullable`1[System.Single] ByRef, TaleWorlds.MountAndBlade.Formation ByRef, Boolean ByRef, TaleWorlds.MountAndBlade.Formation, System.Collections.Generic.List`1[TaleWorlds.Engine.GameEntity] ByRef, System.Collections.Generic.List`1[TaleWorlds.Engine.GameEntity] ByRef, Boolean ByRef, Boolean ByRef, Boolean ByRef, Boolean ByRef, System.Nullable`1[TaleWorlds.Engine.WorldPosition] ByRef, TaleWorlds.Library.Vec2 ByRef)","Signature2":"System.Boolean Prefix_OnMissionScreenTick(TaleWorlds.MountAndBlade.View.MissionViews.Order.OrderTroopPlacer, System.Boolean&, TaleWorlds.MountAndBlade.OrderController&, System.Boolean&, System.Boolean&, TaleWorlds.Core.Timer&, System.Nullable`1[[TaleWorlds.Library.Vec2, TaleWorlds.Library, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&, System.Nullable`1[[System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]&, TaleWorlds.MountAndBlade.Formation&, System.Boolean&, TaleWorlds.MountAndBlade.Formation, System.Collections.Generic.List`1[[TaleWorlds.Engine.GameEntity, TaleWorlds.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&, System.Collections.Generic.List`1[[TaleWorlds.Engine.GameEntity, TaleWorlds.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&, System.Boolean&, System.Boolean&, System.Boolean&, System.Boolean&, System.Nullable`1[[TaleWorlds.Engine.WorldPosition, TaleWorlds.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]&, TaleWorlds.Library.Vec2&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.CampaignSystem.Actions.EnterSettlementAction::ApplyInternal(TaleWorlds.CampaignSystem.Hero hero, TaleWorlds.CampaignSystem.Party.MobileParty mobileParty, TaleWorlds.CampaignSystem.Settlements.Settlement settlement, TaleWorlds.CampaignSystem.Actions.EnterSettlementDetail detail, System.Object subject, System.Boolean isPlayerInvolved)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"HatDogPlayerGovernor","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"PlayerGovernor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"PlayerGovernor.PlayerGovernorEnterAspect","Signature":"Void Prefix(TaleWorlds.CampaignSystem.Hero, TaleWorlds.CampaignSystem.Settlements.Settlement)","Signature2":"System.Void Prefix(TaleWorlds.CampaignSystem.Hero, TaleWorlds.CampaignSystem.Settlements.Settlement)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.CampaignSystem.Actions.LeaveSettlementAction::ApplyForParty(TaleWorlds.CampaignSystem.Party.MobileParty mobileParty)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"HatDogPlayerGovernor","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"PlayerGovernor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"PlayerGovernor.PlayerGovernorLeaveAspect","Signature":"Void Prefix(TaleWorlds.CampaignSystem.Party.MobileParty)","Signature2":"System.Void Prefix(TaleWorlds.CampaignSystem.Party.MobileParty)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"TaleWorlds.CampaignSystem.Hero TaleWorlds.CampaignSystem.Settlements.Town::get_Governor()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"HatDogPlayerGovernor","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"PlayerGovernor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"PlayerGovernor.PlayerGovernorSetttlementAspect","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.Hero ByRef, TaleWorlds.CampaignSystem.Settlements.Town)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.Hero&, TaleWorlds.CampaignSystem.Settlements.Town)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"TaleWorlds.CampaignSystem.Settlements.Town TaleWorlds.CampaignSystem.Hero::get_GovernorOf()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"HatDogPlayerGovernor","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"PlayerGovernor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"PlayerGovernor.PlayerGovernorHeroAspect","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.Settlements.Town ByRef, TaleWorlds.CampaignSystem.Hero)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.Settlements.Town&, TaleWorlds.CampaignSystem.Hero)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"static System.Void TaleWorlds.CampaignSystem.Actions.GainKingdomInfluenceAction::ApplyForBattle(TaleWorlds.CampaignSystem.Hero hero, System.Single value)":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.GainKingdomInfluenceActionApplyForBattle","Signature":"Void Prefix(TaleWorlds.CampaignSystem.Hero, Single ByRef)","Signature2":"System.Void Prefix(TaleWorlds.CampaignSystem.Hero, System.Single&)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"virtual System.Single TaleWorlds.CampaignSystem.Election.KingdomPolicyDecision::DetermineSupport(TaleWorlds.CampaignSystem.Clan clan, TaleWorlds.CampaignSystem.Election.DecisionOutcome possibleOutcome)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.KingdomPolicyDecisionDetermineSupportPatch","Signature":"Void Postfix(TaleWorlds.CampaignSystem.Election.KingdomPolicyDecision, Single ByRef, TaleWorlds.CampaignSystem.Clan, TaleWorlds.CampaignSystem.Election.DecisionOutcome)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.Election.KingdomPolicyDecision, System.Single&, TaleWorlds.CampaignSystem.Clan, TaleWorlds.CampaignSystem.Election.DecisionOutcome)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Single TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementMilitiaModel::CalculateEliteMilitiaSpawnChance(TaleWorlds.CampaignSystem.Settlements.Settlement settlement)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.DefaultSettlementMilitiaModelPatches.CalculateEliteMilitiaSpawnChance","Signature":"Void Postfix(Single ByRef, TaleWorlds.CampaignSystem.Settlements.Settlement)","Signature2":"System.Void Postfix(System.Single&, TaleWorlds.CampaignSystem.Settlements.Settlement)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Int32 TaleWorlds.CampaignSystem.GameComponents.DefaultClanPoliticsModel::GetInfluenceRequiredToOverrideKingdomDecision(TaleWorlds.CampaignSystem.Election.DecisionOutcome popularOption, TaleWorlds.CampaignSystem.Election.DecisionOutcome overridingOption, TaleWorlds.CampaignSystem.Election.KingdomDecision decision)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.DefaultClanPoliticsModelPatches.GetInfluenceRequiredToOverrideKingdomDecision","Signature":"Void Postfix(Int32 ByRef, TaleWorlds.CampaignSystem.Election.DecisionOutcome, TaleWorlds.CampaignSystem.Election.DecisionOutcome, TaleWorlds.CampaignSystem.Election.KingdomDecision)","Signature2":"System.Void Postfix(System.Int32&, TaleWorlds.CampaignSystem.Election.DecisionOutcome, TaleWorlds.CampaignSystem.Election.DecisionOutcome, TaleWorlds.CampaignSystem.Election.KingdomDecision)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.GameComponents.DefaultClanPoliticsModel::CalculateInfluenceChangeInternal(TaleWorlds.CampaignSystem.Clan clan, TaleWorlds.CampaignSystem.ExplainedNumber& influenceChange)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.DefaultClanPoliticsModelPatches.CalculateInfluenceChangeInternal","Signature":"Void Postfix(TaleWorlds.CampaignSystem.Clan, TaleWorlds.CampaignSystem.ExplainedNumber ByRef)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.Clan, TaleWorlds.CampaignSystem.ExplainedNumber&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual TaleWorlds.CampaignSystem.ExplainedNumber TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementProsperityModel::CalculateProsperityChange(TaleWorlds.CampaignSystem.Settlements.Town fortification, System.Boolean includeDescriptions)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.DefaultSettlementProsperityModelPatches.CalculateProsperityChange","Signature":"Void Postfix(TaleWorlds.CampaignSystem.ExplainedNumber ByRef, TaleWorlds.CampaignSystem.Settlements.Town, Boolean)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.ExplainedNumber&, TaleWorlds.CampaignSystem.Settlements.Town, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementLoyaltyModel::GetSettlementLoyaltyChangeDueToPolicies(TaleWorlds.CampaignSystem.Settlements.Town town, TaleWorlds.CampaignSystem.ExplainedNumber& explainedNumber)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.DefaultSettlementLoyaltyModelPatches.GetSettlementLoyaltyChangeDueToPolicies","Signature":"Void Postfix(TaleWorlds.CampaignSystem.Settlements.Town, TaleWorlds.CampaignSystem.ExplainedNumber ByRef)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.Settlements.Town, TaleWorlds.CampaignSystem.ExplainedNumber&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Single TaleWorlds.CampaignSystem.Election.SettlementClaimantDecision::CalculateMeritOfOutcome(TaleWorlds.CampaignSystem.Election.DecisionOutcome candidateOutcome)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.SettlementClaimantDecisionPatches.CalculateMeritOfOutcome","Signature":"Void Postfix(TaleWorlds.CampaignSystem.Election.SettlementClaimantDecision, Single ByRef, TaleWorlds.CampaignSystem.Election.DecisionOutcome)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.Election.SettlementClaimantDecision, System.Single&, TaleWorlds.CampaignSystem.Election.DecisionOutcome)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.MapEvents.MapEventSide::OnTroopScoreHit(TaleWorlds.Core.UniqueTroopDescriptor troopDesc1, TaleWorlds.CampaignSystem.CharacterObject attackedTroop, System.Int32 damage, System.Boolean isFatal, System.Boolean isTeamKill, TaleWorlds.Core.WeaponComponentData attackerWeapon, System.Boolean isSimulatedHit)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.MapEventSidePatches.OnTroopScoreHit","Signature":"Void Postfix(TaleWorlds.CampaignSystem.MapEvents.MapEventSide, TaleWorlds.Core.UniqueTroopDescriptor, TaleWorlds.CampaignSystem.CharacterObject, Int32, Boolean, Boolean, TaleWorlds.Core.WeaponComponentData, Boolean)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.MapEvents.MapEventSide, TaleWorlds.Core.UniqueTroopDescriptor, TaleWorlds.CampaignSystem.CharacterObject, System.Int32, System.Boolean, System.Boolean, TaleWorlds.Core.WeaponComponentData, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.Election.KingdomElection::Setup()":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.KingdomElectionPatches.Setup","Signature":"Void Postfix(TaleWorlds.CampaignSystem.Election.KingdomElection)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.Election.KingdomElection)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.Election.KingdomElection::DetermineOfficialSupport()":{"Finalisers":[],"Prefixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Prefix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.KingdomElectionPatches.DetermineOfficialSupport","Signature":"Boolean Prefix(TaleWorlds.CampaignSystem.Election.KingdomElection)","Signature2":"System.Boolean Prefix(TaleWorlds.CampaignSystem.Election.KingdomElection)","MemberType":8,"GenericArguments":null}}],"Postfixes":[],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementTaxModel::CalculatePolicyGoldCut(TaleWorlds.CampaignSystem.Settlements.Town town, System.Single rawTax, TaleWorlds.CampaignSystem.ExplainedNumber& explainedNumber)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.DefaultSettlementTaxModelPatches.CalculatePolicyGoldCut","Signature":"Void Postfix(TaleWorlds.CampaignSystem.Settlements.Town, Single, TaleWorlds.CampaignSystem.ExplainedNumber ByRef)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.Settlements.Town, System.Single, TaleWorlds.CampaignSystem.ExplainedNumber&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel::AddRulingClanIncome(TaleWorlds.CampaignSystem.Clan clan, TaleWorlds.CampaignSystem.ExplainedNumber& goldChange, System.Boolean applyWithdrawals, System.Boolean includeDetails)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.DefaultClanFinanceModelPatches.AddRulingClanIncome","Signature":"Void Postfix(TaleWorlds.CampaignSystem.Clan, TaleWorlds.CampaignSystem.ExplainedNumber ByRef, Boolean)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.Clan, TaleWorlds.CampaignSystem.ExplainedNumber&, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"virtual System.Int32 TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel::CalculateVillageIncome(TaleWorlds.CampaignSystem.Clan clan, TaleWorlds.CampaignSystem.Settlements.Village village, System.Boolean applyWithdrawals)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"motes.kingdompoliticsexpanded","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"KingdomPoliticsExpanded, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"KingdomPoliticsExpanded.Patches.DefaultClanFinanceModelPatches.CalculateVillageIncome","Signature":"Void Postfix(Int32 ByRef, TaleWorlds.CampaignSystem.Clan, TaleWorlds.CampaignSystem.Settlements.Village, Boolean)","Signature2":"System.Void Postfix(System.Int32&, TaleWorlds.CampaignSystem.Clan, TaleWorlds.CampaignSystem.Settlements.Village, System.Boolean)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]},"System.Void TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementProsperityModel::CalculateProsperityChangeInternal(TaleWorlds.CampaignSystem.Settlements.Town fortification, TaleWorlds.CampaignSystem.ExplainedNumber& explainedNumber)":{"Finalisers":[],"Prefixes":[],"Postfixes":[{"index":0,"owner":"carbon.stopstarvingyourselves","priority":400,"before":[],"after":[],"debug":false,"PatchMethod":{"Name":"Postfix","AssemblyName":"StopStarvingYourselves, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","ClassName":"StopStarvingYourselves.Patches.DefaultSettlementProsperityModelPatches.CalculateProsperityChangeInternal","Signature":"Void Postfix(TaleWorlds.CampaignSystem.Settlements.Town, TaleWorlds.CampaignSystem.ExplainedNumber ByRef)","Signature2":"System.Void Postfix(TaleWorlds.CampaignSystem.Settlements.Town, TaleWorlds.CampaignSystem.ExplainedNumber&)","MemberType":8,"GenericArguments":null}}],"Transpilers":[]}}
</div>
<div id="takenTroubleshootActions" style="display:none">
{jsonTroubleshoot}
</div>
<div id="imageBase64" style="display:none">
{screenshotBase64}
</div>
<div id="saveGameBase64" style="display:none">
{saveGameBase64}
</div>
<div id="saveGameFileName" style="display:none">
{saveGameFileName}
</div>
<div class="GoToTop">
<img src="https://icons.iconarchive.com/icons/paomedia/small-n-flat/256/sign-up-icon.png" style="vertical-align: middle;" width="16" height="16" />
<span style="vertical-align:middle"><a href="#top">Go to the top</a></span>
</div>
<hr />
<small id="bewVersion">Generated by BetterExceptionWindow version 6.5.0.0 6ed0eb649b92e25e7883743a924efcfba2816b54
</small>
<script>
//https://github.com/douglascrockford/JSON-js/blob/master/json2.js
if (typeof JSON !== "object") {
JSON = {};
}
(function () {
"use strict";
var rx_one = /^[\],:{}\s]*$/;
var rx_two = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g;
var rx_three = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g;
var rx_four = /(?:^|:|,)(?:\s*\[)+/g;
var rx_escapable = /[\\"\u0000-\u001f\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;
var rx_dangerous = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;
function f(n) {
// Format integers to have at least two digits.
return (n < 10)
? "0" + n
: n;
}
function this_value() {
return this.valueOf();
}
if (typeof Date.prototype.toJSON !== "function") {
Date.prototype.toJSON = function () {
return isFinite(this.valueOf())
? (
this.getUTCFullYear()
+ "-"
+ f(this.getUTCMonth() + 1)
+ "-"
+ f(this.getUTCDate())
+ "T"
+ f(this.getUTCHours())
+ ":"
+ f(this.getUTCMinutes())
+ ":"
+ f(this.getUTCSeconds())
+ "Z"
)
: null;
};
Boolean.prototype.toJSON = this_value;
Number.prototype.toJSON = this_value;
String.prototype.toJSON = this_value;
}
var gap;
var indent;
var meta;
var rep;
function quote(string) {
// If the string contains no control characters, no quote characters, and no
// backslash characters, then we can safely slap some quotes around it.
// Otherwise we must also replace the offending characters with safe escape
// sequences.
rx_escapable.lastIndex = 0;
return rx_escapable.test(string)
? "\"" + string.replace(rx_escapable, function (a) {
var c = meta[a];
return typeof c === "string"
? c
: "\\u" + ("0000" + a.charCodeAt(0).toString(16)).slice(-4);
}) + "\""
: "\"" + string + "\"";
}
function str(key, holder) {
// Produce a string from holder[key].
var i; // The loop counter.
var k; // The member key.
var v; // The member value.
var length;
var mind = gap;
var partial;
var value = holder[key];
// If the value has a toJSON method, call it to obtain a replacement value.
if (
value
&& typeof value === "object"
&& typeof value.toJSON === "function"
) {
value = value.toJSON(key);
}
// If we were called with a replacer function, then call the replacer to
// obtain a replacement value.
if (typeof rep === "function") {
value = rep.call(holder, key, value);
}
// What happens next depends on the value's type.
switch (typeof value) {
case "string":
return quote(value);
case "number":
// JSON numbers must be finite. Encode non-finite numbers as null.
return (isFinite(value))
? String(value)
: "null";
case "boolean":
case "null":
// If the value is a boolean or null, convert it to a string. Note:
// typeof null does not produce "null". The case is included here in
// the remote chance that this gets fixed someday.
return String(value);
// If the type is "object", we might be dealing with an object or an array or
// null.
case "object":
// Due to a specification blunder in ECMAScript, typeof null is "object",
// so watch out for that case.
if (!value) {
return "null";
}
// Make an array to hold the partial results of stringifying this object value.
gap += indent;
partial = [];
// Is the value an array?
if (Object.prototype.toString.apply(value) === "[object Array]") {
// The value is an array. Stringify every element. Use null as a placeholder
// for non-JSON values.
length = value.length;
for (i = 0; i < length; i += 1) {
partial[i] = str(i, value) || "null";
}
// Join all of the elements together, separated with commas, and wrap them in
// brackets.
v = partial.length === 0
? "[]"
: gap
? (
"[\n"
+ gap
+ partial.join(",\n" + gap)
+ "\n"
+ mind
+ "]"
)
: "[" + partial.join(",") + "]";
gap = mind;
return v;
}
// If the replacer is an array, use it to select the members to be stringified.
if (rep && typeof rep === "object") {
length = rep.length;
for (i = 0; i < length; i += 1) {
if (typeof rep[i] === "string") {
k = rep[i];
v = str(k, value);
if (v) {
partial.push(quote(k) + (
(gap)
? ": "
: ":"
) + v);
}
}
}
} else {
// Otherwise, iterate through all of the keys in the object.
for (k in value) {
if (Object.prototype.hasOwnProperty.call(value, k)) {
v = str(k, value);
if (v) {
partial.push(quote(k) + (
(gap)
? ": "
: ":"
) + v);
}
}
}
}
v = partial.length === 0
? "{}"
: gap
? "{\n" + gap + partial.join(",\n" + gap) + "\n" + mind + "}"
: "{" + partial.join(",") + "}";
gap = mind;
return v;
}
}
if (typeof JSON.stringify !== "function") {
meta = { // table of character substitutions
"\b": "\\b",
"\t": "\\t",
"\n": "\\n",
"\f": "\\f",
"\r": "\\r",
"\"": "\\\"",
"\\": "\\\\"
};
JSON.stringify = function (value, replacer, space) {
var i;
gap = "";
indent = "";
if (typeof space === "number") {
for (i = 0; i < space; i += 1) {
indent += " ";
}
} else if (typeof space === "string") {
indent = space;
}
rep = replacer;
if (replacer && typeof replacer !== "function" && (
typeof replacer !== "object"
|| typeof replacer.length !== "number"
)) {
throw new Error("JSON.stringify");
}
return str("", { "": value });
};
}
if (typeof JSON.parse !== "function") {
JSON.parse = function (text, reviver) {
var j;
function walk(holder, key) {
var k;
var v;
var value = holder[key];
if (value && typeof value === "object") {
for (k in value) {
if (Object.prototype.hasOwnProperty.call(value, k)) {
v = walk(value, k);
if (v !== undefined) {
value[k] = v;
} else {
delete value[k];
}
}
}
}
return reviver.call(holder, key, value);
}
text = String(text);
rx_dangerous.lastIndex = 0;
if (rx_dangerous.test(text)) {
text = text.replace(rx_dangerous, function (a) {
return (
"\\u"
+ ("0000" + a.charCodeAt(0).toString(16)).slice(-4)
);
});
}
if (
rx_one.test(
text
.replace(rx_two, "@")
.replace(rx_three, "]")
.replace(rx_four, "")
)
) {
j = eval("(" + text + ")");
return (typeof reviver === "function")
? walk({ "": j }, "")
: j;
}
throw new SyntaxError("JSON.parse");
};
}
}());
</script>
<script>
var TroubleshootAction = {
ForceSave: false,
XMLCheck: false
}
if (!document.getElementsByClassName) {
document.getElementsByClassName = function (search) {
var d = document, elements, pattern, i, results = [];
if (d.querySelectorAll) { // IE8
return d.querySelectorAll("." + search);
}
if (d.evaluate) { // IE6, IE7
pattern = ".//*[contains(concat(' ', @class, ' '), ' " + search + " ')]";
elements = d.evaluate(pattern, d, null, 0, null);
while ((i = elements.iterateNext())) {
results.push(i);
}
} else {
elements = d.getElementsByTagName("*");
pattern = new RegExp("(^|\\s)" + search + "(\\s|$)");
for (i = 0; i < elements.length; i++) {
if (pattern.test(elements[i].className)) {
results.push(elements[i]);
}
}
}
return results;
}
}
if (typeof Array.isArray === 'undefined') {
Array.isArray = function (obj) {
return Object.prototype.toString.call(obj) === '[object Array]';
}
};
function isRunningInGame() {
return window.external.IsRunningBannerlord != null;
}
function spoiler(e, msg, el) {
if (document.getElementById(el).style.display == 'block') {
document.getElementById(el).style.display = 'none';
e.innerHTML = '+ ' + msg
}
else {
document.getElementById(el).style.display = 'block';
e.innerHTML = '- ' + msg
}
}
function hide(e) {
var list = document.getElementsByClassName('taleworlds_ul')
for (var i = 0; i < list.length; i++) {
list[i].style.display = (e.checked) ? 'none' : 'list-item';
}
}
function hideUnloadedMods(e) {
var list = document.getElementsByClassName('mod-list-unloaded')
for (var i = 0; i < list.length; i++) {
list[i].style.display = (e.checked) ? 'none' : 'block';
}
}
function hideTWMods(e) {
var list = document.getElementsByClassName('mod-list-tw')
for (var i = 0; i < list.length; i++) {
list[i].style.display = (e.checked) ? 'none' : 'block';
}
}
function validateXML(e) {
e.disabled = true;
clearTable();
var table = document.getElementById('xml-report-table'),
xmlReport = document.getElementById('xml-report'),
row = table.insertRow(0),
icon = row.insertCell(0),
desc = row.insertCell(1);
icon.style.border = "none";
desc.style.border = "none";
icon.style.width = '30px';
icon.innerHTML = '';
desc.innerHTML = '<img id="search-icon" style="vertical-align:middle; float:none" src="https://raw.githubusercontent.com/admiralnelson/bannerlord-error-detector/master/imgs/d5mbp7w-8cfa1771-1632-4206-b381-4ab3fd61e9eb.gif" /><span id="scan-status" style="vertical-align: middle;">Checking file...</span>';
table.style.display = 'block';
xmlReport.style.backgroundColor = 'lightgoldenrodyellow';
window.external.ScanAndLintXmls();
}
function doneScanning() {
document.getElementById("search-icon").remove();
document.getElementById("scan-status").innerText = "XML checks done.";
TroubleshootAction.XMLCheck = true;
}
function saveEmergencyCampaign() {
var result = confirm("Depending on the crash, the saved file could be on invalid state.\nOnly use this if the crash is not player data related (i.e crash was caused by user interface bugs, not player data or AI state related)\nContinue to forcefully save the game?");
if (result) {
var filename = prompt("Save as");
if (!filename) {
alert("invalid name");
}
else {
if (window.external.ForceSave(filename)) {
alert("game saved as " + filename);
}
}
}
}
function clearTable() {
var elmtTable = document.getElementById('xml-report-table');
tableRows = elmtTable.getElementsByTagName('tr'),
rowCount = tableRows.length;
for (var x = 0; x < rowCount; x++) {
elmtTable.deleteRow(0);
}
}
function test() {
addXMLDiagResult('FILE.xml', 'C:/FILE/FILE.xml', "invalid at line");
}
function stopsearch() {
finishSearch(true);
}
function finishSearch(withError) {
var xmlReport = document.getElementById('xml-report'),
table = document.getElementById('xml-report-table'),
searchBtn = document.getElementById('btn-validate-xml');
xmlReport.style.backgroundColor = (withError) ? 'lightgoldenrodyellow' : 'darkseagreen';
table.deleteRow(0);
searchBtn.disabled = false;
}
function addXMLDiagResult(filename, path, error) {
if (!error) return;
var table = document.getElementById('xml-report-table'),
row = table.insertRow(-1),
icon = row.insertCell(0),
desc = row.insertCell(1);
icon.style.width = '30px';
icon.innerHTML = '<img src="http://icons.iconarchive.com/icons/paomedia/small-n-flat/1024/sign-warning-icon.png" width="24" /> ';
var res = '<div><b>' + filename + '</b><div><div>' + 'Location: ' + '<a onclick="openPath(\"' + path + '\")">' + path + '</a></div>';
res = res + '<div>' + error + '</div>';
desc.innerHTML = res + "<hr />";
}
function AnalyseModule() {
var jsonData = JSON.parse(document.getElementById("jsonData").innerText);
for (var i = 0; i < jsonData.length; i++) {
DisplayModulesReport(jsonData[i]);
}
}
function DisplayModulesReport(data) {
var d = document.getElementById("log");
try {
var modContainer = document.getElementById('mod-container'),
newModContent = document.createElement('div'),
modHeader = document.createElement('b'),
anchorInHeader = document.createElement('a'),
modDetail = document.createElement('div'),
modDetailUl = document.createElement('ul'),
modDependsUl = document.createElement('ul'),
modSubModulesUl = document.createElement('ul');
try {
newModContent.className = (data.Module.Official["@value"]) ? "mod-list-tw" : "mod-list";
}
catch (e) {
newModContent.className = "mod-list";
}
newModContent.className = data.isModLoaded ? newModContent.className : "mod-list-unloaded";
if (data.isFaultingMod) {
newModContent.style.backgroundColor = "lightpink";
}
var isWorkshop = false;
if (data.WorkshopUrl) isWorkshop = true;
var moduleName = data.Module.Name["@value"]
var caption = moduleName + " (version: " + data.Module.Version["@value"] + ")"
if (isWorkshop) moduleName += " (Workshop) "
anchorInHeader.innerText = "+ " + caption;
modDetail.id = data.Module.Id["@value"] + isWorkshop;
anchorInHeader.href = "#" + modDetail.id;
modDetail.style.display = "none";
var labelModInformation = document.createElement('div'),
modLoadedLi = document.createElement('li'),
pdbIncludedLi = document.createElement('li'),
modIdLi = document.createElement('li'),
modVersionLi = document.createElement('li'),
modLocationLi = document.createElement('li'),
modManifestLocationLi = document.createElement('li'),
labelDependsOn = document.createElement('div'),
labelSubModules = document.createElement('div'),
steamWorkshopLinkLi = document.createElement('li');
labelModInformation.innerText = "Mod manifest data:";
modLoadedLi.innerText = (data.isModLoaded) ? "Mod loaded: YES" : "Mod loaded: NO";
modIdLi.innerText = "Mod Id: " + data.Module.Id["@value"];
modVersionLi.innerText = "Mod Version: " + data.Module.Version["@value"];
modLocationLi.innerText = "Mod Location: " + data.location;
modManifestLocationLi.innerHTML = "Mod Manifest location: <a href='about:dummy' onclick=\"window.external.OpenFile('" + data.manifest + "')\">" + data.manifest + "</a>";
labelDependsOn.innerText = "Depends on:";
labelSubModules.innerText = "Submodules:";
if (data.WorkshopUrl) {
steamWorkshopLinkLi.innerHTML = "Steamworkshop URL: <a href='" + data.WorkshopUrl + "'>" + data.WorkshopUrl + "</a>";
}
if (!data.Module.DependedModules || !data.Module.DependedModules.DependedModule || Array.isArray(data.Module.DependedModules.DependedModule) && data.Module.DependedModules.DependedModule.length == 0) {
var node = document.createElement('li');
node.innerText = "Does not depend with other module";
modDependsUl.appendChild(node);
}
else if (!Array.isArray(data.Module.DependedModules.DependedModule)) {
var node = document.createElement('li');
if (data.Module.DependedModules.DependedModule)
node.innerText = data.Module.DependedModules.DependedModule["@Id"];
else
node.innerText = "Does not dependwith other module";
modDependsUl.appendChild(node);
}
else {
for (var i = 0; i < data.Module.DependedModules.DependedModule.length; i++) {
var node = document.createElement('li');
node.innerText = data.Module.DependedModules.DependedModule[i]["@Id"];
modDependsUl.appendChild(node);
}
}
if (!data.Module.SubModules || !data.Module.SubModules.SubModule || !Array.isArray(data.Module.SubModules.SubModule) && data.Module.SubModules.SubModule.length == 0) {
var node = document.createElement('li');
node.innerText = "Does not contain any DLL module";
modSubModulesUl.appendChild(node);
}
else if (!Array.isArray(data.Module.SubModules.SubModule)) {
var node = document.createElement('li');
if (data.Module.SubModules.SubModule.DLLName) {
node.innerText = data.Module.SubModules.SubModule.DLLName["@value"];
}
else
node.innerText = "Does not contain any DLL module";
modSubModulesUl.appendChild(node);
}
else {
for (var i = 0; i < data.Module.SubModules.SubModule.length; i++) {
var node = document.createElement('li');
if (data.Module.SubModules.SubModule[i].isLoadedInMemory) {
node.innerText = data.Module.SubModules.SubModule[i].DLLName["@value"];
}
else {
node.innerHTML = "<del>" + data.Module.SubModules.SubModule[i].DLLName["@value"] + "</del> (Not loaded in memory)";
}
modSubModulesUl.appendChild(node);
}
}
modDetail.appendChild(labelModInformation);
modDetailUl.appendChild(modLoadedLi);
modDetailUl.appendChild(modIdLi);
modDetailUl.appendChild(modVersionLi);
modDetailUl.appendChild(modManifestLocationLi);
if (data.WorkshopUrl) {
modDetailUl.appendChild(steamWorkshopLinkLi);
}
modDetail.appendChild(modDetailUl);
modDetail.appendChild(labelDependsOn);
modDetail.appendChild(modDependsUl);
modDetail.appendChild(labelSubModules);
modDetail.appendChild(modSubModulesUl);
modHeader.appendChild(anchorInHeader);
newModContent.appendChild(modHeader);
newModContent.appendChild(modDetail);
modContainer.appendChild(newModContent);
anchorInHeader.onclick = function () {
spoiler(anchorInHeader, caption, modDetail.id);
}
}
catch (e) {
alert(e.message + " " + data.Module.Name["@value"] + "\r\n" + "at js function " + "DisplayModulesReport");
var d = document.getElementById("log");
d.innerText = moduleJSON;
}
}
function AnalyseHarmonyPatches() {
var jsonData = JSON.parse(document.getElementById("harmonyData").innerText)
for (var methodName in jsonData) {
DisplayHarmonyRerport(methodName, jsonData[methodName]);
}
}
function GeneratePatchesTable(data) {
var table = "<table border='1'>" +
"<tr>" +
"<th>Prio</th>" +
"<th>Owner</th>" +
"<th>ClassName</th>" +
"<th>AssemblyName</th>" +
"</tr>" +
"{replace}" +
"</table>";
var rows = "";
for (var i = 0; i < data.length; i++) {
var row = "<tr>" +
"<td>" + data[i].priority + "</td>" +
"<td>" + data[i].owner + "</td>" +
"<td>" + data[i].PatchMethod.ClassName + "</td>" +
"<td>" + data[i].PatchMethod.AssemblyName + "</td>" +
"</tr>";
rows += row;
}
return table.replace("{replace}", rows);
}
function DisplayHarmonyRerport(methodName, data) {
var MethodContainer = document.getElementById('harmony-container'),
MethodContent = document.createElement('div'),
MethodHeader = document.createElement('b'),
AnchorInHeader = document.createElement('a'),
HarmonyDetailContainer = document.createElement('div'),
HarmonyPrefixesDiv = document.createElement('div'),
HarmonyPostfixesDiv = document.createElement('div'),
HarmonyFinalisersDiv = document.createElement('div'),
HarmonyTranspilersDiv = document.createElement('div');
HarmonyDetailContainer.id = methodName;
if (data.Prefixes.length > 0) {
var HarmonyPrefixesMainDiv = document.createElement('div'),
HarmonyPrefixesDivHeader = document.createElement('b'),
HarmonyPrefixesDivAnchorHeader = document.createElement('a');
HarmonyPrefixesDivHeader.appendChild(HarmonyPrefixesDivAnchorHeader);
HarmonyPrefixesMainDiv.appendChild(HarmonyPrefixesDivHeader);
HarmonyPrefixesMainDiv.appendChild(HarmonyPrefixesDiv);
HarmonyDetailContainer.appendChild(HarmonyPrefixesMainDiv);
HarmonyPrefixesMainDiv.className = "harmony-list";
HarmonyPrefixesDiv.id = "Prefix_" + methodName;
HarmonyPrefixesDiv.style.display = "none";
HarmonyPrefixesDiv.innerHTML = GeneratePatchesTable(data.Prefixes);
HarmonyPrefixesDivAnchorHeader.innerText = "+ Prefixes" + " (" + data.Prefixes.length + ")";
HarmonyPrefixesDivAnchorHeader.href = "#Prefixes" + methodName;
HarmonyPrefixesDivAnchorHeader.onclick = function () {
spoiler(HarmonyPrefixesDivAnchorHeader, "Prefixes " + " (" + data.Prefixes.length + ")", HarmonyPrefixesDiv.id);
}
}
if (data.Postfixes.length > 0) {
var HarmonyPostfixesMainDiv = document.createElement('div'),
HarmonyPostfixesDivHeader = document.createElement('b'),
HarmonyPostfixesDivAnchorHeader = document.createElement('a');
HarmonyPostfixesDivHeader.appendChild(HarmonyPostfixesDivAnchorHeader);
HarmonyPostfixesMainDiv.appendChild(HarmonyPostfixesDivHeader);
HarmonyPostfixesMainDiv.appendChild(HarmonyPostfixesDiv);
HarmonyDetailContainer.appendChild(HarmonyPostfixesMainDiv);
HarmonyPostfixesMainDiv.className = "harmony-list";
HarmonyPostfixesDiv.id = "Postfix_" + methodName;
HarmonyPostfixesDiv.style.display = "none";
HarmonyPostfixesDiv.innerHTML = GeneratePatchesTable(data.Postfixes);
HarmonyPostfixesDivAnchorHeader.innerText = "+ Postfixes" + " (" + data.Postfixes.length + ")";
HarmonyPostfixesDivAnchorHeader.href = "#Postfixes" + methodName;
HarmonyPostfixesDivAnchorHeader.onclick = function () {
spoiler(HarmonyPostfixesDivAnchorHeader, "Postfixes" + " (" + data.Postfixes.length + ")", HarmonyPostfixesDiv.id);
}
}
if (data.Finalisers.length > 0) {
var HarmonyFinalisersMainDiv = document.createElement('div'),
HarmonyFinalisersDivHeader = document.createElement('b'),
HarmonyFinalisersDivAnchorHeader = document.createElement('a');
HarmonyFinalisersDivHeader.appendChild(HarmonyFinalisersDivAnchorHeader);
HarmonyFinalisersMainDiv.appendChild(HarmonyFinalisersDivHeader);
HarmonyFinalisersMainDiv.appendChild(HarmonyFinalisersDiv);
HarmonyDetailContainer.appendChild(HarmonyFinalisersMainDiv);
HarmonyFinalisersMainDiv.className = "harmony-list";
HarmonyFinalisersDiv.id = "Finaliser_" + methodName;
HarmonyFinalisersDiv.style.display = "none";
HarmonyFinalisersDiv.innerHTML = GeneratePatchesTable(data.Finalisers);
HarmonyFinalisersDivAnchorHeader.innerText = "+ Finalisers" + " (" + data.Finalisers.length + ")";
HarmonyFinalisersDivAnchorHeader.href = "#Finalisers" + methodName;
HarmonyFinalisersDivAnchorHeader.onclick = function () {
spoiler(HarmonyFinalisersDivAnchorHeader, "Finalisers" + " (" + data.Finalisers.length + ")", HarmonyFinalisersDiv.id);
}
}
if (data.Transpilers.length > 0) {
var HarmonyTranspilersMainDiv = document.createElement('div'),
HarmonyTranspilersDivHeader = document.createElement('b'),
HarmonyTranspilersDivAnchorHeader = document.createElement('a');
HarmonyTranspilersDivHeader.appendChild(HarmonyTranspilersDivAnchorHeader);
HarmonyTranspilersMainDiv.appendChild(HarmonyTranspilersDivHeader);
HarmonyTranspilersMainDiv.appendChild(HarmonyTranspilersDiv);
HarmonyDetailContainer.appendChild(HarmonyTranspilersMainDiv);
HarmonyTranspilersMainDiv.className = "harmony-list";
HarmonyTranspilersDiv.id = "Transpiler_" + methodName;
HarmonyTranspilersDiv.style.display = "none";
HarmonyTranspilersDiv.innerHTML = GeneratePatchesTable(data.Transpilers);
HarmonyTranspilersDivAnchorHeader.innerText = "+ Transpilers" + " (" + data.Transpilers.length + ")";
HarmonyTranspilersDivAnchorHeader.href = "#Transpilers" + methodName;
HarmonyTranspilersDivAnchorHeader.onclick = function () {
spoiler(HarmonyTranspilersDivAnchorHeader, "Transpilers" + " (" + data.Transpilers.length + ")", HarmonyTranspilersDiv.id);
}
}
HarmonyDetailContainer.style.display = "none";
var totalPatches = data.Prefixes.length + data.Postfixes.length + data.Transpilers.length + data.Finalisers.length;
if (totalPatches == 0) return;
MethodContent.className = "harmony-list"
AnchorInHeader.innerText = "+ " + methodName + " (" + totalPatches + " patches)";
AnchorInHeader.href = "#" + methodName;
MethodHeader.appendChild(AnchorInHeader);
MethodContent.appendChild(MethodHeader);
MethodContent.appendChild(HarmonyDetailContainer);
MethodContainer.appendChild(MethodContent);
AnchorInHeader.onclick = function () {
spoiler(AnchorInHeader, methodName + " (" + totalPatches + " patches)", methodName);
}
}
function RecordTakenAction() {
document.getElementById("takenTroubleshootActions").innerText = JSON.stringify(TroubleshootAction);
}
function SavePage() {
RecordTakenAction();
var name = window.external.Save();
if (name) {
alert("File saved as " + name);
}
}
function OpenTroubleshootSection() {
var troubleshoot = document.getElementById("troubleshoot");
spoiler(troubleshoot, "Troubleshoot", "troubleshoot-expanded");
}
function CheckDnspy() {
var dnspyMsg = document.getElementById("dnspyInstall"),
dnspyButton = document.getElementById("dnspyButton"),
dnspyInstallLink = document.getElementById("dnspyInstallLink"),
dnspyReason = document.getElementById("dnspyReason"),
dnspy = document.getElementById("dnspy");
if (isRunningInGame() && window.external.IsUnderdebugger()) {
dnspyInstallLink.style.display = "none";
dnspyReason.innerHTML = "dnSpy is not available, because the program is already running under debugger."
dnspy.style.backgroundColor = "lightgoldenrodyellow";
return;
}
if (window.external.IsdnSpyAvailable()) {
dnspyMsg.style.display = "none";
dnspyButton.disabled = false;
}
}
function InstallDnspy() {
var installDnspyOrNot = confirm("Do you want to install dnSpy?")
if (!installDnspyOrNot) {
return;
}
var dnspyInstallLink = document.getElementById("dnspyInstallLink"),
dnspyProgressBar = document.getElementById("dnspyProgressbar");
window.external.InstallDnspy();
dnspyProgressBar.style.width = "0%";
dnspyProgressBar.style.backgroundColor = "darkgreen";
dnspyProgressBar.style.display = "block";
dnspyProgressBar.innerText = "Downloading...0K/0K";
dnspyInstallLink.style.display = "none";
}
function StartDnspy() {
var msgbox = confirm("Are you sure to restart the program? Unsaved game and error logs may be lost!");
if (msgbox) {
window.external.StartDnspyDebugger();
}
}
function Callback_InstallDnspyProgress(currentPercentage, downloadedTotal, totalSize) {
var dnspyProgressBar = document.getElementById("dnspyProgressbar"),
dnspyReason = document.getElementById("dnspyReason");
dnspyReason.innerText = "dnSpy is being downloaded..."
currentPercentage = parseInt(currentPercentage);
downloadedTotal = parseInt(downloadedTotal);
totalSize = parseInt(totalSize);
downloadedTotal = Math.ceil(downloadedTotal / 1000);
totalSize = Math.ceil(totalSize / 1000);
dnspyProgressBar.style.width = currentPercentage + "%";
dnspyProgressBar.style.backgroundColor = "darkgreen";
dnspyProgressBar.style.display = "block";
dnspyProgressBar.innerText = "Downloading..." + downloadedTotal + "K/" + totalSize + "K";
}
function Callback_InstallDnspyComplete(success, errorMessage) {
var dnspyButton = document.getElementById("dnspyButton"),
dnspyInstallLink = document.getElementById("dnspyInstallLink"),
dnspyReason = document.getElementById("dnspyReason"),
dnspy = document.getElementById("dnspy"),
dnspyProgressBar = document.getElementById("dnspyProgressbar");
if (success == "1") {
dnspyReason.innerText = "dnSpy has been successfully downloaded and installed."
dnspyProgressBar.style.display = "none";
dnspyButton.disabled = false;
return;
}
dnspyReason.innerHTML = "Error installing dnspy. Reason: <br />" + "<pre>" + errorMessage + "</pre>";
dnspyInstallLink.style.display = "block";
dnspy.style.backgroundColor = "lightgoldenrodyellow";
}
function CheckCampaignIsRunning() {
var emergencySave = document.getElementById("emergency-save"),
saveReason = document.getElementById("save-reason"),
savegameButton = document.getElementById("savegameButton");
if (isRunningInGame() && !window.external.IsCampaignRunning()) {
emergencySave.style.backgroundColor = "lightgoldenrodyellow";
saveReason.innerHTML = "This option is not available because the game is not running campaign.";
return;
}
savegameButton.disabled = false;
}
function SaveGameAttachement() {
var attachSaveGameButton = document.getElementById("attachSaveGameButton"),
attachDownloadSaveGameButton = document.getElementById("attachDownloadSaveGameButton"),
saveGameFilename = document.getElementById("saveGameFileName").innerText,
saveGameAttach = document.getElementById("savegameattach"),
attachSaveMessage = document.getElementById("attachSaveMessage");
if (!isRunningInGame()) {
attachSaveGameButton.style.display = "none";
if (saveGameFilename.indexOf("saveGameFileName") >= 0 || saveGameFilename.length == 0) {
attachSaveMessage.innerText = "No save game was attached.";
attachSaveMessage.style.display = "block";
} else {
attachDownloadSaveGameButton.style.display = "block";
attachSaveMessage.style.display = "block";
attachSaveMessage.innerText = "A save game is attached to this report: " + saveGameFilename;
}
return
}
if (!window.external.IsCampaignRunning()) {
saveGameAttach.style.backgroundColor = "lightgoldenrodyellow";
attachSaveMessage.style.display = "block";
attachSaveMessage.innerText = "Cannot attach because current game is not running campaign."
attachSaveGameButton.disabled = true;
return;
}
}
function AttachSaveGame() {
var attachSaveMessage = document.getElementById("attachSaveMessage"),
saveGameAttach = document.getElementById("savegameattach"),
attachSaveGameButton = document.getElementById("attachSaveGameButton"),
saveFile = window.external.AttachSaveGame();
if (saveFile) {
alert("The save game has been attached to this error report.");
attachSaveMessage.style.display = "block";
attachSaveMessage.innerText = "Save game has been attached: " + saveFile
attachSaveGameButton.disabled = true;
} else {
alert("An Error occured when attaching your save game, the save game path probably does not exist!")
saveGameAttach.style.backgroundColor = "lightgoldenrodyellow";
attachSaveMessage.style.display = "block";
attachSaveMessage.innerText = "An Error occured when attaching your save game, the save game path probably does not exist!";
}
}
function DownloadSaveGame() {
var base64string = "data:application/octet-stream;base64," + document.getElementById("saveGameBase64").innerText,
saveGameFileName = document.getElementById("saveGameFileName").innerText,
link = document.createElement("a");
document.body.appendChild(link);
link.setAttribute("href", base64string);
link.setAttribute("download", "savegame from error report.sav");
link.click();
}
function Screenshot() {
var url = window.external.Screenshot();
if (url) {
alert("Screenshot has been taken and attached to this error report")
}
var screenshotImage = document.getElementById("screenshotImage"),
screenshotButton = document.getElementById("screenshotButton");
screenshotImage.style.display = "block";
screenshotImage.src = url;
screenshotButton.disabled = true;
}
function LoadScreenshot() {
if (isRunningInGame()) return;
var screenshotImage = document.getElementById("screenshotImage"),
noPictureMessage = document.getElementById("noPictureMessage"),
imageData = document.getElementById("imageBase64").innerText;
if (imageData.indexOf("screenshotBase64") >= 0) {
noPictureMessage.style.display = "block";
return;
}
screenshotImage.style.display = "block";
screenshotImage.src = 'data:image/png;base64,' + imageData;
}
function DumpMemory() {
var checkDumpHeap = document.getElementById("checkDumpHeap").checked,
dumpResult = window.external.DumpMemory(checkDumpHeap);
switch (dumpResult) {
case 0:
alert("Memory has been dumped");
break;
case 1:
alert("Failed to dump the memory");
break;
case 2:
break;
default:
}
}
function CloseProgram() {
if (window.external.IsPageModified()) {
var result = confirm("You have attached screenshot or save game.\nDo you want to discard them and close the program?");
if (result) {
window.external.CloseProgram();
return;
}
}
else {
window.external.CloseProgram();
}
}
function AttemptToContinue() {
if (window.external.IsPageModified()) {
var result = confirm("You have attached screenshot or save game.\nDo you want to discard them and return to game?");
if (result) {
window.external.AttemptToContinue();
}
} else {
window.external.AttemptToContinue();
}
}
LoadScreenshot();
SaveGameAttachement();
AnalyseModule();
AnalyseHarmonyPatches();
CheckCampaignIsRunning();
CheckDnspy();
RecordTakenAction();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment