Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatic game configuration import from multiple other platforms #40

Closed
frostworx opened this issue Aug 26, 2020 · 6 comments
Closed

Comments

@frostworx
Copy link
Collaborator

frostworx commented Aug 26, 2020

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: lutris/lutris#3117

edit:

any other sources I forgot/don't know?

@frostworx
Copy link
Collaborator Author

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

@frostworx
Copy link
Collaborator Author

protonfixes implementation is already working pretty fine (offline)

@frostworx frostworx changed the title automatic search for required tweaks automatic game configuration import from multiple other platforms Sep 1, 2020
@arrowgent
Copy link

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
Copy link
Collaborator Author

frostworx commented Sep 2, 2020

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
Copy link
Collaborator Author

protonfixes and lutris fixed in fixed in 1278f8a

@frostworx
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants