Skip to content

Commit

Permalink
Add game ATLYSS
Browse files Browse the repository at this point in the history
  • Loading branch information
VilppeRiskidev committed Nov 27, 2024
1 parent 607a9d4 commit dd4523c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file added src/assets/images/game_selection/ATLYSS.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 @@ -824,6 +824,12 @@ export default class GameManager {
"https://thunderstore.io/c/webfishing/api/v1/package-listing-index/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "3146520")], "WEBFISHING.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.GDWEAVE, [""]),

new Game("ATLYSS", "ATLYSS", "ATLYSS",
"ATLYSS", ["ATLYSS.exe"], "ATLYSS_Data",
"https://thunderstore.io/c/atlyss/api/v1/package-listing-index/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "2768430")], "ATLYSS.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, [""]),
];

static get activeGame(): Game {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export default class InstallationRuleApplicator {
buildBepInExRules("OldMarketSimulator"),
buildBepInExRules("Subterranauts"),
buildBepInExRules("SULFUR"),
buildBepInExRules("ATLYSS"),
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const VARIANTS = {
Subterranauts: MODLOADER_PACKAGES,
SULFUR: MODLOADER_PACKAGES,
WEBFISHING: MODLOADER_PACKAGES,
ATLYSS: 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 dd4523c

Please sign in to comment.