Overview
Make it so the game doesn’t keep hiding your cursor
Guide
One of the most annoying things about Monaco is that it hides your cursor. This is fine in fullscreen mode, but for windowed users it keeps you from minimizing the game, or clicking elsewhere on your screen. So here’s how to keep the game from hiding your cursor
Disclaimer: Sadly this doesn’t make it so you can click on options in the menu, but this is still a helpful trick if you prefer playing in windowed mode.
After you click this you should be brought to file explorer. Find the file called “project.ini” It should open in notepad by default when you double click it, but if not just manually open it with whatever text editor
Finally, all you have to do is change the value next to MOUSE_EXCLUSIVE.
By default it will say 1, but you need to change this to 0
Oh and remember to save the file
Disclaimer still applies ;) Sorry!