Posted April 01, 2015
high rated
As I've already written in some other topic, I've written a little launcher program.
It searches for blocking processes in case there are some preventing you to play the game (hello setpoint.exe ...) and you can configure it to automatically end those processes and restart them after playing.
The main point I've written the launcher was the resolution switching to 640x480. This messes up my second monitor and sometimes I like watching some streams while playing turn based games.
Now I can do it with King of Dragon Pass too.
It uses a similar approach as the Python script mentioned somewhere here in this forums:
KoDP is started in windowed mode. But instead of just fixing the window boarders, a borderless full screen window is created, that displays the scaled content of the game.
Even though I've written the launcher a while ago, I haven't opened a new topic for it since I haddn't have played enough of the game yet. That has now changed.
You can find the launcher on Github (search for "KoDP-Launcher"). I cannot provide you a link to it here, sorry.
I really hope this works out for anyone having similar troubles as me.
It searches for blocking processes in case there are some preventing you to play the game (hello setpoint.exe ...) and you can configure it to automatically end those processes and restart them after playing.
The main point I've written the launcher was the resolution switching to 640x480. This messes up my second monitor and sometimes I like watching some streams while playing turn based games.
Now I can do it with King of Dragon Pass too.
It uses a similar approach as the Python script mentioned somewhere here in this forums:
KoDP is started in windowed mode. But instead of just fixing the window boarders, a borderless full screen window is created, that displays the scaled content of the game.
Even though I've written the launcher a while ago, I haven't opened a new topic for it since I haddn't have played enough of the game yet. That has now changed.
You can find the launcher on Github (search for "KoDP-Launcher"). I cannot provide you a link to it here, sorry.
I really hope this works out for anyone having similar troubles as me.
Post edited April 01, 2015 by JaiiDerHerr