Skip to content

Commit 092a393

Browse files
authored
Merge pull request #1416 from thunderstore-io/drgs
Add Deep Rock Galactic: Survivor
2 parents 6f67d4b + 77587df commit 092a393

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed
63.1 KB
Loading

src/model/game/GameManager.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,12 @@ export default class GameManager {
699699
],
700700
"AmongUs.png", GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["au"]),
701701

702+
new Game("Deep Rock Galactic: Survivor", "DeepRockGalacticSurvivor", "DeepRockGalacticSurvivor",
703+
"Deep Rock Survivor", ["DRG Survivor.exe"], "DRG Survivor_Data",
704+
"https://thunderstore.io/c/deep-rock-galactic-survivor/api/v1/package/", EXCLUSIONS,
705+
[new StorePlatformMetadata(StorePlatform.STEAM, "2321470")], "DeepRockGalacticSurvivor.png",
706+
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, [""]),
707+
702708
new Game("Ale & Tale Tavern", "AleAndTaleTavern", "AleAndTaleTavern",
703709
"Ale & Tale Tavern", ["Ale and Tale Tavern.exe"], "Ale and Tale Tavern_Data",
704710
"https://thunderstore.io/c/ale-and-tale-tavern/api/v1/package/", EXCLUSIONS,

src/r2mm/installing/default_installation_rules/InstallationRuleApplicator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export default class InstallationRuleApplicator {
134134
buildBepInExRules("BelowTheStone"),
135135
buildBepInExRules("Gloomwood"),
136136
buildBepInExRules("AmongUs"),
137+
buildBepInExRules("DeepRockGalacticSurvivor"),
137138
buildBepInExRules("AleAndTaleTavern"),
138139
buildBepInExRules("ScrewDrivers"),
139140
buildBepInExRules("NineSols"),

src/r2mm/installing/profile_installers/ModLoaderVariantRecord.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const VARIANTS = {
183183
BelowTheStone: MODLOADER_PACKAGES,
184184
Gloomwood: MODLOADER_PACKAGES,
185185
AmongUs: MODLOADER_PACKAGES,
186-
AleAndTaleTavern: MODLOADER_PACKAGES,
186+
DeepRockGalacticSurvivor: MODLOADER_PACKAGES,
187187
ScrewDrivers: MODLOADER_PACKAGES,
188188
NineSols: MODLOADER_PACKAGES,
189189
GoodbyeVolcanoHigh: MODLOADER_PACKAGES,

0 commit comments

Comments
 (0)