Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Releases: BUTR/MnB2-Bannerlord-CommunityPatch

diagnostics capabilities, take 2

04 Apr 22:43
12a3af7
Compare
Choose a tag to compare

Fixed the exception strings to make them readable, and included inner-exceptions.

Current Fixes:

  • The Disciplinarian perk.
  • The Healthy Scout perk.
  • The Peak Form perk.

Current Features:

  • Enable and Disable the Intro Video
  • Copy Diagnostic Info to the Clipboard
  • Toggle recording First Chance Exception info (don't use unless troubleshooting bugs)
  • Automatically capture Diagnostic Info to the Clipboard when an Unhandled Exception crash occurs

Extract the zip to your Mount & Blade II Bannerlord\Modules directory, you should see a new directory called CommunityPatch. If the directory already existed from a previous install, you should delete it before extracting the new version (unless you know what you're doing already).
You may optionally delete the src and tools directories if you don't need them.
In the future, releases (may) not include them.
You may need to right click on the CommunityPatch\bin\Win64_Shipping_Client\*.dll files, click Properties, and click Unblock if you extracted the zip file with Windows Explorer or other programs that try to secure extracted files. Future releases may not use zip files to avoid this.

If you want to contribute, check out the project to your "Mount & Blade II Bannerlord\Modules\CommunityPatch" directory and use JetBrains Rider as an IDE, load the CommunityPatch.sln solution file.

diagnostics capabilities

04 Apr 21:38
464d2d1
Compare
Choose a tag to compare

Current Fixes:

  • The Disciplinarian perk.
  • The Healthy Scout perk.
  • The Peak Form perk.

Current Features:

  • Enable and Disable the Intro Video
  • Copy Diagnostic Info to the Clipboard
  • Toggle recording First Chance Exception info (don't use unless troubleshooting bugs)

Extract the zip to your "Mount & Blade II Bannerlord\Modules\CommunityPatch" directory.
You may optionally delete the src and tools directories if you don't need them.
In the future, releases (may) not include them.
You may need to right click on the CommunityPatch\bin\Win64_Shipping_Client\*.dll files, click Properties, and click Unblock if you extracted the zip file with Windows Explorer or other programs that try to secure extracted files. Future releases may not use zip files to avoid this.

If you want to contribute, check out the project to your "Mount & Blade II Bannerlord\Modules\CommunityPatch" directory and use JetBrains Rider as an IDE, load the CommunityPatch.sln solution file.