mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #647 from erri120/morrowind-gog
Updated Morrowind in the Game Registry
This commit is contained in:
commit
bb3632672c
@ -1,5 +1,8 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version - Next
|
||||||
|
* Added support for Morrowind on GOG
|
||||||
|
|
||||||
#### Version - 1.1.3.0 - 3/23/2020
|
#### Version - 1.1.3.0 - 3/23/2020
|
||||||
* Fix for a lack of VC++ Redist dlls on newly installed Windows machines.
|
* Fix for a lack of VC++ Redist dlls on newly installed Windows machines.
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@ Wabbajack is an automated ModList installer that can recreate contents of a fold
|
|||||||
|
|
||||||
| Game | Platform | Mod Manager | Notes |
|
| Game | Platform | Mod Manager | Notes |
|
||||||
|---------------------------|-----------|---------------|-------|
|
|---------------------------|-----------|---------------|-------|
|
||||||
|
| Oblivion | Steam, GOG| MO2 | Normal and GotY Edition |
|
||||||
| Oblivion | Steam | MO2 | |
|
| Oblivion | Steam | MO2 | |
|
||||||
| Fallout 3 | Steam | MO2 | |
|
| Fallout 3 | Steam | MO2 | |
|
||||||
| Fallout New Vegas | Steam | MO2 | |
|
| Fallout New Vegas | Steam | MO2 | |
|
||||||
|
@ -183,6 +183,7 @@ namespace Wabbajack.Common
|
|||||||
Game = Game.Morrowind,
|
Game = Game.Morrowind,
|
||||||
Disabled = false,
|
Disabled = false,
|
||||||
SteamIDs = new List<int>{22320},
|
SteamIDs = new List<int>{22320},
|
||||||
|
GOGIDs = new List<int>{1440163901, 1435828767},
|
||||||
NexusName = "morrowind",
|
NexusName = "morrowind",
|
||||||
NexusGameId = 100,
|
NexusGameId = 100,
|
||||||
MO2Name = "Morrowind",
|
MO2Name = "Morrowind",
|
||||||
|
Loading…
Reference in New Issue
Block a user