narzoul / DDrawCompat

DirectDraw and Direct3D 1-7 compatibility, performance and visual enhancements for Windows Vista, 7, 8, 10 and 11
BSD Zero Clause License
878 stars 67 forks source link

Command and Conquer Gold & Red Alert have scroll speed too fast #321

Closed raptor264 closed 1 month ago

raptor264 commented 1 month ago

The game works very well with DDrawCompat... in fact it does not crash but the mouse speed is too fast and the ddraw.ini in the game folder does not respond to the new ddraw.dll provided in addition to changing said setting to slower within the game is not enough.

narzoul commented 1 month ago

I don't know what is ddraw.ini, but DDrawCompat doesn't use it. It must be some leftover of a previous DirectDraw wrapper you were using, so there is no point in editing it when using DDrawCompat.

You need to limit the FPS using the FpsLimiter=msgloop setting of DDrawCompat. You can experiment with it also in-game by pressing Shift-F11. Read the Configuration wiki for details.

raptor264 commented 1 month ago

Yes. What you told me completely resolved it. It works 100%. With this, c&c gold, red alert, red alert 2 +expansion and tiberian sun+ expansion games are fully functional without errors or glitches.