View Single Post
  #3  
Old 02-04-2019, 09:49 PM
posun posun is offline
Decaying Skeleton


Join Date: May 2018
Posts: 4
Default

I would definitely recommend turning off font smoothing as described above, but there is another problem that can make in game text blurry and hard to read even after you've turned off font smoothing. This problem doesn't affect every character or every line (at least it didn't for me), but some characters are still not sharp. This happens when you run in a window that is the same size as your desktop. With the title bar and borders added, the window is just a little too large to fit everything on the screen. That's not a big deal by itself, but for some reason it also seems to resize everything in the game just a tiny bit, which is enough to screw up things that have to be perfectly pixel aligned, like text, and makes them look blurry.

The problem can be easily fixed by changing to the next lowest resolution, but then your window is way smaller than full screen. Fortunately it's also possible to fix the problem by making the window just little bit smaller. This can be done by editing the eqclient.ini file that is in the Titanium client install folder. Open it up and scroll down until you find something like the following:

[VideoMode]
Width=1024
Height=768
WidthWindowed=1024
HeightWindowed=768
WindowedWidth=1024
WindowedHeight=768

Width and Height can be left alone. I changed the other four and that worked for me, so I didn't try to see if it might work just by changing two. My desktop is 1024x768, and I found that a width of 1018 and a height of 737 worked well, like this:

[VideoMode]
Width=1024
Height=768
WidthWindowed=1018
HeightWindowed=737
WindowedWidth=1018
WindowedHeight=737

Now the window fills the screen, it's not off center any more, and everything is super sharp; no more blurry text! I have my taskbar hidden, so if you have yours visible and on top (like most computers are set up), you may want to make your height shorter. I also use the classic Windows theme, and if you use something else then these numbers probably won't work perfectly for you either. Just tweak it until you find what works for your setup. Once you get it the way you want it, be careful changing the resolution in the game or with the options program from the launch screen, as it will probably undo this.
Last edited by posun; 02-04-2019 at 09:59 PM..
Reply With Quote