Help: Target Cursor - Auto Centers
-
Playing in adoxa’s hack Borderless windowed mode.
When the cursor is on the edges of the screen/window, the targeting cursor sometimes automatically recenters on the middle of the screen.
Any fix for this ?
Thank you.
-
This happens within DirectX. Assuming you have the same version as me, copy [c]%windir%\SysWOW64\dinput8.dll[/c] (or [c]System32[/c] for those still using 32-bit) to your [c]EXE[/c] directory and apply [c]00B4A1, 8D46->EB31[/c].
-
Thanks again adoxa !
We’ll see if it works without any problems.
-
Forgot to ask what does the offset ( 00B4A1 ) do ?
Thanks.
-
The offset is the file position that contains the code that centers & moves the cursor. The first number is the two bytes that should be there; the second is what you should replace them with, in order to skip that code.
-
Does it also require or need to input the dinput8.dll to dacom.ini and dacomsrv.ini ?
Thx.
-
No, it’s imported directly.
3/7