RobertBlum Posted November 23, 2021 Share Posted November 23, 2021 Hi, Cotton Reboot on PC dont start in full screen but windowed and there is no option in this game to set fullscreen by default. Alt + Enter is working good, but is it possible to have a command to start in fullscreen by default ? Thanks Quote Link to comment Share on other sites More sharing options...
Suhrvivor Posted November 24, 2021 Share Posted November 24, 2021 (edited) I just got this on my LaunchBox a few days ago and also noticed that it doesn't have a fullscreen option other than Alt+Enter. You can make a script that sends those keys right after launch though, I did that and it works like a charm. this is the script I use: Set WshShell = WScript.CreateObject("WScript.Shell") obj = WshShell.Run("""cotton_reboot.exe""", 3, False) WScript.sleep 3000 WshShell.AppActivate ("Cotton Reboot! ver1.00") 'Focuses game window just in case WScript.sleep 200 WshShell.SendKeys "%{ENTER}" 'Sends ALT+ENTER to enter in fulscreen mode (720p) Paste the above code into a text editor, save as cotton_reboot.vbs, put it next to the game's exe, then make LaunchBox launch that vbs file instead of the game's exe (or Steam URL). Edited December 16, 2021 by Suhrvivor typos 2 Quote Link to comment Share on other sites More sharing options...
RobertBlum Posted November 24, 2021 Author Share Posted November 24, 2021 I did and it works perfect. Thank you very much! Quote Link to comment Share on other sites More sharing options...
SonnyHermiston Posted December 15, 2021 Share Posted December 15, 2021 On 11/23/2021 at 4:27 PM, RobertBlum said: Hi, Cotton Reboot on PC dont start in full screen but windowed and there is no option in this game to set fullscreen by default. Alt + Enter is working good, but is it possible to have a command to start in fullscreen by default ? Thanks I found this solution online, hope it will help you to fix it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.