Skip to content

Commit

Permalink
Merge pull request #1375 from ebkr/add-below-the-stone
Browse files Browse the repository at this point in the history
Add Below the Stone
  • Loading branch information
anttimaki authored Jun 24, 2024
2 parents b7cc09b + 6735c82 commit ac659ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,12 @@ export default class GameManager {
"https://thunderstore.io/c/back-to-the-dawn/api/v1/package/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "1735700")], "BackToTheDawn.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["bttd"]),

new Game("Below the Stone", "BelowTheStone", "BelowTheStone",
"Below The Stone", ["Below The Stone.exe"], "Below The Stone_Data",
"https://thunderstore.io/c/below-the-stone/api/v1/package/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "1170230")], "BelowTheStone.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["bts"]),
];

static get activeGame(): Game {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export default class InstallationRuleApplicator {
buildBepInExRules("GladioMori"),
buildBepInExRules("SlipstreamRogueSpace"),
buildBepInExRules("BacktotheDawn"),
buildBepInExRules("BelowTheStone"),
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ const VARIANTS = {
GladioMori: MODLOADER_PACKAGES,
SlipstreamRogueSpace: MODLOADER_PACKAGES,
BacktotheDawn: MODLOADER_PACKAGES,
BelowTheStone: MODLOADER_PACKAGES,
};
// Exported separately from the definition in order to preserve the key names in the type definition.
// Otherwise this would become [key: string] and we couldn't use the game names for type hinting elsewhere.
Expand Down

0 comments on commit ac659ed

Please sign in to comment.