Guide: UO + Razor at fullscreen without flickering :)

Today I’ll show how run UO with Razor at large monitors without flickering and glitches 

Some notes about pseudo-fullscreen mode:

To make ‘true’ fullscreen you could use AutoHotkey https://autohotkey.com/ – its free program. I’ll show example code; to use it – run game, run script and then use WinKey+LMC to activate addon in active window, WinKey+RMC to deactivate

1) to hide headers of gameplay use this code:

;-Caption
LWIN & LButton::
WinSet, Style, -0xC00000, A
return
;
;+Caption
LWIN & RButton::
WinSet, Style, +0xC00000, A
return
;

2) To make window always on top:

Winset, Alwaysontop, On, A

3) OPTIONAL: to cut certain part of window, for not-standart resolutions:

WinSet, Region, 0-25 W1300 H550, Ultima Online

W1300 H550 – put there your resolution (for example, W1680 H1050).

OR

WinSet, Region, 275-34  1660-34 1660-988 275-988, Ultima Online;

Where ‘Ultima Online’ its window name (written in header of window), some shards put there names like: Ultima Online <character> <shard>.

Enjoy! 

This entry was posted in Guides. Bookmark the permalink.

Leave a Reply

🇬🇧 Attention! Comments with URLs/email are not allowed.
🇷🇺 Комментарии со ссылками/email удаляются автоматически.