Created
January 29, 2020 02:50
-
-
Save gjsman/0d6962b58d2c5b27d099c62937f642a1 to your computer and use it in GitHub Desktop.
Crazy Machines 2 on Steam Proton with Working Audio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Crazy Machines 2 runs and installs fine on Steam for Linux when Proton is enabled, except for one problem: No audio. I figured out how to fix this problem and it isn't too hard, though! :) | |
1. Install Winetricks and Protontricks. | |
2. Open a terminal, and type "protontricks 18400 shell." | |
3. Open a Firefox window, and download the OpenAL Windows installer from https://www.openal.org/downloads/ | |
4. In the terminal window, type "cd ~/Downloads" to get out of the Wine folder, and then type "wine openal-installer.exe." | |
5. Install OpenAL. Exit the terminal. | |
6. Open Crazy Machines 2 in Steam and enjoy the music and Sound FX! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment