From d2e68494eeb5ed7845288619b19ef52ecf5a1ae5 Mon Sep 17 00:00:00 2001 From: George Wilkinson Date: Mon, 21 Jul 2025 19:33:07 +0100 Subject: [PATCH] vault backup: 2025-07-21 19:33:07 --- .../Mount & Blade 2 Bannerlord.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Proton/Mount & Blade 2 Bannerlord/Mount & Blade 2 Bannerlord.md b/Proton/Mount & Blade 2 Bannerlord/Mount & Blade 2 Bannerlord.md index f718d87..5fe2019 100644 --- a/Proton/Mount & Blade 2 Bannerlord/Mount & Blade 2 Bannerlord.md +++ b/Proton/Mount & Blade 2 Bannerlord/Mount & Blade 2 Bannerlord.md @@ -11,7 +11,7 @@ 4. Rename `Mono.Cecil.dll` to `Mono.Cecil.dll.bak` -5. Download `symlink-bannerlord.sh`, place in the same directory. This will symlink all files from `$STEAM_COMPAT_INSTALL_PATH/Modules/Bannerlord.Harmony/bin/Win64_Shipping_Client/`(Files from the Harmony mod) to the current directory. +5. Download `symlink-bannerlord.sh`, place in the same directory. This will symlink all files from `$STEAM_COMPAT_INSTALL_PATH/Modules/Bannerlord.Harmony/bin/Win64_Shipping_Client/`(Files from the Harmony mod) to the current directory. ``` #!/bin/bash @@ -40,9 +40,9 @@ done echo "Symlinking complete. Reversible via: xargs rm < $LOG_FILE" ``` -6. You're done, launch the game +1. You're done, launch the game -7. BLSE may tell you harmony was not loaded from the right place, it's fine. +2. BLSE may tell you harmony was not loaded from the right place, it's fine. Issue: Under proton, the files from Modules/Bannerlord.Harmony/bin/Win64_Shipping_Client/ are not loaded in correctly. After step 2 you'd get a 'harmony not found' error, BLSE only looks in the main launcher directory. Symlinking fixes this, but Mono.Cecil.dll is provided by default: