Difference between revisions of "How to enable false full-screen mode"

From playdf - wiki
Jump to navigation Jump to search
(Created page with "Many people know that '''Ragnarok Online''' in full screen mode doesn't work properly. Possible freezes of the game client in loading screens, and '''FPS drops''', because of...")
 
Line 15: Line 15:
  
 
  ''WindowHeight =768''
 
  ''WindowHeight =768''
Insert your screen resolution values, if different from 1366x768<blockquote>Example for resolution 1920x1080:</blockquote>
+
Insert your screen resolution values, if different from 1366x768
 +
 
 +
<small>*Example for resolution 1920x1080:</small>
 
  ''WindowWidth =1920''
 
  ''WindowWidth =1920''
  

Revision as of 16:16, 2 March 2019

Many people know that Ragnarok Online in full screen mode doesn't work properly.

Possible freezes of the game client in loading screens, and FPS drops, because of bad optimization.

If you like to play in full screen mode, you can enable the pseudo/false full-screen mode.

How to enable false full-screen mode:

  • Open the file dinput.ini (in the game folder) using Notepad
  • Remove RO window title/borders and lock its position:
WindowLock =0

change to

WindowLock =1
  • Change RO window size.
WindowWidth =1366
WindowHeight =768

Insert your screen resolution values, if different from 1366x768

*Example for resolution 1920x1080:

WindowWidth =1920
WindowHeight =1080

PS: In this mode uses a library dinput.dll (RoExt).

Note:

RO uses DirectX 7

Max resolution is 2048x1536.