mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #1744 from ixanza/patch-2
Add Cyberpunk 2077 Support
This commit is contained in:
commit
bb3b374375
@ -41,5 +41,6 @@ public enum Game
|
||||
[Description("Enderal Special Edition")]
|
||||
EnderalSpecialEdition,
|
||||
|
||||
[Description("Terraria")] Terraria
|
||||
}
|
||||
[Description("Terraria")] Terraria,
|
||||
[Description("Cyberpunk 2077")] Cyberpunk2077
|
||||
}
|
||||
|
@ -399,6 +399,23 @@ public static class GameRegistry
|
||||
},
|
||||
MainExecutable = @"tModLoader.exe".ToRelativePath()
|
||||
}
|
||||
},
|
||||
{
|
||||
Game.Cyberpunk2077, new GameMetaData
|
||||
{
|
||||
Game = Game.Cyberpunk2077,
|
||||
SteamIDs = new[] {1091500},
|
||||
GOGIDs = new [] {2093619782},
|
||||
MO2Name = "Cyberpunk 2077",
|
||||
NexusName = "cyberpunk2077",
|
||||
NexusGameId = 3333,
|
||||
IsGenericMO2Plugin = true,
|
||||
RequiredFiles = new[]
|
||||
{
|
||||
@"REDprelauncher.exe".ToRelativePath()
|
||||
},
|
||||
MainExecutable = @"REDprelauncher.exe".ToRelativePath()
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@ -478,4 +495,4 @@ public static class GameRegistry
|
||||
{
|
||||
return Games[game];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user