Skip to content

Added support for adding locally installed games to lutris#50

Open
HashimHS wants to merge 3 commits intoandrew-ld:masterfrom
HashimHS:add_game
Open

Added support for adding locally installed games to lutris#50
HashimHS wants to merge 3 commits intoandrew-ld:masterfrom
HashimHS:add_game

Conversation

@HashimHS
Copy link
Copy Markdown

@HashimHS HashimHS commented Apr 4, 2026

Added "Add game" to system menu. This option opens a window to add locally installed game to lutris. I have tested it by adding an rpcs3 game and launching it. Should work for all runners though.

@andrew-ld
Copy link
Copy Markdown
Owner

andrew-ld commented Apr 4, 2026

It would be better to have a generic component that acts as a file picker so it can be reused in other parts of the app. This would also make the AddGameDialog much smaller (in term of code). Additionally, this part should be handled by Node.js—the only part managed by lutris_wrapper.py should be the final addition to the library.

AddGame component refactor
@HashimHS
Copy link
Copy Markdown
Author

HashimHS commented Apr 4, 2026

I have separated the directory picker as a new component "Pathfinder.jsx".

@HashimHS
Copy link
Copy Markdown
Author

HashimHS commented Apr 4, 2026

The fields required for runners are fetched though the API. Lutris API is all python. Which parts would you like to be written in Nodejs?

@andrew-ld
Copy link
Copy Markdown
Owner

@HashimHS browse_path_main

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

Successfully merging this pull request may close these issues.

2 participants