mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Add Cyberpunk 2077 Support
This commit is contained in:
parent
ef3a18b174
commit
9d95abd3e4
@ -399,6 +399,22 @@ public static class GameRegistry
|
|||||||
},
|
},
|
||||||
MainExecutable = @"tModLoader.exe".ToRelativePath()
|
MainExecutable = @"tModLoader.exe".ToRelativePath()
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Game.CyberPunk2077, new GameMetaData
|
||||||
|
{
|
||||||
|
Game = Game.Cyberpunk2077,
|
||||||
|
SteamIDs = new[] {1091500},
|
||||||
|
MO2Name = "Cyberpunk 2077",
|
||||||
|
NexusName = "cyberpunk2077",
|
||||||
|
NexusGameId = 3333,
|
||||||
|
IsGenericMO2Plugin = true,
|
||||||
|
RequiredFiles = new[]
|
||||||
|
{
|
||||||
|
@"REDprelauncher.exe".ToRelativePath()
|
||||||
|
},
|
||||||
|
MainExecutable = @"REDprelauncher.exe".ToRelativePath()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -478,4 +494,4 @@ public static class GameRegistry
|
|||||||
{
|
{
|
||||||
return Games[game];
|
return Games[game];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user