

DXVK_FRAME_RATE=60 %command%
Why yes its on moble for free its fun to tinker with it and have no ads, BUT it costs a pretty penny to play. but its worth it!
will crash happens if on other proton then proton experimental.
frame drops
You just have to use proton experimental. Like HAVE TO IT WILL NOT WORK RIGHT IF YOU DONT!
Totally broke in Proton 6.3-7. Use Proton 4.11-13.
Physics are tied to framerate 🤮
Here are the steps I had to take to get the game running:
- Convert all wma and wmv files (using the script mentioned in other reports)
- Change the Proton version to 4.11-13
- Cap the framerate to 120 fps (I have a 240 Hz monitor). I used libstrangle and used the following launch options: "strangle 120 %command%"
Once I did all that it ran fine.
I had to use this script to get the game running as it would crash without it.
Source: https://gist.github.com/flibitijibibo/c97bc14aab04b1277d8ef5e97fc9aeff
#!/bin/bash
set -e
find -name "*.wma" -exec bash -c 'ffmpeg -i "{}" -q:a 10 "${0/.wma}.ogg"' {} ;
find -name "*.wmv" -exec bash -c 'ffmpeg -i "{}" -q:v 10 -q:a 10 "${0/.wmv}.ogv"' {} ;
You would need to have ffmpeg installed for the script to run.
Audio sounded corrupted on the latest Proton (6.3-7). Using 4.11-13 fixed it.

I was able to run it after fixes listed by KamikazeRU, otherwise it would crash after the loading screen.
The game works after using this script in the game's directory (~/.steam/steamapps/common/CutTheRope):
https://gist.github.com/flibitijibibo/c97bc14aab04b1277d8ef5e97fc9aeff


Does not launch.
