1. You are currently viewing a section that predates the release of FFXIV:ARR and the information you see here is most likely outdated and/or useless.
  1. FFXIV Reset Timers
    Last daily reset was 2 hours, 36 minutes ago / Next daily reset is in 21 hours, 23 minutes
    Last weekly reset was 1 days, 19 hours, 36 minutes ago / Next weekly reset is in 4 days, 14 hours, 23 minutes
Page 1 of 2 1 2 LastLast
Results 1 to 20 of 21

Thread: Fullscreen Windowed     submit to reddit submit to twitter

  1. #1
    Relic Weapons
    Join Date
    Jun 2010
    Posts
    329
    BG Level
    4

    Fullscreen Windowed

    Don't know shit about AHK, but improved a tiny bit on the auto-position script that was floating around here (forgot where I got it... sorry..).

    Did this for myself and LS, but well... might as well put it out here.

    Basically, this does the most basic of XI's Windower functionality (and nothing more): fake fullscreen mode. I.e. you run XIV windowed but it looks fullscreen and you retain alt-tab functionality.

    You need to configure XIV to run in Windowed mode at your desktop resolution for this to work.

    If you have AHK (AutoHotKey), here's code:
    Code:
    p = FINAL FANTASY XIV Beta Version
    x = 0
    SysGet, ScreenWidth, 0
    SysGet, ScreenHeight, 1
    Loop
    {
      ifWinExist, %p%
      {
        if (x = 0) {
          ;WinActivate
          WinGetPos, , , w, h, %p%
          if (h > 400) { ; avoid resizing patcher window
            WinSet, Style, -0xC00000, %p% ; remove borders
            WinMove, %p%, , 0, 0, ScreenWidth, ScreenHeight
            x = 1
          }
        }
      }else{
        x = 0
      }
    }
    return
    If you don't have AHK and just want a standalone binary, use this:
    http://www.filefront.com/17271998/w_ffxiv.rar

    There's an exe inside, compiled AHK script. As always, scan it before you run an exe, no use me telling you it's clean. When you launch it, it goes straight to your icon tray (green "H" icon). You can run it even after XIV is launched.

    Note #1: Any one who feels like taking the script and improving it, go ahead. I just made this in 10 mins, far from perfect.
    Note #2: Will not work anymore in 2 weeks since "Beta Version" is coded in the script, need to improve that too.
    Note #3: Will not work with multi-monitor setup, I guess.
    Note #4: You can close the script/binary after launching XIV, if you like. If you do so, you'll have to run it again next time you launch XIV though.

    Disclaimer: Not my fault if your PC explodes etc...

  2. #2
    My Little Ixion
    Join Date
    Aug 2007
    Posts
    8,016
    BG Level
    8
    FFXIV Character
    Olorin Bustyoas
    FFXIV Server
    Sargatanas
    FFXI Server
    Ramuh

    http://aikar.co/FFXIVWindower.exe

    (no, it's not a full windower it's identical in function to the OP's code)

  3. #3
    Sea Torques
    Join Date
    Jul 2009
    Posts
    719
    BG Level
    5

  4. #4
    Nidhogg
    Join Date
    Jul 2006
    Posts
    3,999
    BG Level
    7

    couldn't you just configure your resolution to your screens in the config setting? and run windowed

  5. #5
    Sea Torques
    Join Date
    Jul 2009
    Posts
    719
    BG Level
    5

    Link, when you do that there is still a window, which forces the screen resolution to not match (game extends below your window). These solution all remove the window from the game to emulate full screen with the ability to use your second monitor without craashing.

  6. #6
    WASTE OF CURRENCY
    I CAN'T I CAN'T I CAN'T

    Join Date
    Feb 2006
    Posts
    9,065
    BG Level
    8
    FFXIV Character
    Izzy Izumi
    FFXIV Server
    Sargatanas
    FFXI Server
    Phoenix
    WoW Realm
    Arthas

    Google shiftwindow.

    Download it.

    Click one button, your FFXIV is now fullscreen.

  7. #7
    Ranger
    9900klub

    Join Date
    Apr 2005
    Posts
    9,976
    BG Level
    8
    FFXIV Character
    Sonomaa Kihten
    FFXIV Server
    Gilgamesh
    FFXI Server
    Bahamut
    WoW Realm
    Durotan
    Blog Entries
    12

    Quote Originally Posted by Izzy View Post
    Google shiftwindow.

    Download it.

    Click one button, your FFXIV is now fullscreen.
    can you be more specific of how this works, I am curious

  8. #8
    Banned.

    Join Date
    Jun 2008
    Posts
    70
    BG Level
    2

    Quote Originally Posted by Sonomaa View Post
    can you be more specific
    http://grismar.net/shiftwindow/

  9. #9
    JHM
    JHM is offline
    Smells like Onions
    Join Date
    Sep 2010
    Posts
    4
    BG Level
    0
    FFXI Server
    Asura
    WoW Realm
    Terokkar

    Tried using shiftwindow and It seems to work to get 1920x1080 windowed to fit right on my screen, however, when I try to select options in game with my mouse it sees that everything is shifted down. So if I want to hit start with the mouse, the pointer needs to be over quit before Start is highlighted. Tried using the script and it does not seem to do anything for me.

    I looked at the other link with the original script and it will resize all selected windows except for the FFXIV game window, lol. Not sure what to do now to try and get this to work.

  10. #10
    Sea Torques
    Join Date
    Jul 2009
    Posts
    719
    BG Level
    5

    JHM, use the link i provided to the beta phase 3 sticky. It works fine.
    Make sure the windowed mode is the same size as your screen. This involves checking the beta config and your desktop resolution.

  11. #11
    Nikkei's Hoe
    Worse than her at uno

    Join Date
    Dec 2006
    Posts
    6,236
    BG Level
    8
    FFXIV Character
    Eanae Hikari
    FFXIV Server
    Gilgamesh
    FFXI Server
    Cerberus
    WoW Realm
    Hyjal

    Aikar's program works fine too. I use it. Works like a charm.

  12. #12
    WASTE OF CURRENCY
    I CAN'T I CAN'T I CAN'T

    Join Date
    Feb 2006
    Posts
    9,065
    BG Level
    8
    FFXIV Character
    Izzy Izumi
    FFXIV Server
    Sargatanas
    FFXI Server
    Phoenix
    WoW Realm
    Arthas

    Quote Originally Posted by Sonomaa View Post
    can you be more specific of how this works, I am curious
    http://a.imageshack.us/img18/8481/captureauu.png

    Basically, just set it up just like this. Point the filename to the currently running FFXIV process, then click "Trigger it". Works like a charm. Just make sure the FFXIV resolution is set to the same as your desktop.

  13. #13
    JHM
    JHM is offline
    Smells like Onions
    Join Date
    Sep 2010
    Posts
    4
    BG Level
    0
    FFXI Server
    Asura
    WoW Realm
    Terokkar

    Ok got it to work.

    Basically I found some one on the Core that had the same issue and this was the fix for it.
    View PostDragonPhoenix, on 05 September 2010 - 06:08 AM, said:
    The script is running, but I hit control shift a and it doesn't work :/


    I had this problem also. The solution is to right-click on the .ahk file and select "compile script." Give it a few moments; first it will create an intermediate file, then convert that into a .exe file. Right-click on the .exe file and run it as an administrator and the script should function for you.
    Thank you all again for the help

  14. #14
    Relic Weapons
    Join Date
    Jun 2010
    Posts
    329
    BG Level
    4

    Quote Originally Posted by Cooleko View Post
    Sure, same thing. However, the script in first post has two small improvements over what's posted in Ghost's FAQ:
    - No need to set resolution manually in the script. Auto-detects desktop resolution.
    - No need to crtrl+shift+a or whatever, XIV window is detected automatically.

    Anyway, didn't know there were already that many alternatives out there; use whatever the heck you like, just put out there what I'm using myself.

    EDIT: And shiftwindow is nice... Thanks for the tip.

  15. #15
    RIDE ARMOR
    Join Date
    Dec 2009
    Posts
    20
    BG Level
    1
    FFXI Server
    Leviathan

    Anyone tested any of this with Crossfire or SLI? Can't test, at work

  16. #16
    Melee Summoner
    Join Date
    Apr 2010
    Posts
    43
    BG Level
    1

    Some of the windowers are a bit buggy.
    I tried Aikar's for a bit, but then reverted to the one posted on Core a while ago, but will probably have to make my own script later.

    Aikar's did weird things to my game and eventhough fraps reported 40 fps, the camera and all animations handled like 10 fps. That happened each time I used it.
    After I've reverted back game runs smooth again.

  17. #17
    Smells like Onions
    Join Date
    Jul 2010
    Posts
    7
    BG Level
    0
    FFXI Server
    Asura

    Quote Originally Posted by ridsama View Post
    Anyone tested any of this with Crossfire or SLI? Can't test, at work
    I have, and it's working. I'm using the windowerxiv.com option and getting the same fps as i was using fullscreen. Tested on GTX 295

  18. #18
    RIDE ARMOR
    Join Date
    Dec 2009
    Posts
    20
    BG Level
    1
    FFXI Server
    Leviathan

    ^ ban this ass clown

  19. #19
    Melee Summoner
    Join Date
    Jul 2010
    Posts
    41
    BG Level
    1

    Quote Originally Posted by Izzy View Post
    Google shiftwindow.

    Download it.

    Click one button, your FFXIV is now fullscreen.
    Very nice thank you! works perfect and it fix my massive screen tearing problems too.

  20. #20
    Can't dazzle with brilliance, Baffling with bullshit.
    Join Date
    Jan 2010
    Posts
    235
    BG Level
    4
    FFXIV Character
    Taube Teirn
    FFXIV Server
    Cerberus
    FFXI Server
    Cerberus

    Quote Originally Posted by ridsama View Post
    ^ ban this ass clown
    Welcome to internet forums where people who bother to really read the question are the exception, not the rule.
    ...Good luck finding them...

Page 1 of 2 1 2 LastLast