Skip to content

Commit

Permalink
Add game: Odd Remedy
Browse files Browse the repository at this point in the history
  • Loading branch information
VilppeRiskidev committed Mar 3, 2025
1 parent c080809 commit a1c06b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
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("Odd Remedy", "OddRemedy", "OddRemedy",
"OddRemedy", ["OddRemedy.exe"], "OddRemedy_Data",
"https://thunderstore.io/c/odd-remedy/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "1745680")], "OddRemedy.webp",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["or"]),
];

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("OddRemedy"),
]
}
}
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,
OddRemedy: 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 a1c06b3

Please sign in to comment.