Skip to content

Commit

Permalink
Add Zort
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksamies committed Mar 6, 2025
1 parent c080809 commit b5b5258
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file added src/assets/images/game_selection/zort.jpg
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 @@ -877,6 +877,12 @@ export default class GameManager {
"https://thunderstore.io/c/repo/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "3241660")], "repo.jpg",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["repo"]),

new Game("Zort", "Zort", "Zort",
"Zort", ["Zort.exe"], "Zort_Data",
"https://thunderstore.io/c/zort/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "3121110")], "zort.jpg",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, [""]),
];

static get activeGame(): Game {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export default class InstallationRuleApplicator {
buildBepInExRules("IAmYourBeast"),
buildBepInExRules("MiSide"),
buildBepInExRules("REPO"),
buildBepInExRules("Zort"),
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ const VARIANTS = {
DaleAndDawson: RECURSIVE_MELONLOADER_MAPPING,
GangBeasts: RECURSIVE_MELONLOADER_MAPPING,
REPO: MODLOADER_PACKAGES,
Zort: 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 b5b5258

Please sign in to comment.