Jump to content
LaunchBox Community Forums

Start Windows Game in Fullscreeen?


RobertBlum

Recommended Posts

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 by Suhrvivor
typos
  • Thanks 1
Link to comment
Share on other sites

  • 3 weeks later...
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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...