From 8a12bda4bc52794890fd5f4fd7eed87870ead7ce Mon Sep 17 00:00:00 2001 From: Glax Date: Wed, 1 Oct 2025 18:41:01 +0000 Subject: [PATCH] Edit _index.md --- content/docs/games/assetto-corsa/_index.md | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/content/docs/games/assetto-corsa/_index.md b/content/docs/games/assetto-corsa/_index.md index e69de29..bc0b0b9 100644 --- a/content/docs/games/assetto-corsa/_index.md +++ b/content/docs/games/assetto-corsa/_index.md @@ -0,0 +1,28 @@ +--- +title: Assetto Corsa +weight: 50 +--- + +# Assetto Corsa + +[Assetto Corsa](https://store.steampowered.com/app/244210/Assetto_Corsa/) runs with [Proton](https://www.protondb.com/app/244210). + +## Content Manager + +The most commonly used method to load custom content is [Content Manager](https://assettocorsa.club/content-manager.html). + +Download the executable and place it in `~/.steam/steam/steamapps/common/assettocorsa/` as `Content Manager Safe.exe`. + +In Steam, create the following launch-option: +``` +'~/.steam/steam/steamapps/common/Proton - Experimental/proton' waitforexitandrun '~/.steam/steam/steamapps/common/assettocorsa/Content Manager Safe.exe'; echo %command% +``` +Optionally replace `~/.steam/steam/steamapps/common/Proton - Experimental/proton` with the path to another Proton executable. + +### Content + +All custom content is located in `~/.steam/steam/steamapps/common/assettocorsa/content/`. + +#### Settings/Further Reading + +[raptyyy's AC VR Guide](https://raptyyy.github.io/vr-guide/#/README) \ No newline at end of file