Jump to content

Mouse control issues: Difference between revisions

m
→‎Potential solutions: rephrased headers
(→‎For high refresh rate monitors: recommending RTSS for capping fps)
m (→‎Potential solutions: rephrased headers)
Line 8: Line 8:


==Potential solutions==
==Potential solutions==
===For spinning camera issues===
===Is the camera spinning around?===
*Turn off HiDPI scaling:
*Turn off HiDPI scaling:
**Windows 8: Right-click Oni.exe and choose "Properties". Go to the "Compatibility" tab. Check the "Disable display scaling on high DPI settings" box.
**Windows 8: Right-click Oni.exe and choose "Properties". Go to the "Compatibility" tab. Check the "Disable display scaling on high DPI settings" box.
**Windows 10: Right-click on Oni.exe and choose "Properties". Go to the "Compatibility" tab. Click on the "Change high DPI settings" button. Check the "Override high DPI scaling behavior" box. Scaling should be performed by "Application".
**Windows 10: Right-click on Oni.exe and choose "Properties". Go to the "Compatibility" tab. Click on the "Change high DPI settings" button. Check the "Override high DPI scaling behavior" box. Scaling should be performed by "Application".


===For high refresh rate monitors===
===Do you have a high refresh rate monitor?===
*See [https://www.pcgamingwiki.com/wiki/Oni#Choppy_mouse.2Fkeyboard_control this patch on PCGamingWiki] that adjusts for monitors which use refresh rates above 60Hz. (Note that you can download the pre-patched app from that page rather than applying the hex edit yourself.)
*See [https://www.pcgamingwiki.com/wiki/Oni#Choppy_mouse.2Fkeyboard_control this patch on PCGamingWiki] that adjusts for monitors which use refresh rates above 60Hz. (Note that you can download the pre-patched app from that page rather than applying the hex edit yourself.)
*Force V-sync in the Catalyst/Nvidia Control Panel.
*Force V-sync in the Catalyst/Nvidia Control Panel.
Line 19: Line 19:
*Place Oni on a second screen that runs at 60Hz, by moving the Oni window while running in windowed mode or by turning off your primary display.
*Place Oni on a second screen that runs at 60Hz, by moving the Oni window while running in windowed mode or by turning off your primary display.


===For high refresh rate mice===
===Do you have a high DPI or high refresh rate mouse?===
*You could try adjusting your mouse's DPI, but odds are that the problem is really coming from the poll rate. If it's set to 1000Hz, change it to a lower number like 125Hz. The poll rate may be adjustable on the underside of the mouse itself or may be a setting in the mouse's control panel.
*You could try adjusting your mouse's DPI, but odds are that the problem is really coming from the poll rate. If it's set to 1000Hz, change it to a lower number like 125Hz. The poll rate may be adjustable on the underside of the mouse itself or may be a setting in the mouse's control panel.


===For general control issues===
===Other things to try===
*Install the [[Daodan DLL]], which has a "performance patch" that could fix timing errors caused by faulty chipsets. This fix has been reported to work by some people. (If you have the [[Anniversary Edition]] installed, you already have the Daodan DLL.)
*Install the [[Daodan DLL]], which has a "performance patch" that could fix timing errors caused by faulty chipsets. This fix has been reported to work by some people. (If you have the [[Anniversary Edition]] installed, you already have the Daodan DLL.)
*Run in windowed mode (use the "-noswitch" argument or double-click run_wind.bat). If you were already using windowed mode, try running in full-screen mode.
*Run in windowed mode (use the "-noswitch" argument or double-click run_wind.bat). If you were already using windowed mode, try running in full-screen mode.