No Man's Sky GOG&Steam

This commit is contained in:
Luca|EzioTheDeadPoet 2020-12-30 00:15:57 +01:00
parent 1f2c62ab87
commit bd2375a386

View File

@ -538,6 +538,22 @@ namespace Wabbajack.Common
}, },
MainExecutable = @"MW5Mercs\Binaries\Win64\MechWarrior-Win64-Shipping.exe" MainExecutable = @"MW5Mercs\Binaries\Win64\MechWarrior-Win64-Shipping.exe"
} }
},
{
Game.NoMansSky, new GameMetaData
{
Game = Game.NoMansSky,
NexusName = "nomanssky",
NexusGameId = 1634,
MO2Name = "Mo Man's Sky",
SteamIDs = new List<int>{275850},
GOGIDs = new List<int>{1446213994},
RequiredFiles = new List<string>
{
@"Binaries\NMS.exe"
},
MainExecutable = @"Binaries\NMS.exe"
}
} }
}; };