Last Updated: 2 years ago
My manner of operating It Takes Two any dimension you want over a number of displays
Table of Contents
Downloading Autohotkey/Script
You COULD use my precompiled Script[drive.google.com]
Should you like operating executables from strangers on the interwebz. i do not ¯\_(ツ)_/¯
You most likely desire putting in Autohotkey[www.autohotkey.com]and operating the code by yourself.
EITHER WAY - be sure to run the code as administrator or it wont work.
Code
Skip to “Working it” in case you are operating the precompiled script
Save this as “ItTakesTwo.ahk”
#ifwinactive ahk_exe ItTakesTwo.exe
;WinMove, WinTitle, WinText, X, Y , Width, Top, ExcludeTitle, ExcludeText
F11::WinMove, A,, 0, 0 , 3840, 1080
F10::WinMove, A,, 0, 0 , 1920, 1080
F6::WinMove, A,, 0, 0, A_ScreenWidth, A_ScreenHeight
F7::WinMove, A,, 0, 0, (A_ScreenWidth*2), A_ScreenHeight
the F6 / F7 hotkeys ought to work for everybody having two displays with the identical decision.
F10 / F11 function an illustration for enhancing the code.
Enhancing Code
This shouldnt be wanted. You may most likely simply skip to “Working it”
The syntax is definitely not that sophisticated: WinMove, WinTitle, WinText, X, Y , Width, Top
All you could know, is your screens native decision, Width and Top, and adapt accordingly.
e.g.:
- 1 Full HD monitor is 1920 pixels vast and 1080 pixels excessive.
- 2 Full HD displays are 3840 pixels vast and 1080 pixels excessive.
- For stretching the present window over each displays with F11, that is the code:
F11:: WinMove, A, , 0, 0, 3840, 1080 - For going again to solely utilizing the primary monitor, that is the code:
F10:: WinMove, A, , 0, 0, 1920, 1080
Here[www.autohotkey.com] you’ll be able to learn extra in regards to the winmove command.
Working it
Run the script as administrator and tab into recreation.
Use F7 for enjoying on two displays:
Use F6 for enjoying on one monitor once more:
Not working?
- Ensure you are operating the script
as administrator! - Ingame set Choices ➡ Show ➡ Window Mode to “Borderless Windowed”, which is the default setting.
If you’re nonetheless having hassle, be at liberty to ask. In any other case; have enjoyable with this glorious recreation!
By jonnysonny







