MOUSECTL.COM

From Sierra Wiki
Revision as of 16:46, 16 February 2025 by Andrew Branscom (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
MOUSECTL


Your game might run fine with [[../Emulators/VDMSound/VDMSound|VDMSound]], but you might find that the resolution of the mouse is too low (slow mouse.) An old DOS program from PC Magazine, "MOUSECTL.COM" might fix the problem.

Add these lines to your autoexec.vdms file:

REM Make the mouse up to 1.5x more sensitive; 8 values
REM apparently provide acceleration as the mouse moves.
loadhigh c:\local\dos\mousectl 5,6,10,15,15,15,15,15


References


See Also