Jump to content

How to make the game window be automatically put in the center of the screen?


Deleted999565User

Recommended Posts

I like to play games in a window whenever given the chance. And the ONE thing that absolutely pisses me off is that, for whatever reason, many AAA companies neglect to program in a function that will automatically put the window in the center of the screen.

 

I KNOW that GameBryo (or whatever is the engine they're using right now) can do this, because I somehow managed to get that to work back in Oblivion.

 

So, can someone PLEASE tell me how to get that to work here as well?

Link to comment
Share on other sites

Are you talking about a borderless maximized window? If so, edit these two lines in the Fallout4Prefs.ini file then change the file properties to Read-only

  • bMaximizeWindow=1
  • bBorderless=1

Optionally, you can change the following line if you want to make it top most window all the time

  • bTopMostWindow=1

As always, backup the file BEFORE you change anything in it.

Link to comment
Share on other sites

In My Documents/My Games/Fallout4, make a third .ini called "Fallout4Custom.ini"

 

Inside it, put:

 

[Display]
iLocation X=160
iLocation Y=90

 

For a windowed game of 1600x900 on a 1920x1080 monitor, that will center it.

For other sizes, take your maximum desktop display, minus the size of the game window you want, and divide the remaining numbers by 2.

 

1920 - 1600 = 320 / 2 = 160! And so on.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...