Conversation
lexarvn
commented
May 13, 2025
- Add in powershell script (from suggestion in [REQUEST] Epic Games Parser - Auto Close Epic when game closes #746) that will auto close epic when the launched game closes
- Start a model for epic games manifests
|
Side note, but I doubt that the current launch options for epic work on mac, and I didn't try to fix them |
45e52e1 to
477c726
Compare
| } | ||
|
|
||
| # Give Epic Games Launcher a few seconds before closing | ||
| Start-Sleep -Seconds 10 |
There was a problem hiding this comment.
I only put 10s because sometimes saves take a bit to sync to the cloud. If it weren't for that, it could be really short I think. Might be worth making it configurable incase you don't care about syncing saves to the cloud
There was a problem hiding this comment.
Unfortunately this would break the epic parser on OS X as it currently stands; it will have to be updated to use the previous handling or have a separate shell script for os x.
There was a problem hiding this comment.
That's what I was afraid of but couldn't test. I'll probably see about falling back to not using the script on non-windows computers as I don't have an OS X machine to test on currently
There was a problem hiding this comment.
@cbartondock I put in a check so that it fallbacks to the original launchOptions when not windows. I also ended up making changes to the powershell file itself so that it closes everything properly if you close the game from steam
…game closes - Start a model for epic games manifests
ddbb65a to
7ab4201
Compare
- rework epic powershell script to close the game if steam closes the script
7ab4201 to
5dfa249
Compare