mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
No Man's Sky GOG&Steam fix
This commit is contained in:
parent
1f2c62ab87
commit
e73e516fd1
@ -40,7 +40,8 @@ namespace Wabbajack.Common
|
||||
[Description("Stardew Valley")]
|
||||
StardewValley,
|
||||
KingdomComeDeliverance,
|
||||
MechWarrior5Mercenaries
|
||||
MechWarrior5Mercenaries,
|
||||
NoMansSky
|
||||
}
|
||||
|
||||
public static class GameExtensions
|
||||
@ -538,6 +539,22 @@ namespace Wabbajack.Common
|
||||
},
|
||||
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"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user