Difference between revisions of "How to enable false full-screen mode"
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...") (Tag: Visual edit) |
(Tag: Visual edit) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
* Remove RO window title/borders and lock its position: | * Remove RO window title/borders and lock its position: | ||
''WindowLock =0'' | ''WindowLock =0'' | ||
− | change to | + | change to: |
''WindowLock =1'' | ''WindowLock =1'' | ||
* Change RO window size. | * Change RO window size. | ||
Line 15: | Line 15: | ||
''WindowHeight =768'' | ''WindowHeight =768'' | ||
− | Insert your screen resolution values, if different from 1366x768< | + | * Insert your screen resolution values, if different from 1366x768 |
+ | <small>*Example for resolution 1920x1080:</small> | ||
''WindowWidth =1920'' | ''WindowWidth =1920'' | ||
Latest revision as of 05:15, 4 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.