Skip to content

Commit

Permalink
Add game: Gang Beasts
Browse files Browse the repository at this point in the history
  • Loading branch information
VilppeRiskidev committed Feb 26, 2025
1 parent 3ab1b59 commit ef96366
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -865,6 +865,12 @@ export default class GameManager {
"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, [""]),

new Game("Gang Beasts", "GangBeasts", "GangBeasts",
"Gang Beasts", ["Gang Beasts.exe"], "Gang Beasts_Data",
"https://thunderstore.io/c/gang-beasts/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "285900")], "PLACEHOLDER_CHANGE_THIS",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.RECURSIVE_MELON_LOADER, ["gb"]),
];

static get activeGame(): Game {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ const VARIANTS = {
IAmYourBeast: MODLOADER_PACKAGES,
MiSide: MODLOADER_PACKAGES,
DaleAndDawson: RECURSIVE_MELONLOADER_MAPPING,
GangBeasts: 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 ef96366

Please sign in to comment.