Results 1 to 10 of 32

Dev. Posts

Hybrid View

  1. #1
    Player
    Shurrikhan's Avatar
    Join Date
    Sep 2011
    Posts
    12,870
    Character
    Tani Shirai
    World
    Cactuar
    Main Class
    Monk Lv 100
    Quote Originally Posted by Xerius View Post
    For me it's not a problem of how good it runs it's a matter of the screen not fitting in the window. If I have it much bigger than I have it now my action bar will disappear below my start up menu. For some reason it can't seem to center itself.
    If you can find that elusive actual fullscreen-window option, use that. Since I use it for other games as well, I just downloaded Auto-Hotkey and use this script:

    ^+a::
    WinSet, Style, -0xC00000,a ; remove the titlebar and border(s)
    WinMove, a, , 0, 0, 1680, 1050 ; move the window to 0,0 and resize it to 1680x1050
    return

    Set to Shift-A. Doesn't toggle back and forth, but it'll get the job done. And, no window borders.

    Edit* Set your own wanted resolution where I have mine.

    Edit** You can change the binding with an overriding option for all scripts on Auto-Hotkey, or the top line. Should also be able to set it to return to a regular windowed mode with an additional two lines; I've just never had the need.

    Edit*** as someone mentioned later down, the hotkey might be CTRL-Shift-A by default when DLed now. Should say when you install it. : )
    (3)
    Last edited by Shurrikhan; 10-10-2012 at 03:18 AM.

  2. #2
    Player
    Xerius's Avatar
    Join Date
    Aug 2012
    Location
    Ul'dah
    Posts
    191
    Character
    Xerius Falconbridge
    World
    Exodus
    Main Class
    Arcanist Lv 60
    [QUOTE=Shurrikhan;834964
    ^+a::
    WinSet, Style, -0xC00000,a ; remove the titlebar and border(s)
    WinMove, a, , 0, 0, 1680, 1050 ; move the window to 0,0 and resize it to 1680x1050
    return
    [/QUOTE]
    Ahhhh, thank you this should be quite helpful until 2.0 launches! ^^ For the resolution, I'd use my native resolution though not 1680x1050 though, right?
    (0)

  3. #3
    Player
    Medura's Avatar
    Join Date
    Mar 2011
    Location
    Limsa Lominsa
    Posts
    826
    Character
    Medura Bloodspiller
    World
    Moogle
    Main Class
    Goldsmith Lv 90
    Quote Originally Posted by Shurrikhan View Post
    If you can find that elusive actual fullscreen-window option, use that. Since I use it for other games as well, I just downloaded Auto-Hotkey and use this script:

    ^+a::
    WinSet, Style, -0xC00000,a ; remove the titlebar and border(s)
    WinMove, a, , 0, 0, 1680, 1050 ; move the window to 0,0 and resize it to 1680x1050
    return

    Set to Shift-A. Doesn't toggle back and forth, but it'll get the job done.

    Edit** You can change the binding with an overriding option for all scripts on Auto-Hotkey, or the top line. Should also be able to set it to return to a regular windowed mode with an additional two lines; I've just never had the need.
    though, cant you get banned for use of autohotkey and autoit? those are used for very many botting communities afterall.
    (0)

  4. #4
    Player
    Xiichi's Avatar
    Join Date
    Oct 2011
    Posts
    9
    Character
    Xii Chi
    World
    Hyperion
    Main Class
    Gladiator Lv 50
    Quote Originally Posted by Shurrikhan View Post
    If you can find that elusive actual fullscreen-window option, use that. Since I use it for other games as well, I just downloaded Auto-Hotkey and use this script:

    ^+a::
    WinSet, Style, -0xC00000,a ; remove the titlebar and border(s)
    WinMove, a, , 0, 0, 1680, 1050 ; move the window to 0,0 and resize it to 1680x1050
    return

    Set to Shift-A. Doesn't toggle back and forth, but it'll get the job done.

    Edit** You can change the binding with an overriding option for all scripts on Auto-Hotkey, or the top line. Should also be able to set it to return to a regular windowed mode with an additional two lines; I've just never had the need.
    Note - If you're using this script it's ctrl+shift+a to activate without any additional bindings, but thumbs up for the script!
    (0)