ProbablyManuel / requiem

20 stars 3 forks source link

Improve game release detection #330

Open ProbablyManuel opened 2 months ago

ProbablyManuel commented 2 months ago

The Reqtificator automatically determines the game release (Steam or GOG) by checking if the load order file is available. If both the Steam and GOG release are installed, GOG is preferred by default. This behavior can be overridden by the command line argument --game=SkyrimSE or --game=SkyrimSEGog respectively.

Unfortunately, the command line argument parsing doesn't work correctly, and therefore it's currently impossible to enforce choosing the Steam release over the GOG release. Furthermore, the command line option isn't documented outside of the changelog and less convenient for the user than an option in the GUI.

Expected Outcome