mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Small fixes for a bunch of small issues that came up in the past few weeks.
This commit is contained in:
parent
3e2b23f07d
commit
50d2737fb5
@ -1,5 +1,11 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 1.1.2.0 -
|
||||
* We now set VRAM settings for Skyrim LE ENBs
|
||||
* Fixes for Morrowind Game metadata
|
||||
* We now provide suggestions for users who try to install modlists for games they don't have installed
|
||||
* We now warn users if they aren't running a modern version of Windows
|
||||
|
||||
#### Version - 1.1.1.0 - 3/9/2020
|
||||
* Hotfix for Virtual Memory errors while creating BSAs
|
||||
|
||||
|
@ -334,7 +334,8 @@ namespace Wabbajack.Common
|
||||
{
|
||||
"SkyrimVR.exe"
|
||||
},
|
||||
MainExecutable = "SkyrimVR.exe"
|
||||
MainExecutable = "SkyrimVR.exe",
|
||||
CommonlyConfusedWith = new []{Game.Skyrim, Game.SkyrimSpecialEdition}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -59,7 +59,7 @@ namespace Wabbajack.Lib
|
||||
if (otherGame != null)
|
||||
{
|
||||
await Utils.Log(new CriticalFailureIntervention(
|
||||
$"In order to do a proper install Wabbajack needs to know where your {game.HumanFriendlyGameName} folder resides. However this game doesn't seem to be installed, we did however find a installed" +
|
||||
$"In order to do a proper install Wabbajack needs to know where your {game.HumanFriendlyGameName} folder resides. However this game doesn't seem to be installed, we did however find a installed " +
|
||||
$"copy of {otherGame.HumanFriendlyGameName}, did you install the wrong game?",
|
||||
$"Could not locate {game.HumanFriendlyGameName}"))
|
||||
.Task;
|
||||
|
Loading…
Reference in New Issue
Block a user