A shell script based on this guide. Works on most modern systems.
- Checks if dependencies are installed
- Installs Proton-GE
- Installs DXVK
- Creates a symlink required for Content Manager
- Installs Content Manager
- Installs Custom Shaders Patch (CSP)
- Installs the fonts required by CSP and Content Manager
After running the script you should be able to launch Assetto Corsa from Steam with no issues (it will launch Content Manager). The original launcher is preserved as AssettoCorsa_original.exe
.
- Download Assetto Corsa on Steam.
- Inside the terminal, run
curl -Os https://raw.githubusercontent.com/sihawido/assettocorsa-linux-setup/main/assettocorsa-linux-setup.sh && bash assettocorsa-linux-setup.sh
Warning: Always be careful when running scripts from the Internet.
- Follow every step in the console (y - stands for yes, n - stands for no).
- Launch Assetto Corsa from Steam (it might take a while on the first run, be patient).
- In Content Manager set the Assetto Corsa root folder to
Z:\path\to\Steam\steamapps\common\assettocorsa
. - In Content Manager, go to
Settings -> Content Manager -> Appearace
and check "Disable windows transparency" (fixes the full-black tooltips, pop-ups and dialogues). - Enjoy!
- Creating a Start Menu Shortcut for Content Manager might cause it to crash. This script will check if it exists on launch and ask you if you want to delete it.
- Opening the "Live" tab in earlier versions of Content Manager could crash it. After that you might have a hard time since Content Manager will open this tab on start-up. You can delete the Content Manager configuration folder at
/path/to/Steam/steamapps/compatdata/244210/pfx/drive_c/users/steamuser/AppData/Local/AcTools Content Manager
to resolve the crash, but that will also get rid of any settings you might have saved, be sure to back it up. - If you want to fix the font in Content Manager (it's Times New Roman by default) run
flatpak run com.github.Matoking.protontricks 244210 regedit
in the terminal, then, in the opened window, go toHKEY_CURRENT_USER\Software\Wine\Fonts\Replacements
and renameReplacements
toReplacements Backup
. - To keep your Proton-GE updated consider using ProtonUp-Qt.