Skip to content

Commit

Permalink
Merge pull request ebkr#1414 from thunderstore-io/screw-drivers
Browse files Browse the repository at this point in the history
Add Screw Drivers
  • Loading branch information
anttimaki authored Sep 4, 2024
2 parents 87b1110 + 6b71c37 commit 80fba0e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file added src/assets/images/game_selection/ScrewDrivers.png
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("Screw Drivers", "ScrewDrivers", "ScrewDrivers",
"Screw Drivers", ["Screw Drivers.exe"], "Screw Drivers_Data",
"https://thunderstore.io/c/screw-drivers/api/v1/package/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "1279510")], "ScrewDrivers.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, [""]),

new Game("Nine Sols", "NineSols", "NineSols",
"Nine Sols", ["NineSols.exe"], "Nine Sols_Data",
"https://thunderstore.io/c/nine-sols/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("ScrewDrivers"),
buildBepInExRules("NineSols"),
buildBepInExRules("GoodbyeVolcanoHigh"),
buildBepInExRules("SupermarketTogether"),
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,
ScrewDrivers: MODLOADER_PACKAGES,
NineSols: MODLOADER_PACKAGES,
GoodbyeVolcanoHigh: MODLOADER_PACKAGES,
SupermarketTogether: MODLOADER_PACKAGES,
Expand Down

0 comments on commit 80fba0e

Please sign in to comment.