Skip to content

Commit

Permalink
Add "Other" (GOG) support for Cult of the Lamb
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoHHacks committed Feb 4, 2024
1 parent 01bf512 commit f4c8dce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,10 @@ export default class GameManager {
new Game("Cult of the Lamb", "COTL", "COTL",
"Cult of the Lamb", ["Cult Of The Lamb.exe"], "Cult Of The Lamb_Data",
"https://thunderstore.io/c/cult-of-the-lamb/api/v1/package/", "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md",
[new StorePlatformMetadata(StorePlatform.STEAM, "1313140")], "Cotl.jpg",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["cotl"]),
[
new StorePlatformMetadata(StorePlatform.STEAM, "1313140"),
new StorePlatformMetadata(StorePlatform.OTHER)
], "Cotl.jpg", GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["cotl"]),

new Game("Chrono Ark", "ChronoArk", "ChronoArk",
path.join("Chrono Ark", "x64", "Master"), ["ChronoArk.exe"], "ChronoArk_Data",
Expand Down

0 comments on commit f4c8dce

Please sign in to comment.