Profile image

Windowed Borderless Option in SimplePlanes

37.1k Rohan  5.1 years ago

Is there any way we could get the option to play SimplePlanes in a borderless window? Does anyone know a way that works already?

  • Log in to leave a comment
  • Profile image
    49.0k BMilan

    @Rohan Heya, what steam launch options did you use to enable windowed borderless mode?

    6 months ago
  • Profile image
    5,982 JakeS

    @Rohan Hi

    3.2 years ago
  • Profile image
    37.1k Rohan

    Hi @JakeS

    3.2 years ago
  • Profile image
    5,982 JakeS

    Hi

    3.3 years ago
  • Profile image
    Dev WNP78

    I also have these two extra keybinds:

    ^.::
    WinSet, Style, +0xC40000, a
    return
    ^,::
    WinSet, Style, -0xC40000, a
    WinMove, a, , -1920, 0, 3840, 1080
    return
    

    which binds ctrl+. to reinstate the border, and ctrl+, to stretch it borderless across both my primary monitor and the one to the left.

    5.1 years ago
  • Profile image
    Dev WNP78

    I use an autohotkey script to remove the border.
    I set the game to windowed mode, then use this script:

    ^/::
    WinSet, Style, -0xC40000, a
    WinMove, a, , 0, 0, 1920, 1080
    return
    

    which binds Ctrl+/ to put the window filling the first 1920x1080 monitor with no border. There's probably an easier way but this is good for me.

    5.1 years ago
  • Profile image
    37.1k Rohan

    @RailfanEthan I added some launch options in steam to get it to work

    5.1 years ago
  • Profile image

    have you gone through settings and tried hitting your pc's fullscreen key?

    +1 5.1 years ago
  • Profile image
    37.1k Rohan

    @randomusername Basically SimplePlanes is windowed (has the x, minimize, and maximize buttons on the top) except the borderless part removes these features. That way I can shift to my other monitor without the game minimizing.

    5.1 years ago