Skip to content

Commit

Permalink
Merge pull request #1418 from thunderstore-io/betrayal-beach
Browse files Browse the repository at this point in the history
Add Betrayal Beach
  • Loading branch information
anttimaki authored Sep 4, 2024
2 parents 0aabade + 68e0e26 commit 49ab15c
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 @@ -699,6 +699,12 @@ export default class GameManager {
],
"AmongUs.png", GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["au"]),

new Game("Betrayal Beach", "BetrayalBeach", "BetrayalBeach",
"Betrayal Beach", ["Betrayal Beach.exe"], "Betrayal Beach_Data",
"https://thunderstore.io/c/betrayal-beach/api/v1/package/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "2643810")], "BetrayalBeach.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, [""]),

new Game("Arcus Chroma", "ArcusChroma", "ArcusChroma",
"Arcus Chroma", ["Arcus Chroma.exe"], "Arcus Chroma_Data",
"https://thunderstore.io/c/arcus-chroma/api/v1/package/", EXCLUSIONS,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export default class InstallationRuleApplicator {
buildBepInExRules("BelowTheStone"),
buildBepInExRules("Gloomwood"),
buildBepInExRules("AmongUs"),
buildBepInExRules("BetrayalBeach"),
buildBepInExRules("ArcusChroma"),
buildBepInExRules("DeepRockGalacticSurvivor"),
buildBepInExRules("AleAndTaleTavern"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ const VARIANTS = {
BelowTheStone: MODLOADER_PACKAGES,
Gloomwood: MODLOADER_PACKAGES,
AmongUs: MODLOADER_PACKAGES,
BetrayalBeach: MODLOADER_PACKAGES,
ArcusChroma: MODLOADER_PACKAGES,
AleAndTaleTavern: MODLOADER_PACKAGES,
DeepRockGalacticSurvivor: MODLOADER_PACKAGES,
Expand Down

0 comments on commit 49ab15c

Please sign in to comment.