jarrettgilliam / AutoGame

Automatically start your favorite game launcher at just the right moment.
MIT License
34 stars 2 forks source link

<feature request> Custom Resolution #19

Open BossBreu opened 1 year ago

BossBreu commented 1 year ago

First, I want to say I made a github account just so I could make this feature request, I've never posted on this site before!

Second, this worked like a charm for me. I had no trouble with setup.

I actually have two feature requests:

  1. Because I'm using Parsec on a mobile device, being able to use a preset custom windows resolution would be awesome, so I can get it to automatically align to my phone's native resolution
  2. After having Parsec disconnect, reverting to the previous resolution, and closing the launcher so that the next time I sit down at my desktop, I don't first have to close down Playnite and reset my resolution

Even without these features, ty so much for this, what a great help!

jordantgh commented 1 year ago

You can do your first request already with a custom script. I use a VB script to silently run a powershell script that calls Monitor Profile Switcher (https://sourceforge.net/projects/monitorswitcher/).

image

It's a shame that we can't run a script on disconnect, but I can imagine that'd be a ton of extra work for something that's quite trivial from the user side. I have a shortcut on my taskbar and stream deck to switch back to my normal monitor layout.

jarrettgilliam commented 1 year ago

Welcome to GitHub and thanks for reaching out! Being able to set a custom resolution would be awesome. Thanks @jordantgh for pointing out a 3rd party solution. I do plan on adding 1st party support for this though (along with disconnect support). Be on the lookout for a new version 4 release in the coming months!