Hey,
i used to have WinEQ for that, but as you may have noticed, lax isnt updating it for 64 bit version and instead built the function into his new multiboxer tool, which requires a subscription.
then i kinda forgot about it, and today i found this
https://github.com/Codeusa/Borderless-Gaming/releases
and it works great if you configure it correctly, which i found to be a bit strange, so heres a quick runthrough:
after DL/installing you start it, get another tray icon on which a double click yields this window:
there you should be able to just right click a process on the left side, and start borderless mode.
But for me that didnt work well. Also i wanted to automatically enter borderless fullscreen whenever i start EQ, so i added the EQ windows to the Favourites.
Problem here is that, if you use the "default" window title that is set (like Character - Zone Name or something) the title changes regularly so you would have to choose something rather static. Im using KissAssist, and unfortunately KA doesnt give you a way to give your own window title (shouldnt be too hard to implement, maybe ill have a look tomorrow) but for now i changed
to
then added those to the favourites:
when you right click now, youll see this:
which sounds like what we want, but what happened for me is that EQ stayed in a weird WQHD-taskbarpixelheight - titlebarpixelheight resolution, which lead to strange behaviour because the mouse cursor wasnt drawn where it really was on the screen but a few pixels off.
You have to set the resolution of EQ to your Full Screen resolution, and then it works. It takes a few seconds to detect the windows, but then it justs goes borderless fullscreen, no strings attached.
Let me know if this worked for you, if youre interested.
i used to have WinEQ for that, but as you may have noticed, lax isnt updating it for 64 bit version and instead built the function into his new multiboxer tool, which requires a subscription.
then i kinda forgot about it, and today i found this
https://github.com/Codeusa/Borderless-Gaming/releases
and it works great if you configure it correctly, which i found to be a bit strange, so heres a quick runthrough:
after DL/installing you start it, get another tray icon on which a double click yields this window:
there you should be able to just right click a process on the left side, and start borderless mode.
But for me that didnt work well. Also i wanted to automatically enter borderless fullscreen whenever i start EQ, so i added the EQ windows to the Favourites.
Problem here is that, if you use the "default" window title that is set (like Character - Zone Name or something) the title changes regularly so you would have to choose something rather static. Im using KissAssist, and unfortunately KA doesnt give you a way to give your own window title (shouldnt be too hard to implement, maybe ill have a look tomorrow) but for now i changed
around line 14388:
| ----------------------------------------------------------------------------
| SUB: Set Window Title Buffs
| ----------------------------------------------------------------------------
Sub WinTitle
DEBUGN WinTitle Enter
/SetWinTitle ${Me.Name} (Lvl:${Me.Level} ${Zone.ShortName})
DEBUGN WinTitle Leave
/return
to
INI:
| ----------------------------------------------------------------------------
| SUB: Set Window Title Buffs
| ----------------------------------------------------------------------------
Sub WinTitle
DEBUGN WinTitle Enter
/SetWinTitle ${Me.Class.ShortName}
DEBUGN WinTitle Leave
/return
then added those to the favourites:
when you right click now, youll see this:
which sounds like what we want, but what happened for me is that EQ stayed in a weird WQHD-taskbarpixelheight - titlebarpixelheight resolution, which lead to strange behaviour because the mouse cursor wasnt drawn where it really was on the screen but a few pixels off.
You have to set the resolution of EQ to your Full Screen resolution, and then it works. It takes a few seconds to detect the windows, but then it justs goes borderless fullscreen, no strings attached.
Let me know if this worked for you, if youre interested.