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: