
rikopup
Published
I followed the report of Tomast1337, but had to rephrase to make it work:
for f in *.wma ; do ffmpeg -i "$f" "${f%.wma}.mp3" ; done;
rm ./*.wma
for f in *.mp3 ; do mv "$f" "${f%.mp3}.wma" ; done;
The game crashes when switching focus to another application in fullscreen mode but not in windowed mode (max resolution is 1920x1080 and you can't turn off window decorations, so windowed mode isn't ideal unfortunately)
My fix so far: Play the game in fullscreen, before switching to other apps, turn fullscreen off, when back in RCT3, turn fullscreen back on.
GNOME 42.9
Keyboard input didn't work initially (except, weirdly, to type in text fields).
I turned Steam controller support off.
When experimenting with fullscreen mode, I realized keyboard inputs started working when turning fullscreen mode off and keyboard input kept working when turning fullscreen mode back on.
Music requires a fix and if you play with mouse only, the keyboard issue might not be that big of a deal, but I expect most people would like to use the keyboard for camera controls etc.