mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge branch 'main' into nexus_modding_tools_site_meta_support
This commit is contained in:
commit
8496628d24
@ -2,6 +2,8 @@
|
||||
|
||||
#### Version - 3.0.?.? - TBD
|
||||
* Add support for https://www.nexusmods.com/site hosted mods.
|
||||
* 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
|
||||
|
@ -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