mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Add support for Cyberpunk 2077 installed via EGS (#2254)
* Add support for Cyberpunk 2077 installed via EGS * Fix syntax error * add changelog Co-authored-by: Luca <52624146+EzioTheDeadPoet@users.noreply.github.com>
This commit is contained in:
parent
8c60dc1197
commit
f8de8deb8b
@ -1,5 +1,9 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 3.0.x.x - TBD
|
||||
* Game Support:
|
||||
* Added Cyberpunk 2077 Epic Games Store support
|
||||
|
||||
#### Version - 3.0.4.1 - 11/17/2022
|
||||
* Fix recursive writing of meta files for meta files
|
||||
* Improved Admin Check
|
||||
|
@ -432,6 +432,7 @@ public static class GameRegistry
|
||||
Game = Game.Cyberpunk2077,
|
||||
SteamIDs = new[] {1091500},
|
||||
GOGIDs = new [] {2093619782, 1423049311},
|
||||
EpicGameStoreIDs = new[] {"5beededaad9743df90e8f07d92df153f"},
|
||||
MO2Name = "Cyberpunk 2077",
|
||||
NexusName = "cyberpunk2077",
|
||||
NexusGameId = 3333,
|
||||
|
Loading…
Reference in New Issue
Block a user