Results 1 to 8 of 8
  1. #1
    Player
    Norack's Avatar
    Join Date
    Nov 2011
    Posts
    649
    Character
    Norack Sunstorm
    World
    Sargatanas
    Main Class
    Conjurer Lv 80

    Borderless window?

    I am finding myself continually having to quit the game so i can go online to look stuff up for this game because as per my last post, no one in this game talks to low lv. ppl >.< anyways I just went into FFXIV config. and put it into windowed mode and thought that would be it and everything would be fine, however there is a border all over the FFXIV window, except the bottom, because the huge taskbar at the top of the box makes the FFXIV screen go lower than it actually is, so I cannot see my /say bar, and i can't really see my action bar or lv. bar, Is there any scripts or anything online that lets you put windowed mode full screen? I had windower when i played FFXI and that worked amazing, I have done some research on this and i got http://www.ffxivcore.com/topic/10729...window-script/
    And it does what I want where it makes it fullscreen, however it messes up my cursor. What I mean by that is when i am at the beginning screen and there is the Start, opening movie, credits, and quit button when i move my mouse cursor over them when its in normal window it works fine, when i run the hotscript it is like 2 buttons off, When i put my mouse cursor on the second button the fourth button gets highleted and so on like that it just messes everything up, does anyone know of a better way to do this, or is it currently impossible?
    (0)

  2. #2
    Player
    ispano's Avatar
    Join Date
    Oct 2011
    Posts
    2,753
    Character
    Melfina Amastacia
    World
    Excalibur
    Main Class
    Lancer Lv 60
    You can use ShiftWindow, you'll likely need to activate it every time you play since the auto method doesn't seem to work too well for me.
    (0)

  3. #3
    Player
    TheRac25's Avatar
    Join Date
    Apr 2011
    Posts
    415
    Character
    Krell Ynjynor
    World
    Excalibur
    Main Class
    Fisher Lv 50
    you need to set your res to the same as the script your using
    (0)

  4. #4
    Player
    Raikki's Avatar
    Join Date
    Mar 2011
    Posts
    759
    Character
    Raikki Zero
    World
    Jenova
    Main Class
    Ninja Lv 90
    You're just missing a step in the AutoHotKey script. Here's mine:

    ^+a::
    WinSet, Style, -0xC00000,a ; remove the titlebar and border(s)
    WinSet, Style, -0x40000,a ; remove sizing border
    WinMove, a, , 1680, 0, 1360, 768 ; move the window to 1680, 0 and resize it to 1360x768
    return
    Edit "1680, 0" to be the desktop coordinates you want the upper left corner of the screen to be (0, 0 for your primary display) and "1360, 768" to be the resolution you're running the game. Edit "^+a" to be whatever keyboard shortcut you want for it.
    (0)

  5. #5
    Player
    NamudNevets's Avatar
    Join Date
    Aug 2011
    Posts
    167
    Character
    Daddy Dufresh
    World
    Hyperion
    Main Class
    Thaumaturge Lv 55
    Gamers window re-locator is great. Just google that
    (0)

  6. #6
    Player
    Sylkis's Avatar
    Join Date
    Mar 2011
    Location
    Gridania
    Posts
    613
    Character
    Sylkis Tea
    World
    Sophia
    Main Class
    Scholar Lv 90
    Quote Originally Posted by Raikki View Post
    You're just missing a step in the AutoHotKey script. Here's mine:



    Edit "1680, 0" to be the desktop coordinates you want the upper left corner of the screen to be (0, 0 for your primary display) and "1360, 768" to be the resolution you're running the game. Edit "^+a" to be whatever keyboard shortcut you want for it.
    Even better:
    WinMove, A, , 0, 0, A_ScreenWidth, A_ScreenHeight
    This detects your monitor resolution so theres no editing
    (0)

  7. #7
    Player
    RethDaron's Avatar
    Join Date
    Sep 2011
    Posts
    200
    Character
    Rilfid Gallen
    World
    Goblin
    Main Class
    Gunbreaker Lv 90
    I just launch my game through Steam and use the built in browser for everything.
    (0)

  8. #8
    Player

    Join Date
    Sep 2011
    Location
    Gridania
    Posts
    928
    In FFXIV Config set your windowed mode to your actual screen resolution. The window will need a bit of moving to the left, but you can get it to fit perfectly with only the top info/minimize/maximize bar showing. This sometimes bugs with the Windows taskbar, so just set it to auto-hide. Has worked perfectly for me.
    (0)