Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added error catch for .net error and show dialog with fix #106

Merged
merged 2 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion game-baldursgate3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.0] - 2024-03-xx
## [1.4.0] - 2024-04-xx

- Added error catch for LSLib as it now requires .NET 8
- Performance improvements when using LSLib
- Added caching to PAK reading
- Optimizations when installing collections
Expand Down
2 changes: 2 additions & 0 deletions game-baldursgate3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ As Baldur's Gate 3 doesn't have official mod support ([yet](https://larian.com/s

In the majority of cases, mods for Baldur's Gate 3 will require a 3rd party tool called [LSLib](https://github.com/Norbyte/lslib) to manipulate game files. When you first manage the game, Vortex should popup and give you the option to download and install this tool automatically. If that has already been dismissed, it can be accessed again via the 'Re-install LSLib/Divine' button on the toolbar in the Mods page of Vortex.

LSLib (since 1.19) requires .NET 8 to be installed. This can be installed from [.NET 8.0 Desktop Runtime from Microsoft](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.3-windows-x64-installer).

Please ensure that the tool is always enabled and deployed on the mods page. Some Anti-Virus software may flag this tool as malicious due to the nature of what it does. We suggest you ensure that your security software is configured to allow this tool to install.

# Settings
Expand Down
6 changes: 3 additions & 3 deletions game-baldursgate3/Settings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading