Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 32

Dev. Posts

Hybrid View

  1. #1
    Player
    Xerius's Avatar
    Join Date
    Aug 2012
    Location
    Ul'dah
    Posts
    191
    Character
    Xerius Falconbridge
    World
    Exodus
    Main Class
    Arcanist Lv 60

    What FFXIV:ARR needs more than anything!

    Alt+tab in full screen mode.

    I really hope that this didn't get pushed on the back-burner. I haven't seen it mentioned (although that doesn't mean anything I miss a lot of information apparently). I'm tired of having this nice machine to play upper-tier video games, but still having to play in this tiny box for FFXIV because the windowed mode makes more problems then solutions that it's worth at larger window sizes.
    (9)

  2. #2
    Player
    Shurrikhan's Avatar
    Join Date
    Sep 2011
    Posts
    12,830
    Character
    Tani Shirai
    World
    Cactuar
    Main Class
    Monk Lv 100
    Would like to see this too, but honestly I've never really experienced any problems with fullscreen windowed mode. If anything it runs slightly better than a true fullscreen mode (I get a pretty consistent 2 fps increase, though I don't know why).
    (1)

  3. #3
    Player
    Tiberious's Avatar
    Join Date
    Oct 2012
    Posts
    78
    Character
    Affidon Kepler
    World
    Ragnarok
    Main Class
    Gladiator Lv 50
    Quote Originally Posted by Shurrikhan View Post
    Would like to see this too, but honestly I've never really experienced any problems with fullscreen windowed mode. If anything it runs slightly better than a true fullscreen mode (I get a pretty consistent 2 fps increase, though I don't know why).
    I don't really care to be able to alt+tab because I use my laptop for that. HOWEVER, I have MANY MANY times accidently pressed the window key on my keyboard which crashes the game. Reallllllllly annoying when you're in the middle of a guildleve.
    (0)

  4. #4
    Player
    Xerius's Avatar
    Join Date
    Aug 2012
    Location
    Ul'dah
    Posts
    191
    Character
    Xerius Falconbridge
    World
    Exodus
    Main Class
    Arcanist Lv 60
    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.
    (0)

  5. #5
    Player
    Shurrikhan's Avatar
    Join Date
    Sep 2011
    Posts
    12,830
    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.

  6. #6
    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)

  7. #7
    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)

  8. #8
    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)

  9. #9
    Player
    Matsume's Avatar
    Join Date
    Nov 2011
    Location
    Gridania
    Posts
    1,602
    Character
    Master Matsume
    World
    Sargatanas
    Main Class
    Miner Lv 50
    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.
    Yo Dawg...
    You can drag and drop all in game boxes. If your action bar drops below the start up menu, go back to a smaller window size, arrange it so that all your boxes (chat logs, action bar, exp bar, health bar, utility bar, debuff/buff bar, map, date, moon phase) are centered away from the edges. Then change the window size to that which you desire and rearange all the boxes to their desired positions.

    I don't really know the reason that resizing the window shifts all the ingame boxes one way or another. I would think the client intelligent enough to recognize where the boxes are in relation to the windows edges and rearrange them accordingly regardless of the window size but that doesn't yet seem to be possible.

    I hope that works if not the above mentioend script.
    (2)

  10. #10
    Player
    Shurrikhan's Avatar
    Join Date
    Sep 2011
    Posts
    12,830
    Character
    Tani Shirai
    World
    Cactuar
    Main Class
    Monk Lv 100
    Of course. Just a sample script that should work once you're put in your own needs. : P
    (1)

Page 1 of 4 1 2 3 ... LastLast