1 items

File information

Last updated

Original upload

Created by

emoose

Uploaded by

emoose

Virus scan

Safe to use

About this mod

Fix to disable double clicking on startup for latest 2022 update, just copy and paste DLL, no other changes needed.

Share
Permissions and credits
Donations
Note: this should be online-safe, since only 1 byte in memory is patched and no game code is changed, but as with most mods use online at your own risk!

Tiny DLL that forces the "Disable double clicking" setting to be enabled at startup, as the game seems to ignore the setting for some reason.

The other options I saw for this were unfortunately either for the older pre-2022 update, or needed some important Windows security features disabled, so tried having a look into making a fix myself.

Luckily found a way to disable it by patching 1 byte of data in games memory, with the games code itself left unchanged (so the games "double click" setting should still work if you want to re-enable it during gameplay, though double-click will be disabled again when you relaunch)

Should work on almost all systems without needing any other changes, for pre-2022 versions of the game see skacikpl's QoL mod.

Setup

  • Extract dinput8.dll next to DarkSoulsII.exe (SotFS only)
  • Run the game
  • Double-clicking should now be disabled automatically - even if "Disable double clicking" shows as "Off" in settings (backing out of settings with it "Off" will re-enable double-clicking though - recommend changing this to "On" and make sure your settings are saved)
The dinput8.dll can be renamed if you're using it for another mod, the following names should work with DS2:
  • dxgi.dll
  • XINPUT1_3.dll
  • DINPUT8.dll
  • WINMM.dll
Mods that can load in ASI/DLL files should also be able to load it in for you too, by renaming this dinput8.dll to DoubleClickFix.asi.

If you have any issues try installing the Visual C redistributable from Microsoft site (choose the x64 installer), if that doesn't help please let me know.

Known Issues

If the "disable double clicking" setting is turned to "Off" and then game restarted, on next startup the mod will force double-clicking to be disabled again (which is expected), but opening the key binds menu in-game and returning to game with it set to "Off" may re-enable double clicking, since the game will apply the "Off" setting.

This can happen even without changing any key-bind settings, just viewing the menu when its set to "Off" and returning will cause it to re-apply, not really sure if I'd call it a bug but it can be confusing, ideally you should keep "Disable double clicking" to "On" when using this mod.