[Launcher] Add a gk or something outside of the tooling versions that simply finds and defaults to the newest tooling release #4234
ArcaneEntity
started this conversation in
General
Replies: 1 comment 2 replies
|
Kind of redundant and a considerable amount of effort to have an entire new executable just to act as a middleman between the launcher and the game. If someone really wants to solve this, it could just be improved in the launcher itself (the thing that controls how/where the games are installed in the first place). Some potential ideas:
Would be better to move this discussion to the launcher repo as such. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
it would be preferable to have game shortcuts (think steam and steamdeck game additions) not be tied to the tooling version so one can simply update it with the launcher,
(the following example is based on my experience with linux on my pc and steamdeck)
the "manager gk" file could just be a simple manager that just gets prompted by the launcher or steam to launch the specified game with commandline parameters,
something like -jak1 -tooling version(if someone wants specific) -data location -saves/settings location. similar to how the gk files work currently.
and then the "manager gk" process would just die after passing on its information.
All reactions