Page 1 of 1

Screen size

Posted: 29 Jan 2018 00:31
by trenqil
Finally able to run the game after multiple changes of the client
But I cannot seem to adjust the size of the screen even though I changed it in the options menu
It is not a full screen and it is a very small window
I have a Nvidia GTX 1070 card and a 4 K monitor, any ideas on how to fix this?

Re: Screen size

Posted: 29 Jan 2018 21:20
by dalien
Open up your eqclient.ini in notepad

Near the top look for this line and make sure it's set to TRUE.

Code: Select all

WindowedMode=TRUE

Near the bottom of the file look for these two lines and set them to whatever dimensions you'd like (in my example I'm using a 1920x1080 monitor and I set it to 1920x1018 so the game doesn't cover my taskbar.)

Code: Select all

WindowedWidth=1920
WindowedHeight=1018