Skip to content

Commit

Permalink
Add Game Pass support for CS2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksamies committed Nov 21, 2023
1 parent 7da714c commit c68de2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ export default class GameManager {
new Game("Cities: Skylines II", "CitiesSkylines2", "CitiesSkylines2",
"Cities Skylines II", ["Cities2.exe"], "CitiesSkylines2_Data",
"https://thunderstore.io/c/cities-skylines-ii/api/v1/package/", "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md",
[new StorePlatformMetadata(StorePlatform.STEAM, "949230")], "CitiesSkylines2.png",
[new StorePlatformMetadata(StorePlatform.STEAM, "949230"), new StorePlatformMetadata(StorePlatform.XBOX_GAME_PASS, "ParadoxInteractive.CitiesSkylinesII-PCEdition")], "CitiesSkylines2.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, []),

new Game("Lethal Company", "LethalCompany", "LethalCompany",
Expand Down

0 comments on commit c68de2a

Please sign in to comment.