tylerbrawl / Galaxy-Plugin-Rockstar

MIT License
70 stars 7 forks source link

no games listed #112

Open martinbaselier opened 4 years ago

martinbaselier commented 4 years ago

I have L.A. Noire via Steam and GTA V from Epic. The rockstar-plugin doesn't show a single game though.

If I check the session storage from rockstar-website (like it says in issue 46), it shows: "gamesOwned":"LAN_PC|Launcher_PC|GTAV_PC",

tylerbrawl commented 4 years ago

The Rockstar plugin will only show games that are owned on the Rockstar Games Launcher. These games will appear for their respective platforms on Galaxy 2.0 already, and even though the client correctly handles game duplication, I am unsure of a way to check which platform a game is owned on without manually checking every possibility.

For these reasons, this functionality is not present in the plugin. However, if demand for it is high enough, I might add a configuration option for it.

If you want to help with the development of this feature, then I would like you to run the following tests:

  1. Launch L.A. Noire directly from its .exe file with the following command line parameters:

-launchTitleInFolder [Path to LANoire.exe]

where [Path to LANoire.exe] is the directory containing LANoire.exe without the executable name. Since you own this game on Steam, this will test the plugin's ability to launch Steam games correctly.

  1. Launch GTA V directly from its .exe file with the following command line parameters:

-launchTitleInFolder [Path to PlayGTAV.exe]

where [Path to PlayGTAV.exe] is the directory containing PlayGTAV.exe without the executable name. Since you own this game on the Epic Games Store, this will test the plugin's ability to launch Epic Games Store games correctly.

yoshimo commented 4 years ago

Well you have "linkedAccounts": "sc|epic", so that would certainly help with the deduplication