View Single Post
Old 11-19-2014, 04:50 PM   #2
moonfish
A Snow Cougar
 
Join Date: Oct 2006
Posts: 42
Interface Author - Click to view interfaces
Default

What you can do is run eq at a lower resolution (same aspect ratio). If you run this autohotkey script it will stretch it out to fullscreen windowed:

^!a::
WinSet, Style, -0xC00000, a
WinMove, a, , 0, 0, 1600, 900
return

Change 1600, 900 to whatever your tv is. ^!a means you press ctrl+alt+a to activate it. This script is simple so you'll have to exit the game to undo the stretch, but hopefully everything works well for you. This will work for nearly any game.

There aren't really any UIs that work well on huge screens. EVOIII comes to mind.
moonfish is offline   Reply With Quote