Skip to content

Instantly share code, notes, and snippets.

@BoQsc
Last active September 5, 2022 12:21
Show Gist options
  • Save BoQsc/cfb52fe0f7a0b948544bfb47dddb46b3 to your computer and use it in GitHub Desktop.
Save BoQsc/cfb52fe0f7a0b948544bfb47dddb46b3 to your computer and use it in GitHub Desktop.
Unblock DLLs Bannerlord Modules After merging Land of Sika patch https://www.moddb.com/mods/the-land-of-sika/downloads/thelandofsika-148-patch
@ECHO OFF
CD "C:\GOG Games\Mount & Blade II Bannerlord\Modules\TheLandOfSika\bin\Win64_Shipping_Client"
FOR %%a in (*.dll) do (echo.>%%a:Zone.Identifier)
PAUSE
@BoQsc
Copy link
Author

BoQsc commented Sep 5, 2022

Had to adjust resolution in the Graphics Settings. 1920x1080
The loading times sometimes are burden when creating the character.
Also some other loading screens, but eventually it all loads and works.

@BoQsc
Copy link
Author

BoQsc commented Sep 5, 2022

The settlement is created with a keyboard letter H, after progressing through the story.

@BoQsc
Copy link
Author

BoQsc commented Sep 5, 2022

5782.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment