Michael Margraf
9 discussion posts
Hi
I would like to string 2 scripts together. I would like to move a game window to Monitor 2 and then to run a borderless windowed mode on it. The game in question is Blade and Soul. I have tried just using the internal "move to monitor 2" But it doesnt work. Borderless Window script does work with a key but I cant seem to automate the 2 processes. I have no clue about scripting But with a bit of advice I could edit some found on this site.
Any help appreciated
Michael Margraf
9 discussion posts
No Its in windowed mode. But it has some kind of hacker prevention. Im guessing this is stopping running any commands on that window at least as an automated thing. Ive tried numerous combinations and nothing is working to move the window to the other monitor.
Ah, that could be. If you just try the Ctrl + Win + X hotkey on the game window, does it move to the next monitor?
Michael Margraf
9 discussion posts
Hmm no strangely Key combo works.
Although if the window is maximised it just minimizes it. But If the game window is minimized then it moves it as it should.
Michael Margraf
9 discussion posts
Your example script worked perfectly to move the window to monitor 2.
Edit: Actually I spoke too soon. The script doesnt work. I dont know why I thought it did.
Jan 28, 2016 (modified Jan 29, 2016)
•
#7
Ah, too bad. Does it run at all? (i.e. do you get a notification in the tray after pressing the hotkey?)
Michael Margraf
9 discussion posts
I do get a notification and the script does work with a hotkey.
Michael Margraf
9 discussion posts
This may help. The script does work with a hotkey but only when running it twice. The first time the window just remain on the original monitor. 2nd time it moves.
Im happy to have the script running from a hotkey but it would be cool if it Moved the window, Then maximized it, then made it borderless window.
Not sure how that would work with having to run the move to next monitor twice.
Michael Margraf
9 discussion posts
Im using this script https://www.displayfusion.com/ScriptedFunctions/View/?ID=ab674b2f-b76a-4276-b2ad-e1d3651a2c04
Im always moving to Monitor 2. Is that the ID you need?
Michael Margraf
9 discussion posts
Everything works but the borderless bit.
Is the name of your borderless function exactly as below?
"Remove Borders and Size to Full Screen (Make Borderless-Windowed)"
Michael Margraf
9 discussion posts
Ah I think Ive renamed it to "Borderless Window"
But I have made it all work. I copied and pasted the entire Borderless window script and replaced the last part in your script and I had to add a little delay.
Its worked. Im gonna try to see if it will work automated. But If not at least it works from a hotkey.
Thank you very much for your help.
Excellent, glad to hear it!