@@ -492,11 +492,13 @@ export default class GameManager {
492
492
"https://thunderstore.io/c/touhou-lost-branch-of-legend/api/v1/package/" , "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md" ,
493
493
[ new StorePlatformMetadata ( StorePlatform . STEAM , "1140150" ) ] , "TouhouLostBranchOfLegend.jpg" ,
494
494
GameSelectionDisplayMode . VISIBLE , GameInstanceType . GAME , PackageLoader . BEPINEX , [ "lbol" ] ) ,
495
+
495
496
new Game ( "Wizard With A Gun" , "WizardWithAGun" , "WizardWithAGun" ,
496
- "wizardwithagun " , [ 'wizardwithagun.exe' ] , "wizardwithagun_Data" ,
497
+ "Wizard With A Gun " , [ 'wizardwithagun.exe' ] , "wizardwithagun_Data" ,
497
498
"https://thunderstore.io/c/wizard-with-a-gun/api/v1/package/" , "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md" ,
498
- [ new StorePlatformMetadata ( StorePlatform . STEAM , "2312630 " ) ] , "WizardWithAGun.jpg" ,
499
+ [ new StorePlatformMetadata ( StorePlatform . STEAM , "1150530 " ) ] , "WizardWithAGun.jpg" ,
499
500
GameSelectionDisplayMode . VISIBLE , GameInstanceType . GAME , PackageLoader . BEPINEX , [ "wizgun" ] ) ,
501
+
500
502
new Game ( "Sunkenland" , "Sunkenland" , "Sunkenland" ,
501
503
"Sunkenland" , [ "Sunkenland.exe" ] , "Sunkenland_Data" ,
502
504
"https://thunderstore.io/c/sunkenland/api/v1/package/" , "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md" ,
@@ -514,6 +516,30 @@ export default class GameManager {
514
516
"https://thunderstore.io/c/erenshor/api/v1/package/" , "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md" ,
515
517
[ new StorePlatformMetadata ( StorePlatform . STEAM , "2382520" ) ] , "Erenshor.jpg" ,
516
518
GameSelectionDisplayMode . VISIBLE , GameInstanceType . GAME , PackageLoader . BEPINEX , [ ] ) ,
519
+
520
+ new Game ( "Last Train Outta' Wormtown" , "LastTrainOuttaWormtown" , "LastTrainOuttaWormtown" ,
521
+ "Last Train Outta' Wormtown" , [ "Last Train Out Of WormTown.exe" ] , "Last Train Out Of WormTown_Data" ,
522
+ "https://thunderstore.io/c/last-train-outta-wormtown/api/v1/package/" , "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md" ,
523
+ [ new StorePlatformMetadata ( StorePlatform . STEAM , "2318480" ) ] , "LastTrainOuttaWormtown.png" ,
524
+ GameSelectionDisplayMode . VISIBLE , GameInstanceType . GAME , PackageLoader . BEPINEX , [ ] ) ,
525
+
526
+ new Game ( "DREDGE" , "Dredge" , "Dredge" ,
527
+ "DREDGE" , [ "DREDGE.exe" ] , "DREDGE_Data" ,
528
+ "https://thunderstore.io/c/dredge/api/v1/package/" , "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md" ,
529
+ [ new StorePlatformMetadata ( StorePlatform . STEAM , "1562430" ) ] , "Dredge.png" ,
530
+ GameSelectionDisplayMode . VISIBLE , GameInstanceType . GAME , PackageLoader . BEPINEX , [ ] ) ,
531
+
532
+ new Game ( "Cities: Skylines II" , "CitiesSkylines2" , "CitiesSkylines2" ,
533
+ "Cities Skylines II" , [ "Cities2.exe" ] , "CitiesSkylines2_Data" ,
534
+ "https://thunderstore.io/c/cities-skylines-ii/api/v1/package/" , "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md" ,
535
+ [ new StorePlatformMetadata ( StorePlatform . STEAM , "949230" ) , new StorePlatformMetadata ( StorePlatform . XBOX_GAME_PASS , "ParadoxInteractive.CitiesSkylinesII-PCEdition" ) ] , "CitiesSkylines2.png" ,
536
+ GameSelectionDisplayMode . VISIBLE , GameInstanceType . GAME , PackageLoader . BEPINEX , [ ] ) ,
537
+
538
+ new Game ( "Lethal Company" , "LethalCompany" , "LethalCompany" ,
539
+ "Lethal Company" , [ "Lethal Company.exe" ] , "LethalCompany_Data" ,
540
+ "https://thunderstore.io/c/lethal-company/api/v1/package/" , "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md" ,
541
+ [ new StorePlatformMetadata ( StorePlatform . STEAM , "1966720" ) ] , "LethalCompany.png" ,
542
+ GameSelectionDisplayMode . VISIBLE , GameInstanceType . GAME , PackageLoader . BEPINEX , [ ] ) ,
517
543
] ;
518
544
519
545
static get activeGame ( ) : Game {
0 commit comments