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?
Screen size
Re: Screen size
Open up your eqclient.ini in notepad
Near the top look for this line and make sure it's set to 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.)
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