Skip to content

Commit

Permalink
Merge pull request #1570 from ebkr/add-game-atlyss
Browse files Browse the repository at this point in the history
Add game ATLYSS
  • Loading branch information
anttimaki authored Nov 28, 2024
2 parents 4eb2df9 + 8c3b500 commit a18f674
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 @@ -830,6 +830,12 @@ export default class GameManager {
"https://thunderstore.io/c/straftat/api/v1/package-listing-index/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "2386720")], "STRAFTAT.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, [""]),

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 @@ -154,6 +154,7 @@ export default class InstallationRuleApplicator {
buildBepInExRules("Subterranauts"),
buildBepInExRules("SULFUR"),
buildBepInExRules("STRAFTAT"),
buildBepInExRules("ATLYSS"),
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ const VARIANTS = {
SULFUR: MODLOADER_PACKAGES,
WEBFISHING: MODLOADER_PACKAGES,
STRAFTAT: 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 a18f674

Please sign in to comment.