Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Edit: Er... except it seems to go back to Windowed mode after I run the game. I change the IDX value to 1, but it keeps going back to 0.
ya when i changed it to fullscreen, it has no affect.
This will force your application to fullscreen.
Indeed, this is a workaround at the moment. We're aware it goes back to Windowed mode.
Also, the windows volume control can't be seen overlaying the game, and 'Print Screen' takes a picture of the desktop behind the game - leading me to believe it isn't hooking into exclusive fullscreen properly.
The actual fix is....
In "settings.tml" edit the following:
[graphics]
[graphics.window]
mode = "exclusive"
[graphics.window.fullscreen]
NWN-EE v79.8193.9
In my case the 'settings.tml' file was located at 'C:\Users\-->CurrentUser<--\Documents\Neverwinter Nights'
1) open the file 'settings.tml'
2) find '[graphics]'
3) find '[graphics.window]'
4) find '[graphics.window.fullscreen]'
At this stage no changes have been made.
5) change 'toggle-to-borderless' from 'false' to 'true'
Summary
[graphics] -> [graphics.window] -> [graphics.window.fullscreen] -> [toggle-to-borderless = true]
There doesn't seem to be any need to change any other setting or file.
Edit: in settings.tml, what would happen...:
[graphics.window]
mode = "windowed"
if I changed "windowed" into "fullscreen"? Would stuff break?