Guppy1 Posted October 26, 2021 Posted October 26, 2021 12 hours ago, Nibbler2345 said: Â For just text you might get lucky and find the text you are looking for in [your steam folder]\steamapps\common\Mount & Blade II Bannerlord\Modules\zCaptivityEvents\ModuleData just poke through XML files, also maybe go back a bit and check other CE folders such as zCEDefaults. Â It seems all the scripts are based online at a www.w3 site. If i open any of them in opens an online file and cannot be edited. Nothing in Module Data either.Â
recreation Posted October 27, 2021 Posted October 27, 2021 On 10/26/2021 at 11:56 AM, Guppy1 said:  It seems all the scripts are based online at a www.w3 site. If i open any of them in opens an online file and cannot be edited. Nothing in Module Data either. right click > open with. every standard text editor can read them. 1
Guppy1 Posted October 29, 2021 Posted October 29, 2021 On 10/28/2021 at 5:38 AM, recreation said: right click > open with. every standard text editor can read them. Â .................. Well I'm dumb... Â Thank you.
Whizkid Posted November 13, 2021 Posted November 13, 2021 @BadListener, great job thanks for the city scene fix.
Surreal- Posted November 17, 2021 Posted November 17, 2021 I just installed this today and unlocked the dll stuff but I still get the error "The application faced a problem. We need to collect necessary files to fix this problem. Would you like to upload these files now?" upon launching the game.  This is the only mod I have installed besides MCMv4.   Something I'm missing?
cg172375 Posted November 17, 2021 Posted November 17, 2021 9 hours ago, Surreal- said: I just installed this today and unlocked the dll stuff but I still get the error "The application faced a problem. We need to collect necessary files to fix this problem. Would you like to upload these files now?" upon launching the game.  This is the only mod I have installed besides MCMv4.   Something I'm missing? If you literally only have MCMv4 then you must be missing its requisite mods: Harmony, Butterlib, UIExtenderEx.
Surreal- Posted November 18, 2021 Posted November 18, 2021 8 hours ago, cg172375 said: If you literally only have MCMv4 then you must be missing its requisite mods: Harmony, Butterlib, UIExtenderEx. Nope, got them all. I'd meant to say I have MCM and all it's prereqs.
sen4mi Posted November 18, 2021 Posted November 18, 2021 18 minutes ago, Surreal- said: Nope, got them all. I'd meant to say I have MCM and all it's prereqs.  That kind of mental short cut is the sort of thing which can blind us to the details which we need for problem solving.  You might be better off showing a list of what you have in your ..\steamapps\common\Mount & Blade II Bannerlord\Modules\ directory.
HyperSummoner Posted November 21, 2021 Posted November 21, 2021 Great mod, events kinda repetitive but I look forward to more updates
Celedhring Posted November 25, 2021 Posted November 25, 2021 (edited) Same error as the poster right before me. I'm going to check on the other installation of Bannerlord since it's not updated to the latest 1.6.4 version. (deliberately held off for such an event)  Bannerlord 1.6.4 (updated to the latest update) CE 1031.1 for 1.6.4 version Just checked to see if I got the same pop up on the other computer which isn't updated to the latest 1.6.4 version. There was no popup, so my guess the problem is tied to the latest Bannerlord update for 1.6.4  Edited November 25, 2021 by Celedhring 3
Whizkid Posted November 25, 2021 Posted November 25, 2021 the error happened right after that hotfix for 1,6.4 and beta 1.6.5. 3
dude7189 Posted November 25, 2021 Posted November 25, 2021 confirming what's been reported... hotfix unfixed captivity 1
Swagmok Posted November 25, 2021 Posted November 25, 2021 (edited) Spoiler <html> <head> <title>Bannerlord Crash Report</title> <meta charset='utf-8'> <game version='e1.6.5'> <report id='079cf2c9-82bd-474a-81e1-5d24b331fb17' version='2'> <style> .headers { font-family: "Consolas", monospace; } .root-container { font-family: "Consolas", monospace; font-size: small; margin: 5px; background-color: white; border: 1px solid grey; padding: 5px; } .headers-container { display: none; } .modules-container { margin: 5px; background-color: #ffffe0; border: 1px solid grey; padding: 5px; } .submodules-container { margin: 5px; border: 1px solid grey; background-color: #f8f8e7; padding: 5px; } .modules-official-container { margin: 5px; background-color: #f4fcdc; border: 1px solid grey; padding: 5px; } .submodules-official-container { margin: 5px; border: 1px solid grey; background-color: #f0f4e4; padding: 5px; } .modules-invalid-container { margin: 5px; background-color: #ffefd5; border: 1px solid grey; padding: 5px; } .submodules-invalid-container { margin: 5px; border: 1px solid grey; background-color: #f5ecdf; padding: 5px; } </style> </head> <body style='background-color: #ececec;'> <table style='width: 100%;'> <tbody> <tr> <td style='width: 80%;'> <div> <b>Bannerlord has encountered a problem and will close itself.</b> <br/> This is a community Crash Report. Please save it and use it for reporting the error. Do not provide screenshots, provide the report! <br/> Most likely this error was caused by a custom installed module. <br/> <br/> If you were in the middle of something, the progress might be lost. <br/> </div> </td> <td> <div style='float:right; margin-left:10px;'> <label>Without Color:</label> <input type='checkbox' onclick='changeBackgroundColor(this)'> <br/> <br/> <label>Font Size:</label> <select class='input' onchange='changeFontSize(this);'> <option value='1.0em' selected='selected'>Standard</option> <option value='0.9em'>Medium</option> <option value='0.8em'>Small</option> </select> </div> </td> </tr> </tbody> </table> <div class='root-container'> <h2><a href='javascript:;' class='headers' onclick='showHideById(this, "exception")'>+ Exception</a></h2> <div id='exception' class='headers-container'> Exception information <br/> Type: System.InvalidOperationException </br> Message: Sequence contains no matching element </br> Source: System.Core </br> CallStack: </br> <ol> <li> at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate)</li> <li> at TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterVM.GetCurrentAttributePoint(CharacterAttribute attribute)</li> <li> at TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.RefreshWithCurrentValues()</li> <li> at TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.RefreshValues()</li> <li> at TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM..ctor(SkillObject skill, CharacterVM developerVM, Action`1 onStartPerkSelection)</li> <li> at TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterVM.InitializeCharacter()</li> <li> at TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.CharacterVM..ctor(Hero hero, Action onPerkSelection)</li> <li> at TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloperVM..ctor(Action closeCharacterDeveloper)</li> <li> at SandBox.GauntletUI.GauntletCharacterDeveloperScreen.TaleWorlds.Core.IGameStateListener.OnActivate()</li> <li> at TaleWorlds.Core.GameState.HandleActivate()</li> <li> at TaleWorlds.Core.GameStateManager.OnPushState(GameState gameState)</li> <li> at TaleWorlds.Core.GameStateManager.DoGameStateJobs()</li> <li> at TaleWorlds.Core.GameStateManager.PushState(GameState gameState, Int32 level)</li> <li> at SandBox.View.Map.MapNavigationHandler.PrepareToOpenCharacterDeveloper(Action openCharacterDeveloperAction)</li> <li> at SandBox.GauntletUI.AutoGenerated.MapBar__TaleWorlds_CampaignSystem_ViewModelCollection_MapVM.EventListenerOf_widget_2_0_1_0(Widget widget, String commandName, Object[] args)</li> <li> at TaleWorlds.GauntletUI.Widget.EventFired(String eventName, Object[] args)</li> <li> at TaleWorlds.GauntletUI.ButtonWidget.HandleClick()</li> <li> at TaleWorlds.GauntletUI.ButtonWidget.OnMouseReleased()</li> <li> at TaleWorlds.GauntletUI.EventManager.MouseUp()</li> <li> at TaleWorlds.GauntletUI.UIContext.UpdateInput(InputType handleInputs)</li> <li> at TaleWorlds.Engine.Screens.ScreenManager.Update()</li> <li> at TaleWorlds.Engine.Screens.ScreenManager.Tick_Patch1(Single dt)</li> </ol> </div> </div> <div class='root-container'> <h2><a href='javascript:;' class='headers' onclick='showHideById(this, "involved-modules")'>+ Involved Modules</a></h2> <div id='involved-modules' class='headers-container'> <ul> <li><a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></br><ul><li>Method: virtual System.Void SandBox.GauntletUI.GauntletCharacterDeveloperScreen::TaleWorlds.Core.IGameStateListener.OnActivate()</br>Frame: TaleWorlds.Core.IGameStateListener.OnActivate at offset 183 in file:line:column <filename unknown>:0:0 </br></li><li>Method: System.Void SandBox.View.Map.MapNavigationHandler::PrepareToOpenCharacterDeveloper(System.Action openCharacterDeveloperAction)</br>Frame: PrepareToOpenCharacterDeveloper at offset 337 in file:line:column <filename unknown>:0:0 </br></li><li>Method: System.Void SandBox.GauntletUI.AutoGenerated.MapBar__TaleWorlds_CampaignSystem_ViewModelCollection_MapVM::EventListenerOf_widget_2_0_1_0(TaleWorlds.GauntletUI.Widget widget, System.String commandName, System.Object[] args)</br>Frame: EventListenerOf_widget_2_0_1_0 at offset 105 in file:line:column <filename unknown>:0:0 </br></li></ul></li> </ul> </div> </div> <div class='root-container'> <h2><a href='javascript:;' class='headers' onclick='showHideById(this, "installed-modules")'>+ Installed Modules</a></h2> <div id='installed-modules' class='headers-container'> <ul> <li> <div class="modules-container"> <b><a href='javascript:;' onclick='showHideById(this, "Bannerlord.Harmony")'>+ Harmony (Bannerlord.Harmony, v2.1.1.65)</a></b> <div id='Bannerlord.Harmony' style='display: none'> Id: Bannerlord.Harmony</br> Name: Harmony</br> Version: v2.1.1.65</br> Official: False</br> Singleplayer: True</br> Multiplayer: False</br> Dependency Metadatas:</br> <ul> <li>Load Before <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li> </ul> Url: <a href='https://www.nexusmods.com/mountandblade2bannerlord/mods/2006'>https://www.nexusmods.com/mountandblade2bannerlord/mods/2006</a></br> SubModules:</br> <ul> <li> <div class="submodules-container"> <b>Harmony</b></br> Name: Harmony</br> DLLName: Bannerlord.Harmony.dll</br> SubModuleClassType: Bannerlord.Harmony.SubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> </div> </li> </ul> Additional Assemblies:</br> <ul> <li>0Harmony.DLL (0Harmony, Version=2.1.1.0, Culture=neutral, PublicKeyToken=null)</li> <li>0Harmony.dll (HarmonySharedState, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)</li> <li>0Harmony.dll (MonoMod.Utils.Cil.ILGeneratorProxy, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)</li> <li>0Harmony.dll (MonoMod.Utils.GetManagedSizeHelper, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)</li> </ul> </div> </div> </li> <li> <div class="modules-container"> <b><a href='javascript:;' onclick='showHideById(this, "Bannerlord.ButterLib")'>+ ButterLib (Bannerlord.ButterLib, v1.0.30.0)</a></b> <div id='Bannerlord.ButterLib' style='display: none'> Id: Bannerlord.ButterLib</br> Name: ButterLib</br> Version: v1.0.30.0</br> Official: False</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li> </ul> Dependency Metadatas:</br> <ul> <li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li> <li>Load After <a href='javascript:;' onclick='document.getElementById("BetterExceptionWindow").scrollIntoView(false)'>BetterExceptionWindow</a></li> <li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.ModuleLoader").scrollIntoView(false)'>Bannerlord.ModuleLoader</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li> </ul> Url: <a href='https://www.nexusmods.com/mountandblade2bannerlord/mods/2018'>https://www.nexusmods.com/mountandblade2bannerlord/mods/2018</a></br> SubModules:</br> <ul> <li> <div class="submodules-container"> <b>ButterLib</b></br> Name: ButterLib</br> DLLName: Bannerlord.ButterLib.dll</br> SubModuleClassType: Bannerlord.ButterLib.ButterLibSubModule</br> Assemblies:</br> <ul> <li>Microsoft.Extensions.DependencyInjection.Abstractions.dll</li> <li>Microsoft.Extensions.Logging.Abstractions.dll</li> <li>Microsoft.Extensions.DependencyInjection.dll</li> <li>Microsoft.Extensions.Logging.dll</li> <li>Microsoft.Extensions.Options.dll</li> <li>Microsoft.Extensions.Primitives.dll</li> <li>Serilog.dll</li> <li>Serilog.Extensions.Logging.dll</li> <li>Serilog.Sinks.File.dll</li> <li>System.Runtime.CompilerServices.Unsafe.dll</li> <li>Microsoft.Bcl.HashCode.dll</li> <li>System.Reflection.Metadata.dll</li> <li>System.Collections.Immutable.dll</li> </ul> </div> </li> <li> <div class="submodules-container"> <b>ButterLib Implementation Loader</b></br> Name: ButterLib Implementation Loader</br> DLLName: Bannerlord.ButterLib.dll</br> SubModuleClassType: Bannerlord.ButterLib.ImplementationLoaderSubModule</br> </div> </li> </ul> Additional Assemblies:</br> <ul> <li>Bannerlord.ButterLib.Implementation.1.6.5.dll (Bannerlord.ButterLib.Implementation.1.6.5, Version=1.0.30.0, Culture=neutral, PublicKeyToken=null)</li> </ul> </div> </div> </li> <li> <div class="modules-container"> <b><a href='javascript:;' onclick='showHideById(this, "Bannerlord.UIExtenderEx")'>+ UIExtenderEx (Bannerlord.UIExtenderEx, v2.1.8.0)</a></b> <div id='Bannerlord.UIExtenderEx' style='display: none'> Id: Bannerlord.UIExtenderEx</br> Name: UIExtenderEx</br> Version: v2.1.8.0</br> Official: False</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li> </ul> Dependency Metadatas:</br> <ul> <li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li> </ul> Url: <a href='https://www.nexusmods.com/mountandblade2bannerlord/mods/2102'>https://www.nexusmods.com/mountandblade2bannerlord/mods/2102</a></br> SubModules:</br> <ul> <li> <div class="submodules-container"> <b>UIExtenderEx</b></br> Name: UIExtenderEx</br> DLLName: Bannerlord.UIExtenderEx.dll</br> SubModuleClassType: Bannerlord.UIExtenderEx.SubModule</br> </div> </li> </ul> </div> </div> </li> <li> <div class="modules-container"> <b><a href='javascript:;' onclick='showHideById(this, "Bannerlord.MBOptionScreen")'>+ Mod Configuration Menu v4 (Bannerlord.MBOptionScreen, v4.3.14.0)</a></b> <div id='Bannerlord.MBOptionScreen' style='display: none'> Id: Bannerlord.MBOptionScreen</br> Name: Mod Configuration Menu v4</br> Version: v4.3.14.0</br> Official: False</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li> <li><a href='javascript:;' onclick='document.getElementById("Bannerlord.ButterLib").scrollIntoView(false)'>Bannerlord.ButterLib</a></li> <li><a href='javascript:;' onclick='document.getElementById("Bannerlord.UIExtenderEx").scrollIntoView(false)'>Bannerlord.UIExtenderEx</a></li> </ul> Dependency Metadatas:</br> <ul> <li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.Harmony").scrollIntoView(false)'>Bannerlord.Harmony</a></li> <li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.ModuleLoader").scrollIntoView(false)'>Bannerlord.ModuleLoader</a></li> <li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.ButterLib").scrollIntoView(false)'>Bannerlord.ButterLib</a></li> <li>Load After <a href='javascript:;' onclick='document.getElementById("Bannerlord.UIExtenderEx").scrollIntoView(false)'>Bannerlord.UIExtenderEx</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li> <li>Load Before <a href='javascript:;' onclick='document.getElementById("ModLib").scrollIntoView(false)'>ModLib</a></li> <li>ERROR! MODULE WITH ID 'Bannerlord.MBOptionScreen.MCMv3' NOT FOUND!</li> <li>ERROR! MODULE WITH ID 'Bannerlord.MBOptionScreen.ModLib' NOT FOUND!</li> <li>ERROR! MODULE WITH ID 'Bannerlord.MBOptionScreen.MBO' NOT FOUND!</li> </ul> Url: <a href='https://www.nexusmods.com/mountandblade2bannerlord/mods/612'>https://www.nexusmods.com/mountandblade2bannerlord/mods/612</a></br> SubModules:</br> <ul> <li> <div class="submodules-container"> <b>MCMv4</b></br> Name: MCMv4</br> DLLName: MCMv4.dll</br> SubModuleClassType: MCM.MCMSubModule</br> </div> </li> <li> <div class="submodules-container"> <b>MCMv4 Basic Implementation</b></br> Name: MCMv4 Basic Implementation</br> DLLName: MCMv4.dll</br> SubModuleClassType: MCM.Implementation.MCMImplementationSubModule</br> </div> </li> <li> <div class="submodules-container"> <b>MCMv4 UI</b></br> Name: MCMv4 UI</br> DLLName: MCMv4.UI.dll</br> SubModuleClassType: MCM.UI.MCMUISubModule</br> </div> </li> <li> <div class="submodules-container"> <b>MCMv4 MBO Adapter</b></br> Name: MCMv4 MBO Adapter</br> DLLName: MCMv4.Adapter.MBO.dll</br> SubModuleClassType: MCM.Adapter.MBO.MCMImplementationMBOSubModule</br> Assemblies:</br> <ul> <li>MBOptionScreen.dll</li> <li>MBOptionScreen.v2.0.10.dll</li> </ul> </div> </li> <li> <div class="submodules-container"> <b>ModLib Substitute</b></br> Name: ModLib Substitute</br> DLLName: ModLib.dll</br> SubModuleClassType: ModLib.ModLibSubModule</br> </div> </li> <li> <div class="submodules-container"> <b>ModLib.Definitions Substitute</b></br> Name: ModLib.Definitions Substitute</br> DLLName: ModLib.Definitions.dll</br> SubModuleClassType: ModLib.Definitions.ModLibSubModule</br> </div> </li> <li> <div class="submodules-container"> <b>MCMv4 ModLib Adapter</b></br> Name: MCMv4 ModLib Adapter</br> DLLName: MCMv4.Adapter.ModLib.dll</br> SubModuleClassType: MCM.Adapter.ModLib.MCMModLibSubModule</br> </div> </li> <li> <div class="submodules-container"> <b>MCMv4 MCMv3 Adapter</b></br> Name: MCMv4 MCMv3 Adapter</br> DLLName: MCMv4.Adapter.MCMv3.dll</br> SubModuleClassType: MCM.Adapter.MCMv3.MCMMCMv3SubModule</br> Assemblies:</br> <ul> <li>MCMv3.dll</li> </ul> </div> </li> </ul> </div> </div> </li> <li> <div class="modules-official-container"> <b><a href='javascript:;' onclick='showHideById(this, "Native")'>+ Native (Native, e1.6.5.0)</a></b> <div id='Native' style='display: none'> Id: Native</br> Name: Native</br> Version: e1.6.5.0</br> Official: True</br> Singleplayer: True</br> Multiplayer: True</br> SubModules:</br> <ul> <li> <div class="submodules-official-container"> <b>ViewSubModule</b></br> Name: ViewSubModule</br> DLLName: TaleWorlds.MountAndBlade.View.dll</br> SubModuleClassType: TaleWorlds.MountAndBlade.View.ViewSubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> </div> </li> <li> <div class="submodules-official-container"> <b>GauntletUISubModule</b></br> Name: GauntletUISubModule</br> DLLName: TaleWorlds.MountAndBlade.GauntletUI.dll</br> SubModuleClassType: TaleWorlds.MountAndBlade.GauntletUI.GauntletUISubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> Assemblies:</br> <ul> <li>TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.dll</li> </ul> </div> </li> <li> <div class="submodules-official-container"> <b>DedicatedServerSubModule</b></br> Name: DedicatedServerSubModule</br> DLLName: TaleWorlds.MountAndBlade.DedicatedServer.dll</br> SubModuleClassType: TaleWorlds.MountAndBlade.DedicatedServer.DedicatedServerSubModule</br> Tags:</br> <ul> <li>DedicatedServerType: matchmaker</li> </ul> </div> </li> <li> <div class="submodules-official-container"> <b>DedicatedCustomServerSubModule</b></br> Name: DedicatedCustomServerSubModule</br> DLLName: TaleWorlds.MountAndBlade.DedicatedCustomServer.dll</br> SubModuleClassType: TaleWorlds.MountAndBlade.DedicatedCustomServer.DedicatedCustomServerSubModule</br> Tags:</br> <ul> <li>DedicatedServerType: custom</li> </ul> </div> </li> <li> <div class="submodules-official-container"> <b>PlatformPSSubModule</b></br> Name: PlatformPSSubModule</br> DLLName: TaleWorlds.MountAndBlade.Platform.PS.dll</br> SubModuleClassType: TaleWorlds.MountAndBlade.Platform.PS.PlatformPSSubModule</br> Tags:</br> <ul> <li>ExclusivePlatform: Orbis</li> </ul> </div> </li> </ul> Additional Assemblies:</br> <ul> <li>TaleWorlds.MountAndBlade.Platform.PC.dll (TaleWorlds.MountAndBlade.Platform.PC, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)</li> </ul> </div> </div> </li> <li> <div class="modules-official-container"> <b><a href='javascript:;' onclick='showHideById(this, "SandBoxCore")'>+ SandBox Core (SandBoxCore, e1.6.5.0)</a></b> <div id='SandBoxCore' style='display: none'> Id: SandBoxCore</br> Name: SandBox Core</br> Version: e1.6.5.0</br> Official: True</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> </ul> </div> </div> </li> <li> <div class="modules-official-container"> <b><a href='javascript:;' onclick='showHideById(this, "Sandbox")'>+ Sandbox (Sandbox, e1.6.5.0)</a></b> <div id='Sandbox' style='display: none'> Id: Sandbox</br> Name: Sandbox</br> Version: e1.6.5.0</br> Official: True</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li><a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> </ul> SubModules:</br> <ul> <li> <div class="submodules-official-container"> <b>SandBox</b></br> Name: SandBox</br> DLLName: SandBox.dll</br> SubModuleClassType: SandBox.SandBoxSubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> </div> </li> <li> <div class="submodules-official-container"> <b>SandBox.View</b></br> Name: SandBox.View</br> DLLName: SandBox.View.dll</br> SubModuleClassType: SandBox.View.SandBoxViewSubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> Assemblies:</br> <ul> <li>SandBox.ViewModelCollection.dll</li> </ul> </div> </li> <li> <div class="submodules-official-container"> <b>SandBox.GauntletUI</b></br> Name: SandBox.GauntletUI</br> DLLName: SandBox.GauntletUI.dll</br> SubModuleClassType: SandBox.GauntletUI.SandBoxGauntletUISubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> Assemblies:</br> <ul> <li>SandBox.GauntletUI.AutoGenerated.dll</li> </ul> </div> </li> </ul> </div> </div> </li> <li> <div class="modules-official-container"> <b><a href='javascript:;' onclick='showHideById(this, "CustomBattle")'>+ CustomBattle (CustomBattle, e1.6.5.0)</a></b> <div id='CustomBattle' style='display: none'> Id: CustomBattle</br> Name: CustomBattle</br> Version: e1.6.5.0</br> Official: True</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li><a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> </ul> SubModules:</br> <ul> <li> <div class="submodules-official-container"> <b>CustomBattleSubModule</b></br> Name: CustomBattleSubModule</br> DLLName: TaleWorlds.MountAndBlade.CustomBattle.dll</br> SubModuleClassType: TaleWorlds.MountAndBlade.CustomBattle.CustomBattleSubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> </ul> </div> </li> </ul> </div> </div> </li> <li> <div class="modules-official-container"> <b><a href='javascript:;' onclick='showHideById(this, "StoryMode")'>+ StoryMode (StoryMode, e1.6.5.0)</a></b> <div id='StoryMode' style='display: none'> Id: StoryMode</br> Name: StoryMode</br> Version: e1.6.5.0</br> Official: True</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li><a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> <li><a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li> </ul> SubModules:</br> <ul> <li> <div class="submodules-official-container"> <b>StoryMode</b></br> Name: StoryMode</br> DLLName: StoryMode.dll</br> SubModuleClassType: StoryMode.StoryModeSubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> </div> </li> <li> <div class="submodules-official-container"> <b>StoryMode.View</b></br> Name: StoryMode.View</br> DLLName: StoryMode.View.dll</br> SubModuleClassType: StoryMode.View.StoryModeViewSubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> Assemblies:</br> <ul> <li>StoryMode.ViewModelCollection.dll</li> </ul> </div> </li> <li> <div class="submodules-official-container"> <b>StoryMode.GauntletUI</b></br> Name: StoryMode.GauntletUI</br> DLLName: StoryMode.GauntletUI.dll</br> SubModuleClassType: StoryMode.GauntletUI.StoryModeGauntletUISubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> </div> </li> </ul> </div> </div> </li> <li> <div class="modules-container"> <b><a href='javascript:;' onclick='showHideById(this, "AttributePerLevel")'>+ AttributePerLevel (AttributePerLevel, v0.1.1.0)</a></b> <div id='AttributePerLevel' style='display: none'> Id: AttributePerLevel</br> Name: AttributePerLevel</br> Version: v0.1.1.0</br> Official: False</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li><a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> <li><a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li> <li><a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li> <li><a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li> </ul> SubModules:</br> <ul> <li> <div class="submodules-container"> <b>AttributePerLevel</b></br> Name: AttributePerLevel</br> DLLName: AttributePerLevel.dll</br> SubModuleClassType: AttributePerLevel.AttributePerLevelMain</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> </div> </li> </ul> </div> </div> </li> <li> <div class="modules-container"> <b><a href='javascript:;' onclick='showHideById(this, "AutoTrader")'>+ AutoTrader (AutoTrader, v1.28.0.0)</a></b> <div id='AutoTrader' style='display: none'> Id: AutoTrader</br> Name: AutoTrader</br> Version: v1.28.0.0</br> Official: False</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li><a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> <li><a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li> <li><a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li> <li><a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li> </ul> SubModules:</br> <ul> <li> <div class="submodules-container"> <b>AutoTrader</b></br> Name: AutoTrader</br> DLLName: AutoTrader.dll</br> SubModuleClassType: AutoTrader.AutoTraderSubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> </div> </li> </ul> </div> </div> </li> <li> <div class="modules-container"> <b><a href='javascript:;' onclick='showHideById(this, "SmithForever")'>+ Smith Forever (SmithForever, v1.0.3.0)</a></b> <div id='SmithForever' style='display: none'> Id: SmithForever</br> Name: Smith Forever</br> Version: v1.0.3.0</br> Official: False</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li><a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> <li><a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li> <li><a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li> <li><a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li> </ul> SubModules:</br> <ul> <li> <div class="submodules-container"> <b>SmithForever</b></br> Name: SmithForever</br> DLLName: SmithForever.dll</br> SubModuleClassType: SmithForever.ForeverSmithSubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> </div> </li> </ul> Additional Assemblies:</br> <ul> <li>NLog.DLL (NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c)</li> </ul> </div> </div> </li> <li> <div class="modules-container"> <b><a href='javascript:;' onclick='showHideById(this, "XorberaxCutThroughEveryone")'>+ Xorberax's Cut Through Everyone (XorberaxCutThroughEveryone, e0.3.1.0)</a></b> <div id='XorberaxCutThroughEveryone' style='display: none'> Id: XorberaxCutThroughEveryone</br> Name: Xorberax's Cut Through Everyone</br> Version: e0.3.1.0</br> Official: False</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li><a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> <li><a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li> <li><a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li> <li><a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li> </ul> SubModules:</br> <ul> <li> <div class="submodules-container"> <b>CutThroughEveryone</b></br> Name: CutThroughEveryone</br> DLLName: CutThroughEveryone.dll</br> SubModuleClassType: CutThroughEveryone.SubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> </div> </li> </ul> </div> </div> </li> <li> <div class="modules-container"> <b><a href='javascript:;' onclick='showHideById(this, "zCaptivityEvents")'>+ Captivity Events (zCaptivityEvents, v1.6.5.1031)</a></b> <div id='zCaptivityEvents' style='display: none'> Id: zCaptivityEvents</br> Name: Captivity Events</br> Version: v1.6.5.1031</br> Official: False</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li><a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> <li><a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li> <li><a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li> <li><a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li> </ul> SubModules:</br> <ul> <li> <div class="submodules-container"> <b>Captivity Events</b></br> Name: Captivity Events</br> DLLName: CaptivityEvents.dll</br> SubModuleClassType: CaptivityEvents.CESubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> </div> </li> </ul> </div> </div> </li> <li> <div class="modules-container"> <b><a href='javascript:;' onclick='showHideById(this, "zCEDefaults")'>+ Default Captivity Events (zCEDefaults, v1.6.5.1031)</a></b> <div id='zCEDefaults' style='display: none'> Id: zCEDefaults</br> Name: Default Captivity Events</br> Version: v1.6.5.1031</br> Official: False</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("zCaptivityEvents").scrollIntoView(false)'>zCaptivityEvents</a></li> </ul> </div> </div> </li> <li> <div class="modules-container"> <b><a href='javascript:;' onclick='showHideById(this, "zTBCaptivityEvents")'>+ TB's Captivity Events (zTBCaptivityEvents, v0.2.9.0)</a></b> <div id='zTBCaptivityEvents' style='display: none'> Id: zTBCaptivityEvents</br> Name: TB's Captivity Events</br> Version: v0.2.9.0</br> Official: False</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("zCaptivityEvents").scrollIntoView(false)'>zCaptivityEvents</a></li> </ul> </div> </div> </li> <li> <div class="modules-container"> <b><a href='javascript:;' onclick='showHideById(this, "zzCharacterCreation")'>+ Detailed Character Creation (zzCharacterCreation, v1.2.5.2)</a></b> <div id='zzCharacterCreation' style='display: none'> Id: zzCharacterCreation</br> Name: Detailed Character Creation</br> Version: v1.2.5.2</br> Official: False</br> Singleplayer: True</br> Multiplayer: False</br> Dependencies:</br> <ul> <li><a href='javascript:;' onclick='document.getElementById("Native").scrollIntoView(false)'>Native</a></li> <li><a href='javascript:;' onclick='document.getElementById("SandBoxCore").scrollIntoView(false)'>SandBoxCore</a></li> <li><a href='javascript:;' onclick='document.getElementById("Sandbox").scrollIntoView(false)'>Sandbox</a></li> <li><a href='javascript:;' onclick='document.getElementById("CustomBattle").scrollIntoView(false)'>CustomBattle</a></li> <li><a href='javascript:;' onclick='document.getElementById("StoryMode").scrollIntoView(false)'>StoryMode</a></li> </ul> SubModules:</br> <ul> <li> <div class="submodules-container"> <b>CharacterCreation</b></br> Name: CharacterCreation</br> DLLName: CharacterCreation.dll</br> SubModuleClassType: CharacterCreation.SubModule</br> Tags:</br> <ul> <li>DedicatedServerType: none</li> <li>IsNoRenderModeElement: false</li> </ul> </div> </li> </ul> </div> </div> </li> </ul> </div> </div> <div class='root-container'> <h2><a href='javascript:;' class='headers' onclick='showHideById(this, "assemblies")'>+ Assemblies</a></h2> <div id='assemblies' class='headers-container'> <label>Hide: </label> <label><input type='checkbox' onclick='showHideByClassName(this, "tw_assembly")'> Game Core</label> <label><input type='checkbox' onclick='showHideByClassName(this, "sys_assembly")'> System</label> <label><input type='checkbox' onclick='showHideByClassName(this, "module_assembly")'> Modules</label> <label><input type='checkbox' onclick='showHideByClassName(this, "unclas_assembly")'> Unclassified</label> <ul> <li class='module_assembly'>Bannerlord.Harmony, 2.1.1.65, MSIL, 46b1bcf820234a89ff69ff7f59ce87d2, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Bannerlord.Harmony.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\Bannerlord.Harmony.dll</a></li> <li class='module_assembly'>Microsoft.Extensions.DependencyInjection.Abstractions, 2.0.0.0, MSIL, 6f3cca084046a16c91f64953bd6ae66c, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.DependencyInjection.Abstractions.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.DependencyInjection.Abstractions.dll</a></li> <li class='module_assembly'>Microsoft.Extensions.Logging.Abstractions, 2.0.0.0, MSIL, f6bfb173119f48eed8b3616a3fd5464f, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Logging.Abstractions.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Logging.Abstractions.dll</a></li> <li class='module_assembly'>Microsoft.Extensions.DependencyInjection, 2.0.0.0, MSIL, 432c3bdf19dfa3d6440e8f1454e68e2e, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.DependencyInjection.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.DependencyInjection.dll</a></li> <li class='module_assembly'>Microsoft.Extensions.Logging, 2.0.0.0, MSIL, ddebddf19ecf76882309e8f8f1a1c75b, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Logging.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Logging.dll</a></li> <li class='module_assembly'>Microsoft.Extensions.Options, 2.0.0.0, MSIL, 0cd6938593b1785b4ac087f7fe5c47e9, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Options.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Options.dll</a></li> <li class='module_assembly'>Microsoft.Extensions.Primitives, 2.0.0.0, MSIL, b5c71bed0a0cc2db2aa02445a4afa774, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Primitives.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Extensions.Primitives.dll</a></li> <li class='module_assembly'>Serilog, 2.0.0.0, MSIL, 4acef2e24ddf747e6b4d2cc105d891a8, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Serilog.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Serilog.dll</a></li> <li class='module_assembly'>Serilog.Extensions.Logging, 2.0.0.0, MSIL, 08c12f84daddd3fb3c6b3d8dd5c8b6ad, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Serilog.Extensions.Logging.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Serilog.Extensions.Logging.dll</a></li> <li class='module_assembly'>Serilog.Sinks.File, 2.0.0.0, MSIL, 4c2b0737d9a73da09172d3c210b0265d, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Serilog.Sinks.File.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Serilog.Sinks.File.dll</a></li> <li class='module_assembly'>System.Runtime.CompilerServices.Unsafe, 4.0.4.1, MSIL, da04a75ddc22118ed24e0b53e474805a, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Runtime.CompilerServices.Unsafe.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Runtime.CompilerServices.Unsafe.dll</a></li> <li class='module_assembly'>Microsoft.Bcl.HashCode, 1.0.0.0, MSIL, 6dbd6d235a6e454ff9edb1fd4c1384bb, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Bcl.HashCode.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Microsoft.Bcl.HashCode.dll</a></li> <li class='module_assembly'>System.Reflection.Metadata, 5.0.0.0, MSIL, c4ea65bd802f1ccd3ea2ad1841fd85c2, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Reflection.Metadata.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Reflection.Metadata.dll</a></li> <li class='module_assembly'>System.Collections.Immutable, 5.0.0.0, MSIL, c598080fa777d6e63dfd0370e97ec8f3, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Collections.Immutable.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\System.Collections.Immutable.dll</a></li> <li class='module_assembly'>Bannerlord.ButterLib, 1.0.30.0, Amd64, db724f3896b5a819f2e37b104386dd15, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Bannerlord.ButterLib.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Bannerlord.ButterLib.dll</a></li> <li class='module_assembly'>Bannerlord.UIExtenderEx, 2.1.8.0, MSIL, 2cc7c78b3a6d4f15f34bf5d89d03be07, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.UIExtenderEx\bin\Win64_Shipping_Client\Bannerlord.UIExtenderEx.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.UIExtenderEx\bin\Win64_Shipping_Client\Bannerlord.UIExtenderEx.dll</a></li> <li class='module_assembly'>MCMv4, 4.3.14.0, Amd64, 53f7ef9c9c00a80f30232f7ec4162e2b, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv4.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv4.dll</a></li> <li class='module_assembly'>MCMv4.UI, 4.3.14.0, Amd64, c4d26b5261e8931fb33e1833a69c8c7b, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv4.UI.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv4.UI.dll</a></li> <li class='module_assembly'>MBOptionScreen, 1.1.15.0, MSIL, 8c2d1f9367556758ef9fa642cc9f051d, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MBOptionScreen.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MBOptionScreen.dll</a></li> <li class='module_assembly'>MBOptionScreen.v2.0.10, 2.0.10.0, MSIL, ca99684f3df2fb6e3b7e880abbc29442, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MBOptionScreen.v2.0.10.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MBOptionScreen.v2.0.10.dll</a></li> <li class='module_assembly'>MCMv4.Adapter.MBO, 4.3.14.0, Amd64, b4603dd7337a5b981925d6d77ebbbf91, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv4.Adapter.MBO.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv4.Adapter.MBO.dll</a></li> <li class='module_assembly'>ModLib, 4.3.14.0, Amd64, c83b1d76f2748c32e5fa08bf01e2c9ab, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\ModLib.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\ModLib.dll</a></li> <li class='module_assembly'>ModLib.Definitions, 4.3.14.0, Amd64, a3d81e8ea80123f91e04d66805fe17b6, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\ModLib.Definitions.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\ModLib.Definitions.dll</a></li> <li class='module_assembly'>MCMv4.Adapter.ModLib, 4.3.14.0, Amd64, 09e84e4612df2b67107142f372c17da0, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv4.Adapter.ModLib.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv4.Adapter.ModLib.dll</a></li> <li class='module_assembly'>MCMv3, 3.1.9.0, MSIL, a640346947ee5b2f5919c5f59e2a3a7d, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv3.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv3.dll</a></li> <li class='module_assembly'>MCMv4.Adapter.MCMv3, 4.3.14.0, Amd64, 7a4b24823e4c5a9d026818f0d3dba977, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv4.Adapter.MCMv3.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.MBOptionScreen\bin\Win64_Shipping_Client\MCMv4.Adapter.MCMv3.dll</a></li> <li class='module_assembly'>TaleWorlds.MountAndBlade.View, 1.0.0.0, Amd64, 8c9a12ba27c44860cddc2db2e19b6fc6, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.View.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.View.dll</a></li> <li class='module_assembly'>TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated, 1.0.0.0, Amd64, 4857da7119f6665dbcd720c049b6fe61, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.AutoGenerated.dll</a></li> <li class='module_assembly'>TaleWorlds.MountAndBlade.GauntletUI, 1.0.0.0, Amd64, ed03810aa60f4f2632a652d0b1bfb7e4, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.dll</a></li> <li class='module_assembly'>SandBox, 1.0.0.0, Amd64, 6e55e8d0778d60ee810e5bf56fb3fc7f, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.dll</a></li> <li class='module_assembly'>SandBox.ViewModelCollection, 1.0.0.0, Amd64, 59d88377f82e11e462f0a18cc3887cdf, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.ViewModelCollection.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.ViewModelCollection.dll</a></li> <li class='module_assembly'>SandBox.View, 1.0.0.0, Amd64, f486fc7a07de87edbfd5350bbf10a7b7, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.View.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.View.dll</a></li> <li class='module_assembly'>SandBox.GauntletUI.AutoGenerated, 1.0.0.0, Amd64, ea3d0e46148d2be6380b4d16b52e4cfd, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.AutoGenerated.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.AutoGenerated.dll</a></li> <li class='module_assembly'>SandBox.GauntletUI, 1.0.0.0, Amd64, 29ea4d3136667c3cbbfb12b273138a27, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBox\bin\Win64_Shipping_Client\SandBox.GauntletUI.dll</a></li> <li class='module_assembly'>TaleWorlds.MountAndBlade.CustomBattle, 1.0.0.0, Amd64, ec7ca299890a061b9573e84afeae6e53, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\CustomBattle\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.CustomBattle.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\CustomBattle\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.CustomBattle.dll</a></li> <li class='module_assembly'>StoryMode, 1.0.0.0, Amd64, 3017c79c591854bc89b0ac44f3d56cf6, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.dll</a></li> <li class='module_assembly'>StoryMode.ViewModelCollection, 1.0.0.0, Amd64, 830000eaef76f626e058f4dbca931867, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.ViewModelCollection.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.ViewModelCollection.dll</a></li> <li class='module_assembly'>StoryMode.View, 1.0.0.0, Amd64, 6cf5eeb06e5da53709b33f5e40d13ff3, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.View.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.View.dll</a></li> <li class='module_assembly'>StoryMode.GauntletUI, 1.0.0.0, Amd64, 906776dd94f840df1e7cdfc0dcee6a6f, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\StoryMode\bin\Win64_Shipping_Client\StoryMode.GauntletUI.dll</a></li> <li class='module_assembly'>AttributePerLevel, 1.0.0.0, MSIL, d9657bd9e3363bcbbf814cbdd1213a6c, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\AttributePerLevel\bin\Win64_Shipping_Client\AttributePerLevel.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\AttributePerLevel\bin\Win64_Shipping_Client\AttributePerLevel.dll</a></li> <li class='module_assembly'>AutoTrader, 0.0.0.0, Amd64, c0c04bfebc61187cd5cf3b45d9831425, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\AutoTrader\bin\Win64_Shipping_Client\AutoTrader.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\AutoTrader\bin\Win64_Shipping_Client\AutoTrader.dll</a></li> <li class='module_assembly'>SmithForever, 1.0.3.0, Amd64, 7da49cbe93f5b6623b128ccd06b00252, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SmithForever\bin\Win64_Shipping_Client\SmithForever.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SmithForever\bin\Win64_Shipping_Client\SmithForever.dll</a></li> <li class='module_assembly'>CutThroughEveryone, 1.0.0.0, Amd64, baacd7362aae48fd5f5eb2e4aa919414, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\XorberaxCutThroughEveryone\bin\Win64_Shipping_Client\CutThroughEveryone.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\XorberaxCutThroughEveryone\bin\Win64_Shipping_Client\CutThroughEveryone.dll</a></li> <li class='module_assembly'>CaptivityEvents, 1.0.2.4, Amd64, ed511f9e2161e676a249fd5f6dd4815a, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCaptivityEvents\bin\Win64_Shipping_Client\CaptivityEvents.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCaptivityEvents\bin\Win64_Shipping_Client\CaptivityEvents.dll</a></li> <li class='module_assembly'>CharacterCreation, 1.2.5.2, Amd64, ba569ad580546c14cf78a987ae18b087, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zzCharacterCreation\bin\Win64_Shipping_Client\CharacterCreation.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zzCharacterCreation\bin\Win64_Shipping_Client\CharacterCreation.dll</a></li> <li class='sys_assembly'>mscorlib, 4.0.0.0, Amd64, b651e96a40e9f2092f9ae57ce17b3107, <a href="C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll">C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll</a></li> <li class='tw_assembly'>TaleWorlds.MountAndBlade.Launcher, 1.0.0.0, Amd64, b1f462d3b2942ccaed7586f2ce35f8e1, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.exe">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.exe</a></li> <li class='tw_assembly'>TaleWorlds.Library, 1.0.0.0, Amd64, f31445416ce05b66e7351e6a0e3fbc5c, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Library.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Library.dll</a></li> <li class='sys_assembly'>netstandard, 2.0.0.0, MSIL, 317d874fdf4b3bf15de6b3c569dd9517, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\netstandard\v4.0_2.0.0.0__cc7b13ffcd2ddd51\netstandard.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\netstandard\v4.0_2.0.0.0__cc7b13ffcd2ddd51\netstandard.dll</a></li> <li class='sys_assembly'>System.Core, 4.0.0.0, MSIL, bbe7d92faf2757c6a2111bbfb5d07174, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll</a></li> <li class='sys_assembly'>System, 4.0.0.0, MSIL, 887c05f9b6a03689aace78fea4e06184, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll</a></li> <li class='tw_assembly'>TaleWorlds.TwoDimension.Standalone, 1.0.0.0, Amd64, 019c6a0da4a259ffef43c2e38f588b06, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.Standalone.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.Standalone.dll</a></li> <li class='tw_assembly'>ManagedStarter, 1.0.0.0, Amd64, ecf561511dc81360cdb993089ee82456, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Bannerlord.exe">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Bannerlord.exe</a></li> <li class='sys_assembly'>System.Drawing, 4.0.0.0, MSIL, 44eae46cbce7d080f7d21cdd27cd3db0, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll</a></li> <li class='tw_assembly'>TaleWorlds.ModuleManager, 1.0.0.0, Amd64, 7f135c05e488d098ea67ab50415097a1, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ModuleManager.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ModuleManager.dll</a></li> <li class='tw_assembly'>TaleWorlds.Starter.Library, 1.0.0.0, Amd64, 27ebe32d65b25e018066cd1afb1ec77d, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Starter.Library.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Starter.Library.dll</a></li> <li class='tw_assembly'>TaleWorlds.MountAndBlade.Launcher.Steam, 1.0.0.0, Amd64, 4f7585cb0925b287bbcd1ae3f5e795c6, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.Steam.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Launcher.Steam.dll</a></li> <li class='tw_assembly'>Steamworks.NET, 7.0.0.0, MSIL, b234026e5c9c922a5d953dd57fffb43d, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Steamworks.NET.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Steamworks.NET.dll</a></li> <li class='tw_assembly'>System.Numerics.Vectors, 4.1.3.0, MSIL, e9abb00cd885368e7943974f8c11e61e, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\System.Numerics.Vectors.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\System.Numerics.Vectors.dll</a></li> <li class='tw_assembly'>TaleWorlds.TwoDimension, 1.0.0.0, Amd64, 40e6ae4a66ec5934faf158b600677a46, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.TwoDimension.dll</a></li> <li class='tw_assembly'>TaleWorlds.GauntletUI, 1.0.0.0, Amd64, 652e9fef7645e85caff7eb5041b58c9e, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.dll</a></li> <li class='tw_assembly'>TaleWorlds.InputSystem, 1.0.0.0, Amd64, e75b206694aa5a9d33011702276c0fe0, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.InputSystem.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.InputSystem.dll</a></li> <li class='sys_assembly'>System.Xml, 4.0.0.0, MSIL, e64954e8cda4d8cda0ba5cbdcdbe8cc9, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll</a></li> <li class='sys_assembly'>System.Configuration, 4.0.0.0, MSIL, 415f319d97c4a3939e39a4a2c93a6efc, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll</a></li> <li class='unclas_assembly'>Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC</li> <li class='tw_assembly'>TaleWorlds.GauntletUI.PrefabSystem, 1.0.0.0, Amd64, c0cb949a57ff1a483cd1c5756b8859f6, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.PrefabSystem.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.PrefabSystem.dll</a></li> <li class='tw_assembly'>TaleWorlds.GauntletUI.Data, 1.0.0.0, Amd64, 012794a5d3bbfe662c9b9b44e408c20f, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.Data.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.Data.dll</a></li> <li class='tw_assembly'>Newtonsoft.Json, 11.0.0.0, MSIL, a110b031b4ea929059473bec75bef245, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Newtonsoft.Json.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\Newtonsoft.Json.dll</a></li> <li class='sys_assembly'>System.Numerics, 4.0.0.0, MSIL, be1730943f188fb738efbe02d8660a13, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll</a></li> <li class='sys_assembly'>System.Runtime.Serialization, 4.0.0.0, MSIL, 5dbb869b0680ee93fa5b816283e57426, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll</a></li> <li class='sys_assembly'>System.Data, 4.0.0.0, Amd64, f2244dfe1db43431f2f95953d897e218, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll</a></li> <li class='unclas_assembly'>Anonymously Hosted DynamicMethods Assembly, 0.0.0.0, None, DYNAMIC</li> <li class='tw_assembly'>TaleWorlds.DotNet, 1.0.0.0, Amd64, 9267f3e78b6281485dccb741326822ab, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.dll</a></li> <li class='sys_assembly'>System.Runtime.InteropServices.RuntimeInformation, 4.0.0.0, MSIL, fb4e03741d0f37049287e7cfdceea902, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.InteropServices.RuntimeInformation\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.InteropServices.RuntimeInformation.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.InteropServices.RuntimeInformation\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.InteropServices.RuntimeInformation.dll</a></li> <li class='tw_assembly'>TaleWorlds.MountAndBlade, 1.0.0.0, Amd64, f0a622c6a5a040e0ddc683452a3094ee, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.dll</a></li> <li class='tw_assembly'>TaleWorlds.DotNet.AutoGenerated, 1.0.0.0, Amd64, 35bdc2c709bf1b26ce776aa14dca846a, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.AutoGenerated.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.DotNet.AutoGenerated.dll</a></li> <li class='tw_assembly'>TaleWorlds.Engine, 1.0.0.0, Amd64, f053526c86ebeae7fc9a0a98b21ebe8b, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.dll</a></li> <li class='tw_assembly'>TaleWorlds.Engine.AutoGenerated, 1.0.0.0, Amd64, 1c98ad034fd95ddf9cdf361b19701a7f, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.AutoGenerated.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.AutoGenerated.dll</a></li> <li class='tw_assembly'>TaleWorlds.Core, 1.0.0.0, Amd64, bd44ca0b49839901708d19198a34c187, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.dll</a></li> <li class='sys_assembly'>System.ValueTuple, 4.0.0.0, MSIL, aa9c82c46efdc71d506bc1c312f77c3e, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ValueTuple\v4.0_4.0.0.0__cc7b13ffcd2ddd51\System.ValueTuple.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ValueTuple\v4.0_4.0.0.0__cc7b13ffcd2ddd51\System.ValueTuple.dll</a></li> <li class='sys_assembly'>System.Security, 4.0.0.0, MSIL, 7b3663befcd4d7e633f819068a0586dc, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Security\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Security\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.dll</a></li> <li class='sys_assembly'>System.Data.SqlXml, 4.0.0.0, MSIL, 3bf65e1dec66ca7389d708cbcea0c2fd, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Data.SqlXml\v4.0_4.0.0.0__b77a5c561934e089\System.Data.SqlXml.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Data.SqlXml\v4.0_4.0.0.0__b77a5c561934e089\System.Data.SqlXml.dll</a></li> <li class='sys_assembly'>System.ServiceModel.Internals, 4.0.0.0, MSIL, d01549ba1c15985841431bb2be1f2398, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll</a></li> <li class='sys_assembly'>System.Transactions, 4.0.0.0, Amd64, 7799ccc01448f58a1426f09bb23451af, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_64\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_64\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll</a></li> <li class='tw_assembly'>TaleWorlds.MountAndBlade.Diamond, 1.0.0.0, Amd64, 66d95002b1a993ffd23165975a7a1c38, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Diamond.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Diamond.dll</a></li> <li class='tw_assembly'>TaleWorlds.PlayerServices, 1.0.0.0, Amd64, 20bffff14a7e3731af8c4b37b0b9f1c8, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlayerServices.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlayerServices.dll</a></li> <li class='tw_assembly'>TaleWorlds.ObjectSystem, 1.0.0.0, Amd64, 57c25a0b283292d58ac1ab407ebb2b27, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ObjectSystem.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.ObjectSystem.dll</a></li> <li class='tw_assembly'>TaleWorlds.Localization, 1.0.0.0, Amd64, ce0fe55f11d267cea93630a44911029b, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Localization.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Localization.dll</a></li> <li class='tw_assembly'>TaleWorlds.PlatformService, 1.0.0.0, Amd64, 4580d3ccd918980a71a28c165fd8a3e2, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.dll</a></li> <li class='tw_assembly'>TaleWorlds.SaveSystem, 1.0.0.0, Amd64, 0bbab0d36d4baade2d972066af098956, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.SaveSystem.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.SaveSystem.dll</a></li> <li class='tw_assembly'>TaleWorlds.Diamond.ChatSystem.Library, 1.0.0.0, Amd64, a47556e7d3f919977dc1473771d16978, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.ChatSystem.Library.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.ChatSystem.Library.dll</a></li> <li class='tw_assembly'>TaleWorlds.Diamond, 1.0.0.0, Amd64, 56828c577d1b4f46b787e5b2e777e0cc, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.dll</a></li> <li class='tw_assembly'>TaleWorlds.Network, 1.0.0.0, Amd64, 2f998af374a613b168ccf09b83d01f20, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Network.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Network.dll</a></li> <li class='tw_assembly'>TaleWorlds.MountAndBlade.AutoGenerated, 1.0.0.0, Amd64, bee8bb771a84c54a3f110f5eed944cd8, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.AutoGenerated.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.AutoGenerated.dll</a></li> <li class='tw_assembly'>TaleWorlds.AchievementSystem, 1.0.0.0, Amd64, 1aa8e7e2b2d47b262d5cf251f32a7532, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.AchievementSystem.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.AchievementSystem.dll</a></li> <li class='tw_assembly'>TaleWorlds.PlatformService.Steam, 1.0.0.0, Amd64, f6958af537b971931d8fb2134b849165, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.Steam.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PlatformService.Steam.dll</a></li> <li class='tw_assembly'>TaleWorlds.Diamond.AccessProvider.Test, 1.0.0.0, Amd64, 1dc57c06eefea82a698817810ed8f329, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.AccessProvider.Test.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Diamond.AccessProvider.Test.dll</a></li> <li class='module_assembly'>0Harmony, 2.1.1.0, MSIL, 61ba24832ae918852d62af84ad50ece8, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\0Harmony.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.Harmony\bin\Win64_Shipping_Client\0Harmony.dll</a></li> <li class='sys_assembly'>System.Windows.Forms, 4.0.0.0, MSIL, 9e2ef1e6b58bf67dbcd689244270233d, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll</a></li> <li class='tw_assembly'>TaleWorlds.CampaignSystem, 1.0.0.0, Amd64, 80866fe961cb83026d8d33267574af7c, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.dll</a></li> <li class='tw_assembly'>TaleWorlds.MountAndBlade.ViewModelCollection, 1.0.0.0, Amd64, 1b8d77b118d1d7dbdf42f4182b82a9c9, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.ViewModelCollection.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.ViewModelCollection.dll</a></li> <li class='tw_assembly'>TaleWorlds.Core.ViewModelCollection, 1.0.0.0, Amd64, 6608d6d3fc2e32e0da01300c5ae06388, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.ViewModelCollection.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Core.ViewModelCollection.dll</a></li> <li class='module_assembly'>TaleWorlds.MountAndBlade.Platform.PC, 1.0.0.0, Amd64, c50139a8794a24575ecedfed0b97fdfe, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Platform.PC.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Native\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Platform.PC.dll</a></li> <li class='tw_assembly'>TaleWorlds.BattlEye.Client, 1.0.0.0, Amd64, c3d1ee3da99898cbe14d7091d807a6c4, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.BattlEye.Client.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.BattlEye.Client.dll</a></li> <li class='tw_assembly'>TaleWorlds.CampaignSystem.ViewModelCollection, 1.0.0.0, Amd64, 4e62ad875e778c94e1a85c9ecc9aa15f, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.CampaignSystem.ViewModelCollection.dll</a></li> <li class='module_assembly'>HarmonySharedState, 0.0.0.0, MSIL, EMPTY</li> <li class='module_assembly'>MonoMod.Utils.Cil.ILGeneratorProxy, 0.0.0.0, MSIL, EMPTY</li> <li class='module_assembly'>Bannerlord.ButterLib.Implementation.1.6.5, 1.0.30.0, Amd64, 47cced0f7ae1b8ffc77e4958e7f61133, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Bannerlord.ButterLib.Implementation.1.6.5.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\Bannerlord.ButterLib\bin\Win64_Shipping_Client\Bannerlord.ButterLib.Implementation.1.6.5.dll</a></li> <li class='module_assembly'>MonoMod.Utils.GetManagedSizeHelper, 0.0.0.0, MSIL, EMPTY</li> <li class='tw_assembly'>TaleWorlds.PSAI, 1.0.0.0, Amd64, 1c877098bfb8a96e59bd04b6e6e68b60, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PSAI.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.PSAI.dll</a></li> <li class='tw_assembly'>TaleWorlds.Engine.GauntletUI, 1.0.0.0, Amd64, 7fa1bb48a760d50d3583c811bd398068, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.GauntletUI.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.Engine.GauntletUI.dll</a></li> <li class='tw_assembly'>TaleWorlds.GauntletUI.ExtraWidgets, 1.0.0.0, Amd64, 2078d133037c34dfcad61bc01858bf01, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.ExtraWidgets.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.GauntletUI.ExtraWidgets.dll</a></li> <li class='tw_assembly'>TaleWorlds.MountAndBlade.GauntletUI.Widgets, 1.0.0.0, Amd64, ef072e4abfdad7866c3b02f17c0c24b1, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll</a></li> <li class='unclas_assembly'>Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC</li> <li class='module_assembly'>NLog, 4.0.0.0, MSIL, 3686983906c446ba851d9b62afe85282, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SmithForever\bin\Win64_Shipping_Client\NLog.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SmithForever\bin\Win64_Shipping_Client\NLog.dll</a></li> <li class='tw_assembly'>TaleWorlds.MountAndBlade.Helpers, 1.0.0.0, Amd64, 936d3b4c98c792679839b71015453d41, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Helpers.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.MountAndBlade.Helpers.dll</a></li> <li class='sys_assembly'>System.Xml.Linq, 4.0.0.0, MSIL, e4fb4bc513d1cbdbf13f4157ba108556, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll</a></li> <li class='unclas_assembly'>Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC</li> <li class='unclas_assembly'>Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC</li> <li class='unclas_assembly'>Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC</li> <li class='unclas_assembly'>Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC</li> <li class='unclas_assembly'>Microsoft.GeneratedCode, 1.0.0.0, None, DYNAMIC</li> <li class='sys_assembly'>Accessibility, 4.0.0.0, MSIL, 8ed04cefb29261abc3210b537b1dccfb, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll</a></li> <li class='tw_assembly'>TaleWorlds.LinQuick, 1.0.0.0, Amd64, 67c8f6545f72c72e0bb8e73da5bec3a7, <a href="C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.LinQuick.dll">C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\bin\Win64_Shipping_Client\TaleWorlds.LinQuick.dll</a></li> <li class='sys_assembly'>System.Management, 4.0.0.0, MSIL, 9b6174cc6a6bcc1b041e7be0d38f91a8, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Management.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Management.dll</a></li> <li class='sys_assembly'>System.Configuration.Install, 4.0.0.0, MSIL, c670818ad7c57add49f93fc849c717e1, <a href="C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.Install\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.Install.dll">C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.Install\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.Install.dll</a></li> </ul> </div> </div> <div class='root-container'> <h2><a href='javascript:;' class='headers' onclick='showHideById(this, "harmony-patches")'>+ Harmony Patches</a></h2> <div id='harmony-patches' class='headers-container'> <ul> <li> TaleWorlds.MountAndBlade.MBSubModuleBase.OnMissionBehaviorInitialize <ul> <li> Postfixes <ul> <li>Owner: Bannerlord.ButterLib.SubModuleWrappers; Namespace: Bannerlord.ButterLib.SubModuleWrappers.Patches.MBSubModuleBasePatchCallPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.Module.FinalizeSubModules <ul> <li> Postfixes <ul> <li>Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatchFinalizeSubModulesPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.Module.SetInitialModuleScreenAsRootScreen <ul> <li> Transpilers <ul> <li>Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatchTranspiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.MBGameManager.OnGameStart <ul> <li> Transpilers <ul> <li>Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatchTranspiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.MBGameManager.OnGameEnd <ul> <li> Transpilers <ul> <li>Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatchTranspiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.SaveSystem.TypeExtensions.IsContainer <ul> <li> Prefixes <ul> <li>Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.TypeExtensionsPatchIsContainerPrefix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.Data.GauntletMovie.Load <ul> <li> Prefixes <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.GauntletMoviePatchLoadPrefix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.Library.ViewModel.ExecuteCommand <ul> <li> Prefixes <ul> <li>Owner: bannerlord.mcm.ui.viewmodelpatch; Namespace: MCM.UI.Patches.ViewModelPatchExecuteCommandPatch; </li> </ul> </li> <li> Transpilers <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelPatchViewModel_ExecuteCommand_Transpiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.PrefabSystem.WidgetPrefab.LoadFrom <ul> <li> Transpilers <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.WidgetPrefabPatchWidgetPrefab_LoadFrom_Transpiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.Initialize <ul> <li> Transpilers <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.WidgetFactoryPatchInitializeTranspiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.BrushFactory.get_Brushes <ul> <li> Postfixes <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManagerGetBrushesPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.BrushFactory.GetBrush <ul> <li> Prefixes <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManagerGetBrushPrefix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.PrefabSystem.ConstantDefinition.GetValue <ul> <li> Transpilers <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManagerBlankTranspiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.SetWidgetAttributeFromString <ul> <li> Transpilers <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManagerBlankTranspiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.UIContext.GetBrush <ul> <li> Transpilers <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManagerBlankTranspiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.ConvertObject <ul> <li> Transpilers <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManagerBlankTranspiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetCustomType <ul> <li> Prefixes <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerGetCustomTypePrefix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.CreateBuiltinWidget <ul> <li> Prefixes <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerCreateBuiltinWidgetPrefix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetWidgetTypes <ul> <li> Prefixes <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerGetWidgetTypesPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.IsCustomType <ul> <li> Prefixes <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerIsCustomTypePrefix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.OnUnload <ul> <li> Prefixes <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerOnUnloadPrefix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.CreateWidgets <ul> <li> Transpilers <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerBlankTranspiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.OnRelease <ul> <li> Transpilers <ul> <li>Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManagerBlankTranspiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.TwoDimension.EditableText.GetCursorPosition <ul> <li> Finalizers <ul> <li>Owner: bannerlord.mcm.ui.editabletextpatch; Namespace: MCM.UI.Patches.EditableTextPatchGetCursorPosition; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleLoad <ul> <li> Postfixes <ul> <li>Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerBaseSubModuleLoadPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleUnloaded <ul> <li> Postfixes <ul> <li>Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerBaseOnSubModuleUnloadedPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeInitialModuleScreenSetAsRoot <ul> <li> Postfixes <ul> <li>Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerBaseOnBeforeInitialModuleScreenSetAsRootPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameStart <ul> <li> Postfixes <ul> <li>Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerBaseOnGameStartPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameEnd <ul> <li> Postfixes <ul> <li>Owner: butterlib.delayedsubmoduleloader.static; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerBaseOnGameEndPostfix; </li> </ul> </li> </ul> </li> <br/> <li> SandBox.SandBoxSubModule.OnSubModuleLoad <ul> <li> Prefixes <ul> <li>Owner: butterlib.delayedsubmoduleloader.sandboxsubmodule; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerSubModuleLoadPrefix; </li> </ul> </li> <li> Postfixes <ul> <li>Owner: butterlib.delayedsubmoduleloader.sandboxsubmodule; Namespace: Bannerlord.ButterLib.DelayedSubModule.DelayedSubModuleManagerSubModuleLoadPostfix; </li> </ul> </li> </ul> </li> <br/> <li> MCM.IntegratedLoaderSubModule..ctor <ul> <li> Prefixes <ul> <li>Owner: bannerlord.mcm.implementation.mcmv3.loaderpreventer; Namespace: MCM.Adapter.MCMv3.Patches.MCMv3IntegratedLoaderSubModulePatchStopIntegratedLoaderSubModuleCtor; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM..ctor <ul> <li> Transpilers <ul> <li>Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatchViewModel_Constructor_Transpiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM..ctor <ul> <li> Transpilers <ul> <li>Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatchViewModel_Constructor_Transpiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.OnFinalize <ul> <li> Transpilers <ul> <li>Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatchViewModel_Finalize_Transpiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.SandBox.GameComponents.DefaultCharacterDevelopmentModel.get_LevelsPerAttributePoint <ul> <li> Postfixes <ul> <li>Owner: harmonyPatch; Namespace: AttributePerLevel.Patches+GetLevelsPerAttributePointPatchPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.Mission.DecideWeaponCollisionReaction <ul> <li> Postfixes <ul> <li>Owner: xorberax.cutthrougheveryone; Namespace: CutThroughEveryone.CutThroughEveryonePatchDecideWeaponCollisionReactionPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.Mission.MeleeHitCallback <ul> <li> Postfixes <ul> <li>Owner: xorberax.cutthrougheveryone; Namespace: CutThroughEveryone.CutThroughEveryonePatchMeleeHitCallbackPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.BodyGenerator.SaveCurrentCharacter <ul> <li> Postfixes <ul> <li>Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.BodyGeneratorPatchPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.CharacterObject.UpdatePlayerCharacterBodyProperties <ul> <li> Postfixes <ul> <li>Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.CharacterObjectPatchPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.DynamicBodyCampaignBehavior.DailyTick <ul> <li> Prefixes <ul> <li>Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.DynamicBodyPatchPrefix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.ViewModelCollection.FaceGenPropertyVM.RefreshValues <ul> <li> Postfixes <ul> <li>Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.FaceGenPropertyVMPatchRefreshValuesPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.ViewModelCollection.FaceGenPropertyVM.set_Value <ul> <li> Postfixes <ul> <li>Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.FaceGenPropertyVMPatchSetValuePostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.View.BasicCharacterTableau.RefreshCharacterTableau <ul> <li> Transpilers <ul> <li>Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.InitializeAgentVisualsTranspilerTranspiler; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.Module.CreateProcessedSkinsXMLForNative <ul> <li> Prefixes <ul> <li>Owner: mod.bannerlord.popowanobi.dcc; Namespace: CharacterCreation.Patches.ModuleProcessSkinsXmlPatchPrefix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.CampaignBehaviorManager.OnGameLoaded <ul> <li> Prefixes <ul> <li>Owner: Bannerlord.ButterLib.ObjectSystem; Namespace: Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatchOnGameLoadedPrefix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.CampaignBehaviorManager.OnBeforeSave <ul> <li> Postfixes <ul> <li>Owner: Bannerlord.ButterLib.ObjectSystem; Namespace: Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatchOnBeforeSavePostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.MountAndBlade.ViewModelCollection.InitialMenuVM.RefreshMenuOptions <ul> <li> Postfixes <ul> <li>Owner: bannerlord.mcm.mainmenuscreeninjection_v4; Namespace: MCM.UI.Functionality.Post158GameMenuScreenHandlerRefreshMenuOptionsPostfix; Priority: 300; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.Attributes.get_All <ul> <li> Postfixes <ul> <li>Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchAttributesAll; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.Categories.ClanIncomeVM.RefreshList <ul> <li> Postfixes <ul> <li>Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchClanIncomeVMRefreshList; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.SandBox.GameComponents.DefaultClanFinanceModel.CalculateClanIncomeInternal <ul> <li> Postfixes <ul> <li>Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchDefaultClanFinanceModelCalculateClanIncomeInternal; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.GameMenus.GameMenu.ActivateGameMenu <ul> <li> Postfixes <ul> <li>Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchGameMenuActivateGameMenu; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.GameMenus.GameMenu.SwitchToMenu <ul> <li> Postfixes <ul> <li>Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchGameMenuSwitchToMenu; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.Hero.get_Spouse <ul> <li> Postfixes <ul> <li>Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEHeroPatchPostfix; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationVM.GetNotificationFromData <ul> <li> Postfixes <ul> <li>Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEMapNotificationVMGetNotificationFromData; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.PlayerCaptivity.StartCaptivity <ul> <li> Postfixes <ul> <li>Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchPlayerCaptivityStartCaptivity; </li> </ul> </li> </ul> </li> <br/> <li> TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.PregnancyCampaignBehavior.ChildConceived <ul> <li> Prefixes <ul> <li>Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchPregnancyCampaignBehaviorChildConceived; </li> </ul> </li> </ul> </li> <br/> </ul> </div> </div> <!-- <div class='root-container'> <h2><a href='javascript:;' class='headers' onclick='showHideById(this, "log-files")'>+ Log Files</a></h2> <div id='log-files' class='headers-container'> </div> </div> --> <script> function showHideById(element, id) { if (document.getElementById(id).style.display === 'block') { document.getElementById(id).style.display = 'none'; element.innerHTML = element.innerHTML.replace('-', '+'); } else { document.getElementById(id).style.display = 'block'; element.innerHTML = element.innerHTML.replace('+', '-'); } } function showHideByClassName(element, className) { var list = document.getElementsByClassName(className) for (var i = 0; i < list.length; i++) { list[i].style.display = (element.checked) ? 'none' : 'list-item'; } } function setBackgroundColorByClassName(className, color) { var list = document.getElementsByClassName(className); for (var i = 0; i < list.length; i++) { list[i].style.backgroundColor = color; } } function changeFontSize(fontSize) { document.getElementById('exception').style.fontSize = fontSize.value; document.getElementById('involved-modules').style.fontSize = fontSize.value; document.getElementById('installed-modules').style.fontSize = fontSize.value; document.getElementById('assemblies').style.fontSize = fontSize.value; document.getElementById('harmony-patches').style.fontSize = fontSize.value; } function changeBackgroundColor(element) { document.body.style.backgroundColor = (!element.checked) ? '#ececec' : 'white'; setBackgroundColorByClassName('headers-container', (!element.checked) ? 'white' : 'white'); setBackgroundColorByClassName('modules-container', (!element.checked) ? '#ffffe0' : 'white'); setBackgroundColorByClassName('submodules-container', (!element.checked) ? '#f8f8e7' : 'white'); setBackgroundColorByClassName('modules-official-container', (!element.checked) ? '#f4fcdc' : 'white'); setBackgroundColorByClassName('submodules-official-container', (!element.checked) ? '#f0f4e4' : 'white'); setBackgroundColorByClassName('modules-invalid-container', (!element.checked) ? '#ffefd5' : 'white'); setBackgroundColorByClassName('submodules-invalid-container', (!element.checked) ? '#f5ecdf' : 'white'); } </script> </body> </html> Â I'm on 1.6.5 Most things seems to work fine even with the startup error, but the game crashes when bringing up the (C)haracter menu. EDIT: I just tried starting a new game and I had no problems until I saved and reloaded, instant game crash on the char menu. Edited November 25, 2021 by Swagmok wall of code 3
Empanada339 Posted November 27, 2021 Posted November 27, 2021 Is there a way to disable the degradation of a player's prostitution level? Â
BadListener Posted November 28, 2021 Author Posted November 28, 2021 On 11/24/2021 at 8:07 PM, Celedhring said: Same error as the poster right before me. I'm going to check on the other installation of Bannerlord since it's not updated to the latest 1.6.4 version. (deliberately held off for such an event)  Bannerlord 1.6.4 (updated to the latest update) CE 1031.1 for 1.6.4 version Just checked to see if I got the same pop up on the other computer which isn't updated to the latest 1.6.4 version. There was no popup, so my guess the problem is tied to the latest Bannerlord update for 1.6.4  Being looked at now. 4
SacredDatura Posted November 28, 2021 Posted November 28, 2021 16 hours ago, BadListener said: Being looked at now. Â New update fixed the issue, thanks! :) 1
Yilipepper Posted December 5, 2021 Posted December 5, 2021 So for some reason when I went to download the e1.6.2 version because I kept having a pop up saying that captivity events dedected a wrong version of the game. With 1.6.2 it didn't show up but showed that the "application faced a problem" yadidadida and I said yes to the "would you like to upoload these files". Right after it shows me these, what I presume being crashreports, which are confusing as fuck because I have no idea what I'm doing wrong. Â Â
Yilipepper Posted December 6, 2021 Posted December 6, 2021 19 hours ago, Yilipepper said: So for some reason when I went to download the e1.6.2 version because I kept having a pop up saying that captivity events dedected a wrong version of the game. With 1.6.2 it didn't show up but showed that the "application faced a problem" yadidadida and I said yes to the "would you like to upoload these files". Right after it shows me these, what I presume being crashreports, which are confusing as fuck because I have no idea what I'm doing wrong. Â Â Â Update I fixed it Â
shar181 Posted December 12, 2021 Posted December 12, 2021 I hope its alright to ask about this here. For the last little while, every save I've made has eventually become unplayable. And I mean literally unplayable. I can't even load the save without the app crashing and generating this Crash Report. It's always the same crash report, as far as I can tell, and this happened in both 1.6.4 and 1.6.5. I'm sure I've got the right version of CE, and all of the required mods (ButterLib, Harmony, MCM, UIExtenderEx) are all up to date. In fact, everything works perfectly... until I close the game and try to reload it. Â If anyone has seen this before, I could really use the help! I'm reluctant to ask about it on official forums, given that I have lewd mods installed. :x
BadListener Posted December 12, 2021 Author Posted December 12, 2021 (edited) 18 hours ago, shar181 said: I hope its alright to ask about this here. For the last little while, every save I've made has eventually become unplayable. And I mean literally unplayable. I can't even load the save without the app crashing and generating this Crash Report. It's always the same crash report, as far as I can tell, and this happened in both 1.6.4 and 1.6.5. I'm sure I've got the right version of CE, and all of the required mods (ButterLib, Harmony, MCM, UIExtenderEx) are all up to date. In fact, everything works perfectly... until I close the game and try to reload it. Â If anyone has seen this before, I could really use the help! I'm reluctant to ask about it on official forums, given that I have lewd mods installed. :x Disable pregnancy, sounds like invalid characters are being generated, if you can send me the save. Â Edited December 12, 2021 by BadListener 1
Whizkid Posted December 13, 2021 Posted December 13, 2021 20 hours ago, shar181 said: I hope its alright to ask about this here. For the last little while, every save I've made has eventually become unplayable. And I mean literally unplayable. I can't even load the save without the app crashing and generating this Crash Report. It's always the same crash report, as far as I can tell, and this happened in both 1.6.4 and 1.6.5. I'm sure I've got the right version of CE, and all of the required mods (ButterLib, Harmony, MCM, UIExtenderEx) are all up to date. In fact, everything works perfectly... until I close the game and try to reload it. Â If anyone has seen this before, I could really use the help! I'm reluctant to ask about it on official forums, given that I have lewd mods installed. :x check if any of your companions have offspring that has grown up and can be hired as wanderers and just use the console to kill these wanderers as the game will CTD if they are in town or if u try to hire them, in my game I tend to kill these grown up children wanderers and the partners either male or female of the companions. 1
shar181 Posted December 13, 2021 Posted December 13, 2021 4 hours ago, BadListener said: Disable pregnancy, sounds like invalid characters are being generated, if you can send me the save. Â I'll do that! Do I only need to disable pregnancy in CE itself, or should I disable it in the campaign options? Â And unfortunately, I already deleted the saves. I'll run a new save with pregnancy turned on, and try to recreate the problem for you! Shouldn't take too long. x3 Â 3 hours ago, Whizkid said: check if any of your companions have offspring that has grown up and can be hired as wanderers and just use the console to kill these wanderers as the game will CTD if they are in town or if u try to hire them, in my game I tend to kill these grown up children wanderers and the partners either male or female of the companions. Â That sounds like more of a pain than just disabling pregnancy, but I'll keep that solution in mind!
shar181 Posted December 13, 2021 Posted December 13, 2021 (edited) Well, I got a Crash Report... but this is a different kind. Something about party wages. I'll reload and keep waiting for the aging crash to reappear!  Edit: It looks like this new crash might have something to do with brothel prisoners. I ran into the same crash at the same in-game time, so I went around and freed all of my brothel prisoners, and then there was no crash. In case it's useful, I'm uploading the save from just prior to the crash.  WageCrash.sav  Edit 2: I guess it's not the Brothel Prisoners. :v I kept hitting the same problem after a week or two.  Edit 3: I managed to reproduce the original type of Crash. The one related to aging. Here's the save:  AgingCrash.sav Edited December 13, 2021 by shar181
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now