Skip to content

Commit

Permalink
Merge pull request #1584 from ebkr/dale-dawson
Browse files Browse the repository at this point in the history
Add support for Dale & Dawson
  • Loading branch information
anttimaki authored Feb 19, 2025
2 parents 11279f2 + b14c21e commit 90b804a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
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 @@ -859,6 +859,12 @@ export default class GameManager {
"https://thunderstore.io/c/miside/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "2527500")], "MiSide.webp",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, [""]),

new Game("Dale & Dawson Stationery Supplies", "DaleAndDawson", "DaleAndDawson",
"Dale&Dawson", ["DDSS.exe"], "DDSS_Data",
"https://thunderstore.io/c/dale-dawson-stationery-supplies/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "2920570")], "DaleAndDawson.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.RECURSIVE_MELON_LOADER, [""]),
];

static get activeGame(): Game {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ const VARIANTS = {
Subterror: MODLOADER_PACKAGES,
IAmYourBeast: MODLOADER_PACKAGES,
MiSide: MODLOADER_PACKAGES,
DaleAndDawson: RECURSIVE_MELONLOADER_MAPPING,
};
// 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 90b804a

Please sign in to comment.