Merge pull request #647 from erri120/morrowind-gog

Updated Morrowind in the Game Registry
This commit is contained in:
Timothy Baldridge 2020-03-25 08:58:30 -06:00 committed by GitHub
commit bb3632672c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
### Changelog
#### Version - Next
* Added support for Morrowind on GOG
#### Version - 1.1.3.0 - 3/23/2020
* Fix for a lack of VC++ Redist dlls on newly installed Windows machines.

View File

@ -14,6 +14,7 @@ Wabbajack is an automated ModList installer that can recreate contents of a fold
| Game | Platform | Mod Manager | Notes |
|---------------------------|-----------|---------------|-------|
| Oblivion | Steam, GOG| MO2 | Normal and GotY Edition |
| Oblivion | Steam | MO2 | |
| Fallout 3 | Steam | MO2 | |
| Fallout New Vegas | Steam | MO2 | |

View File

@ -183,6 +183,7 @@ namespace Wabbajack.Common
Game = Game.Morrowind,
Disabled = false,
SteamIDs = new List<int>{22320},
GOGIDs = new List<int>{1440163901, 1435828767},
NexusName = "morrowind",
NexusGameId = 100,
MO2Name = "Morrowind",