Skip to content

Commit

Permalink
Temporarily hide Risk of Rain Returns from the game list
Browse files Browse the repository at this point in the history
TSMM is not ready to release this game yet, but it blocks other changes
from being released. I intend to revert this change once TSMM release
has been made. (This is not ideal but it's the path of least resistance
to get the release done.)
  • Loading branch information
anttimaki committed Jun 11, 2024
1 parent 6b219c2 commit 833024e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,11 +640,12 @@ export default class GameManager {
[new StorePlatformMetadata(StorePlatform.STEAM, "2695940")], "Panicore.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.SHIMLOADER, ["panicore"]),

new Game("Risk of Rain Returns", "RiskofRainReturns", "RiskofRainReturns",
"Risk of Rain Returns", ["Risk of Rain Returns.exe"], "",
"https://thunderstore.io/c/risk-of-rain-returns/api/v1/package/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "1337520")], "RiskOfRainReturns.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.RETURN_OF_MODDING, ["rorr"]),
// TODO: This is very temporarily disabled to hide the game from TSMM.
// new Game("Risk of Rain Returns", "RiskofRainReturns", "RiskofRainReturns",
// "Risk of Rain Returns", ["Risk of Rain Returns.exe"], "",
// "https://thunderstore.io/c/risk-of-rain-returns/api/v1/package/", EXCLUSIONS,
// [new StorePlatformMetadata(StorePlatform.STEAM, "1337520")], "RiskOfRainReturns.png",
// GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.RETURN_OF_MODDING, ["rorr"]),

new Game("Magicraft", "Magicraft", "Magicraft",
"Magicraft", ["Magicraft.exe"], "Magicraft_Data",
Expand Down

0 comments on commit 833024e

Please sign in to comment.