A way to Alt+Tab with Fullscreen! - Beyond Vana'diel

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

A way to Alt+Tab with Fullscreen! It's possible!

#1 User is offline   Inaaca 

  • Culinary Wizard
  • Group: Comics
  • Posts: 657
  • Joined: Sep 7, 2009
  • LocationTustin, CA

  • Name:Inaaca Seiunne
  • Race:Lalafell, Male
  • Clan:Plainsfolk
  • City-State:Gridania
  • Server:Rabanastre
  • Linkshell:Restoring Honor

Posted Oct 24, 2010 - 3:07 PM

This little gadget will allow you to alt tab FFXIV while in fullscreen mode. Extremely handy and works great!
Just follow the steps below:

Download and install autohotkey:
http://www.autohotke...tkeyInstall.exe


Open Notepad and paste this into it:

    SetTitleMatchMode 1         ; Window Titles only have to begin with __

    Run, %ffpath%            ; Run FFXIV

    Loop
    {
       IfWinExist FINAL FANTASY XIV Login   ; If it gets past the patcher and is now at Login Screen
       {
          loginshowed = 1         ; Make note we've seen the login screen before
       }               ; this is because patcher's window title is same as game
       if loginshowed = 1
       {
          SetTitleMatchMode 3      ; Match Window Titles exactly (i.e. don't make Login window fullscreen)
          IfWinExist FINAL FANTASY XIV
          {                                    ; We found the game, and know it's the game not the patcher
             WinSet, Style, -0xC00000,FINAL FANTASY XIV      ; remove the titlebar and border(s)
             WinMove, FINAL FANTASY XIV, , 0, 0, %xres%, %yres%   ; move the window to 0,0 and resize it to xres x yres

             ExitApp         ; don't need this script anymore
          }
       }
    }


Change %ffpath% to where FFXIV is located. (Default is "C:\Program Files (x86)\SquareEnix\FINAL FANTASY XIV\ffxivboot.exe")
Change "%xres%, %yres%" to your screen's native, maximum resolution.


Save the file as ffxiv.ahk (or whatever your preference is). Double click it and it will launch the game.

The game will automatically go to fullscreen "windowed" mode at the appropriate time. You will then have full screen and can alt tab out and do whatever you want without it crashing. :)

Enjoy!


One note, a small glitch as quoted by a forum poster in case you come across it:

Quote

There is one small bug: If you get to the login window and close it, then run the game (or the script), you'll get a fullscreen patch window. Soon as the patcher goes away, my script will exit, and you'll be normal again. Avoid this by right clicking on the taskbar icon and exiting the script before loading the game again.

Posted Image

#2 User is offline   Bloodangels 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 100
  • Joined: Sep 27, 2010
  • LocationFrederick, MD

  • Name:Autumn Nightweaver
  • Race:Lalafell, Female
  • Clan:Dunesfolk
  • City-State:Gridania
  • Server:Rabanastre
  • Linkshell:Restoring Honor

Posted Oct 25, 2010 - 3:46 AM

Thanks Inaa, will try this tongith when i get home.

I woulda tried last night when you reported it but i was trying soo hard to get more ranks so i could semi-catch up to the core of ya's so i could try to part of the party ya's have going around doing leve's, quests and generally killing stuff.
Posted Image

#3 User is offline   Anera 

  • Tonberry Hugger
  • PipPipPip
  • Group: Members
  • Posts: 74
  • Joined: Mar 31, 2010
  • LocationTustin, California

  • Name:Anera Rhea
  • Race:Miqo'te
  • Clan:Keepers of the Moon
  • City-State:Gridania
  • Server:Rabanastre
  • Linkshell:Restoring Honor

Posted Jan 1, 2011 - 5:14 PM

Don't forget to go in to you FFXIV Config and change it to 'Window'.
Posted Image

#4 User is offline   Bishop 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 63
  • Joined: Nov 15, 2010
  • LocationSouth Florida

  • Name:Solace Trueblade
  • Race:Hyur, Male
  • Clan:Highlanders
  • City-State:Gridania
  • Server:Rabanastre
  • Linkshell:Restoring honor

Posted Jan 1, 2011 - 5:27 PM

Thanks a bunch, a little trial and error and it's working. I named my notepad file FFXIV.ahk, then I had to right click it, go to properties, then change what it opens with to open with "Autohotkey", applied that.

When I tried to launch it before changing that file to open with "Autohotkey" nothing happened. Might have to add that step in your description. Thanks a lot Inacca, that saves me one hell of a headache man. Much appreciated.
"The only thing I claim to know, is that I know nothing"
-Socrates-
I am Solace Trueblade of Rab, Restoring honor.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users


FINAL FANTASY XIV ©2010 SQUARE ENIX CO., LTD. FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd. All material used under license.