Skip to content

Commit

Permalink
Add R.E.P.O.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksamies committed Feb 27, 2025
1 parent 7e5442e commit ef2bf92
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file added src/assets/images/game_selection/repo.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 @@ -871,6 +871,12 @@ export default class GameManager {
"https://thunderstore.io/c/gang-beasts/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "285900")], "GangBeasts.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.RECURSIVE_MELON_LOADER, ["gb"]),

new Game("R.E.P.O.", "REPO", "REPO",
"REPO", ["REPO.exe"], "REPO_Data",
"https://thunderstore.io/c/repo/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "3241660")], "repo.jpg",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["repo"]),
];

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

Please sign in to comment.