Results 1 to 5 of 5

Thread: Windowed Fullscreen/Borderless Window?

  1. #1

    Default Windowed Fullscreen/Borderless Window?

    Hi.

    I love to play in Windowed Fullscreen/Borderless Windowed mode because I'm always alt tabbing - this has been a big necessity for me since Rome 1. Does anyone know if it's possible in Shogun?

    Thanks in advance!

  2. #2
    King Athelstan's Avatar The Wheel Weaves
    Join Date
    Sep 2013
    Location
    Nidaros
    Posts
    6,773
    Blog Entries
    8

    Default Re: Windowed Fullscreen/Borderless Window?

    Im pretty sure you can find it in the options somehwere!

  3. #3

    Default Re: Windowed Fullscreen/Borderless Window?

    I can find where to turn it into Windowed mode, but what I want is Fullscreen Window...in other words, it appears to be full screen, but minimizes immediately. The problem is that when I play Shogun with just Windowed mode activated, the bottom of the screen gets cut off and I can't get it to show up, the window won't allow me to move it upwards at all.

  4. #4
    King Athelstan's Avatar The Wheel Weaves
    Join Date
    Sep 2013
    Location
    Nidaros
    Posts
    6,773
    Blog Entries
    8

    Default Re: Windowed Fullscreen/Borderless Window?

    Perhaps try to adjust the screen resolution.

  5. #5

    Default Re: Windowed Fullscreen/Borderless Window?

    Hey, I used to struggle with this but found an easy workaround with a little custom script with the program Autohotkey.

    1. Download Autohotkey (just google it, easy find)
    2. edit a script and input the following
    $f10::

    WinSet, Style, -0xC40000, A
    WinMove, A, , 0, 0, %A_ScreenWidth%, %A_ScreenHeight%


    Return


    $f12::
    Suspend, Toggle
    return
    3. Start the game and have autohotkey running(green icon next to your clock on the bottom right of your screen)
    4. Once the game finishes loading the startmenu, press F10 and the screen should expand to fit your entire screen without any borders. Pressing F10 again will do nothing, but if you wish to disable the AHK-script, you can press F12 to toggle it on or off.

    Enjoy your fullscreen windowed mode, it was a gripe of mine aswell.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •