-
I had this working before, but after a recent update I lost all my application configs.. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
I spent awhile looking for a solution to this same problem. I'm running windows 10 for reference. This solution basically tells sunshine to run the bat files and not Steam itself, so it has nothing to shutdown or quit out of, rather you start and shutdown steam Big Picture yourself with the detached command and undo command. steam_open.bat
steam_close.bat
apps.json
|
Beta Was this translation helpful? Give feedback.
-
And make |
Beta Was this translation helpful? Give feedback.
-
I had a similar requirement and this is a script I cobbled together. Doesn't require additional applications. Just list the file as a command in sunshine. The way this works, it launches big picture whether steam is running or not. Then, when you exit steam, the stream ends and steam restarts.
|
Beta Was this translation helpful? Give feedback.
-
I found steam big picture can be exited by entering "Alt+Enter", but I don't know how to implement it. I had tried use Sendkeys in vbs, but it didn't work. I can't get the real catch input window. |
Beta Was this translation helpful? Give feedback.
-
It's actually as simple as running Solution: Just go into 'Applications' in Sunshine, edit Steam Big Picture, and add a Command Preparation. Put "steam://close/bigpicture" (without quotes) in the Undo Command box. Click save and apply, done. |
Beta Was this translation helpful? Give feedback.
I spent awhile looking for a solution to this same problem. I'm running windows 10 for reference.
I use nircmd, a tool you can download and add to your environment variables.
I then made two bat files. steam_open.bat and steam_close.bat and added them to my apps.json file for sunshine.
This solution basically tells sunshine to run the bat files and not Steam itself, so it has nothing to shutdown or quit out of, rather you start and shutdown steam Big Picture yourself with the detached command and undo command.
steam_open.bat
steam_close.bat
apps.json