VOGONS


First post, by ZellSF

User metadata
Rank l33t
Rank
l33t

Mouse constantly moves to the top in menus in Battle Engine Aquila (DX9). Ingame seems to be fine.

Obviously this is with stock dgvoodoo.conf (no emulated modes).

Reply 1 of 1, by ZellSF

User metadata
Rank l33t
Rank
l33t

I figured out why. The game has a (usually invisible) menubar and this somehow causes problems with dgVoodoo, but not natively. It's fixable by using some method to hide the menubar, I use a AHK script:

Run,BEA.exe
WinWait,ahk_exe BEA.exe
DllCall("SetMenu", uint, WinExist( "ahk_exe BEA.exe" ), uint, 0)