Page 1 of 1

How To: Borderless Windowed Mode

Posted: Mon Apr 30, 2018 8:10 pm
by Skibbles
Finally figured out how to get borderless windowed to work after some experimental tweaking and forum browsing. Why Beamdog buried the secrets to modern game settings is anyone's guess, but here's what I put into my nwn.ini to get it to work. The .ini is now found in your \documents\neverwinter nights folder. I bolded the lines that have worked for me.

It is a wondrous thing after so many years to finally have this setting work.

[Display Options]
AllowWindowedMode=1
FullScreen=0
UseLargeFont=0
Width=1920
Height=1080
BitsPerPixels=32
RefreshRate=60
TexturePack=3
Borderless=1
FullScreenDesktopMode=1
glFinishBeforeFBO=0

Re: How To: Borderless Windowed Mode

Posted: Tue May 01, 2018 12:01 am
by MoreThanThree
It works but now I can't scroll the the screen around by moving my mouse to the edge, I can only move it with the mouse wheel.
Thanks! :D

Re: How To: Borderless Windowed Mode

Posted: Tue May 01, 2018 2:27 am
by Skibbles
Sadly that's part of borderless windowed without further settings by the developers I think. You can try experimenting with some of these but I found that even changing one of the settings sort of borks it out.

Re: How To: Borderless Windowed Mode

Posted: Sun Jun 03, 2018 9:40 am
by greatfanfare
The problem with borderless is that the window shows up in the middle of the screen and you can't drag it to a corner... because there is no border to click on.

If there was a way to set the x/y axis position on screen in the nwn.ini file, that would help

Re: How To: Borderless Windowed Mode

Posted: Sun Jun 03, 2018 5:32 pm
by Skibbles
This is Borderless Fullscreen, so if you're getting anything but fullscreen something is wrong. It looks no different from normal fullscreen except you can use another monitor without it reducing to the taskbar.