sonic2kk / steamtinkerlaunch

Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs
GNU General Public License v3.0
2.16k stars 73 forks source link

automatic game configuration import from multiple other platforms #40

Closed frostworx closed 4 years ago

frostworx commented 4 years ago

Would be nice to have an optional search for required tweaks from various different platforms. Most interesting ones would be probably

Lutris has an open api which could be used - I asked here if using it from stl would be ok: https://github.com/lutris/lutris/issues/3117

edit:

any other sources I forgot/don't know?

frostworx commented 4 years ago

ok, pulling all issues from proton issue tracker (keeping those allrady downloaded to not flood) is pretty easy

frostworx commented 4 years ago

protonfixes implementation is already working pretty fine (offline)

arrowgent commented 4 years ago

automating fixes in this way seems like an AI Heuristics method to find strings that work and then translate that into pass/fail criteria i couldnt even imagine the parsing language to find a fix

lutris atleast is just scripts ready to go.

if you are going to use these, atleast make them Optional/Manual and transparent, (we can open the fix and look at its contents from within the menu) before accepting.

frostworx commented 4 years ago

Of course this will be optional. The whole concept is pretty stable. No platform, no matter how good the import works will be enabled by default. Weaker platform imports (looking at you #47) will get a warning (parsing plain text will be very basic of course). Platforms which the user decides to use will always(!) have a lower priority than all other configs, as they will be loaded at first and therefore will be overridden by all other configs following. The autotweak will be opened together with the main config when WAITEDITOR is enabled (edit: It will use ATEDITOR which will fall back to WAITEDITOR if empty).

frostworx commented 4 years ago

protonfixes and lutris fixed in fixed in https://github.com/frostworx/steamtinkerlaunch/commit/1278f8a9c90270e66056c5063e93a6dea23a5976

frostworx commented 4 years ago

Remaining "platforms" which might be added are in #47 and #48