Skip to content

Commit

Permalink
Merge pull request #1416 from thunderstore-io/drgs
Browse files Browse the repository at this point in the history
Add Deep Rock Galactic: Survivor
  • Loading branch information
anttimaki authored Sep 4, 2024
2 parents 6f67d4b + 77587df commit 092a393
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
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("Deep Rock Galactic: Survivor", "DeepRockGalacticSurvivor", "DeepRockGalacticSurvivor",
"Deep Rock Survivor", ["DRG Survivor.exe"], "DRG Survivor_Data",
"https://thunderstore.io/c/deep-rock-galactic-survivor/api/v1/package/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "2321470")], "DeepRockGalacticSurvivor.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, [""]),

new Game("Ale & Tale Tavern", "AleAndTaleTavern", "AleAndTaleTavern",
"Ale & Tale Tavern", ["Ale and Tale Tavern.exe"], "Ale and Tale Tavern_Data",
"https://thunderstore.io/c/ale-and-tale-tavern/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("DeepRockGalacticSurvivor"),
buildBepInExRules("AleAndTaleTavern"),
buildBepInExRules("ScrewDrivers"),
buildBepInExRules("NineSols"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const VARIANTS = {
BelowTheStone: MODLOADER_PACKAGES,
Gloomwood: MODLOADER_PACKAGES,
AmongUs: MODLOADER_PACKAGES,
AleAndTaleTavern: MODLOADER_PACKAGES,
DeepRockGalacticSurvivor: MODLOADER_PACKAGES,
ScrewDrivers: MODLOADER_PACKAGES,
NineSols: MODLOADER_PACKAGES,
GoodbyeVolcanoHigh: MODLOADER_PACKAGES,
Expand Down

0 comments on commit 092a393

Please sign in to comment.