Skip to content

Commit c080809

Browse files
authored
Merge pull request #1648 from thunderstore-io/repo
Add R.E.P.O.
2 parents 7e5442e + ef2bf92 commit c080809

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
48.1 KB
Loading

src/model/game/GameManager.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,12 @@ export default class GameManager {
871871
"https://thunderstore.io/c/gang-beasts/api/v1/package-listing-index/",
872872
[new StorePlatformMetadata(StorePlatform.STEAM, "285900")], "GangBeasts.png",
873873
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.RECURSIVE_MELON_LOADER, ["gb"]),
874+
875+
new Game("R.E.P.O.", "REPO", "REPO",
876+
"REPO", ["REPO.exe"], "REPO_Data",
877+
"https://thunderstore.io/c/repo/api/v1/package-listing-index/",
878+
[new StorePlatformMetadata(StorePlatform.STEAM, "3241660")], "repo.jpg",
879+
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["repo"]),
874880
];
875881

876882
static get activeGame(): Game {

src/r2mm/installing/default_installation_rules/InstallationRuleApplicator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ export default class InstallationRuleApplicator {
159159
buildBepInExRules("Subterror"),
160160
buildBepInExRules("IAmYourBeast"),
161161
buildBepInExRules("MiSide"),
162+
buildBepInExRules("REPO"),
162163
]
163164
}
164165
}

src/r2mm/installing/profile_installers/ModLoaderVariantRecord.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ const VARIANTS = {
217217
MiSide: MODLOADER_PACKAGES,
218218
DaleAndDawson: RECURSIVE_MELONLOADER_MAPPING,
219219
GangBeasts: RECURSIVE_MELONLOADER_MAPPING,
220+
REPO: MODLOADER_PACKAGES,
220221
};
221222
// Exported separately from the definition in order to preserve the key names in the type definition.
222223
// Otherwise this would become [key: string] and we couldn't use the game names for type hinting elsewhere.

0 commit comments

Comments
 (0)