Skip to content

Commit

Permalink
Merge pull request ebkr#1201 from IngoHHacks/master
Browse files Browse the repository at this point in the history
Add "Other" (GOG) support for Cult of the Lamb
  • Loading branch information
ebkr authored Feb 9, 2024
2 parents e78f842 + f4c8dce commit b3c5f3b
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 @@ -306,8 +306,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 b3c5f3b

Please sign in to comment.