mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #1001 from wabbajack-tools/fix-witcher-3-gamemetadata
Updated GameMetaData for Witcher 3
This commit is contained in:
commit
a5534f5eac
@ -442,7 +442,8 @@ namespace Wabbajack.Common
|
|||||||
{
|
{
|
||||||
Game = Game.Witcher3,
|
Game = Game.Witcher3,
|
||||||
NexusName = "witcher3",
|
NexusName = "witcher3",
|
||||||
NexusGameId = 952,
|
NexusGameId = 952,
|
||||||
|
MO2Name = "The Witcher 3: Wild Hunt",
|
||||||
SteamIDs = new List<int>{292030, 499450}, // normal and GotY
|
SteamIDs = new List<int>{292030, 499450}, // normal and GotY
|
||||||
GOGIDs = new List<int>{1207664643, 1495134320, 1207664663, 1640424747}, // normal, GotY and both in packages
|
GOGIDs = new List<int>{1207664643, 1495134320, 1207664663, 1640424747}, // normal, GotY and both in packages
|
||||||
RequiredFiles = new List<string>
|
RequiredFiles = new List<string>
|
||||||
|
Loading…
Reference in New Issue
Block a user