tmplshdw / cloud_config_workaround

Script to keep different local graphics/display settings for games that sync them with Steam cloud
MIT License
59 stars 12 forks source link

Fix to witcher 3 new patch launcher ( only for windows ) #13

Open SlevinSkrreeek opened 1 year ago

SlevinSkrreeek commented 1 year ago

The new witcher 3 update add a launcher that broke the old script, I added a loop to wait for the game exe to start and a loop to wait for the game exe to end. I added a new variable GAMEEXE , if left empty the old script logic is used.

tmplshdw commented 1 year ago

I'm not very familiar with Windows/batch/etc and this adds a lot more logic to the script so I don't want to blindly merge it. I don't have this game to test it myself so I hope someone else can review/test this and confirm it works then I'll merge it.

fredluetkemeier commented 1 year ago

I tested this and it seems to work for Witcher 3.

Do we know if a Linux version isn't needed? Or was it just not added to this PR?