Many Bricks Breaker

Many Bricks Breaker

Not enough ratings
Fix the issue of the game running too fast (or too slow maybe)
By Spraysparks
Disable vSync and lock the frame rate to 60 by modifying the game files.
   
Award
Favorite
Favorited
Unfavorite
TL;DR
https://mega.nz/folder/IhhngCRZ#34lil2fOH77E6pVn53EcXQ

Download the file from the link and replace "Many Bricks Breaker\ManyBricksBreaker_Data\Managed\Assembly-CSharp.dll".


Press Ctrl+C to enable vsync(fast), and press Ctrl+V to disable vsync(slow). Vsync is disabled by default.

You only need to download Assembly-CSharp.dll, the other files are just proof of the changes I made.
Why is this happening?
The game starts up with the frame rate set to 60, but with vertical synchronization enabled. At this point, the game frame rate matches the refresh rate of the monitor.

As a result, the game speed can be particularly fast on high refresh rate monitors to the point where the game cannot be played properly.

How can this be resolved?
The easiest way: turn off vertical synchronization. Now the frame rate is locked to 60, just as the developers expected.

There is no option for vertical synchronization within the game, so I made some modifications to use shortcut keys to turn it on or off.

What I did: