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:
erri120 2022-12-22 09:06:17 +01:00 committed by GitHub
parent 8c60dc1197
commit f8de8deb8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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,