Mod Troubles (Calradia At War)

Users who are viewing this thread

I can't run it. It keeps saying something about .dlls

See, I downloaded another mod from Nexus that supposedly fixes this issue, but nothing changed. Entire game crashes the moment it comes on. I'm not techie in even the slightest sense. If I have to do ANYTHING more than click a button to download and install, than I have no idea what to do. So please explain to me what I can do, and leave out all the technical talk/lingo because it will be completely lost on me.
 
This is how I handle installing my mods that works for me....
1. Manually download file
2. Right click zip file then click on Properties
3. On the bottom of General tab where it says Security check the box that says "Unblock"
4. Install mod (I use Vortex for all my mods)
5. Make sure your load order is correct for the mods you use..
 
There is also the Powershell method, which is what I did. I don't have to worry about the DLLs anymore in that specific folder.

Get-ChildItem -Path 'C:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules' -Recurse | Unblock-File

Change the path to where your game is installed, of course. It is also worth noting this will automatically unblock all dlls in the given path you ordered, so be sure of the command before you do it.
 
Back
Top Bottom